HolePunch.HolePunchOption

Inheritance: java.lang.Object, com.aspose.xps.metadata.PrintTicketElement, com.aspose.xps.metadata.CompositePrintTicketElement, com.aspose.xps.metadata.Option

public static final class HolePunch.HolePunchOption extends Option

Describes the HolePunch feature options.

Fields

FieldDescription
BottomEdgeSpecifies hole(s) along the bottom edge.
LeftEdgeSpecifies hole(s) along the left edge.
NoneSpecifies no hole punching.
RightEdgeSpecifies hole(s) along the right edge.
TopEdgeSpecifies hole(s) along the top edge.

BottomEdge

public static HolePunch.HolePunchOption BottomEdge

Specifies hole(s) along the bottom edge.

LeftEdge

public static HolePunch.HolePunchOption LeftEdge

Specifies hole(s) along the left edge.

None

public static HolePunch.HolePunchOption None

Specifies no hole punching.

RightEdge

public static HolePunch.HolePunchOption RightEdge

Specifies hole(s) along the right edge.

TopEdge

public static HolePunch.HolePunchOption TopEdge

Specifies hole(s) along the top edge.