PDF Clown
0.0.8

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

Packages that use Document
it.stefanochizzolini.clown.documents Document-level objects [PDF:1.6:3.6]. 
it.stefanochizzolini.clown.documents.contents Types used to define the graphical appearance of PDF contents [PDF:1.6:3.7]. 
it.stefanochizzolini.clown.documents.contents.colorSpaces Color space types used to specify the colors of graphics objects inside content streams [PDF:1.6:4.5]. 
it.stefanochizzolini.clown.documents.contents.entities Specialized graphic types. 
it.stefanochizzolini.clown.documents.contents.fonts Font type definitions used to draw text inside content streams [PDF:1.6:5]. 
it.stefanochizzolini.clown.documents.contents.xObjects External content objects that are able to be referenced from content stream objects [PDF:1.6:4.7]. 
it.stefanochizzolini.clown.documents.fileSpecs File specifications used to reference the contents of other (either external or embedded) files [PDF:1.6:3.10]. 
it.stefanochizzolini.clown.documents.interaction.actions Actions used to perform specific operations when triggered [PDF:1.6:8.5]. 
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.forms Interactive forms (aka AcroForm) used to gather information interactively from the user [PDF:1.6:8.6]. 
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.documents.interaction.navigation.page Features that enable the user to navigate from page to page within a document [PDF:1.6:8.3]. 
it.stefanochizzolini.clown.documents.interaction.viewer PDF viewer settings [PDF:1.6:8.1]. 
it.stefanochizzolini.clown.documents.interchange.metadata Features that support global information about the document [PDF:1.6:10.2]. 
it.stefanochizzolini.clown.documents.multimedia Features that allow a user to embed and play multimedia content within a PDF document [PDF:1.6:9]. 
it.stefanochizzolini.clown.files File-level objects [PDF:1.6:3.4]. 
it.stefanochizzolini.clown.objects Primitive PDF object types [PDF:1.6:3.2], along with related extensions [PDF:1.6:3.8]. 
it.stefanochizzolini.clown.tools Specialized tools for performing common operations on PDF files. 
 

Uses of Document in it.stefanochizzolini.clown.documents
 

Methods in it.stefanochizzolini.clown.documents that return Document
 Document Document.clone(Document context)
           
 

Methods in it.stefanochizzolini.clown.documents with parameters of type Document
 PageAnnotations PageAnnotations.clone(Document context)
           
 Pages Pages.clone(Document context)
           
 Page Page.clone(Document context)
           
 Names Names.clone(Document context)
           
 NamedDestinations NamedDestinations.clone(Document context)
           
 Document Document.clone(Document context)
           
 PageActions PageActions.clone(Document context)
           
 NamedEmbeddedFiles NamedEmbeddedFiles.clone(Document context)
           
 DocumentActions DocumentActions.clone(Document context)
           
 XObject Page.toXObject(Document context)
           
 

Constructors in it.stefanochizzolini.clown.documents with parameters of type Document
DocumentActions(Document context)
           
NamedDestinations(Document context)
           
NamedEmbeddedFiles(Document context)
           
Names(Document context)
           
Page(Document context)
          Creates a new page within the given document context, using default resources.
Page(Document context, Dimension2D size, Resources resources)
          Creates a new page within the given document context, using custom resources.
PageActions(Document context)
           
 

Uses of Document in it.stefanochizzolini.clown.documents.contents
 

Methods in it.stefanochizzolini.clown.documents.contents with parameters of type Document
 XObjectResources XObjectResources.clone(Document context)
           
 Contents Contents.clone(Document context)
           
 ColorSpaceResources ColorSpaceResources.clone(Document context)
           
 FontResources FontResources.clone(Document context)
           
 Resources Resources.clone(Document context)
           
 ExtGState ExtGState.clone(Document context)
           
 ExtGStateResources ExtGStateResources.clone(Document context)
           
 XObject IContentEntity.toXObject(Document context)
          Converts the entity to its equivalent external (independent) object representation [PDF:1.6:4.7].
 

Constructors in it.stefanochizzolini.clown.documents.contents with parameters of type Document
ColorSpaceResources(Document context)
           
ExtGState(Document context, PdfDictionary baseDataObject)
           
ExtGStateResources(Document context)
           
FontResources(Document context)
           
Resources(Document context)
           
XObjectResources(Document context)
           
 

Uses of Document in it.stefanochizzolini.clown.documents.contents.colorSpaces
 

