C# Class AODL.Document.Styles.SectionStyle

SectionStyle represent a section style.
Inheritance: AbstractStyle
Show file Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Public Methods

Method Description
SectionStyle ( IContent content, string styleName ) : System

Initializes a new instance of the SectionStyle class.

SectionStyle ( IDocument document, XmlNode node ) : System

Initializes a new instance of the SectionStyle class.

Private Methods

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

Create a XmlAttribute for propertie XmlNode.

InitStandards ( ) : void

Inits the standards.

NewXmlNode ( string stylename ) : void

Create a new XmlNode.

PropertyCollection_Inserted ( int index, object value ) : void

Properties the collection_ inserted.

PropertyCollection_Removed ( int index, object value ) : void

Properties the collection_ removed.

Method Details

SectionStyle() public method

Initializes a new instance of the SectionStyle class.
public SectionStyle ( IContent content, string styleName ) : System
content IContent The content.
styleName string Name of the style.
return System

SectionStyle() public method

Initializes a new instance of the SectionStyle class.
public SectionStyle ( IDocument document, XmlNode node ) : System
document IDocument The document.
node System.Xml.XmlNode The node.
return System