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

TableProperties represent the table properties.
Наследование: IProperty, IHtmlStyle
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetHtmlStyle ( ) : string

Get the css style fragement

TableProperties ( IStyle style ) : System

Constructor create a new TableProperties instance.

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

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

Create a XmlAttribute for propertie XmlNode.

NewXmlNode ( ) : void

Create the XmlNode which represent the propertie element.

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

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

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

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

Constructor create a new TableProperties instance.
public TableProperties ( IStyle style ) : System
style IStyle
Результат System