com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface ISvgImage

  • All Known Implementing Classes:
    SvgImage


    public interface ISvgImage

    Represents an SVG image.

    • Method Detail

      • getSvgContent

        java.lang.String getSvgContent()

        Returns SVG content. Read-only String.

      • getSvgData

        byte[] getSvgData()

        Returns SVG data. Read-only byte[].

      • getBaseUri

        java.lang.String getBaseUri()

        Returns base URI of the specified SVG. Used to resolve relative links. Read-only String.