NoteSettings Class
Represents the footnote or endnote options of a DocumentModel or Section.
- Inheritance:
- System.ObjectNoteSettings
Properties
ColumnCount
Gets or sets the number of columns in the note rendering area.
Property Value
- System.Int32
The number of columns in the note rendering area.
Remarks
Value must be in the range from 0 to 4.
Exceptions
- System.ArgumentOutOfRangeException
Value is out of range.
Location
Gets or sets the note rendering location.
Property Value
The note rendering location.
Exceptions
- System.NotSupportedException
Value not supported by current settings type (footnote or endnote).
Numbering
Gets or sets the note numbering mode.
Property Value
The note numbering mode.
Exceptions
- System.NotSupportedException
Value not supported by current settings type (footnote or endnote).
NumberStyle
Gets or sets the note mark number style.
Property Value
The note mark number style.
Exceptions
- System.NotSupportedException
Value not supported.
StartAt
Gets or sets the note mark start number.
Property Value
- System.Int32
The note mark start number.
Exceptions
- System.ArgumentOutOfRangeException
Value must be a positive number.