C# Class AODL.Document.Styles.Properties.SectionProperties

SectionProperties represent the section properties which is e.g used within a table of contents.
Inheritance: IProperty
Show file Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Public Methods

Method Description
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.

Private Methods

Method Description
CreateAttribute ( string name, string text, string prefix ) : void

Create a XmlAttribute for propertie XmlNode.

NewXmlNode ( ) : void

Create a new XmlNode.

Method Details

AddStandardColumnStyle() public method

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
return void

SectionProperties() public method

Initializes a new instance of the SectionProperties class.
public SectionProperties ( IStyle style ) : System
style IStyle The style.
return System