PDF Clown
0.0.8

Uses of Class
it.stefanochizzolini.clown.documents.Page

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)
           
 

Constructors in it.stefanochizzolini.clown.documents.interaction.annotations with parameters of type Page
Annotation(Document context, PdfName subtype, Rectangle2D box, Page page)
           
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)
           
DualWidget(Page page, Rectangle2D box, String widgetName)
           
Ellipse(Page page, Rectangle2D box)
           
FileAttachment(Page page, Rectangle2D box, FileSpec fileSpec)
           
Line(Page page, Point2D startPoint, Point2D endPoint)
           
Link(Page page, Rectangle2D box, Action action)
           
Link(Page page, Rectangle2D box, Destination destination)
           
MovieAnnotation(Page page, Rectangle2D box, Movie movie)
           
Note(Page page, Point2D location, String text)
           
Polygon(Page page, Rectangle2D box)
           
Polyline(Page page, Rectangle2D box)
           
Popup(Page page, Rectangle2D box)
           
Rectangle(Page page, Rectangle2D box)
           
RubberStamp(Page page, Rectangle2D box, RubberStamp.IconTypeEnum iconType)
           
Scribble(Page page, Rectangle2D box, List<List<Point2D>> paths)
           
Shape(Page page, Rectangle2D box, PdfName subtype)
           
SoundAnnotation(Page page, Rectangle2D box, Sound sound)
           
TextMarkup(Page page, Rectangle2D box, TextMarkup.MarkupTypeEnum type)
           
VertexShape(Page page, Rectangle2D box, PdfName subtype)
           
Widget(Page page, Rectangle2D box)
           
 

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

Project home page

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