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

RowProperties represent table row properties.
Inheritance: IProperty
Afficher le fichier Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Méthodes publiques

Méthode Description
GetHtmlStyle ( ) : string

Gets the HTML style.

RowProperties ( IStyle style ) : System

Initializes a new instance of the RowProperties class.

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

GetHtmlStyle() public méthode

Gets the HTML style.
public GetHtmlStyle ( ) : string
Résultat string

RowProperties() public méthode

Initializes a new instance of the RowProperties class.
public RowProperties ( IStyle style ) : System
style IStyle The rowstyle.
Résultat System