Class DocumentSeparatorSheet.DocumentSeparatorSheetOption
Nome do espaço: Aspose.Page.XPS.XpsMetadata Assembleia: Aspose.Page.dll (25.4.0)
Descreve as opções de função Aspose.Page.XPS.XpsMetadata.DocumentSeparatorSheet.
public sealed class DocumentSeparatorSheet.DocumentSeparatorSheetOption : Option, IFeatureItem, IPrintTicketElementChild
Inheritance
object ← PrintTicketElement ← CompositePrintTicketElement ← Option ← DocumentSeparatorSheet.DocumentSeparatorSheetOption
Implements
IFeatureItem , IPrintTicketElementChild
Membros herdados
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 uma folha de separador no início e no final do documento.
public static DocumentSeparatorSheet.DocumentSeparatorSheetOption BothSheets
Valor de campo
DocumentSeparatorSheet . DocumentSeparatorSheetOption
EndSheet
Especifique uma folha de separador no final do documento.
public static DocumentSeparatorSheet.DocumentSeparatorSheetOption EndSheet
Valor de campo
DocumentSeparatorSheet . DocumentSeparatorSheetOption
None
Não especifica uma folha separadora(s).
public static DocumentSeparatorSheet.DocumentSeparatorSheetOption None
Valor de campo
DocumentSeparatorSheet . DocumentSeparatorSheetOption
StartSheet
Especifique uma folha de separador no início do documento.
public static DocumentSeparatorSheet.DocumentSeparatorSheetOption StartSheet