com.aspose.slides
Interface ISvgShape

All Known Implementing Classes:
SvgShape

public interface ISvgShape

Represents options for SVG shape.


Method Summary
 void setEventHandler(int eventType, java.lang.String handler)
           Sets event handler for the shape
 

Method Detail

setEventHandler

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

Sets event handler for the shape

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


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