C# Class AODL.Document.Content.Text.Footnote

Represent a Footnote which could be a Foot- or a Endnote
Inheritance: IText, IHtml, ITextContainer
Afficher le fichier Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Méthodes publiques

Méthode Description
Footnote ( IDocument document ) : System

Initializes a new instance of the Footnote class.

Footnote ( IDocument document, string notetext, string id, FootnoteType type ) : System

Initializes a new instance of the Footnote class.

GetHtml ( ) : string

Return the content as Html string

Private Methods

Méthode Description
InitStandards ( ) : void

Inits the standards.

NewXmlNode ( string id, string notetext, FootnoteType type ) : void

News the XML node.

TextContent_Inserted ( int index, object value ) : void

Texts the content_ inserted.

TextContent_Removed ( int index, object value ) : void

Texts the content_ removed.

Method Details

Footnote() public méthode

Initializes a new instance of the Footnote class.
public Footnote ( IDocument document ) : System
document IDocument The text document.
Résultat System

Footnote() public méthode

Initializes a new instance of the Footnote class.
public Footnote ( IDocument document, string notetext, string id, FootnoteType type ) : System
document IDocument The text document.
notetext string The notetext.
id string The id.
type FootnoteType The type.
Résultat System

GetHtml() public méthode

Return the content as Html string
public GetHtml ( ) : string
Résultat string