com.aspose.html.dom.svg

Interface ISVGZoomAndPan

    • Method Detail

      • getZoomAndPan

        @DOMNameAttribute(name="zoomAndPan")
        int getZoomAndPan()

        Corresponds to attribute ‘zoomAndPan’ on the given element. The value must be one of the SVG_ZOOMANDPAN_* constants defined on this interface.

        Throws:
        DOMException - Code DOMException.NO_MODIFICATION_ALLOWED_ERR. Raised on an attempt to change the value of a read only attribute. Value: The zoom and pan.
      • setZoomAndPan

        @DOMNameAttribute(name="zoomAndPan")
        void setZoomAndPan(int value)

        Corresponds to attribute ‘zoomAndPan’ on the given element. The value must be one of the SVG_ZOOMANDPAN_* constants defined on this interface.

        Throws:
        DOMException - Code DOMException.NO_MODIFICATION_ALLOWED_ERR. Raised on an attempt to change the value of a read only attribute. Value: The zoom and pan.