C# Класс AODL.Document.Content.Text.Footnote

Represent a Footnote which could be a Foot- or a Endnote
Наследование: IText, IHtml, ITextContainer
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
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.

Описание методов

Footnote() публичный Метод

Initializes a new instance of the Footnote class.
public Footnote ( IDocument document ) : System
document IDocument The text document.
Результат System

Footnote() публичный Метод

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.
Результат System

GetHtml() публичный Метод

Return the content as Html string
public GetHtml ( ) : string
Результат string