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

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

Private Properties

Свойство Type Description
Content_Inserted void
Content_Removed void
CreateAttribute void
GetHtmlWidth string
InitStandards void
NewXmlNode void

Méthodes publiques

Méthode 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

Méthode 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 méthode

public Cell ( IDocument document ) : System
document IDocument
Résultat System

Cell() public méthode

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.
Résultat System

Cell() public méthode

public Cell ( IDocument document, string styleName ) : System
document IDocument
styleName string
Résultat System

Cell() public méthode

public Cell ( IDocument document, string styleName, string officeValueTyp ) : System
document IDocument
styleName string
officeValueTyp string
Résultat System

GetHtml() public méthode

Return the content as Html string
public GetHtml ( ) : string
Résultat string