Uses of Class
com.aspose.tasks.View
-
-
Uses of View in com.aspose.tasks
Subclasses of View in com.aspose.tasks Modifier and Type Class Description class
GanttChartView
Represents a GanttChart view.class
ResourceUsageView
Represents resource usage view in a project.class
TaskUsageView
Represents task usage view in a project.class
TimelineView
Represents a timeline view of a project.class
UsageView
Represent a usage view in a project.Methods in com.aspose.tasks that return View Modifier and Type Method Description static View
View. forViewScreen(int viewScreen)
Constructs a new instance of theView
class.View
ViewCollection. getByName(String viewName)
Searches for a View with the name, and returns the first occurrence within the collection.View
ViewCollection. getByViewScreen(int screen)
Searches for a View with the specified Screen property, and returns the first occurrence within the collection.View
Project. getDefaultView()
Gets default view of the project.View
OleObject. getView()
Gets the instance of theView
(OleObject.getView()
/OleObject.setView(View)
) class the inserted object belongs to.View
SaveOptions. getViewSettings()
Methods in com.aspose.tasks that return types with arguments of type View Modifier and Type Method Description Iterator<View>
ViewCollection. iterator()
Returns an iterator over the elements contained in this collection.List<View>
ViewCollection. toList()
Converts a view collection to a list ofView
objects.Methods in com.aspose.tasks with parameters of type View Modifier and Type Method Description boolean
ViewCollection. add(View item)
Adds the specified item to this collection.int
View. compareTo(View other)
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.boolean
ViewCollection. contains(View item)
Returns true if the specified item is found in this collection; otherwise, false.void
ViewCollection. copyTo(View[] array, int arrayIndex)
Copies the elements of this collection to the specified array, starting at the specified array index.static boolean
View. op_Equality(View a, View b)
Returns a value indicating whether this instance is equal to a specified object.static boolean
View. op_GreaterThan(View a, View b)
Returns a value indicating whether this instance is greater than a specified object.static boolean
View. op_GreaterThanOrEqual(View a, View b)
Returns a value indicating whether this instance is greater than or equal to a specified object.static boolean
View. op_Inequality(View a, View b)
Returns a value indicating whether this instance is not equal to a specified object.static boolean
View. op_LessThan(View a, View b)
Returns a value indicating whether this instance is less than a specified object.static boolean
View. op_LessThanOrEqual(View a, View b)
Returns a value indicating whether this instance is less than or equal to a specified object.boolean
ViewCollection. remove(View item)
Removes the first occurrence of a specific object from this collection.void
Project. setDefaultView(View value)
Sets default view of the project.void
OleObject. setView(View value)
Sets the instance of theView
(OleObject.getView()
/OleObject.setView(View)
) class the inserted object belongs to.void
SaveOptions. setViewSettings(View value)
-