public class PrintOptions extends SaveOptions
Allows to specify additional options when printing project.
Constructor and Description |
---|
PrintOptions()
Initializes a new instance of the
PrintOptions class that can be used to set different options to print
project. |
Modifier and Type | Method and Description |
---|---|
void |
copyOutputPropertiesFrom(SaveOptions source)
Reserved for internal usage.
|
SaveOptions |
deepClone()
Reserved for internal usage.
|
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 PrintOptions()
Initializes a new instance of the PrintOptions
class that can be used to set different options to print
project.
public final void copyOutputPropertiesFrom(SaveOptions source)
source
- Reserved for internal usage.public final SaveOptions deepClone()