[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.FootnoteOptions

Class FootnoteOptions

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents the footnote numbering options for a document or section.

public class FootnoteOptions
Inheritance
object
FootnoteOptions
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

CustomNumberStyle

Gets or sets a custom number format using the syntax defined by the XSLT 1.0 format attribute.

public string CustomNumberStyle { get; set; }

Property Value

string

Examples

A value of ア indicates that a consumer must use Katakana numbering.

LayoutColumns

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; }

Property Value

int

Remarks

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.

Location

Gets or sets the footnotes position.

public FootnoteLocation Location { get; set; }

Property Value

FootnoteLocation

NumberingRule

Gets or sets when automatic numbering restarts.

public FootnoteNumberingRule NumberingRule { get; set; }

Property Value

FootnoteNumberingRule

NumberStyle

Gets or sets the number format for automatically numbered footnotes.

public NumberStyle NumberStyle { get; set; }

Property Value

NumberStyle

StartingNumber

Gets or sets the starting number or character for the first automatically numbered footnotes.

public ushort StartingNumber { get; set; }

Property Value

ushort

Methods

ClearFormatting()

Resets footnote options to default values defined in Settings.

public void ClearFormatting()