Enum OperationWatermarkPosition.PositionEnum

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

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