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 |
---|---|
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, getTextStyles, getTimescale, getTimescaleTier, getView, setBarStyles, setDrawNonWorkingTime, setEndDate, setFitContent, setGridlines, setLegendOnEachPage, setMarkCriticalTasks, setNonWorkingTimeColor, setPageSize, setPresentationFormat, setRollUpGanttBars, setShowProjectSummaryTask, setStartDate, setTasksComparer, 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 boolean getUseGradientBrush()
Determines whether to use gradient brush when rendering project layout. Currently using of gradient brush is not supported when rendering to SVG.
getUseGradientBrush
in class SaveOptions
public void setUseGradientBrush(boolean value)
Determines whether to use gradient brush when rendering project layout. Currently using of gradient brush is not supported when rendering to SVG.
setUseGradientBrush
in class SaveOptions
value
- a flag which determines whether to use gradient brush when rendering project layout.Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.