public class XpsOptions extends SaveOptions
Allows to specify additional options when rendering project pages to XPS.
Constructor and Description |
---|
XpsOptions()
Initializes a new instance of the
XpsOptions class. |
Modifier and Type | Method and Description |
---|---|
void |
copyOutputPropertiesFrom(SaveOptions source)
Reserved for internal usage.
|
SaveOptions |
deepClone()
Reserved for internal usage.
|
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.
|
getBarStyles, getDrawNonWorkingTime, getEndDate, getFitContent, getGridlines, getLegendOnEachPage, getMarkCriticalTasks, getNonWorkingTimeColor, getPageCount, getPageSize, getPresentationFormat, getRollUpGanttBars, getSaveFormat, getShowProjectSummaryTask, getStartDate, getTasksComparer, getTasksFilter, getTextStyles, getTimescale, getTimescaleTier, getUseGradientBrush, getView, setBarStyles, setDrawNonWorkingTime, setEndDate, setFitContent, setGridlines, setLegendOnEachPage, setMarkCriticalTasks, setNonWorkingTimeColor, setPageSize, setPresentationFormat, setRollUpGanttBars, setShowProjectSummaryTask, setStartDate, setTasksComparer, setTasksFilter, setTextStyles, setTimescale, setTimescaleTier, setUseGradientBrush, setView
public XpsOptions()
Initializes a new instance of the XpsOptions
class.
public final void copyOutputPropertiesFrom(SaveOptions source)
source
- Reserved for internal usage.public final SaveOptions deepClone()
public final boolean getRenderMetafileAsBitmap()
Gets a value indicating whether a metafile should be rendered as bitmap.
public final void setRenderMetafileAsBitmap(boolean value)
Sets a value indicating whether a metafile should be rendered as bitmap.
value
- a value indicating whether a metafile should be rendered as bitmap.