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 ). |
Charset |
getEncoding()
Gets the encoding of the resulting XLSX file.
|
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 |
setEncoding(Charset value)
Sets the encoding of the resulting XLSX file.
|
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, 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 XlsxOptions()
Initializes a new instance of the XlsxOptions
class that can be used to save project in XLSX format.
public final ProjectView getAssignmentView()
Gets a list of the assignments view columns to render (AssignmentViewColumn
).
AssignmentViewColumn
).public final void setAssignmentView(ProjectView value)
Sets a list of the assignments view columns to render (AssignmentViewColumn
).
value
- a list of the assignments view columns to render (AssignmentViewColumn
).public final Charset getEncoding()
Gets the encoding of the resulting XLSX file. The default value is System.Text.Encoding.UTF8
(java.nio.charset.Charset#getUTF8
).
public final void setEncoding(Charset value)
Sets the encoding of the resulting XLSX file. The default value is System.Text.Encoding.UTF8
(java.nio.charset.Charset#getUTF8
).
value
- the encoding of the resulting XLSX file.public final ProjectView getResourceView()
Gets a list of the resource view columns to render (ResourceViewColumn
).
ResourceViewColumn
).public final void setResourceView(ProjectView value)
Sets a list of the resource view columns to render (ResourceViewColumn
).
value
- a list of the resource view columns to render (ResourceViewColumn
).Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.