Property Getters/Setters Summary | ||
---|---|---|
method | getDel() | |
method | setDel(value) | |
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant. | ||
method | getImgHeight() | |
Determines the height of the object's image within its border. The default formula is: F="Height*1".
|
||
method | getImgOffsetX() | |
Determines the distance the object is offset horizontally from the origin of the object's border. The default value is 0; the default formula is F="ImgWidth*0".
|
||
method | getImgOffsetY() | |
Determines the distance the object is offset vertically from the origin of the object's border. The default value is 0; the default formula is F="ImgHeight*0".
|
||
method | getImgWidth() | |
Determines the width of the object's image within its border. The default formula is: F="Width*1".
|
Method Summary | ||
---|---|---|
method | deepClone() | |
Creates deep copy of this instance.
|
int getDel() / setDel(value)
DoubleValue getImgOffsetX()
DoubleValue getImgOffsetY()
DoubleValue getImgWidth()
DoubleValue getImgHeight()