C# Class AODL.Document.Forms.Controls.ODFGrid

Inheritance: ODFFormControl
Afficher le fichier Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Méthodes publiques

Méthode Description
FixColumnCollection ( ) : void
GetColumnByName ( string name ) : ODFGridColumn

Looks for a specified column by its value

ODFGrid ( ODFForm ParentForm, ContentCollection contentCollection, string id ) : System

Creates an ODFGrid

ODFGrid ( ODFForm ParentForm, ContentCollection contentCollection, string id, string x, string y, string width, string height ) : System

Creates an ODFGrid

ODFGrid ( ODFForm ParentForm, XmlNode node ) : System
RestoreColumnEvents ( ) : void
SuppressColumnEvents ( ) : void

Méthodes protégées

Méthode Description
CreateBasicNode ( ) : void

Private Methods

Méthode Description
ColumnCollection_Inserted ( int index, object value ) : void
ColumnCollection_Removed ( int index, object value ) : void

Method Details

CreateBasicNode() protected méthode

protected CreateBasicNode ( ) : void
Résultat void

FixColumnCollection() public méthode

public FixColumnCollection ( ) : void
Résultat void

GetColumnByName() public méthode

Looks for a specified column by its value
public GetColumnByName ( string name ) : ODFGridColumn
name string
Résultat ODFGridColumn

ODFGrid() public méthode

Creates an ODFGrid
public ODFGrid ( ODFForm ParentForm, ContentCollection contentCollection, string id ) : System
ParentForm AODL.Document.Forms.ODFForm Parent form that the control belongs to
contentCollection ContentCollection Collection of content where the control will be referenced
id string Control ID. Please specify a unique ID!
Résultat System

ODFGrid() public méthode

Creates an ODFGrid
public ODFGrid ( ODFForm ParentForm, ContentCollection contentCollection, string id, string x, string y, string width, string height ) : System
ParentForm AODL.Document.Forms.ODFForm Parent form that the control belongs to
contentCollection ContentCollection Collection of content where the control will be referenced
id string Control ID. Please specify a unique ID!
x string X coordinate of the control in ODF format (eg. "1cm", "15mm", 3.2cm" etc)
y string Y coordinate of the control in ODF format (eg. "1cm", "15mm", 3.2cm" etc)
width string Width of the control in ODF format (eg. "1cm", "15mm", 3.2cm" etc)
height string Height of the control in ODF format (eg. "1cm", "15mm", 3.2cm" etc)
Résultat System

ODFGrid() public méthode

public ODFGrid ( ODFForm ParentForm, XmlNode node ) : System
ParentForm AODL.Document.Forms.ODFForm
node System.Xml.XmlNode
Résultat System

RestoreColumnEvents() public méthode

public RestoreColumnEvents ( ) : void
Résultat void

SuppressColumnEvents() public méthode

public SuppressColumnEvents ( ) : void
Résultat void