Modifier and Type | Method and Description |
---|---|
void |
add(OutlineItemCollection outline)
Adds outline item to collection.
|
void |
delete()
Deletes all outline items from the document outline.
|
void |
delete(String name)
Deletes the outline item with specified title from the document outline.
|
OutlineItemCollection |
get_Item(int index)
Gets outline item from collection by index.
|
OutlineItemCollection |
getFirst()
Gets an outline item representing the first top-level item in the outline.
|
OutlineItemCollection |
getLast()
Gets an outline item representing the last top-level item in the outline.
|
Object |
getSyncRoot()
Gets an object that can be used to synchronize access to this collection.
|
boolean |
isSynchronized()
Gets a value indicating whether access to this collection is synchronized (thread safe).
|
com.aspose.ms.System.Collections.IEnumerator |
iterator()
Returns an enumerator that iterates through the collection.
|
int |
size()
Gets the total number of outline items (bookmarks) at all levels of the document outline.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public int size()
Gets the total number of outline items (bookmarks) at all levels of the document outline.
public OutlineItemCollection getFirst()
Gets an outline item representing the first top-level item in the outline.
public OutlineItemCollection getLast()
Gets an outline item representing the last top-level item in the outline.
public boolean isSynchronized()
Gets a value indicating whether access to this collection is synchronized (thread safe).
public Object getSyncRoot()
Gets an object that can be used to synchronize access to this collection.
public void add(OutlineItemCollection outline)
Adds outline item to collection.
outline
- The outline item to be added.public void delete()
Deletes all outline items from the document outline.
public void delete(String name)
Deletes the outline item with specified title from the document outline.
name
- The title of outline item to be deletedpublic com.aspose.ms.System.Collections.IEnumerator iterator()
Returns an enumerator that iterates through the collection.
public OutlineItemCollection get_Item(int index)
Gets outline item from collection by index.
index
- Index of requested item.Copyright © 2017 Aspose. All Rights Reserved.