com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface ISvgShape

  • All Known Implementing Classes:
    SvgShape


    public interface ISvgShape

    Represents options for SVG shape.

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.lang.String getId()
      Sets or gets id for the shape
      void setEventHandler(int eventType, java.lang.String handler)
      Sets event handler for the shape
      void setId(java.lang.String value)
      Sets or gets id 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.
        handler - Javascript function to handle event. Null value removes handler.
      • getId

        java.lang.String getId()

        Sets or gets id for the shape

      • setId

        void setId(java.lang.String value)

        Sets or gets id for the shape