public class Foreign
Property Getters/Setters Summary | ||
---|---|---|
int | getDel() | |
void | setDel(intvalue) | |
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. | ||
DoubleValue | getImgHeight() | |
Determines the height of the object's image within its border. The default formula is: F="Height*1".
|
||
DoubleValue | 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".
|
||
DoubleValue | 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".
|
||
DoubleValue | getImgWidth() | |
Determines the width of the object's image within its border. The default formula is: F="Width*1".
|
Method Summary | ||
---|---|---|
java.lang.Object | deepClone() | |
Creates deep copy of this instance.
|
public int getDel() / public void setDel(int value)
public DoubleValue getImgOffsetX()
public DoubleValue getImgOffsetY()
public DoubleValue getImgWidth()
public DoubleValue getImgHeight()