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
Afficher le fichier Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Méthodes publiques

Méthode Description
CellProperties ( CellStyle cellstyle ) : System

Initializes a new instance of the CellProperties class.

GetHtmlStyle ( ) : string

Get the css style fragement

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

CellProperties() public méthode

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

GetHtmlStyle() public méthode

Get the css style fragement
public GetHtmlStyle ( ) : string
Résultat string