Class DocumentSeparatorSheet.DocumentSeparatorSheetOption
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