[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.EndnoteOptions

Class EndnoteOptions

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

Represents the endnote numbering options for a document or section.

public class EndnoteOptions
Inheritance
object
EndnoteOptions
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.

Location

Gets or sets the endnotes position.

public EndnoteLocation Location { get; set; }

Property Value

EndnoteLocation

NumberingRule

Gets or sets when automatic numbering restarts.

public EndnoteNumberingRule NumberingRule { get; set; }

Property Value

EndnoteNumberingRule

NumberStyle

Gets or sets the number format for automatically numbered endnotes.

public NumberStyle NumberStyle { get; set; }

Property Value

NumberStyle

StartingNumber

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

public ushort StartingNumber { get; set; }

Property Value

ushort

Methods

ClearFormatting()

Resets endnote options to default values defined in Settings.

public void ClearFormatting()