|
PDF Clown 0.0.8 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Page | |
---|---|
it.stefanochizzolini.clown.documents | Document-level objects [PDF:1.6:3.6]. |
it.stefanochizzolini.clown.documents.interaction.annotations | Annotations used to associate an object such as a note, sound, or movie with a location on a page of a PDF document, or to provide a way to interact with the user by means of the mouse and keyboard [PDF:1.6:8.4]. |
it.stefanochizzolini.clown.documents.interaction.navigation.document | Features that allow a PDF viewer application to present the user with an interactive, global overview of a document [PDF:1.6:8.2]. |
it.stefanochizzolini.clown.tools | Specialized tools for performing common operations on PDF files. |
Uses of Page in it.stefanochizzolini.clown.documents |
---|
Methods in it.stefanochizzolini.clown.documents that return Page | |
---|---|
Page |
Page.clone(Document context)
|
Page |
Pages.get(int index)
|
Page |
PageAnnotations.getPage()
Gets the page associated to these annotations. |
Page |
Pages.remove(int index)
|
Page |
Pages.set(int index,
Page page)
|
Page[] |
Pages.toArray()
|
static Page |
Page.wrap(PdfReference reference)
|
Methods in it.stefanochizzolini.clown.documents that return types with arguments of type Page | |
---|---|
Iterator<Page> |
Pages.iterator()
|
ListIterator<Page> |
Pages.listIterator()
|
ListIterator<Page> |
Pages.listIterator(int index)
|
List<Page> |
Pages.subList(int fromIndex,
int toIndex)
|
Methods in it.stefanochizzolini.clown.documents with parameters of type Page | |
---|---|
void |
Pages.add(int index,
Page page)
|
boolean |
Pages.add(Page page)
|
Page |
Pages.set(int index,
Page page)
|
Method parameters in it.stefanochizzolini.clown.documents with type arguments of type Page | |
---|---|
boolean |
Pages.addAll(Collection<? extends Page> pages)
|
boolean |
Pages.addAll(int index,
Collection<? extends Page> pages)
|
Uses of Page in it.stefanochizzolini.clown.documents.interaction.annotations |
---|
Methods in it.stefanochizzolini.clown.documents.interaction.annotations that return Page | |
---|---|
Page |
Annotation.getPage()
Gets the associated page. |
Methods in it.stefanochizzolini.clown.documents.interaction.annotations with parameters of type Page | |
---|---|
void |
Annotation.setPage(Page value)
|
Uses of Page in it.stefanochizzolini.clown.documents.interaction.navigation.document |
---|
Methods in it.stefanochizzolini.clown.documents.interaction.navigation.document that return Page | |
---|---|
Page |
LocalDestination.getPage()
|
Constructors in it.stefanochizzolini.clown.documents.interaction.navigation.document with parameters of type Page | |
---|---|
LocalDestination(Page page)
|
|
LocalDestination(Page page,
Destination.ModeEnum mode,
Double[] viewParams)
|
Uses of Page in it.stefanochizzolini.clown.tools |
---|
Methods in it.stefanochizzolini.clown.tools that return Page | |
---|---|
Page |
PageStamper.getPage()
|
Methods in it.stefanochizzolini.clown.tools with parameters of type Page | |
---|---|
void |
PageStamper.setPage(Page value)
|
Method parameters in it.stefanochizzolini.clown.tools with type arguments of type Page | |
---|---|
void |
PageManager.add(Collection<Page> pages)
Appends a collection of pages to the end of the document. |
void |
PageManager.add(int index,
Collection<Page> pages)
Inserts a collection of pages at the specified position in the document. |
Constructors in it.stefanochizzolini.clown.tools with parameters of type Page | |
---|---|
PageStamper(Page page)
|
|
PDF Clown 0.0.8 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |