Свойство | Type | Description | |
---|---|---|---|
Content_Inserted | void | ||
Content_Removed | void | ||
CreateAttribute | void | ||
GetHtmlWidth | string | ||
InitStandards | void | ||
NewXmlNode | void |
Méthode | Description | |
---|---|---|
Cell ( IDocument document ) : System | ||
Cell ( IDocument document, |
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
|
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.
|
public Cell ( IDocument document ) : System | ||
document | IDocument | |
Résultat | System |
public Cell ( IDocument document, |
||
document | IDocument | The document. |
node | The node. | |
Résultat | System |
public Cell ( IDocument document, string styleName ) : System | ||
document | IDocument | |
styleName | string | |
Résultat | System |
public Cell ( IDocument document, string styleName, string officeValueTyp ) : System | ||
document | IDocument | |
styleName | string | |
officeValueTyp | string | |
Résultat | System |