com.aspose.tasks

Interfaces

Classes

Exceptions

com.aspose.tasks

Class SvgOptions



  • public class SvgOptions
    extends SaveOptions

    Allows to specify additional options when rendering project pages to SVG.

    • Constructor Detail

      • SvgOptions

        public SvgOptions()

        Initializes a new instance of the SvgOptions class that can be used to save project in SVG format.

    • Method Detail

      • copyOutputPropertiesFrom

        public final void copyOutputPropertiesFrom(SaveOptions source)
        Reserved for internal usage.
        Parameters:
        source - Reserved for internal usage.
      • deepClone

        public final SaveOptions deepClone()
        Reserved for internal usage.
        Returns:
        Reserved for internal usage.
      • getUseGradientBrush

        public boolean getUseGradientBrush()

        Determines whether to use gradient brush when rendering project layout.


        Currently using of gradient brush is not supported for rendering to SVG.
        Overrides:
        getUseGradientBrush in class SaveOptions
        Returns:
        value indicating whether to use gradient brush when rendering project layout.
      • setUseGradientBrush

        public void setUseGradientBrush(boolean value)

        Determines whether to use gradient brush when rendering project layout.


        Currently using of gradient brush is not supported for rendering to SVG.
        Overrides:
        setUseGradientBrush in class SaveOptions
        Parameters:
        value - value indicating whether to use gradient brush when rendering project layout.