C# Class AODL.Document.Styles.RowStyle

RowStyle represent a style which is used within a table row
Inheritance: AbstractStyle
Show file Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Public Methods

Method Description
RowStyle ( IDocument document ) : System

Initializes a new instance of the RowStyle class.

RowStyle ( IDocument document, string styleName ) : System

Initializes a new instance of the RowStyle 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 ( ) : 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

RowStyle() public method

Initializes a new instance of the RowStyle class.
public RowStyle ( IDocument document ) : System
document IDocument The spreadsheet document.
return System

RowStyle() public method

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