C# Класс AODL.Document.Styles.Properties.CellProperties

Represent the Cell Properties within a Cell which is used within a Tabe resp. a Row.
Наследование: IProperty, IHtmlStyle
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CellProperties ( CellStyle cellstyle ) : System

Initializes a new instance of the CellProperties class.

GetHtmlStyle ( ) : string

Get the css style fragement

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

Метод Описание
CreateAttribute ( string name, string text, string prefix ) : void

Create a XmlAttribute for propertie XmlNode.

NewXmlNode ( ) : void

Create the XmlNode which represent the propertie element.

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

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

Initializes a new instance of the CellProperties class.
public CellProperties ( CellStyle cellstyle ) : System
cellstyle AODL.Document.Styles.CellStyle The cellstyle.
Результат System

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

Get the css style fragement
public GetHtmlStyle ( ) : string
Результат string