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

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

Private Properties

Свойство Тип Описание
Content_Inserted void
Content_Removed void
CreateAttribute void
GetHtmlWidth string
InitStandards void
NewXmlNode void

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

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

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

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

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

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

public Cell ( IDocument document ) : System
document IDocument
Результат System

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

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

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

public Cell ( IDocument document, string styleName ) : System
document IDocument
styleName string
Результат System

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

public Cell ( IDocument document, string styleName, string officeValueTyp ) : System
document IDocument
styleName string
officeValueTyp string
Результат System

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

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