Enum MetadataPieceInfoBackgroundContent.AlignmentEnum

  • All Implemented Interfaces:
    Serializable, Comparable<MetadataPieceInfoBackgroundContent.AlignmentEnum>
    Enclosing class:
    MetadataPieceInfoBackgroundContent

    public static enum MetadataPieceInfoBackgroundContent.AlignmentEnum
    extends Enum<MetadataPieceInfoBackgroundContent.AlignmentEnum>
    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.