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

TableProperties represent the table properties.
Inheritance: IProperty, IHtmlStyle
Show file Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Public Methods

Method Description
GetHtmlStyle ( ) : string

Get the css style fragement

TableProperties ( IStyle style ) : System

Constructor create a new TableProperties instance.

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

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

TableProperties() public method

Constructor create a new TableProperties instance.
public TableProperties ( IStyle style ) : System
style IStyle
return System