Methods in it.stefanochizzolini.clown.documents.contents.colorSpaces with parameters of type Document
 CalRGBColorSpace CalRGBColorSpace.clone(Document context)
           
 DeviceRGBColorSpace DeviceRGBColorSpace.clone(Document context)
           
 LabColorSpace LabColorSpace.clone(Document context)
           
 DeviceGrayColorSpace DeviceGrayColorSpace.clone(Document context)
           
 DeviceCMYKColorSpace DeviceCMYKColorSpace.clone(Document context)
           
 ICCBasedColorSpace ICCBasedColorSpace.clone(Document context)
           
 CalGrayColorSpace CalGrayColorSpace.clone(Document context)
           
 

Constructors in it.stefanochizzolini.clown.documents.contents.colorSpaces with parameters of type Document
CIEBasedColorSpace(Document context, PdfArray baseDataObject)
           
ColorSpace(Document context, PdfDirectObject baseDataObject)
           
DeviceCMYKColorSpace(Document context)
           
DeviceColorSpace(Document context, PdfName baseDataObject)
           
DeviceGrayColorSpace(Document context)
           
DeviceRGBColorSpace(Document context)
           
 

Uses of Document in it.stefanochizzolini.clown.documents.contents.entities
 

Methods in it.stefanochizzolini.clown.documents.contents.entities with parameters of type Document
 XObject EAN13Barcode.toXObject(Document context)
           
abstract  XObject Entity.toXObject(Document context)
           
 XObject JpegImage.toXObject(Document context)
           
 

Uses of Document in it.stefanochizzolini.clown.documents.contents.fonts
 

Methods in it.stefanochizzolini.clown.documents.contents.fonts with parameters of type Document
 Type1Font Type1Font.clone(Document context)
           
 CompositeFont CompositeFont.clone(Document context)
           
 Type3Font Type3Font.clone(Document context)
           
 TrueTypeFont TrueTypeFont.clone(Document context)
           
static Font Font.get(Document context, File file)
          Creates the representation of a font.
static Font Font.get(Document context, IInputStream fontData)
          Creates the representation of a font.
static CompositeFont CompositeFont.get(Document context, IInputStream fontData)
           
static Font Font.get(Document context, String path)
          Creates the representation of a font.
 

Constructors in it.stefanochizzolini.clown.documents.contents.fonts with parameters of type Document
CompositeFont(Document context, it.stefanochizzolini.clown.documents.contents.fonts.OpenFontParser parser)
           
Font(Document context)
          Creates a new font structure within the given document context.
SimpleFont(Document context)
           
StandardType1Font(Document context, StandardType1Font.FamilyEnum family, boolean bold, boolean italic)
           
 

Uses of Document in it.stefanochizzolini.clown.documents.contents.xObjects
 

Methods in it.stefanochizzolini.clown.documents.contents.xObjects with parameters of type Document
 FormXObject FormXObject.clone(Document context)
           
 ImageXObject ImageXObject.clone(Document context)
           
 XObject FormXObject.toXObject(Document context)
           
 

Constructors in it.stefanochizzolini.clown.documents.contents.xObjects with parameters of type Document
FormXObject(Document context)
          Creates a new form within the given document context, using default resources.
FormXObject(Document context, Resources resources)
          Creates a new form within the given document context, using custom resources.
ImageXObject(Document context, PdfStream baseDataObject)
           
XObject(Document context)
          Creates a new external object inside the document.
XObject(Document context, PdfStream baseDataObject)
          Creates a new external object inside the document.
 

Uses of Document in it.stefanochizzolini.clown.documents.fileSpecs
 

Methods in it.stefanochizzolini.clown.documents.fileSpecs with parameters of type Document
 RelatedFiles RelatedFiles.clone(Document context)
           
 FileSpec FileSpec.clone(Document context)
           
 EmbeddedFile EmbeddedFile.clone(Document context)
           
static EmbeddedFile EmbeddedFile.get(Document context, File file)
           
static EmbeddedFile EmbeddedFile.get(Document context, String path)
           
 

Constructors in it.stefanochizzolini.clown.documents.fileSpecs with parameters of type Document
EmbeddedFile(Document context, IInputStream stream)
          Creates a new embedded file inside the document.
FileSpec(Document context)
           
RelatedFiles(Document context)
           
 

Uses of Document in it.stefanochizzolini.clown.documents.interaction.actions
 

