PrinterMarkCornerPosition

Inheritance: java.lang.Object, java.lang.Enum < PrinterMarkCornerPosition > com.aspose.pdf.PrinterMarkCornerPosition, java.lang.Enum < PrinterMarkCornerPosition >, com.aspose.pdf.PrinterMarkCornerPosition

All Implemented Interfaces: Serializable, Comparable < PrinterMarkCornerPosition >

public enum PrinterMarkCornerPosition extends Enum < PrinterMarkCornerPosition >

Represents a position of a mark in a corner of a page.

Fields

FieldDescription
BottomLeftPosition the mark in the bottom left corner.
BottomRightPosition the mark in the bottom right corner.
TopLeftPosition the mark in the top left corner.
TopRightPosition the mark in the top right corner.

Methods

MethodDescription
getValue
valueOfReturns the enum constant of this type with the specified name.
valuesReturns an array containing the constants of this enum type, in the order they are declared.

BottomLeft

public static final PrinterMarkCornerPosition BottomLeft

Position the mark in the bottom left corner.

BottomRight

public static final PrinterMarkCornerPosition BottomRight

Position the mark in the bottom right corner.

TopLeft

public static final PrinterMarkCornerPosition TopLeft

Position the mark in the top left corner.

TopRight

public static final PrinterMarkCornerPosition TopRight

Position the mark in the top right corner.

getValue

public int getValue()

valueOf

Returns the enum constant of this type with the specified name.

values

public static PrinterMarkCornerPosition [] values()

Returns an array containing the constants of this enum type, in the order they are declared.

Returns: an array containing the constants of this enum type, in the order they are declared