|
PDF Clown 0.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object it.stefanochizzolini.clown.objects.PdfObjectWrapper<PdfDictionary> it.stefanochizzolini.clown.documents.interaction.navigation.document.Bookmarks
public class Bookmarks
Collection of bookmarks [PDF:1.6:8.2.2].
Constructor Summary | |
---|---|
Bookmarks(Document context)
|
|
Bookmarks(PdfDirectObject baseObject)
For internal use only. |
Method Summary | ||
---|---|---|
boolean |
add(Bookmark bookmark)
|
|
void |
add(int index,
Bookmark bookmark)
|
|
boolean |
addAll(Collection<? extends Bookmark> bookmarks)
|
|
boolean |
addAll(int index,
Collection<? extends Bookmark> bookmarks)
|
|
void |
clear()
|
|
Bookmarks |
clone(Document context)
Gets a clone of the object, registered inside the given document context. |
|
boolean |
contains(Object bookmark)
|
|
boolean |
containsAll(Collection<?> bookmarks)
|
|
protected PdfInteger |
ensureCountObject()
Gets the count object, forcing its creation if it doesn't exist. |
|
boolean |
equals(Object object)
|
|
Bookmark |
get(int index)
|
|
int |
hashCode()
|
|
int |
indexOf(Object bookmark)
|
|
boolean |
isEmpty()
|
|
Iterator<Bookmark> |
iterator()
|
|
int |
lastIndexOf(Object bookmark)
|
|
ListIterator<Bookmark> |
listIterator()
|
|
ListIterator<Bookmark> |
listIterator(int index)
|
|
Bookmark |
remove(int index)
|
|
boolean |
remove(Object bookmark)
|
|
boolean |
removeAll(Collection<?> bookmarks)
|
|
boolean |
retainAll(Collection<?> bookmarks)
|
|
Bookmark |
set(int index,
Bookmark bookmark)
|
|
int |
size()
|
|
List<Bookmark> |
subList(int fromIndex,
int toIndex)
|
|
Bookmark[] |
toArray()
|
|
|
toArray(T[] values)
|
Methods inherited from class it.stefanochizzolini.clown.objects.PdfObjectWrapper |
---|
delete, getBaseDataObject, getBaseObject, getContainer, getDocument, getFile, setBaseObject, setContainer, update |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Bookmarks(Document context)
public Bookmarks(PdfDirectObject baseObject)
Method Detail |
---|
public Bookmarks clone(Document context)
PdfObjectWrapper
clone
in class PdfObjectWrapper<PdfDictionary>
context
- Which document the clone has to be registered in.public void add(int index, Bookmark bookmark)
add
in interface List<Bookmark>
public boolean addAll(int index, Collection<? extends Bookmark> bookmarks)
addAll
in interface List<Bookmark>
public Bookmark get(int index)
get
in interface List<Bookmark>
public int indexOf(Object bookmark)
indexOf
in interface List<Bookmark>
public int lastIndexOf(Object bookmark)
lastIndexOf
in interface List<Bookmark>
public ListIterator<Bookmark> listIterator()
listIterator
in interface List<Bookmark>
public ListIterator<Bookmark> listIterator(int index)
listIterator
in interface List<Bookmark>
public Bookmark remove(int index)
remove
in interface List<Bookmark>
public Bookmark set(int index, Bookmark bookmark)
set
in interface List<Bookmark>
public List<Bookmark> subList(int fromIndex, int toIndex)
subList
in interface List<Bookmark>
public boolean add(Bookmark bookmark)
add
in interface Collection<Bookmark>
add
in interface List<Bookmark>
public boolean addAll(Collection<? extends Bookmark> bookmarks)
addAll
in interface Collection<Bookmark>
addAll
in interface List<Bookmark>
public void clear()
clear
in interface Collection<Bookmark>
clear
in interface List<Bookmark>
public boolean contains(Object bookmark)
contains
in interface Collection<Bookmark>
contains
in interface List<Bookmark>
public boolean containsAll(Collection<?> bookmarks)
containsAll
in interface Collection<Bookmark>
containsAll
in interface List<Bookmark>
public boolean equals(Object object)
equals
in interface Collection<Bookmark>
equals
in interface List<Bookmark>
equals
in class Object
public int hashCode()
hashCode
in interface Collection<Bookmark>
hashCode
in interface List<Bookmark>
hashCode
in class Object
public boolean isEmpty()
isEmpty
in interface Collection<Bookmark>
isEmpty
in interface List<Bookmark>
public boolean remove(Object bookmark)
remove
in interface Collection<Bookmark>
remove
in interface List<Bookmark>
public boolean removeAll(Collection<?> bookmarks)
removeAll
in interface Collection<Bookmark>
removeAll
in interface List<Bookmark>
public boolean retainAll(Collection<?> bookmarks)
retainAll
in interface Collection<Bookmark>
retainAll
in interface List<Bookmark>
public int size()
size
in interface Collection<Bookmark>
size
in interface List<Bookmark>
public Bookmark[] toArray()
toArray
in interface Collection<Bookmark>
toArray
in interface List<Bookmark>
public <T> T[] toArray(T[] values)
toArray
in interface Collection<Bookmark>
toArray
in interface List<Bookmark>
public Iterator<Bookmark> iterator()
iterator
in interface Iterable<Bookmark>
iterator
in interface Collection<Bookmark>
iterator
in interface List<Bookmark>
protected PdfInteger ensureCountObject()
|
PDF Clown 0.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |