Uses of Class
com.aspose.tasks.ProjectView
-
-
Uses of ProjectView in com.aspose.tasks
Methods in com.aspose.tasks that return ProjectView Modifier and Type Method Description ProjectView
Spreadsheet2003SaveOptions. getAssignmentView()
Gets a list of the assignments view columns to render (AssignmentViewColumn
).ProjectView
XlsxOptions. getAssignmentView()
Gets a list of the assignments view columns to render (AssignmentViewColumn
).static ProjectView
ProjectView. getDefaultAssignmentView()
Includes Uid, task name, resource name, work and duration assignment columns.static ProjectView
ProjectView. getDefaultGanttChartView()
Includes id, indicators, name, duration, start and finish task columns.static ProjectView
ProjectView. getDefaultResourceSheetView()
Includes Uid, resource name, type, material label, initials, group, max units, standard rate, overtime rate, cost per use, accrue at, base calendar and code resource columns.static ProjectView
ProjectView. getDefaultResourceUsageView()
Includes Uid, name, start, finish and work resource columns.static ProjectView
ProjectView. getDefaultTaskSheetView()
Includes id, indicators, name, duration, start, finish, predecessors and resource names task columns.ProjectView
Spreadsheet2003SaveOptions. getResourceView()
Gets a list of the resource view columns to render (ResourceViewColumn
).ProjectView
XlsxOptions. getResourceView()
Gets a list of the resource view columns to render (ResourceViewColumn
).ProjectView
SaveOptions. getView()
Gets a list of the view columns to render (GanttChartColumn
).Methods in com.aspose.tasks with parameters of type ProjectView Modifier and Type Method Description void
Spreadsheet2003SaveOptions. setAssignmentView(ProjectView value)
Sets a list of the assignments view columns to render (AssignmentViewColumn
).void
XlsxOptions. setAssignmentView(ProjectView value)
Sets a list of the assignments view columns to render (AssignmentViewColumn
).void
Spreadsheet2003SaveOptions. setResourceView(ProjectView value)
Sets a list of the resource view columns to render (ResourceViewColumn
).void
XlsxOptions. setResourceView(ProjectView value)
Sets a list of the resource view columns to render (ResourceViewColumn
).void
SaveOptions. setView(ProjectView value)
Sets a list of the view columns to render (GanttChartColumn
).
-