Class DocumentSeparatorSheet.DocumentSeparatorSheetOption
DocumentSeparatorSheet.DocumentSeparatorSheetOption class
Describes the DocumentSeparatorSheet
feature options.
public sealed class DocumentSeparatorSheetOption : Option
Properties
Name | Description |
---|
Name { get; } | Gets the element name. |
Methods
Name | Description |
---|
Add(params IOptionItem[]) | Adds a list of items to the end of this option’s item list. Each one must be a ScoredProperty or Property instance. |
Fields
Name | Description |
---|
static BothSheets | Specifies a separator sheet at the start and end of the document. |
static EndSheet | Specifies a separator sheet at the end of the document. |
static None | Specifies no separator sheet(s). |
static StartSheet | Specifies a separator sheet at the start of the document. |
See Also