Method | 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
|
Method | 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.
|
public Footnote ( IDocument document ) : System | ||
document | IDocument | The text document. |
return | System |
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. |
return | System |