C# Class AODL.Document.Styles.Properties.ListLevelProperties

Represent the properties of the list levels.
Inheritance: IProperty
Show file Open project: monsterlabs/HumanRightsTracker

Public Methods

Method Description
ListLevelProperties ( IStyle style ) : System

Constructor create a new ListLevelProperties object.

Private Methods

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

Create a XmlAttribute for propertie XmlNode.

NewXmlNode ( ) : void

Create the XmlNode which represent the propertie element.

Method Details

ListLevelProperties() public method

Constructor create a new ListLevelProperties object.
public ListLevelProperties ( IStyle style ) : System
style IStyle
return System