com.aspose.slides
Class SvgShape

java.lang.Object
  extended by com.aspose.slides.SvgShape
All Implemented Interfaces:
ISvgShape

public final class SvgShape
extends java.lang.Object
implements ISvgShape

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

Specified by:
setEventHandler in interface ISvgShape
Parameters:
eventType - Type of event.
handler - Javascript function to handle event. Null value removes handler.


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.