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

SectionProperties represent the section properties which is e.g used within a table of contents.
Наследование: IProperty
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AddStandardColumnStyle ( ) : void

Adds the standard column style. While creating new TableOfContent objects AODL will only support a TableOfContent which use the Header styles with outlining without table columns

SectionProperties ( IStyle style ) : System

Initializes a new instance of the SectionProperties class.

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

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

Create a XmlAttribute for propertie XmlNode.

NewXmlNode ( ) : void

Create a new XmlNode.

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

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

Adds the standard column style. While creating new TableOfContent objects AODL will only support a TableOfContent which use the Header styles with outlining without table columns
public AddStandardColumnStyle ( ) : void
Результат void

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

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