public class XlsxOptions extends SaveOptions
Allows to specify additional options when rendering project pages to XLSX.
Constructor and Description |
---|
XlsxOptions()
Initializes a new instance of the
XlsxOptions class that can be used to save project in XLSX format. |
Modifier and Type | Method and Description |
---|---|
ProjectView |
getAssignmentView()
Gets a list of the assignments view columns to render (
AssignmentViewColumn ). |
ProjectView |
getResourceView()
Gets a list of the resource view columns to render (
ResourceViewColumn ). |
void |
setAssignmentView(ProjectView value)
Sets a list of the assignments view columns to render (
AssignmentViewColumn ). |
void |
setResourceView(ProjectView value)
Sets a list of the resource view columns to render (
ResourceViewColumn ). |
getBarStyles, getDrawNonWorkingTime, getEndDate, getFitContent, getGridlines, getLegendOnEachPage, getMarkCriticalTasks, getNonWorkingTimeColor, getPageCount, getPageSize, getPresentationFormat, getRollUpGanttBars, getSaveFormat, getShowProjectSummaryTask, getStartDate, getTasksComparer, getTextStyles, getTimescale, getTimescaleTier, getUseGradientBrush, getView, setBarStyles, setDrawNonWorkingTime, setEndDate, setFitContent, setGridlines, setLegendOnEachPage, setMarkCriticalTasks, setNonWorkingTimeColor, setPageSize, setPresentationFormat, setRollUpGanttBars, setShowProjectSummaryTask, setStartDate, setTasksComparer, setTextStyles, setTimescale, setTimescaleTier, setUseGradientBrush, setView
public XlsxOptions()
Initializes a new instance of the XlsxOptions
class that can be used to save project in XLSX format.
public ProjectView getAssignmentView()
Gets a list of the assignments view columns to render (AssignmentViewColumn
).
ProjectView
).public void setAssignmentView(ProjectView value)
Sets a list of the assignments view columns to render (AssignmentViewColumn
).
value
- ProjectView that contains a list of the assignments view columns (ProjectView
).public ProjectView getResourceView()
Gets a list of the resource view columns to render (ResourceViewColumn
).
ProjectView
).public void setResourceView(ProjectView value)
Sets a list of the resource view columns to render (ResourceViewColumn
).
value
- Resource view (ProjectView
).Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.