Package com.aspose.tasks
Class XpsOptions
- java.lang.Object
-
- com.aspose.tasks.SaveOptions
-
- com.aspose.tasks.XpsOptions
-
public class XpsOptions extends SaveOptions
Allows to specify additional options when rendering project pages to XPS.
-
-
Constructor Summary
Constructors Constructor Description XpsOptions()
Initializes a new instance of theXpsOptions
class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
copyOutputPropertiesFrom(SaveOptions source)
SaveOptions
deepClone()
boolean
getRenderMetafileAsBitmap()
Gets a value indicating whether a metafile should be rendered as bitmap.void
setRenderMetafileAsBitmap(boolean value)
Sets a value indicating whether a metafile should be rendered as bitmap.-
Methods inherited from class com.aspose.tasks.SaveOptions
getBarStyles, getCustomPageSize, getDrawNonWorkingTime, getEndDate, getFitContent, getGridlines, getLegendOnEachPage, getMarkCriticalTasks, getNonWorkingTimeColor, getPageCount, getPageSize, getPresentationFormat, getRenderToSinglePage, getRollUpGanttBars, getSaveFormat, getStartDate, getTasksComparer, getTasksFilter, getTextStyles, getTimescale, getUseGradientBrush, getView, getViewSettings, setBarStyles, setCustomPageSize, setDrawNonWorkingTime, setEndDate, setFitContent, setGridlines, setLegendOnEachPage, setMarkCriticalTasks, setNonWorkingTimeColor, setPageSize, setPresentationFormat, setRenderToSinglePage, setRollUpGanttBars, setStartDate, setTasksComparer, setTasksFilter, setTextStyles, setTimescale, setUseGradientBrush, setView, setViewSettings
-
-
-
-
Constructor Detail
-
XpsOptions
public XpsOptions()
Initializes a new instance of the
XpsOptions
class.
-
-
Method Detail
-
copyOutputPropertiesFrom
public final void copyOutputPropertiesFrom(SaveOptions source)
- Parameters:
source
-
-
deepClone
public final SaveOptions deepClone()
- Returns:
-
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.
-
-