Methods in it.stefanochizzolini.clown.documents.interaction.actions with parameters of type Document
 SetOcgState SetOcgState.clone(Document context)
           
 Rendition Rendition.clone(Document context)
           
 JavaScript JavaScript.clone(Document context)
           
 GoToPreviousPage GoToPreviousPage.clone(Document context)
           
 ChainedActions ChainedActions.clone(Document context)
           
 GoToThread GoToThread.clone(Document context)
           
 PlaySound PlaySound.clone(Document context)
           
 PlayMovie PlayMovie.clone(Document context)
           
 NamedAction NamedAction.clone(Document context)
           
 ResetForm ResetForm.clone(Document context)
           
 GoToURI GoToURI.clone(Document context)
           
 GoToFirstPage GoToFirstPage.clone(Document context)
           
 DoTransition DoTransition.clone(Document context)
           
 GoToLocal GoToLocal.clone(Document context)
           
 GoToLastPage GoToLastPage.clone(Document context)
           
 Launch Launch.clone(Document context)
           
 Launch.WinParametersObject Launch.WinParametersObject.clone(Document context)
           
 Action Action.clone(Document context)
           
 SubmitForm SubmitForm.clone(Document context)
           
 ToggleVisibility ToggleVisibility.clone(Document context)
           
 GoToNextPage GoToNextPage.clone(Document context)
           
 ImportData ImportData.clone(Document context)
           
 GoToEmbedded GoToEmbedded.clone(Document context)
           
 GoToEmbedded.TargetObject GoToEmbedded.TargetObject.clone(Document context)
           
 GoToRemote GoToRemote.clone(Document context)
           
 GoTo3dView GoTo3dView.clone(Document context)
           
 

Constructors in it.stefanochizzolini.clown.documents.interaction.actions with parameters of type Document
Action(Document context, PdfName actionType)
          Creates a new action within the given document context.
DoTransition(Document context, Transition transition)
          Creates a new transition action within the given document context.
GoTo3dView(Document context)
          Creates a new action within the given document context.
GoToDestination(Document context, PdfName actionType, T destination)
           
GoToEmbedded.TargetObject(Document context, GoToEmbedded.TargetObject target)
          Creates a new target representing the parent of the document.
GoToEmbedded.TargetObject(Document context, Object annotationPageRef, Object annotationRef, GoToEmbedded.TargetObject target)
          Creates a new target associated with a file attachment annotation.
GoToEmbedded.TargetObject(Document context, String embeddedFileName, GoToEmbedded.TargetObject target)
          Creates a new target located in the embedded files collection of the document.
GoToEmbedded(Document context, FileSpec fileSpec, Destination destination)
          Creates a new embedded-goto action within the given document context, pointing to a destination within another document.
GoToEmbedded(Document context, FileSpec fileSpec, GoToEmbedded.TargetObject target, Destination destination)
          Creates a new embedded-goto action within the given document context.
GoToEmbedded(Document context, GoToEmbedded.TargetObject target, Destination destination)
          Creates a new embedded-goto action within the given document context, pointing to a destination within a target document embedded within the same document.
GoToFirstPage(Document context)
          Creates a new action within the given document context.
GoToLastPage(Document context)
          Creates a new action within the given document context.
GoToLocal(Document context, LocalDestination destination)
          Creates a new action within the given document context.
GoToNextPage(Document context)
          Creates a new action within the given document context.
GoToNonLocal(Document context, PdfName actionType, FileSpec fileSpec, T destination)
           
GoToPreviousPage(Document context)
          Creates a new action within the given document context.
GoToRemote(Document context, FileSpec fileSpec, RemoteDestination destination)
          Creates a new action within the given document context.
GoToThread(Document context)
          Creates a new action within the given document context.
GoToURI(Document context, URI uri)
          Creates a new action within the given document context.
ImportData(Document context)
          Creates a new action within the given document context.
JavaScript(Document context, String script)
          Creates a new action within the given document context.
Launch.WinParametersObject(Document context, String fileName)
           
Launch.WinParametersObject(Document context, String fileName, Launch.WinParametersObject.OperationEnum operation)
           
Launch.WinParametersObject(Document context, String fileName, String parameterString)
           
Launch(Document context)
          Creates a new action within the given document context.
NamedAction(Document context, PdfName actionName)
          Creates a new action within the given document context.
PlayMovie(Document context, MovieAnnotation movie)
          Creates a new action within the given document context.
