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

RowProperties represent table row properties.
Inheritance: IProperty
Show file Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Public Methods

Method Description
GetHtmlStyle ( ) : string

Gets the HTML style.

RowProperties ( IStyle style ) : System

Initializes a new instance of the RowProperties class.

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

GetHtmlStyle() public method

Gets the HTML style.
public GetHtmlStyle ( ) : string
return string

RowProperties() public method

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