Class DocumentSeparatorSheet.DocumentSeparatorSheetOption

DocumentSeparatorSheet.DocumentSeparatorSheetOption class

Describes the DocumentSeparatorSheet feature options.

public sealed class DocumentSeparatorSheetOption : Option

Properties

NameDescription
Name { get; }Gets the element name.

Methods

NameDescription
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

NameDescription
static BothSheetsSpecifies a separator sheet at the start and end of the document.
static EndSheetSpecifies a separator sheet at the end of the document.
static NoneSpecifies no separator sheet(s).
static StartSheetSpecifies a separator sheet at the start of the document.

See Also