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

TableProperties represent the table properties.
Inheritance: IProperty, IHtmlStyle
Afficher le fichier Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Méthodes publiques

Méthode Description
GetHtmlStyle ( ) : string

Get the css style fragement

TableProperties ( IStyle style ) : System

Constructor create a new TableProperties instance.

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

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

TableProperties() public méthode

Constructor create a new TableProperties instance.
public TableProperties ( IStyle style ) : System
style IStyle
Résultat System