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 ProjectViewSpreadsheet2003SaveOptions. getAssignmentView()Gets a list of the assignments view columns to render (AssignmentViewColumn).ProjectViewXlsxOptions. getAssignmentView()Gets a list of the assignments view columns to render (AssignmentViewColumn).static ProjectViewProjectView. getDefaultAssignmentView()Includes Uid, task name, resource name, work and duration assignment columns.static ProjectViewProjectView. getDefaultGanttChartView()Includes id, indicators, name, duration, start and finish task columns.static ProjectViewProjectView. 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 ProjectViewProjectView. getDefaultResourceUsageView()Includes Uid, name, start, finish and work resource columns.static ProjectViewProjectView. getDefaultTaskSheetView()Includes id, indicators, name, duration, start, finish, predecessors and resource names task columns.ProjectViewSpreadsheet2003SaveOptions. getResourceView()Gets a list of the resource view columns to render (ResourceViewColumn).ProjectViewXlsxOptions. getResourceView()Gets a list of the resource view columns to render (ResourceViewColumn).ProjectViewCsvOptions. getView()Gets a list of the view columns (GanttChartColumn) to save to XLSX format.ProjectViewSaveOptions. getView()Gets a list of the view columns to render (GanttChartColumn).ProjectViewSpreadsheet2003SaveOptions. getView()Gets a list of the view columns (GanttChartColumn) to save.ProjectViewXlsxOptions. getView()Gets a list of the view columns (GanttChartColumn) to save to XLSX format.Methods in com.aspose.tasks with parameters of type ProjectView Modifier and Type Method Description voidSpreadsheet2003SaveOptions. setAssignmentView(ProjectView value)Sets a list of the assignments view columns to render (AssignmentViewColumn).voidXlsxOptions. setAssignmentView(ProjectView value)Sets a list of the assignments view columns to render (AssignmentViewColumn).voidSpreadsheet2003SaveOptions. setResourceView(ProjectView value)Sets a list of the resource view columns to render (ResourceViewColumn).voidXlsxOptions. setResourceView(ProjectView value)Sets a list of the resource view columns to render (ResourceViewColumn).voidCsvOptions. setView(ProjectView value)Sets a list of the view columns (GanttChartColumn) to save to XLSX format.voidSaveOptions. setView(ProjectView value)Sets a list of the view columns to render (GanttChartColumn).voidSpreadsheet2003SaveOptions. setView(ProjectView value)Sets a list of the view columns (GanttChartColumn) to save.voidXlsxOptions. setView(ProjectView value)Sets a list of the view columns (GanttChartColumn) to save to XLSX format.
-