com.aspose.tasks

Interfaces

Classes

Exceptions

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 and 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 and Description
      View Project.getDefaultView()
      Gets default view of the project.
      View OleObject.getView()
      Gets the instance of the View(OleObject.getView()/OleObject.setView(View)) class the inserted object belongs to.
      Methods in com.aspose.tasks that return types with arguments of type View 
      Modifier and Type Method and 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 of View objects.
      Methods in com.aspose.tasks with parameters of type View 
      Modifier and Type Method and Description
      boolean ViewCollection.add(View item)
      Adds the specified item to this collection.
      int View.compareTo(View obj)
      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.
      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.