C# Class AODL.Document.Styles.ListLevelStyle

Represent the list level style.
Inheritance: AbstractStyle
Show file Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Public Methods

Method Description
ListLevelStyle ( IDocument document, ListStyle style, ListStyles typ, int level ) : System

Initializes a new instance of the ListLevelStyle class.

Private Methods

Method Description
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.

Method Details

ListLevelStyle() public method

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.
return System