Enum OperationPositionBackgroundBaseSettings.PositionEnum

  • All Implemented Interfaces:
    Serializable, Comparable<OperationPositionBackgroundBaseSettings.PositionEnum>
    Enclosing class:
    OperationPositionBackgroundBaseSettings

    public static enum OperationPositionBackgroundBaseSettings.PositionEnum
    extends Enum<OperationPositionBackgroundBaseSettings.PositionEnum>
    Uses one of multiple preset positions in order to position the background on the page. * custom = Disable the use of a preset position. * top\\_left = Positions the background in the top left corner. * top\\_center = Positions the background in the centre on the top margin. * top\\_right = Positions the background in the top right corner. * center\\_left = Positions the background at the centre of the page, to the left. * center\\_center = Positions the background at the centre of the page. * center\\_right = Positions the background at the centre of the page, to the right. * bottom\\_left = Positions the background in the bottom left corner. * bottom\\_center = Positions the background in the centre on the bottom margin. * bottom\\_right = Positions the background in the bottom right corner.