C# Class AODL.Document.Styles.AxesStyle

Summary description for AxesStyle.
Inheritance: AbstractStyle
Afficher le fichier Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Méthodes publiques

Méthode Description
AxesStyle ( IDocument document ) : System

the constructor of the axesStyle

AxesStyle ( IDocument document, string styleName ) : System

Initializes a new instance of the TableStyle class.

Private Methods

Méthode 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

AxesStyle() public méthode

the constructor of the axesStyle
public AxesStyle ( IDocument document ) : System
document IDocument
Résultat System

AxesStyle() public méthode

Initializes a new instance of the TableStyle class.
public AxesStyle ( IDocument document, string styleName ) : System
document IDocument The spreadsheet document.
styleName string Name of the style.
Résultat System