C# Class AODL.Document.Content.Tables.Column

Column represent a table column.
Inheritance: IContent
Afficher le fichier Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Méthodes publiques

Méthode Description
Column ( IDocument document, XmlNode node ) : System

Initializes a new instance of the Column class.

Column ( Table table, string styleName ) : System

Initializes a new instance of the Column class.

Private Methods

Méthode Description
CreateAttribute ( string name, string text, string prefix ) : void

Create a XmlAttribute for propertie XmlNode.

NewXmlNode ( string styleName ) : void

Create a new Xml node.

Method Details

Column() public méthode

Initializes a new instance of the Column class.
public Column ( IDocument document, XmlNode node ) : System
document IDocument The document.
node System.Xml.XmlNode The node.
Résultat System

Column() public méthode

Initializes a new instance of the Column class.
public Column ( Table table, string styleName ) : System
table Table The table.
styleName string Name of the style.
Résultat System