public static final class NUp.PresentationDirection.PresentationDirectionOption extends Option
Describes the PresentationDirection
feature options.
Modifier and Type | Field and Description |
---|---|
static NUp.PresentationDirection.PresentationDirectionOption |
BottomLeft
Specifies top to bottom, right to left.
|
static NUp.PresentationDirection.PresentationDirectionOption |
BottomRight
Specifies top to bottom, left to right.
|
static NUp.PresentationDirection.PresentationDirectionOption |
LeftBottom
Specifies right to left, top to bottom.
|
static NUp.PresentationDirection.PresentationDirectionOption |
LeftTop
Specifies right to left, bottom to top.
|
static NUp.PresentationDirection.PresentationDirectionOption |
RightBottom
Specifies left to right, top to bottom.
|
static NUp.PresentationDirection.PresentationDirectionOption |
RightTop
Specifies left to right, bottom to top.
|
static NUp.PresentationDirection.PresentationDirectionOption |
TopLeft
Specifies bottom to top, right to left.
|
static NUp.PresentationDirection.PresentationDirectionOption |
TopRight
Specifies bottom to top, left to right.
|
getName
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public static NUp.PresentationDirection.PresentationDirectionOption RightBottom
Specifies left to right, top to bottom.
public static NUp.PresentationDirection.PresentationDirectionOption BottomRight
Specifies top to bottom, left to right.
public static NUp.PresentationDirection.PresentationDirectionOption LeftBottom
Specifies right to left, top to bottom.
public static NUp.PresentationDirection.PresentationDirectionOption BottomLeft
Specifies top to bottom, right to left.
public static NUp.PresentationDirection.PresentationDirectionOption RightTop
Specifies left to right, bottom to top.
public static NUp.PresentationDirection.PresentationDirectionOption TopRight
Specifies bottom to top, left to right.
public static NUp.PresentationDirection.PresentationDirectionOption LeftTop
Specifies right to left, bottom to top.
public static NUp.PresentationDirection.PresentationDirectionOption TopLeft
Specifies bottom to top, right to left.
Copyright © 2022 Aspose. All Rights Reserved.