PrinterMarkSidePosition
Inheritance: java.lang.Object, java.lang.Enum < PrinterMarkSidePosition > com.aspose.pdf.PrinterMarkSidePosition, java.lang.Enum < PrinterMarkSidePosition >, com.aspose.pdf.PrinterMarkSidePosition
All Implemented Interfaces: Serializable, Comparable < PrinterMarkSidePosition >
public enum PrinterMarkSidePosition extends Enum < PrinterMarkSidePosition >
Represents a position of a registration mark on a page.
Fields
| Field | Description |
|---|---|
| Bottom | Position the mark in the bottom margin of the page. |
| Left | Position the mark in the left margin of the page. |
| Right | Position the mark in the right margin of the page. |
| Top | Position the mark in the top margin of the page. |
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. |
Bottom
public static final PrinterMarkSidePosition Bottom
Position the mark in the bottom margin of the page.
Left
public static final PrinterMarkSidePosition Left
Position the mark in the left margin of the page.
Right
public static final PrinterMarkSidePosition Right
Position the mark in the right margin of the page.
Top
public static final PrinterMarkSidePosition Top
Position the mark in the top margin of the page.
getValue
public int getValue()
valueOf
Returns the enum constant of this type with the specified name.
values
public static PrinterMarkSidePosition [] 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