Packages

 

com.aspose.cad.imageoptions

Class SvgOptions



  • public class SvgOptions
    extends ImageOptionsBase

    The SVG file format creation options.

    See Also:
    ImageOptionsBase
    • Constructor Detail

      • SvgOptions

        public SvgOptions()
    • Method Detail

      • getColorType

        public final int getColorType()

        Gets or sets the color type for SVG image.

        Returns:
        The type of the color of SVG image.
      • setColorType

        public final void setColorType(int value)

        Gets or sets the color type for SVG image.

        Parameters:
        value - The type of the color of SVG image.
      • getTextAsShapes

        public final boolean getTextAsShapes()

        Gets or sets a value indicating whether text must be converted as shapes.

        Returns:
        true if all text is turned into SVG shapes in the convertion; otherwise, false.
      • setTextAsShapes

        public final void setTextAsShapes(boolean value)

        Gets or sets a value indicating whether text must be converted as shapes.

        Parameters:
        value - true if all text is turned into SVG shapes in the convertion; otherwise, false.
      • getCallback

        public final ISvgResourceKeeperCallback getCallback()

        Gets or sets the font store options.

        Returns:
        The font store options.
      • setCallback

        public final void setCallback(ISvgResourceKeeperCallback value)

        Gets or sets the font store options.

        Parameters:
        value - The font store options.