visit Kofax web site

PlRectangle Class Reference

List of all members.

Detailed Description

Rectangle element.

Class PlRectangle represents the element PlRectangle in PadEntryOptions-dtd as a PHP object


Public Member Functions

 PlRectangle ()
 Constructor.
 readXML (&$xml)
 Read an XML descriptor.
 writeXML (&$xml)
 Write the XML descriptor.

Public Attributes

 $mBgColor = FALSE
 Background color, the fill color of the rectangle, integer, optional.
 $mDiameter = 0
 Diameter of round corners, pass 0 to draw a rectangle, integer, predefined.
 $mDrawflags = 0
 Flag to specify whether to draw the text in the browser window and / or on the tablet LCD.Combination of:
  • PL_DRAWFLAGS_PLUGINWND or PL_DRAWFLAGS_DRAWWND or PL_DRAWFLAGS_IMAGE, draw the button on the PC screen
  • PL_DRAWFLAGS_LCD, draw the button on the tablet LCD

 $mFgColor = FALSE
 Foreground color, the color of the rectangle border, integer, optional.
 $plCoordinate = false
 Coordinate object (PlCoordinate), required.


Constructor & Destructor Documentation

PlRectangle.PlRectangle  ) 
 

Constructor.


Member Function Documentation

PlRectangle.readXML &$  xml  ) 
 

Read an XML descriptor.

PlRectangle.writeXML &$  xml  ) 
 

Write the XML descriptor.


Member Data Documentation

PlRectangle.$mBgColor = FALSE
 

Background color, the fill color of the rectangle, integer, optional.

PlRectangle.$mDiameter = 0
 

Diameter of round corners, pass 0 to draw a rectangle, integer, predefined.

PlRectangle.$mDrawflags = 0
 

Flag to specify whether to draw the text in the browser window and / or on the tablet LCD.Combination of:

  • PL_DRAWFLAGS_PLUGINWND or PL_DRAWFLAGS_DRAWWND or PL_DRAWFLAGS_IMAGE, draw the button on the PC screen
  • PL_DRAWFLAGS_LCD, draw the button on the tablet LCD

PlRectangle.$mFgColor = FALSE
 

Foreground color, the color of the rectangle border, integer, optional.

PlRectangle.$plCoordinate = false
 

Coordinate object (PlCoordinate), required.


The documentation for this class was generated from the following file: