java.lang.Object
com.aspose.diagram.Event
public class Event
| Property Getters/Setters Summary | ||
|---|---|---|
int | getDel() | |
void | setDel(int) | |
| 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) | |
| An event element that is evaluated when a shape is double-clicked. | ||
DoubleValue | getEventDrop() | |
void | setEventDrop(DoubleValue) | |
| 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) | |
| EventMultiDrop. | ||
DoubleValue | getEventXFMod() | |
void | setEventXFMod(DoubleValue) | |
| An event element that is evaluated when a shape's position or orientation on the page is transformed. | ||
DoubleValue | getTheData() | |
void | setTheData(DoubleValue) | |
| Reserved for future use. | ||
DoubleValue | getTheText() | |
void | setTheText(DoubleValue) | |
| 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. | ||
| Property Getters/Setters Detail |
|---|
getDel/setDel | |
public int getDel() / public void setDel(int value) | |
getTheData/setTheData | |
public DoubleValue getTheData() / public void setTheData(DoubleValue value) | |
getTheText/setTheText | |
public DoubleValue getTheText() / public void setTheText(DoubleValue value) | |
getEventDblClick/setEventDblClick | |
public DoubleValue getEventDblClick() / public void setEventDblClick(DoubleValue value) | |
getEventXFMod/setEventXFMod | |
public DoubleValue getEventXFMod() / public void setEventXFMod(DoubleValue value) | |
getEventDrop/setEventDrop | |
public DoubleValue getEventDrop() / public void setEventDrop(DoubleValue value) | |
getEventMultiDrop/setEventMultiDrop | |
public DoubleValue getEventMultiDrop() / public void setEventMultiDrop(DoubleValue value) | |
| Method Detail |
|---|
deepClone | |
public java.lang.Object deepClone()
throws java.lang.Exception | |