C# Класс AODL.Document.Forms.Controls.ODFDate

Наследование: ODFFormControl
Показать файл Открыть проект

Открытые методы

Метод Описание
ODFDate ( ODFForm ParentForm, ContentCollection contentCollection, string id ) : System

Creates an ODFDate.

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

Creates an ODFDate

ODFDate ( ODFForm ParentForm, XmlNode node ) : System

Защищенные методы

Метод Описание
CreateBasicNode ( ) : void

Описание методов

CreateBasicNode() защищенный Метод

protected CreateBasicNode ( ) : void
Результат void

ODFDate() публичный Метод

Creates an ODFDate.
public ODFDate ( 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!
Результат System

ODFDate() публичный Метод

Creates an ODFDate
public ODFDate ( 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)
Результат System

ODFDate() публичный Метод

public ODFDate ( ODFForm ParentForm, XmlNode node ) : System
ParentForm AODL.Document.Forms.ODFForm
node System.Xml.XmlNode
Результат System