Event

Event class

Contains elements that specify formulas that control shape events.

Methods

NameDescription
deepClone()Creates deep copy of this instance.
getDel()A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca
getEventDblClick()An event element that is evaluated when a shape is double-clicked.
getEventDrop()An event element that is evaluated when a shape is dropped on the drawing page, either as an instance or when a shape is
getEventMultiDrop()EventMultiDrop.
getEventXFMod()An event element that is evaluated when a shape’s position or orientation on the page is transformed.
getTheData()Reserved for future use.
getTheText()An event element that is evaluated when a shape’s text or text composition changes.
setDel()A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca
setEventDblClick()An event element that is evaluated when a shape is double-clicked.
setEventDrop()An event element that is evaluated when a shape is dropped on the drawing page, either as an instance or when a shape is
setEventMultiDrop()EventMultiDrop.
setEventXFMod()An event element that is evaluated when a shape’s position or orientation on the page is transformed.
setTheData()Reserved for future use.
setTheText()An event element that is evaluated when a shape’s text or text composition changes.

deepClone()

Creates deep copy of this instance.

Returns: Object — Object

getDel()

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.

getEventDblClick()

An event element that is evaluated when a shape is double-clicked.

getEventDrop()

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.

getEventMultiDrop()

EventMultiDrop.

getEventXFMod()

An event element that is evaluated when a shape’s position or orientation on the page is transformed.

getTheData()

Reserved for future use.

getTheText()

An event element that is evaluated when a shape’s text or text composition changes.

setDel()

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.

setEventDblClick()

An event element that is evaluated when a shape is double-clicked.

setEventDrop()

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.

setEventMultiDrop()

EventMultiDrop.

setEventXFMod()

An event element that is evaluated when a shape’s position or orientation on the page is transformed.

setTheData()

Reserved for future use.

setTheText()

An event element that is evaluated when a shape’s text or text composition changes.