PDF Clown
0.1.2

Uses of Class
org.pdfclown.documents.Page

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.
 

Constructors in org.pdfclown.documents.interaction.annotations with parameters of type Page
Annotation(Page page, PdfName subtype, Rectangle2D box, String text)
           
CalloutNote.LineObject(Page page, Point2D start, Point2D end)
           
CalloutNote.LineObject(Page page, Point2D start, Point2D knee, Point2D end)
           
CalloutNote(Page page, Rectangle2D box, String text)
           
Caret(Page page, Rectangle2D box, String text)
           
DualWidget(Page page, Rectangle2D box, String widgetName)
           
Ellipse(Page page, Rectangle2D box, String text)
           
FileAttachment(Page page, Rectangle2D box, String text, FileSpecification<?> dataFile)
           
Line(Page page, Point2D startPoint, Point2D endPoint, String text)
           
Link(Page page, Rectangle2D box, String text, PdfObjectWrapper<?> target)
           
Movie(Page page, Rectangle2D box, String text, Movie content)
           
Note(Page page, Point2D location, String text)
           
Polygon(Page page, Rectangle2D box, String text)
           
Polyline(Page page, Rectangle2D box, String text)
           
Popup(Page page, Rectangle2D box, String text)
           
Rectangle(Page page, Rectangle2D box, String text)
           
RubberStamp(Page page, Rectangle2D box, String text, RubberStamp.IconTypeEnum iconType)
           
Screen(Page page, Rectangle2D box, String text, File mediaFile, String mimeType)
           
Screen(Page page, Rectangle2D box, String text, Rendition rendition)
           
Screen(Page page, Rectangle2D box, String text, String mediaPath, String mimeType)
           
Scribble(Page page, Rectangle2D box, String text, List<List<Point2D>> paths)
           
Shape(Page page, Rectangle2D box, String text, PdfName subtype)
           
Sound(Page page, Rectangle2D box, String text, Sound content)
           
TextMarkup(Page page, String text, TextMarkup.MarkupTypeEnum markupType, List<Quad> markupBoxes)
          Creates a new text markup on the specified page, making it printable by default.
TextMarkup(Page page, String text, TextMarkup.MarkupTypeEnum markupType, Quad markupBox)
          Creates a new text markup on the specified page, making it printable by default.
VertexShape(Page page, Rectangle2D box, String text, PdfName subtype)
           
Widget(Page page, Rectangle2D box)
           
 

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

Project home page

Copyright © 2006-2013 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.