C# Class AODL.Document.Styles.PlotAreaStyle

Summary description for PlotAreaStyle.
Inheritance: AbstractStyle
Show file Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Public Methods

Method Description
PlotAreaStyle ( IDocument document ) : System

the constructor of the plotarea style

PlotAreaStyle ( IDocument document, string styleName ) : System

Private Methods

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

Create a XmlAttribute for propertie XmlNode.

InitStandards ( ) : void

Inits the standards.

NewXmlNode ( ) : void

Create a new Xml node.

PropertyCollection_Inserted ( int index, object value ) : void

Properties the collection_ inserted.

PropertyCollection_Removed ( int index, object value ) : void

Properties the collection_ removed.

Method Details

PlotAreaStyle() public method

the constructor of the plotarea style
public PlotAreaStyle ( IDocument document ) : System
document IDocument
return System

PlotAreaStyle() public method

public PlotAreaStyle ( IDocument document, string styleName ) : System
document IDocument
styleName string
return System