C# 클래스 AODL.Document.Content.Tables.RowHeader

RowHeader represent a table row header.
상속: IContent, IHtml
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker 1 사용 예제들

공개 메소드들

메소드 설명
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