C# 클래스 AODL.Document.Content.Text.Indexes.TextSequence

Zusammenfassung für TextSequence.
상속: IText, ICloneable
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : object

Create a deep clone of this FormatedText object.

A possible Attached Style wouldn't be cloned!

TextSequence ( ) : System

Initializes a new instance of the TextSequence class.

TextSequence ( IDocument document ) : System

Initializes a new instance of the TextSequence class.

TextSequence ( IDocument document, XmlNode node ) : System

Initializes a new instance of the TextSequence class.

비공개 메소드들

메소드 설명
CreateAttribute ( string name, string text, string prefix ) : void

Create a XmlAttribute for propertie XmlNode.

InitStandards ( ) : void

Inits the standards.

NewXmlNode ( ) : void

Create a new XmlNode.

TextContent_Inserted ( int index, object value ) : void

Texts the content_ inserted.

TextContent_Removed ( int index, object value ) : void

Texts the content_ removed.

메소드 상세

Clone() 공개 메소드

Create a deep clone of this FormatedText object.
A possible Attached Style wouldn't be cloned!
public Clone ( ) : object
리턴 object

TextSequence() 공개 메소드

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

TextSequence() 공개 메소드

Initializes a new instance of the TextSequence class.
public TextSequence ( IDocument document ) : System
document IDocument The document.
리턴 System

TextSequence() 공개 메소드

Initializes a new instance of the TextSequence class.
public TextSequence ( IDocument document, XmlNode node ) : System
document IDocument The document.
node System.Xml.XmlNode The node.
리턴 System