[]
Represents the endnote numbering options for a document or section.
public class EndnoteOptions
Gets or sets a custom number format using the syntax defined by the XSLT 1.0 format attribute.
public string CustomNumberStyle { get; set; }
A value of ア indicates that a consumer must use Katakana numbering.
Gets or sets the endnotes position.
public EndnoteLocation Location { get; set; }
Gets or sets when automatic numbering restarts.
public EndnoteNumberingRule NumberingRule { get; set; }
Gets or sets the number format for automatically numbered endnotes.
public NumberStyle NumberStyle { get; set; }
Gets or sets the starting number or character for the first automatically numbered endnotes.
public ushort StartingNumber { get; set; }
Resets endnote options to default values defined in Settings.
public void ClearFormatting()