public static final class DocumentSeparatorSheet.DocumentSeparatorSheetOption extends Option
Describes the DocumentSeparatorSheet
feature options.
Modifier and Type | Field and Description |
---|---|
static DocumentSeparatorSheet.DocumentSeparatorSheetOption |
BothSheets
Specifies a separator sheet at the start and end of the document.
|
static DocumentSeparatorSheet.DocumentSeparatorSheetOption |
EndSheet
Specifies a separator sheet at the end of the document.
|
static DocumentSeparatorSheet.DocumentSeparatorSheetOption |
None
Specifies no separator sheet(s).
|
static DocumentSeparatorSheet.DocumentSeparatorSheetOption |
StartSheet
Specifies a separator sheet at the start of the document.
|
getName
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public static DocumentSeparatorSheet.DocumentSeparatorSheetOption BothSheets
Specifies a separator sheet at the start and end of the document.
public static DocumentSeparatorSheet.DocumentSeparatorSheetOption EndSheet
Specifies a separator sheet at the end of the document.
public static DocumentSeparatorSheet.DocumentSeparatorSheetOption None
Specifies no separator sheet(s).
public static DocumentSeparatorSheet.DocumentSeparatorSheetOption StartSheet
Specifies a separator sheet at the start of the document.
Copyright © 2022 Aspose. All Rights Reserved.