XpsOptions
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.tasks.SimpleSaveOptions, com.aspose.tasks.SaveOptions
All Implemented Interfaces: com.aspose.tasks.ICloneableSaveOptions
public class XpsOptions extends SaveOptions implements ICloneableSaveOptions
Allows to specify additional options when rendering project pages to XPS.
Constructors
Constructor | Description |
---|---|
XpsOptions() | Initializes a new instance of the XpsOptions class. |
Methods
Method | Description |
---|---|
copyOutputPropertiesFrom(SaveOptions source) | {@inheritDoc} |
deepClone() | {@inheritDoc} |
getRenderMetafileAsBitmap() | Gets a value indicating whether a metafile should be rendered as bitmap. |
setRenderMetafileAsBitmap(boolean value) | Sets a value indicating whether a metafile should be rendered as bitmap. |
XpsOptions()
public XpsOptions()
Initializes a new instance of the XpsOptions class.
copyOutputPropertiesFrom(SaveOptions source)
public final void copyOutputPropertiesFrom(SaveOptions source)
Reserved for internal usage.
Parameters:
Parameter | Type | Description |
---|---|---|
source | SaveOptions | {@inheritDoc} |
deepClone()
public final SaveOptions deepClone()
Reserved for internal usage.
Returns: SaveOptions - {@inheritDoc}
getRenderMetafileAsBitmap()
public final boolean getRenderMetafileAsBitmap()
Gets a value indicating whether a metafile should be rendered as bitmap.
Returns: boolean - a value indicating whether a metafile should be rendered as bitmap.
setRenderMetafileAsBitmap(boolean value)
public final void setRenderMetafileAsBitmap(boolean value)
Sets a value indicating whether a metafile should be rendered as bitmap.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean | a value indicating whether a metafile should be rendered as bitmap. |