com.aspose.diagram
Class Event

java.lang.Object
    extended by com.aspose.diagram.Event
All Implemented Interfaces:
java.lang.Cloneable

public class Event 
extends java.lang.Object

Contains elements that specify formulas that control shape events.


Property Getters/Setters Summary
intgetDel()
voidsetDel(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.
DoubleValuegetEventDblClick()
voidsetEventDblClick(DoubleValue)
           An event element that is evaluated when a shape is double-clicked.
DoubleValuegetEventDrop()
voidsetEventDrop(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.
DoubleValuegetEventMultiDrop()
voidsetEventMultiDrop(DoubleValue)
           EventMultiDrop.
DoubleValuegetEventXFMod()
voidsetEventXFMod(DoubleValue)
           An event element that is evaluated when a shape's position or orientation on the page is transformed.
DoubleValuegetTheData()
voidsetTheData(DoubleValue)
           Reserved for future use.
DoubleValuegetTheText()
voidsetTheText(DoubleValue)
           An event element that is evaluated when a shape's text or text composition changes.
 
Method Summary
java.lang.ObjectdeepClone()
           Creates deep copy of this instance.
 

Property Getters/Setters Detail

getDel/setDel

public int getDel() / public void setDel(int 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.

getTheData/setTheData

public DoubleValue getTheData() / public void setTheData(DoubleValue value)
Reserved for future use.

getTheText/setTheText

public DoubleValue getTheText() / public void setTheText(DoubleValue value)
An event element that is evaluated when a shape's text or text composition changes.

getEventDblClick/setEventDblClick

public DoubleValue getEventDblClick() / public void setEventDblClick(DoubleValue value)
An event element that is evaluated when a shape is double-clicked.

getEventXFMod/setEventXFMod

public DoubleValue getEventXFMod() / public void setEventXFMod(DoubleValue value)
An event element that is evaluated when a shape's position or orientation on the page is transformed.

getEventDrop/setEventDrop

public DoubleValue getEventDrop() / public 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.

getEventMultiDrop/setEventMultiDrop

public DoubleValue getEventMultiDrop() / public void setEventMultiDrop(DoubleValue value)
EventMultiDrop.

Method Detail

deepClone

public java.lang.Object deepClone()
                throws java.lang.Exception
Creates deep copy of this instance.
Returns:

See Also:
          Aspose.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
          Aspose.Diagram Support Forum - our preferred method of support.