|
PDF Clown 0.1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Page | |
---|---|
org.pdfclown.documents | Document-level objects [PDF:1.6:3.6]. |
org.pdfclown.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]. |
org.pdfclown.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]. |
org.pdfclown.documents.interaction.navigation.page | Features that enable the user to navigate from page to page within a document [PDF:1.6:8.3]. |
org.pdfclown.tools | Specialized tools for performing common operations on PDF files. |
Uses of Page in org.pdfclown.documents |
---|
Methods in org.pdfclown.documents that return Page | |
---|---|
Page |
Page.clone(Document context)
|
Page |
Pages.get(int index)
|
Page |
PageElements.getPage()
Gets the page associated to these elements. |
Page |
Pages.remove(int index)
|
Page |
Pages.set(int index,
Page page)
|
Page[] |
Pages.toArray()
|
static Page |
Page.wrap(PdfDirectObject baseObject)
|
Methods in org.pdfclown.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 org.pdfclown.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 org.pdfclown.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 org.pdfclown.documents.interaction.annotations |
---|
Methods in org.pdfclown.documents.interaction.annotations that return Page | |
---|---|
Page |
Annotation.getPage()
Gets the associated page. |
Uses of Page in org.pdfclown.documents.interaction.navigation.document |
---|
Methods in org.pdfclown.documents.interaction.navigation.document that return Page | |
---|---|
Page |
LocalDestination.getPage()
Gets the target page. |
Constructors in org.pdfclown.documents.interaction.navigation.document with parameters of type Page | |
---|---|
LocalDestination(Page page)
|
|
LocalDestination(Page page,
Destination.ModeEnum mode,
Object location,
Double zoom)
|
Uses of Page in org.pdfclown.documents.interaction.navigation.page |
---|
Methods in org.pdfclown.documents.interaction.navigation.page that return Page | |
---|---|
Page |
ArticleElement.getPage()
Gets the location page. |
Constructors in org.pdfclown.documents.interaction.navigation.page with parameters of type Page | |
---|---|
ArticleElement(Page page,
Rectangle2D box)
|
Uses of Page in org.pdfclown.tools |
---|
Methods in org.pdfclown.tools that return Page | |
---|---|
Page |
PageStamper.getPage()
|
Methods in org.pdfclown.tools with parameters of type Page | |
---|---|
static long |
PageManager.getSize(Page page)
Gets the data size of the specified page expressed in bytes. |
static long |
PageManager.getSize(Page page,
Set<PdfReference> visitedReferences)
Gets the data size of the specified page expressed in bytes. |
void |
PageStamper.setPage(Page value)
|
Method parameters in org.pdfclown.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 org.pdfclown.tools with parameters of type Page | |
---|---|
PageStamper(Page page)
|
|
PDF Clown 0.1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |