public class Event
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 | getEventDblClick() | |
void | setEventDblClick(DoubleValue value) | |
An event element that is evaluated when a shape is double-clicked. | ||
DoubleValue | getEventDrop() | |
void | setEventDrop(DoubleValue value) | |
An event element that is evaluated when a shape is dropped on the drawing page, either as an instance or when a shape is duplicated or pasted. | ||
DoubleValue | getEventMultiDrop() | |
void | setEventMultiDrop(DoubleValue value) | |
EventMultiDrop. | ||
DoubleValue | getEventXFMod() | |
void | setEventXFMod(DoubleValue value) | |
An event element that is evaluated when a shape's position or orientation on the page is transformed. | ||
DoubleValue | getTheData() | |
void | setTheData(DoubleValue value) | |
Reserved for future use. | ||
DoubleValue | getTheText() | |
void | setTheText(DoubleValue value) | |
An event element that is evaluated when a shape's text or text composition changes. |
Method Summary | ||
---|---|---|
java.lang.Object | deepClone() | |
Creates deep copy of this instance.
|
public int getDel() / public void setDel(int value)
public DoubleValue getTheData() / public void setTheData(DoubleValue value)
public DoubleValue getTheText() / public void setTheText(DoubleValue value)
public DoubleValue getEventDblClick() / public void setEventDblClick(DoubleValue value)
public DoubleValue getEventXFMod() / public void setEventXFMod(DoubleValue value)
public DoubleValue getEventDrop() / public void setEventDrop(DoubleValue value)
public DoubleValue getEventMultiDrop() / public void setEventMultiDrop(DoubleValue value)