PlText Class Reference
List of all members.Detailed Description
Text element.Class PlText represents the element PlText in PadEntryOptions-dtd as a PHP object
Public Member Functions | |
PlText () | |
Constructor. | |
readXML (&$xml) | |
Read an XML descriptor. | |
writeXML (&$xml) | |
Write the XML descriptor. | |
Public Attributes | |
$mBgColor = FALSE | |
Background color, fill color, integer, optional. | |
$mCaption = "" | |
Caption text, UTF8 String. | |
$mDrawflags = 0 | |
Flag to specify whether to draw the text in the browser window and / or on the tablet LCD.Combination of:
| |
$mFgColor = FALSE | |
Foreground color, text color, integer, optional. | |
$mTextflags = 0 | |
Text alignemnt and other flags, a combination of:
| |
$mToolTip = FALSE | |
Tooltip text, only for native windows, UTF8 String, optional. | |
$plAction = FALSE | |
Action object (PlAction), optional. | |
$plCoordinate = FALSE | |
Coordinate object (PlCoordinate), required. | |
$plFont = FALSE | |
Font object (PlFont), optional. |
Constructor & Destructor Documentation
|
Constructor.
|
Member Function Documentation
|
Read an XML descriptor.
|
|
Write the XML descriptor.
|
Member Data Documentation
|
Background color, fill color, integer, optional.
|
|
Caption text, UTF8 String.
|
|
Flag to specify whether to draw the text in the browser window and / or on the tablet LCD.Combination of:
|
|
Foreground color, text color, integer, optional.
|
|
Text alignemnt and other flags, a combination of:
|
|
Tooltip text, only for native windows, UTF8 String, optional.
|
|
Action object (PlAction), optional.
|
|
Coordinate object (PlCoordinate), required.
|
|
Font object (PlFont), optional.
|
The documentation for this class was generated from the following file: