C# Class AODL.Document.Content.Tables.RowHeader

RowHeader represent a table row header.
Inheritance: IContent, IHtml
Datei anzeigen Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Public Methods

Method Description
GetHtml ( ) : string

Return the content as Html string

RowHeader ( IDocument document, XmlNode node ) : System

Initializes a new instance of the RowHeader class.

RowHeader ( Table table ) : System

Initializes a new instance of the RowHeader class.

Private Methods

Method Description
CreateAttribute ( string name, string text, string prefix ) : void

Create a XmlAttribute for propertie XmlNode.

HtmlCleaner ( string text ) : string

Table row header cleaner, this is needed, because in OD, the style of the table header row is used for to and bottom margin, but some brother use this from the text inside the cells. Which result in to large height settings.

InitStandards ( ) : void

Inits the standards.

NewXmlNode ( ) : void

Create a new XmlNode.

RowCollection_Inserted ( int index, object value ) : void

Rows the collection_ inserted.

RowCollection_Removed ( int index, object value ) : void

Rows the collection_ removed.

Method Details

GetHtml() public method

Return the content as Html string
public GetHtml ( ) : string
return string

RowHeader() public method

Initializes a new instance of the RowHeader class.
public RowHeader ( IDocument document, XmlNode node ) : System
document IDocument The document.
node System.Xml.XmlNode The node.
return System

RowHeader() public method

Initializes a new instance of the RowHeader class.
public RowHeader ( Table table ) : System
table Table The table.
return System