C# 클래스 AODL.Document.Content.Text.Footnote

Represent a Footnote which could be a Foot- or a Endnote
상속: IText, IHtml, ITextContainer
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker 1 사용 예제들

공개 메소드들

메소드 설명
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