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

ColumnProperties represent the table column properties.
Inheritance: IProperty
Show file Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Public Methods

Method Description
ColumnProperties ( IStyle style ) : System

The Constructor, create new instance of ColumnProperties

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

ColumnProperties() public method

The Constructor, create new instance of ColumnProperties
public ColumnProperties ( IStyle style ) : System
style IStyle The ColumnStyle
return System