Package com.aspose.tasks
Class Spreadsheet2003SaveOptions
- java.lang.Object
-
- com.aspose.tasks.SimpleSaveOptions
-
- com.aspose.tasks.Spreadsheet2003SaveOptions
-
public class Spreadsheet2003SaveOptions extends SimpleSaveOptions
Allows to specify additional options when rendering project pages to Spreadsheet2003.
-
-
Constructor Summary
Constructors Constructor Description Spreadsheet2003SaveOptions()Initializes a new instance of theSpreadsheet2003SaveOptionsclass.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProjectViewgetAssignmentView()Gets a list of the assignments view columns to render (AssignmentViewColumn).ProjectViewgetResourceView()Gets a list of the resource view columns to render (ResourceViewColumn).ProjectViewgetView()Gets a list of the view columns (GanttChartColumn) to save.voidsetAssignmentView(ProjectView value)Sets a list of the assignments view columns to render (AssignmentViewColumn).voidsetResourceView(ProjectView value)Sets a list of the resource view columns to render (ResourceViewColumn).voidsetView(ProjectView value)Sets a list of the view columns (GanttChartColumn) to save.-
Methods inherited from class com.aspose.tasks.SimpleSaveOptions
getSaveFormat, getTasksComparer, getTasksFilter, setTasksComparer, setTasksFilter
-
-
-
-
Constructor Detail
-
Spreadsheet2003SaveOptions
public Spreadsheet2003SaveOptions()
Initializes a new instance of the
Spreadsheet2003SaveOptionsclass.
-
-
Method Detail
-
getAssignmentView
public final ProjectView getAssignmentView()
Gets a list of the assignments view columns to render (
AssignmentViewColumn).- Returns:
- a list of the assignments view columns to render (
AssignmentViewColumn).
-
setAssignmentView
public final void setAssignmentView(ProjectView value)
Sets a list of the assignments view columns to render (
AssignmentViewColumn).- Parameters:
value- a list of the assignments view columns to render (AssignmentViewColumn).
-
getResourceView
public final ProjectView getResourceView()
Gets a list of the resource view columns to render (
ResourceViewColumn).- Returns:
- a list of the resource view columns to render (
ResourceViewColumn).
-
setResourceView
public final void setResourceView(ProjectView value)
Sets a list of the resource view columns to render (
ResourceViewColumn).- Parameters:
value- a list of the resource view columns to render (ResourceViewColumn).
-
getView
public final ProjectView getView()
Gets a list of the view columns (
GanttChartColumn) to save. If not set then default columns are saved.- Returns:
- a list of the view columns (
GanttChartColumn) to save.
-
setView
public final void setView(ProjectView value)
Sets a list of the view columns (
GanttChartColumn) to save. If not set then default columns are saved.- Parameters:
value- a list of the view columns (GanttChartColumn) to save.
-
-