com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class SvgShape

  • java.lang.Object
    • 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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getId()
      Gets shape id
      void setEventHandler(int eventType, java.lang.String handler)
      Sets event handler for the shape
      void setId(java.lang.String value)
      Gets shape id
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • setEventHandler

        public final 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.
      • getId

        public final java.lang.String getId()

        Gets shape id

        Specified by:
        getId in interface ISvgShape
      • setId

        public final void setId(java.lang.String value)

        Gets shape id

        Specified by:
        setId in interface ISvgShape