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 theXpsOptionsclass.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcopyOutputPropertiesFrom(SaveOptions source)SaveOptionsdeepClone()booleangetRenderMetafileAsBitmap()Gets a value indicating whether a metafile should be rendered as bitmap.voidsetRenderMetafileAsBitmap(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
XpsOptionsclass.
-
-
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.
-
-