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

Represent access to the possible attributes of of an paragraph-propertie element.
Наследование: IProperty, IHtmlStyle
Показать файл Открыть проект Примеры использования класса

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

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

Get the css style fragement

ParagraphProperties ( IStyle style ) : System

Initializes a new instance of the ParagraphProperties class.

ParagraphProperties ( IStyle style, XmlNode node ) : System

Initializes a new instance of the ParagraphProperties class.

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

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

Create a XmlAttribute for propertie XmlNode.

NewXmlNode ( ) : void

News the XML node.

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

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

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

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

Initializes a new instance of the ParagraphProperties class.
public ParagraphProperties ( IStyle style ) : System
style IStyle The style.
Результат System

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

Initializes a new instance of the ParagraphProperties class.
public ParagraphProperties ( IStyle style, XmlNode node ) : System
style IStyle The style.
node System.Xml.XmlNode The node.
Результат System