Class NUp.PresentationDirection.PresentationDirectionOption
命名空间: Aspose.Page.XPS.XpsMetadata
程序集: Aspose.Page.dll (25.1.2)
描述了 Aspose.Page.XPS.XpsMetadata.NUp.PresentationDirection 特性选项。
public sealed class NUp.PresentationDirection.PresentationDirectionOption : Option, IFeatureItem, IPrintTicketElementChild
继承
object ← PrintTicketElement ← CompositePrintTicketElement ← Option ← NUp.PresentationDirection.PresentationDirectionOption
实现
IFeatureItem, IPrintTicketElementChild
继承成员
Option.Add(params IOptionItem[]), PrintTicketElement.Name, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
字段
BottomLeft
指定从上到下,从右到左。
public static NUp.PresentationDirection.PresentationDirectionOption BottomLeft
字段值
NUp.PresentationDirection.PresentationDirectionOption
BottomRight
指定从上到下,从左到右。
public static NUp.PresentationDirection.PresentationDirectionOption BottomRight
字段值
NUp.PresentationDirection.PresentationDirectionOption
LeftBottom
指定从右到左,从上到下。
public static NUp.PresentationDirection.PresentationDirectionOption LeftBottom
字段值
NUp.PresentationDirection.PresentationDirectionOption
LeftTop
指定从右到左,从下到上。
public static NUp.PresentationDirection.PresentationDirectionOption LeftTop
字段值
NUp.PresentationDirection.PresentationDirectionOption
RightBottom
指定从左到右,从上到下。
public static NUp.PresentationDirection.PresentationDirectionOption RightBottom
字段值
NUp.PresentationDirection.PresentationDirectionOption
RightTop
指定从左到右,从下到上。
public static NUp.PresentationDirection.PresentationDirectionOption RightTop
字段值
NUp.PresentationDirection.PresentationDirectionOption
TopLeft
指定从下到上,从右到左。
public static NUp.PresentationDirection.PresentationDirectionOption TopLeft
字段值
NUp.PresentationDirection.PresentationDirectionOption
TopRight
指定从下到上,从左到右。
public static NUp.PresentationDirection.PresentationDirectionOption TopRight