Class DocumentSeparatorSheet.DocumentSeparatorSheetOption
이름 공간 : Aspose.Page.XPS.XpsMetadata 모임: Aspose.Page.dll (25.4.0)
Aspose.Page.XPS.XpsMetadata.DocumentSeparatorSheet 기능 옵션을 설명합니다.
public sealed class DocumentSeparatorSheet.DocumentSeparatorSheetOption : Option, IFeatureItem, IPrintTicketElementChild
Inheritance
object ← PrintTicketElement ← CompositePrintTicketElement ← Option ← DocumentSeparatorSheet.DocumentSeparatorSheetOption
Implements
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()
Fields
BothSheets
문서의 시작과 끝에 분리판을 지정합니다.
public static DocumentSeparatorSheet.DocumentSeparatorSheetOption BothSheets
필드 가치
DocumentSeparatorSheet . DocumentSeparatorSheetOption
EndSheet
문서의 끝에 분리판을 지정합니다.
public static DocumentSeparatorSheet.DocumentSeparatorSheetOption EndSheet
필드 가치
DocumentSeparatorSheet . DocumentSeparatorSheetOption
None
분리 잎(s)을 지정하지 않습니다.
public static DocumentSeparatorSheet.DocumentSeparatorSheetOption None
필드 가치
DocumentSeparatorSheet . DocumentSeparatorSheetOption
StartSheet
문서의 시작 부분에서 분리판을 지정합니다.
public static DocumentSeparatorSheet.DocumentSeparatorSheetOption StartSheet