C# 클래스 AODL.Document.Import.OpenDocument.NodeProcessors.TextContentProcessor

Represent a Text Content Processor.
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker 1 사용 예제들

공개 메소드들

메소드 설명
CreateBookmark ( IDocument document, XmlNode node, BookmarkType type ) : Bookmark

Creates the bookmark.

CreateFootnote ( IDocument document, XmlNode node ) : Footnote

Creates the footnote.

CreateFormatedText ( IDocument document, XmlNode node ) : FormatedText

Creates the formated text.

CreateTextObject ( IDocument document, XmlNode aTextNode ) : IText

Creates the text object.

CreateTextSequence ( IDocument document, XmlNode node ) : TextSequence

Creates the text sequence.

CreateXLink ( IDocument document, XmlNode node ) : XLink

Creates the X link.

TextContentProcessor ( ) : System

Initializes a new instance of the TextContentProcessor class.

비공개 메소드들

메소드 설명
ReplaceSpecialCharacter ( string nodeInnerText ) : string

Replaces the special character.

메소드 상세

CreateBookmark() 공개 메소드

Creates the bookmark.
public CreateBookmark ( IDocument document, XmlNode node, BookmarkType type ) : Bookmark
document IDocument The document.
node System.Xml.XmlNode The node.
type BookmarkType The type.
리턴 AODL.Document.Content.Text.Indexes.Bookmark

CreateFootnote() 공개 메소드

Creates the footnote.
public CreateFootnote ( IDocument document, XmlNode node ) : Footnote
document IDocument The document.
node System.Xml.XmlNode The node.
리턴 AODL.Document.Content.Text.Footnote

CreateFormatedText() 공개 메소드

Creates the formated text.
public CreateFormatedText ( IDocument document, XmlNode node ) : FormatedText
document IDocument The document.
node System.Xml.XmlNode The node.
리턴 AODL.Document.Content.Text.FormatedText

CreateTextObject() 공개 메소드

Creates the text object.
public CreateTextObject ( IDocument document, XmlNode aTextNode ) : IText
document IDocument The document.
aTextNode System.Xml.XmlNode A text node.
리턴 IText

CreateTextSequence() 공개 메소드

Creates the text sequence.
public CreateTextSequence ( IDocument document, XmlNode node ) : TextSequence
document IDocument The document.
node System.Xml.XmlNode The node.
리턴 AODL.Document.Content.Text.Indexes.TextSequence

CreateXLink() 공개 메소드

Creates the X link.
public CreateXLink ( IDocument document, XmlNode node ) : XLink
document IDocument The document.
node System.Xml.XmlNode The node.
리턴 AODL.Document.Content.Text.XLink

TextContentProcessor() 공개 메소드

Initializes a new instance of the TextContentProcessor class.
public TextContentProcessor ( ) : System
리턴 System