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

Represent the Cell Properties within a Cell which is used within a Tabe resp. a Row.
Inheritance: IProperty, IHtmlStyle
Show file Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Public Methods

Method Description
CellProperties ( CellStyle cellstyle ) : System

Initializes a new instance of the CellProperties class.

GetHtmlStyle ( ) : string

Get the css style fragement

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

CellProperties() public method

Initializes a new instance of the CellProperties class.
public CellProperties ( CellStyle cellstyle ) : System
cellstyle AODL.Document.Styles.CellStyle The cellstyle.
return System

GetHtmlStyle() public method

Get the css style fragement
public GetHtmlStyle ( ) : string
return string