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 class that can be used to save project in xlsx format.
|
Modifier and Type | Method and Description |
---|---|
ProjectView |
getAssignmentView()
Stores a list of the assignments view columns to render (
AssignmentViewColumn ). |
ProjectView |
getResourceView()
Stores a list of the resource view columns to render (
ResourceViewColumn ). |
void |
setAssignmentView(ProjectView value) |
void |
setResourceView(ProjectView value) |
getBarStyles, getDrawNonWorkingTime, getEndDate, getFitContent, getGridlines, getLegendOnEachPage, getMarkCriticalTasks, getNonWorkingTimeColor, getPageCount, getPageSize, getPresentationFormat, getRollUpGanttBars, getSaveFormat, getStartDate, getTextStyles, getTimescale, getView, setBarStyles, setDrawNonWorkingTime, setEndDate, setFitContent, setGridlines, setLegendOnEachPage, setMarkCriticalTasks, setNonWorkingTimeColor, setPageSize, setPresentationFormat, setRollUpGanttBars, setStartDate, setTextStyles, setTimescale, setView
public XlsxOptions()
Initializes a new instance of class that can be used to save project in xlsx format.
public ProjectView getResourceView()
Stores a list of the resource view columns to render (ResourceViewColumn
).
public void setResourceView(ProjectView value)
public ProjectView getAssignmentView()
Stores a list of the assignments view columns to render (AssignmentViewColumn
).
public void setAssignmentView(ProjectView value)
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.