com.aspose.slides
Class SvgShape

java.lang.Object
  extended by com.aspose.slides.SvgShape

public final class SvgShape
extends java.lang.Object

Represents options for SVG shape.


Method Summary
 void setEventHandler(int eventType, java.lang.String handler)
           Sets event handler for the shape
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setEventHandler

public void setEventHandler(int eventType,
                            java.lang.String handler)

Sets event handler for the shape

Parameters:
eventType - Type of event.
handler - Javascript function to handle event. Null value removes handler.