C# Класс AODL.Document.Content.Tables.RowHeader

RowHeader represent a table row header.
Наследование: IContent, IHtml
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
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.

Описание методов

GetHtml() публичный Метод

Return the content as Html string
public GetHtml ( ) : string
Результат string

RowHeader() публичный Метод

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.
Результат System

RowHeader() публичный Метод

Initializes a new instance of the RowHeader class.
public RowHeader ( Table table ) : System
table Table The table.
Результат System