Table of Contents

Class NoteProperties

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

Footnote or endnote placement and numbering options recorded on a section (ECMA-376 Part 1 §17.11.11 w:footnotePr / §17.11.5 w:endnotePr). Raw tokens are kept verbatim; numbering evaluation is a later phase.

public sealed class NoteProperties
Inheritance
NoteProperties
Inherited Members

Constructors

NoteProperties()

Properties

NumberFormat

Gets or sets the raw ST_NumberFormat token for note numbers (w:numFmt), or null.

Position

Gets or sets the raw position token (w:pos), or null.

RestartRule

Gets or sets the raw ST_RestartNumber token (w:numRestart), or null.

StartNumber

Gets or sets the starting note number (w:numStart), or null.

Methods

Clone()

Creates a copy.