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
| Field | Description |
|---|---|
| BottomLeft | Position the mark in the bottom left corner. |
| BottomRight | Position the mark in the bottom right corner. |
| TopLeft | Position the mark in the top left corner. |
| TopRight | Position the mark in the top right corner. |
Methods
| Method | Description |
|---|---|
| getValue | |
| valueOf | Returns the enum constant of this type with the specified name. |
| values | Returns 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