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

ListItem represent a list item which is used within a list.
Наследование: IContent, IContentContainer, IHtml
Показать файл Открыть проект Примеры использования класса

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

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

Return the content as Html string

ListItem ( IDocument document ) : System

Initializes a new instance of the ListItem class.

ListItem ( List list ) : System

Create a new ListItem

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

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

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

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

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

Create a new ListItem
public ListItem ( List list ) : System
list List The List object to which this ListItem belongs.
Результат System