C# Class AODL.Document.Styles.ParagraphStyle

Represent the style for a Paragraph object.
Inheritance: AbstractStyle
Show file Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Public Methods

Method Description
ParagraphStyle ( IDocument document, XmlNode node ) : System

Initializes a new instance of the ParagraphStyle class.

ParagraphStyle ( IDocument document, string styleName ) : System

Initializes a new instance of the ParagraphStyle 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 name ) : void

Create the XmlNode that represent this element.

PropertyCollection_Inserted ( int index, object value ) : void

Properties the collection_ inserted.

PropertyCollection_Removed ( int index, object value ) : void

Properties the collection_ removed.

Method Details

ParagraphStyle() public method

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

ParagraphStyle() public method

Initializes a new instance of the ParagraphStyle class.
public ParagraphStyle ( IDocument document, string styleName ) : System
document IDocument The document.
styleName string Name of the style.
return System