Class DocumentSeparatorSheet.DocumentSeparatorSheetOption
Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.1.2)
Описание параметров функции Aspose.Page.XPS.XpsMetadata.DocumentSeparatorSheet.
public sealed class DocumentSeparatorSheet.DocumentSeparatorSheetOption : Option, IFeatureItem, IPrintTicketElementChild
Наследование
object ← PrintTicketElement ← CompositePrintTicketElement ← Option ← DocumentSeparatorSheet.DocumentSeparatorSheetOption
Реализует
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()
Поля
BothSheets
Указывает на наличие разделительного листа в начале и в конце документа.
public static DocumentSeparatorSheet.DocumentSeparatorSheetOption BothSheets
Значение поля
DocumentSeparatorSheet.DocumentSeparatorSheetOption
EndSheet
Указывает на наличие разделительного листа в конце документа.
public static DocumentSeparatorSheet.DocumentSeparatorSheetOption EndSheet
Значение поля
DocumentSeparatorSheet.DocumentSeparatorSheetOption
None
Указывает на отсутствие разделительного листа(ов).
public static DocumentSeparatorSheet.DocumentSeparatorSheetOption None
Значение поля
DocumentSeparatorSheet.DocumentSeparatorSheetOption
StartSheet
Указывает на наличие разделительного листа в начале документа.
public static DocumentSeparatorSheet.DocumentSeparatorSheetOption StartSheet