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

Represent a list which could be a numbered or bullet style list.
Наследование: IContent, IContentContainer, IHtml
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetHtml ( ) : string

Return the content as Html string

List ( IDocument document, List outerlist ) : System

Create a new List which is used to represent a inner list.

List ( IDocument document, XmlNode node ) : System

Initializes a new instance of the List class.

List ( IDocument document, string styleName, ListStyles typ, string paragraphStyleName ) : System

Create a new List object

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

Метод Описание
Content_Inserted ( int index, object value ) : void

Content_s the inserted.

Content_Removed ( int index, object value ) : void

Content_s the removed.

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.

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

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

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

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

Create a new List which is used to represent a inner list.
public List ( IDocument document, List outerlist ) : System
document IDocument The IDocument
outerlist List The List to which this List belongs.
Результат System

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

Initializes a new instance of the List class.
public List ( IDocument document, XmlNode node ) : System
document IDocument The document.
node System.Xml.XmlNode The node.
Результат System

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

Create a new List object
public List ( IDocument document, string styleName, ListStyles typ, string paragraphStyleName ) : System
document IDocument The IDocument
styleName string The style name
typ ListStyles The list typ bullet, ..
paragraphStyleName string The style name for the ParagraphStyle.
Результат System