|
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<PdfArray> it.stefanochizzolini.clown.documents.PageAnnotations
public class PageAnnotations
Page annotations [PDF:1.6:3.6.2].
Method Summary | ||
---|---|---|
boolean |
add(Annotation value)
|
|
void |
add(int index,
Annotation value)
|
|
boolean |
addAll(Collection<? extends Annotation> values)
|
|
boolean |
addAll(int index,
Collection<? extends Annotation> values)
|
|
void |
clear()
|
|
PageAnnotations |
clone(Document context)
Gets a clone of the object, registered inside the given document context. |
|
boolean |
contains(Object value)
|
|
boolean |
containsAll(Collection<?> values)
|
|
boolean |
equals(Object object)
|
|
Annotation |
get(int index)
|
|
Page |
getPage()
Gets the page associated to these annotations. |
|
int |
hashCode()
|
|
int |
indexOf(Object value)
|
|
boolean |
isEmpty()
|
|
Iterator<Annotation> |
iterator()
|
|
int |
lastIndexOf(Object value)
|
|
ListIterator<Annotation> |
listIterator()
|
|
ListIterator<Annotation> |
listIterator(int index)
|
|
Annotation |
remove(int index)
|
|
boolean |
remove(Object value)
|
|
boolean |
removeAll(Collection<?> values)
|
|
boolean |
retainAll(Collection<?> values)
|
|
Annotation |
set(int index,
Annotation value)
|
|
int |
size()
|
|
List<Annotation> |
subList(int fromIndex,
int toIndex)
|
|
Object[] |
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 |
Method Detail |
---|
public PageAnnotations clone(Document context)
PdfObjectWrapper
clone
in class PdfObjectWrapper<PdfArray>
context
- Which document the clone has to be registered in.public Page getPage()
public void add(int index, Annotation value)
add
in interface List<Annotation>
public boolean addAll(int index, Collection<? extends Annotation> values)
addAll
in interface List<Annotation>
public Annotation get(int index)
get
in interface List<Annotation>
public int indexOf(Object value)
indexOf
in interface List<Annotation>
public int lastIndexOf(Object value)
lastIndexOf
in interface List<Annotation>
public ListIterator<Annotation> listIterator()
listIterator
in interface List<Annotation>
public ListIterator<Annotation> listIterator(int index)
listIterator
in interface List<Annotation>
public Annotation remove(int index)
remove
in interface List<Annotation>
public Annotation set(int index, Annotation value)
set
in interface List<Annotation>
public List<Annotation> subList(int fromIndex, int toIndex)
subList
in interface List<Annotation>
public boolean add(Annotation value)
add
in interface Collection<Annotation>
add
in interface List<Annotation>
public boolean addAll(Collection<? extends Annotation> values)
addAll
in interface Collection<Annotation>
addAll
in interface List<Annotation>
public void clear()
clear
in interface Collection<Annotation>
clear
in interface List<Annotation>
public boolean contains(Object value)
contains
in interface Collection<Annotation>
contains
in interface List<Annotation>
public boolean containsAll(Collection<?> values)
containsAll
in interface Collection<Annotation>
containsAll
in interface List<Annotation>
public boolean equals(Object object)
equals
in interface Collection<Annotation>
equals
in interface List<Annotation>
equals
in class Object
public int hashCode()
hashCode
in interface Collection<Annotation>
hashCode
in interface List<Annotation>
hashCode
in class Object
public boolean isEmpty()
isEmpty
in interface Collection<Annotation>
isEmpty
in interface List<Annotation>
public boolean remove(Object value)
remove
in interface Collection<Annotation>
remove
in interface List<Annotation>
public boolean removeAll(Collection<?> values)
removeAll
in interface Collection<Annotation>
removeAll
in interface List<Annotation>
public boolean retainAll(Collection<?> values)
retainAll
in interface Collection<Annotation>
retainAll
in interface List<Annotation>
public int size()
size
in interface Collection<Annotation>
size
in interface List<Annotation>
public Object[] toArray()
toArray
in interface Collection<Annotation>
toArray
in interface List<Annotation>
public <T> T[] toArray(T[] values)
toArray
in interface Collection<Annotation>
toArray
in interface List<Annotation>
public Iterator<Annotation> iterator()
iterator
in interface Iterable<Annotation>
iterator
in interface Collection<Annotation>
iterator
in interface List<Annotation>
|
PDF Clown 0.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |