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

Column represent a table column.
Inheritance: IContent
Show file Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Public Methods

Method 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

Method 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 method

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

Column() public method

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