C# Класс AODL.Document.Content.Text.Indexes.TextSequence

Zusammenfassung für TextSequence.
Наследование: IText, ICloneable
Показать файл Открыть проект Примеры использования класса

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

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