PlaySound(Document context, Sound sound)
          Creates a new action within the given document context.
Rendition(Document context)
          Creates a new action within the given document context.
ResetForm(Document context)
          Creates a new action within the given document context.
SetOcgState(Document context)
          Creates a new action within the given document context.
SubmitForm(Document context)
          Creates a new action within the given document context.
ToggleVisibility(Document context, Collection<PdfObjectWrapper<?>> objects, boolean visible)
          Creates a new action within the given document context.
 

Uses of Document in it.stefanochizzolini.clown.documents.interaction.annotations
 

Methods in it.stefanochizzolini.clown.documents.interaction.annotations with parameters of type Document
 Widget Widget.clone(Document context)
           
 WidgetActions WidgetActions.clone(Document context)
           
 Polyline Polyline.clone(Document context)
           
 FileAttachment FileAttachment.clone(Document context)
           
 CalloutNote CalloutNote.clone(Document context)
           
 CalloutNote.LineObject CalloutNote.LineObject.clone(Document context)
           
 DualWidget DualWidget.clone(Document context)
           
 AnnotationActions AnnotationActions.clone(Document context)
           
 Border Border.clone(Document context)
           
 Line Line.clone(Document context)
           
 TextMarkup TextMarkup.clone(Document context)
           
 Ellipse Ellipse.clone(Document context)
           
 VertexShape VertexShape.clone(Document context)
           
 MovieAnnotation MovieAnnotation.clone(Document context)
           
 AppearanceStates AppearanceStates.clone(Document context)
           
 AppearanceCharacteristics AppearanceCharacteristics.clone(Document context)
           
 AppearanceCharacteristics.IconFitObject AppearanceCharacteristics.IconFitObject.clone(Document context)
           
 Annotation Annotation.clone(Document context)
           
 Link Link.clone(Document context)
           
 RubberStamp RubberStamp.clone(Document context)
           
 Rectangle Rectangle.clone(Document context)
           
 Caret Caret.clone(Document context)
           
 Popup Popup.clone(Document context)
           
 Shape Shape.clone(Document context)
           
 Appearance Appearance.clone(Document context)
           
 Scribble Scribble.clone(Document context)
           
 Note Note.clone(Document context)
           
 Polygon Polygon.clone(Document context)
           
 SoundAnnotation SoundAnnotation.clone(Document context)
           
 

Constructors in it.stefanochizzolini.clown.documents.interaction.annotations with parameters of type Document
Annotation(Document context, PdfName subtype, Rectangle2D box, Page page)
           
Appearance(Document context)
           
AppearanceCharacteristics.IconFitObject(Document context)
           
AppearanceCharacteristics(Document context)
           
Border(Document context)
           
Border(Document context, double width, Border.StyleEnum style, LineDash pattern)
           
 

Uses of Document in it.stefanochizzolini.clown.documents.interaction.forms
 

Methods in it.stefanochizzolini.clown.documents.interaction.forms with parameters of type Document
 TextField TextField.clone(Document context)
           
 ButtonField ButtonField.clone(Document context)
           
 RadioButton RadioButton.clone(Document context)
           
 CheckBox CheckBox.clone(Document context)
           
 ChoiceItems ChoiceItems.clone(Document context)
           
 ChoiceItem ChoiceItem.clone(Document context)
           
 PushButton PushButton.clone(Document context)
           
 ChoiceField ChoiceField.clone(Document context)
           
 SignatureField SignatureField.clone(Document context)
           
 FieldWidgets FieldWidgets.clone(Document context)
           
 Field Field.clone(Document context)
           
 FieldActions FieldActions.clone(Document context)
           
 Form Form.clone(Document context)
           
 ComboBox ComboBox.clone(Document context)
           
 Fields Fields.clone(Document context)
           
 ListBox ListBox.clone(Document context)
           
 

Constructors in it.stefanochizzolini.clown.documents.interaction.forms with parameters of type Document
ChoiceItem(Document context, String value, String text)
           
ChoiceItems(Document context)
           
FieldActions(Document context)
           
Fields(Document context)
           
Form(Document context)
           
 

Uses of Document in it.stefanochizzolini.clown.documents.interaction.navigation.document
 

Methods in it.stefanochizzolini.clown.documents.interaction.navigation.document with parameters of type Document
 Bookmarks Bookmarks.clone(Document context)
           
 RemoteDestination RemoteDestination.clone(Document context)
           
 LocalDestination LocalDestination.clone(Document context)
           
 Bookmark Bookmark.clone(Document context)
           
 Destination Destination.clone(Document context)
           
 

