C# Класс AODL.Document.Styles.ListLevelStyle

Represent the list level style.
Наследование: AbstractStyle
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ListLevelStyle ( IDocument document, ListStyle style, ListStyles typ, int level ) : System

Initializes a new instance of the ListLevelStyle class.

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

Метод Описание
AddListLevel ( int level ) : void

Adds the list level.

AddTextPropertie ( ) : void

Add the TextPropertie, necessary if the list is a bullet list.

CreateAttribute ( string name, string text, string prefix ) : void

Create a XmlAttribute for propertie XmlNode.

InitStandards ( int level ) : void

Inits the standards.

NewXmlNode ( ListStyles typ, int level ) : void

Create the XmlNode that represent the Style element.

PropertyCollection_Inserted ( int index, object value ) : void

Properties the collection_ inserted.

PropertyCollection_Removed ( int index, object value ) : void

Properties the collection_ removed.

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

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

Initializes a new instance of the ListLevelStyle class.
public ListLevelStyle ( IDocument document, ListStyle style, ListStyles typ, int level ) : System
document IDocument The document.
style ListStyle The style.
typ ListStyles The typ.
level int The level.
Результат System