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.
|
Modifier and Type | Method and Description |
---|---|
View |
Project.getDefaultView()
Gets default view of the project.
|
View |
OleObject.getView()
Returns an instance of the
View (OleObject.getView() /OleObject.setView(View) ) class the inserted object
belongs to. |
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. |
Modifier and Type | Method and Description |
---|---|
boolean |
ViewCollection.add(View item)
Adds the specified item to the end of the collection.
|
boolean |
ViewCollection.contains(View item)
Return true if this collection contains the specified item.
|
void |
ViewCollection.copyTo(View[] array,
int arrayIndex)
Copies all of the elements in the specified collection into the specified array at the specified index.
|
boolean |
ViewCollection.remove(View item)
Removes the specified item.
|
Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.