Spreadsheet2003SaveOptions
Inheritance: java.lang.Object, com.aspose.tasks.SimpleSaveOptions
public class Spreadsheet2003SaveOptions extends SimpleSaveOptions
Allows to specify additional options when rendering project pages to Spreadsheet2003.
Constructors
Constructor | Description |
---|---|
Spreadsheet2003SaveOptions() | Initializes a new instance of the Spreadsheet2003SaveOptions class. |
Methods
Method | Description |
---|---|
getAssignmentView() | Gets a list of the assignments view columns to render (AssignmentViewColumn). |
getResourceView() | Gets a list of the resource view columns to render (ResourceViewColumn). |
getView() | Gets a list of the view columns (GanttChartColumn) to save. |
setAssignmentView(ProjectView value) | Sets a list of the assignments view columns to render (AssignmentViewColumn). |
setResourceView(ProjectView value) | Sets a list of the resource view columns to render (ResourceViewColumn). |
setView(ProjectView value) | Sets a list of the view columns (GanttChartColumn) to save. |
Spreadsheet2003SaveOptions()
public Spreadsheet2003SaveOptions()
Initializes a new instance of the Spreadsheet2003SaveOptions class.
getAssignmentView()
public final ProjectView getAssignmentView()
Gets a list of the assignments view columns to render (AssignmentViewColumn).
Returns: ProjectView - 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: ProjectView - 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: ProjectView - a list of the view columns (GanttChartColumn) to save.
setAssignmentView(ProjectView value)
public final void setAssignmentView(ProjectView value)
Sets a list of the assignments view columns to render (AssignmentViewColumn).
Parameters:
Parameter | Type | Description |
---|---|---|
value | ProjectView | a list of the assignments view columns to render (AssignmentViewColumn). |
setResourceView(ProjectView value)
public final void setResourceView(ProjectView value)
Sets a list of the resource view columns to render (ResourceViewColumn).
Parameters:
Parameter | Type | Description |
---|---|---|
value | ProjectView | a list of the resource view columns to render (ResourceViewColumn). |
setView(ProjectView value)
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:
Parameter | Type | Description |
---|---|---|
value | ProjectView | a list of the view columns (GanttChartColumn) to save. |