Modifier and Type | Method and Description |
---|---|
int |
getCount()
Returns the number of objects contained in this BaselineCollection object.
|
Resource |
getParentResource()
Parent
Resource for this collection. |
Iterator<Baseline> |
iterator() |
boolean |
remove(Baseline baseline)
Removes baseline from this collection.
|
List<Baseline> |
toList()
Converts the BaselineCollection object to a list of
Baseline objects. |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public Resource getParentResource()
Parent Resource
for this collection.
Read only Resource
instance.
public boolean remove(Baseline baseline)
Removes baseline from this collection.
baseline
- Baseline
instance to remove.Baseline
instance has been removed successfully; otherwise, falsepublic int getCount()
Returns the number of objects contained in this BaselineCollection object.
Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.