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

Inheritance: ODFFormControl
Show file Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Public Methods

Method Description
ODFCheckBox ( ODFForm ParentForm, ContentCollection contentCollection, string id ) : System

Creates an ODFCheckBox

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

Creates an ODFCheckBox

ODFCheckBox ( ODFForm ParentForm, XmlNode node ) : System

Protected Methods

Method Description
CreateBasicNode ( ) : void

Method Details

CreateBasicNode() protected method

protected CreateBasicNode ( ) : void
return void

ODFCheckBox() public method

Creates an ODFCheckBox
public ODFCheckBox ( 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!
return System

ODFCheckBox() public method

Creates an ODFCheckBox
public ODFCheckBox ( 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)
return System

ODFCheckBox() public method

public ODFCheckBox ( ODFForm ParentForm, XmlNode node ) : System
ParentForm AODL.Document.Forms.ODFForm
node System.Xml.XmlNode
return System