|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.SvgShape
public final class SvgShape
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 |
---|
public void setEventHandler(int eventType, java.lang.String handler)
Sets event handler for the shape
setEventHandler
in interface ISvgShape
eventType
- Type of event.handler
- Javascript function to handle event. Null value removes handler.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |