com.aspose.tasks

Interfaces

Classes

Exceptions

com.aspose.tasks

Class XpsOptions



  • public class XpsOptions
    extends SaveOptions

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

    • Constructor Detail

      • XpsOptions

        public XpsOptions()

        Initializes a new instance of the XpsOptions class.

    • 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.
      • getRenderMetafileAsBitmap

        public final boolean getRenderMetafileAsBitmap()

        Gets a value indicating whether a metafile should be rendered as bitmap.

        Returns:
        a value indicating whether a metafile should be rendered as bitmap.
      • setRenderMetafileAsBitmap

        public final void setRenderMetafileAsBitmap(boolean value)

        Sets a value indicating whether a metafile should be rendered as bitmap.

        Parameters:
        value - a value indicating whether a metafile should be rendered as bitmap.