NUp.PresentationDirection.PresentationDirectionOption

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

public static final class NUp.PresentationDirection.PresentationDirectionOption extends Option

Describes the PresentationDirection feature options.

Fields

FieldDescription
RightBottomSpecifies left to right, top to bottom.
BottomRightSpecifies top to bottom, left to right.
LeftBottomSpecifies right to left, top to bottom.
BottomLeftSpecifies top to bottom, right to left.
RightTopSpecifies left to right, bottom to top.
TopRightSpecifies bottom to top, left to right.
LeftTopSpecifies right to left, bottom to top.
TopLeftSpecifies bottom to top, right to left.

RightBottom

public static NUp.PresentationDirection.PresentationDirectionOption RightBottom

Specifies left to right, top to bottom.

BottomRight

public static NUp.PresentationDirection.PresentationDirectionOption BottomRight

Specifies top to bottom, left to right.

LeftBottom

public static NUp.PresentationDirection.PresentationDirectionOption LeftBottom

Specifies right to left, top to bottom.

BottomLeft

public static NUp.PresentationDirection.PresentationDirectionOption BottomLeft

Specifies top to bottom, right to left.

RightTop

public static NUp.PresentationDirection.PresentationDirectionOption RightTop

Specifies left to right, bottom to top.

TopRight

public static NUp.PresentationDirection.PresentationDirectionOption TopRight

Specifies bottom to top, left to right.

LeftTop

public static NUp.PresentationDirection.PresentationDirectionOption LeftTop

Specifies right to left, bottom to top.

TopLeft

public static NUp.PresentationDirection.PresentationDirectionOption TopLeft

Specifies bottom to top, right to left.