public class SvgOptions extends SaveOptions
Allows to specify additional options when rendering project pages to SVG.
Constructor and Description |
---|
SvgOptions()
Initializes a new instance of the
SvgOptions class that can be used to save project in SVG format. |
Modifier and Type | Method and Description |
---|---|
void |
copyOutputPropertiesFrom(SaveOptions source)
Reserved for internal usage.
|
SaveOptions |
deepClone()
Reserved for internal usage.
|
boolean |
getUseGradientBrush()
Determines whether to use gradient brush when rendering project layout.
|
void |
setUseGradientBrush(boolean value)
Determines whether to use gradient brush when rendering project layout.
|
getBarStyles, getDrawNonWorkingTime, getEndDate, getFitContent, getGridlines, getLegendOnEachPage, getMarkCriticalTasks, getNonWorkingTimeColor, getPageCount, getPageSize, getPresentationFormat, getRollUpGanttBars, getSaveFormat, getShowProjectSummaryTask, getStartDate, getTasksComparer, getTasksFilter, getTextStyles, getTimescale, getTimescaleTier, getView, setBarStyles, setDrawNonWorkingTime, setEndDate, setFitContent, setGridlines, setLegendOnEachPage, setMarkCriticalTasks, setNonWorkingTimeColor, setPageSize, setPresentationFormat, setRollUpGanttBars, setShowProjectSummaryTask, setStartDate, setTasksComparer, setTasksFilter, setTextStyles, setTimescale, setTimescaleTier, setView
public SvgOptions()
Initializes a new instance of the SvgOptions
class that can be used to save project in SVG format.
public final void copyOutputPropertiesFrom(SaveOptions source)
source
- Reserved for internal usage.public final SaveOptions deepClone()
public boolean getUseGradientBrush()
Determines whether to use gradient brush when rendering project layout.
getUseGradientBrush
in class SaveOptions
public void setUseGradientBrush(boolean value)
Determines whether to use gradient brush when rendering project layout.
setUseGradientBrush
in class SaveOptions
value
- value indicating whether to use gradient brush when rendering project layout.