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

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

Protected Properties

Свойство Type Description
_Document IDocument
_node System.Xml.XmlNode

Méthodes publiques

Méthode Description
ODFControlRef ( IDocument doc, XmlNode node ) : System
ODFControlRef ( IDocument doc, string draw_control ) : System
ODFControlRef ( IDocument doc, string draw_control, string x, string y, string width, string height ) : System

Method Details

ODFControlRef() public méthode

public ODFControlRef ( IDocument doc, XmlNode node ) : System
doc IDocument
node System.Xml.XmlNode
Résultat System

ODFControlRef() public méthode

public ODFControlRef ( IDocument doc, string draw_control ) : System
doc IDocument
draw_control string
Résultat System

ODFControlRef() public méthode

public ODFControlRef ( IDocument doc, string draw_control, string x, string y, string width, string height ) : System
doc IDocument
draw_control string
x string
y string
width string
height string
Résultat System

Property Details

_Document protected_oe property

protected IDocument _Document
Résultat IDocument

_node protected_oe property

protected XmlNode,System.Xml _node
Résultat System.Xml.XmlNode