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

FieldDescription
BottomPosition the mark in the bottom margin of the page.
LeftPosition the mark in the left margin of the page.
RightPosition the mark in the right margin of the page.
TopPosition the mark in the top margin of the page.

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.

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.

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