Uses of Class
com.aspose.tasks.ViewColumn
-
-
Uses of ViewColumn in com.aspose.tasks
Subclasses of ViewColumn in com.aspose.tasks Modifier and Type Class Description class
AssignmentViewColumn
Project's view class.class
GanttChartColumn
Project's view classclass
ResourceViewColumn
Project's view class used in ResourceUsage view and ResourceSheet view.Methods in com.aspose.tasks that return ViewColumn Modifier and Type Method Description ViewColumn
TaskTextStyleEventArgs. getColumn()
GetsViewColumn
to which the currently rendered cell belongs.Methods in com.aspose.tasks that return types with arguments of type ViewColumn Modifier and Type Method Description List<ViewColumn>
ProjectView. getColumns()
Gets the project view columns.Constructor parameters in com.aspose.tasks with type arguments of type ViewColumn Constructor Description ProjectView(Iterable<ViewColumn> columns)
Initializes a new instance of theProjectView
class.
-