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

ColumnProperties represent the table column properties.
Inheritance: IProperty
Afficher le fichier Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Méthodes publiques

Méthode Description
ColumnProperties ( IStyle style ) : System

The Constructor, create new instance of ColumnProperties

Private Methods

Méthode 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 méthode

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