Class DocumentSeparatorSheet.DocumentSeparatorSheetOption
Nom dels espais: Aspose.Page.XPS.XpsMetadata Assemblea: Aspose.Page.dll (25.4.0)
Descriu les opcions de característica Aspose.Page.XPS.xpsMetadata.DocumentSeparatorSheet.
public sealed class DocumentSeparatorSheet.DocumentSeparatorSheetOption : Option, IFeatureItem, IPrintTicketElementChild
Inheritance
object ← PrintTicketElement ← CompositePrintTicketElement ← Option ← DocumentSeparatorSheet.DocumentSeparatorSheetOption
Implements
IFeatureItem , IPrintTicketElementChild
Membres heretats
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
Especifica una fulla de separació al principi i al final del document.
public static DocumentSeparatorSheet.DocumentSeparatorSheetOption BothSheets
Valor de camp
DocumentSeparatorSheet . DocumentSeparatorSheetOption
EndSheet
Especifica una fulla de separació al final del document.
public static DocumentSeparatorSheet.DocumentSeparatorSheetOption EndSheet
Valor de camp
DocumentSeparatorSheet . DocumentSeparatorSheetOption
None
No especifica cap full de separador(s).
public static DocumentSeparatorSheet.DocumentSeparatorSheetOption None
Valor de camp
DocumentSeparatorSheet . DocumentSeparatorSheetOption
StartSheet
Especifica una fulla de separació al començament del document.
public static DocumentSeparatorSheet.DocumentSeparatorSheetOption StartSheet