[]
Represents the footnote numbering options for a document or section.
public class FootnoteOptions
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 way footnotes are laid out in columns when the section containing the reference mark has multiple columns. This property has affect only for the current section (not in Settings).
public int LayoutColumns { get; set; }
If value is zero, then the footnotes area of the page is formatted with a number of columns based on the number of columns on the displayed page.
Gets or sets the footnotes position.
public FootnoteLocation Location { get; set; }
Gets or sets when automatic numbering restarts.
public FootnoteNumberingRule NumberingRule { get; set; }
Gets or sets the number format for automatically numbered footnotes.
public NumberStyle NumberStyle { get; set; }
Gets or sets the starting number or character for the first automatically numbered footnotes.
public ushort StartingNumber { get; set; }
Resets footnote options to default values defined in Settings.
public void ClearFormatting()