Constructors in it.stefanochizzolini.clown.documents.interaction.navigation.document with parameters of type Document
Bookmark(Document context, String title)
           
Bookmark(Document context, String title, Action action)
           
Bookmark(Document context, String title, LocalDestination destination)
           
Bookmarks(Document context)
           
Destination(Document context, PdfDirectObject pageObject, Destination.ModeEnum mode, Double[] viewParams)
          Creates a new destination within the given document context.
RemoteDestination(Document context, int pageIndex)
           
RemoteDestination(Document context, int pageIndex, Destination.ModeEnum mode, Double[] viewParams)
           
 

Uses of Document in it.stefanochizzolini.clown.documents.interaction.navigation.page
 

Methods in it.stefanochizzolini.clown.documents.interaction.navigation.page with parameters of type Document
 Transition Transition.clone(Document context)
           
 

Constructors in it.stefanochizzolini.clown.documents.interaction.navigation.page with parameters of type Document
Transition(Document context)
          Creates a new action within the given document context.
Transition(Document context, Transition.StyleEnum style)
           
Transition(Document context, Transition.StyleEnum style, Double duration)
           
Transition(Document context, Transition.StyleEnum style, Double duration, Transition.OrientationEnum orientation, Transition.PageDirectionEnum pageDirection, Transition.DirectionEnum direction, Double scale)
           
 

Uses of Document in it.stefanochizzolini.clown.documents.interaction.viewer
 

Methods in it.stefanochizzolini.clown.documents.interaction.viewer with parameters of type Document
 ViewerPreferences ViewerPreferences.clone(Document context)
           
 

Constructors in it.stefanochizzolini.clown.documents.interaction.viewer with parameters of type Document
ViewerPreferences(Document context)
           
 

Uses of Document in it.stefanochizzolini.clown.documents.interchange.metadata
 

Methods in it.stefanochizzolini.clown.documents.interchange.metadata with parameters of type Document
 Information Information.clone(Document context)
           
 

Constructors in it.stefanochizzolini.clown.documents.interchange.metadata with parameters of type Document
Information(Document context)
           
 

Uses of Document in it.stefanochizzolini.clown.documents.multimedia
 

Methods in it.stefanochizzolini.clown.documents.multimedia with parameters of type Document
 Sound Sound.clone(Document context)
           
 Movie Movie.clone(Document context)
           
 

Constructors in it.stefanochizzolini.clown.documents.multimedia with parameters of type Document
Movie(Document context, FileSpec fileSpec)
          Creates a new movie within the given document context.
Sound(Document context, IInputStream stream)
          Creates a new sound within the given document context.
 

Uses of Document in it.stefanochizzolini.clown.files
 

Methods in it.stefanochizzolini.clown.files that return Document
 Document File.getDocument()
           
 

Uses of Document in it.stefanochizzolini.clown.objects
 

Methods in it.stefanochizzolini.clown.objects that return Document
 Document PdfObjectWrapper.getDocument()
          Gets the document context.
 

Methods in it.stefanochizzolini.clown.objects with parameters of type Document
abstract  Object PdfObjectWrapper.clone(Document context)
          Gets a clone of the object, registered inside the given document context.
 NameTree<T> NameTree.clone(Document context)
           
 Rectangle Rectangle.clone(Document context)
           
 

Constructors in it.stefanochizzolini.clown.objects with parameters of type Document
NameTree(Document context)
           
 

Uses of Document in it.stefanochizzolini.clown.tools
 

Methods in it.stefanochizzolini.clown.tools that return Document
 Document PageManager.extract(int beginIndex, int endIndex)
          Extracts a page range from the document.
 Document PageManager.getDocument()
          Gets the document being manipulated.
 

Methods in it.stefanochizzolini.clown.tools that return types with arguments of type Document
 List<Document> PageManager.split()
          Splits the document into multiple single-paged documents.
 

Methods in it.stefanochizzolini.clown.tools with parameters of type Document
 void PageManager.add(Document document)
          Appends a document to the end of the document.
 void PageManager.add(int index, Document document)
          Inserts a document at the specified position in the document.
 void PageManager.setDocument(Document value)
          Sets the document to manipulate.
 

Constructors in it.stefanochizzolini.clown.tools with parameters of type Document
PageManager(Document document)
           
 


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.