Click or drag to resize

FootEndnoteOptions Class

Represents options for footnotes in a Word document.
Inheritance Hierarchy
System Object
Spire.Doc OwnerHolder
Spire.Doc FootEndnoteOptions

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public class FootEndnoteOptions : OwnerHolder

The FootEndnoteOptions type exposes the following members.

Properties
Name Description
Public property Document
Gets the document.
(Inherited from OwnerHolder .)
Public property NumberFormat
Gets or sets the numbering format.
Public property Position
Gets or sets the position in the document.
Public property RestartRule
Gets or sets the restart rule.
Public property StartNumber
Gets or sets the start number.
Top
Methods
Name Description
Public method Equals(Object) (Overrides Object Equals(Object) .)
Public method Equals(FootEndnoteOptions)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
Fields
Name Description
Protected field m_doc (Inherited from OwnerHolder .)
Top
See Also