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

Cell represent a table cell.
Inheritance: IContent, IContentContainer, IHtml
Datei anzeigen Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Private Properties

Property Type Description
Content_Inserted void
Content_Removed void
CreateAttribute void
GetHtmlWidth string
InitStandards void
NewXmlNode void

Public Methods

Method Description
Cell ( IDocument document ) : System
Cell ( IDocument document, XmlNode node ) : System

Initializes a new instance of the Cell class.

Cell ( IDocument document, string styleName ) : System
Cell ( IDocument document, string styleName, string officeValueTyp ) : System
GetHtml ( ) : string

Return the content as Html string

Private Methods

Method Description
Content_Inserted ( int index, object value ) : void

Content_s the inserted.

Content_Removed ( int index, object value ) : void

Content_s the removed.

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

Create a XmlAttribute for propertie XmlNode.

GetHtmlWidth ( ) : string

Gets the width of the HTML.

InitStandards ( ) : void

Inits the standards.

NewXmlNode ( ) : void

Create a new Xml node.

Method Details

Cell() public method

public Cell ( IDocument document ) : System
document IDocument
return System

Cell() public method

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

Cell() public method

public Cell ( IDocument document, string styleName ) : System
document IDocument
styleName string
return System

Cell() public method

public Cell ( IDocument document, string styleName, string officeValueTyp ) : System
document IDocument
styleName string
officeValueTyp string
return System

GetHtml() public method

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