PDF Clown
0.1.2

Uses of Class
org.pdfclown.documents.Document

Packages that use Document
org.pdfclown.documents Document-level objects [PDF:1.6:3.6]. 
org.pdfclown.documents.contents Types used to define the graphical appearance of PDF contents [PDF:1.6:3.7]. 
org.pdfclown.documents.contents.colorSpaces Color space types used to specify the colors of graphics objects inside content streams [PDF:1.6:4.5]. 
org.pdfclown.documents.contents.entities Specialized graphic types. 
org.pdfclown.documents.contents.fonts Font type definitions used to draw text inside content streams [PDF:1.6:5]. 
org.pdfclown.documents.contents.layers Optional content [PDF:1.6:4.10], also known as layered content. 
org.pdfclown.documents.contents.objects Content stream instructions [PDF:1.6:3.7.1]. 
org.pdfclown.documents.contents.xObjects External content objects that are able to be referenced from content stream objects [PDF:1.6:4.7]. 
org.pdfclown.documents.files File specifications used to reference the contents of other (either external or embedded) files [PDF:1.6:3.10]. 
org.pdfclown.documents.functions Static, self-contained numerical transformations that represent parameterized classes of functions, including mathematical formulas and sampled representations with arbitrary resolution [PDF:1.6:3.9]. 
org.pdfclown.documents.interaction.actions Actions used to perform specific operations when triggered [PDF:1.6:8.5]. 
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.forms Interactive forms (aka AcroForm) used to gather information interactively from the user [PDF:1.6:8.6]. 
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.documents.interaction.viewer PDF viewer settings [PDF:1.6:8.1]. 
org.pdfclown.documents.interchange.access Features that support document accessibility. 
org.pdfclown.documents.interchange.metadata Features that support global information about the document [PDF:1.6:10.2]. 
org.pdfclown.documents.multimedia Features that allow a user to embed and play multimedia content within a PDF document [PDF:1.6:9]. 
org.pdfclown.files File-level objects [PDF:1.6:3.4]. 
org.pdfclown.objects Primitive PDF object types [PDF:1.6:3.2], along with related extensions [PDF:1.6:3.8]. 
org.pdfclown.tools Specialized tools for performing common operations on PDF files. 
 

Uses of Document in org.pdfclown.documents
 

Methods in org.pdfclown.documents that return Document
 Document Document.clone(Document context)
           
 Document Document.Configuration.getDocument()
          Gets the document associated with this configuration.
 

Methods in org.pdfclown.documents with parameters of type Document
 Document Document.clone(Document context)
           
 Page Page.clone(Document context)
           
 Names Names.clone(Document context)
           
 NamedDestinations NamedDestinations.clone(Document context)
           
 PageElements<TItem> PageElements.clone(Document context)
           
 DocumentActions DocumentActions.clone(Document context)
           
 PageAnnotations PageAnnotations.clone(Document context)
           
 PageArticleElements PageArticleElements.clone(Document context)
           
 Pages Pages.clone(Document context)
           
 PageLabels PageLabels.clone(Document context)
           
 Articles Articles.clone(Document context)
           
 NamedJavaScripts NamedJavaScripts.clone(Document context)
           
 NamedEmbeddedFiles NamedEmbeddedFiles.clone(Document context)
           
 NamedRenditions NamedRenditions.clone(Document context)
           
 PageActions PageActions.clone(Document context)
           
 XObject Page.toXObject(Document context)
           
 

Constructors in org.pdfclown.documents with parameters of type Document
DocumentActions(Document context)
           
NamedDestinations(Document context)
           
NamedEmbeddedFiles(Document context)
           
NamedJavaScripts(Document context)
           
NamedRenditions(Document context)
           
Names(Document context)
           
Page(Document context)
          Creates a new page within the specified document context, using the default size.
Page(Document context, Dimension2D size)
          Creates a new page within the specified document context.
PageActions(Document context)
           
PageLabels(Document context)
           
 

Uses of Document in org.pdfclown.documents.contents
 

Methods in org.pdfclown.documents.contents with parameters of type Document
 FontResources FontResources.clone(Document context)
           
 PropertyList PropertyList.clone(Document context)
           
 Resources Resources.clone(Document context)
           
 PropertyListResources PropertyListResources.clone(Document context)
           
 ExtGState ExtGState.clone(Document context)
           
 ShadingResources ShadingResources.clone(Document context)
           
 XObjectResources XObjectResources.clone(Document context)
           
 PatternResources PatternResources.clone(Document context)
           
 ExtGStateResources ExtGStateResources.clone(Document context)
           
 ColorSpaceResources ColorSpaceResources.clone(Document context)
           
 Contents Contents.clone(Document context)
           
 XObject IContentEntity.toXObject(Document context)
          Converts this entity to its equivalent external (independent) object representation [PDF:1.6:4.7].
 

Constructors in org.pdfclown.documents.contents with parameters of type Document
ColorSpaceResources(Document context)
           
ExtGState(Document context)
           
ExtGStateResources(Document context)
           
FontResources(Document context)
           
PatternResources(Document context)
           
PropertyList(Document context, PdfDictionary baseDataObject)
           
PropertyListResources(Document context)
           
ResourceItems(Document context)
           
Resources(Document context)
           
ShadingResources(Document context)
           
XObjectResources(Document context)
           
 

Uses of Document in org.pdfclown.documents.contents.colorSpaces
 

Methods in org.pdfclown.documents.contents.colorSpaces with parameters of type Document
 Shading Shading.clone(Document context)
           
 Object LabColor.clone(Document context)
           
 DeviceRGBColorSpace DeviceRGBColorSpace.clone(Document context)
           
 Object DeviceGrayColor.clone(Document context)
           
 Object Pattern.clone(Document context)
           
 CalGrayColorSpace CalGrayColorSpace.clone(Document context)
           
 Object CalRGBColor.clone(Document context)
           
 Object CalGrayColor.clone(Document context)
           
 LabColorSpace LabColorSpace.clone(Document context)
           
 DeviceCMYKColorSpace DeviceCMYKColorSpace.clone(Document context)
           
 Object DeviceRGBColor.clone(Document context)
           
 ICCBasedColorSpace ICCBasedColorSpace.clone(Document context)
           
 DeviceGrayColorSpace DeviceGrayColorSpace.clone(Document context)
           
 Object IndexedColor.clone(Document context)
           
 CalRGBColorSpace CalRGBColorSpace.clone(Document context)
           
 SeparationColorSpace SeparationColorSpace.clone(Document context)
           
 Object DeviceNColorSpace.clone(Document context)
           
 Object SeparationColor.clone(Document context)
           
 Object DeviceCMYKColor.clone(Document context)
           
 Object PatternColorSpace.clone(Document context)
           
 Object DeviceNColor.clone(Document context)
           
 Object IndexedColorSpace.clone(Document context)
           
 

Constructors in org.pdfclown.documents.contents.colorSpaces with parameters of type Document
ColorSpace(Document context, TDataObject baseDataObject)
           
DeviceCMYKColorSpace(Document context)
           
DeviceColorSpace(Document context, PdfName baseDataObject)
           
DeviceGrayColorSpace(Document context)
           
DeviceRGBColorSpace(Document context)
           
 

Uses of Document in org.pdfclown.documents.contents.entities
 

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

Uses of Document in org.pdfclown.documents.contents.fonts
 

Methods in org.pdfclown.documents.contents.fonts with parameters of type Document
 Type1Font Type1Font.clone(Document context)
           
 Type3Font Type3Font.clone(Document context)
           
 TrueTypeFont TrueTypeFont.clone(Document context)
           
 MMType1Font MMType1Font.clone(Document context)
           
 Type2Font Type2Font.clone(Document context)
           
 StandardType1Font StandardType1Font.clone(Document context)
           
 Type0Font Type0Font.clone(Document context)
           
static Font Font.get(Document context, File file)
          Creates the representation of a font.
static CompositeFont CompositeFont.get(Document context, IInputStream fontData)
           
static Font Font.get(Document context, IInputStream fontData)
          Creates the representation of a font.
static Font Font.get(Document context, String path)
          Creates the representation of a font.
 

Constructors in org.pdfclown.documents.contents.fonts with parameters of type Document
CompositeFont(Document context, org.pdfclown.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 org.pdfclown.documents.contents.layers
 

Methods in org.pdfclown.documents.contents.layers with parameters of type Document
 LayerConfiguration LayerConfiguration.clone(Document context)
           
 LayerGroup LayerGroup.clone(Document context)
           
 LayerDefinition LayerDefinition.clone(Document context)
           
 Layer Layer.clone(Document context)
           
 LayerMembership LayerMembership.clone(Document context)
           
 Layers Layers.clone(Document context)
           
 

Constructors in org.pdfclown.documents.contents.layers with parameters of type Document
Layer(Document context, String title)
           
LayerConfiguration(Document context)
           
LayerDefinition(Document context)
           
LayerEntity(Document context, PdfName typeName)
           
LayerGroup(Document context)
           
LayerMembership(Document context)
           
Layers(Document context)
           
Layers(Document context, String title)
           
 

Uses of Document in org.pdfclown.documents.contents.objects
 

Methods in org.pdfclown.documents.contents.objects with parameters of type Document
 void InlineImageBody.writeTo(IOutputStream stream, Document context)
           
 void InlineImage.writeTo(IOutputStream stream, Document context)
           
 void CompositeObject.writeTo(IOutputStream stream, Document context)
           
 void MarkedContent.writeTo(IOutputStream stream, Document context)
           
abstract  void ContentObject.writeTo(IOutputStream stream, Document context)
          Serializes this object to the specified stream.
 void LocalGraphicsState.writeTo(IOutputStream stream, Document context)
           
 void Text.writeTo(IOutputStream stream, Document context)
           
 void Operation.writeTo(IOutputStream stream, Document context)
           
 

Uses of Document in org.pdfclown.documents.contents.xObjects
 

Methods in org.pdfclown.documents.contents.xObjects with parameters of type Document
 ImageXObject ImageXObject.clone(Document context)
           
 FormXObject FormXObject.clone(Document context)
           
 XObject FormXObject.toXObject(Document context)
           
 

Constructors in org.pdfclown.documents.contents.xObjects with parameters of type Document
FormXObject(Document context, Dimension2D size)
          Creates a new form within the specified document context.
FormXObject(Document context, Rectangle2D box)
          Creates a new form within the specified document context.
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 org.pdfclown.documents.files
 

Methods in org.pdfclown.documents.files with parameters of type Document
 FullFileSpecification FullFileSpecification.clone(Document context)
           
 RelatedFiles RelatedFiles.clone(Document context)
           
 EmbeddedFile EmbeddedFile.clone(Document context)
           
 SimpleFileSpecification SimpleFileSpecification.clone(Document context)
           
static EmbeddedFile EmbeddedFile.get(Document context, File file)
          Creates a new embedded file inside the document.
static EmbeddedFile EmbeddedFile.get(Document context, IInputStream stream)
          Creates a new embedded file inside the document.
static EmbeddedFile EmbeddedFile.get(Document context, String path)
          Creates a new embedded file inside the document.
static SimpleFileSpecification FileSpecification.get(Document context, String path)
          Creates a new reference to an external file.
static FileSpecification<?> FileSpecification.get(Document context, String path, boolean full)
          Creates a new reference to a file.
static FullFileSpecification FileSpecification.get(Document context, URL url)
          Creates a new reference to a remote file.
 

Constructors in org.pdfclown.documents.files with parameters of type Document
FileSpecification(Document context, TDataObject baseDataObject)
           
RelatedFiles(Document context)
           
 

Uses of Document in org.pdfclown.documents.functions
 

Methods in org.pdfclown.documents.functions with parameters of type Document
 Type0Function Type0Function.clone(Document context)
           
 Type2Function Type2Function.clone(Document context)
           
 Type4Function Type4Function.clone(Document context)
           
 Object Functions.clone(Document context)
           
 Type3Function Type3Function.clone(Document context)
           
 

Constructors in org.pdfclown.documents.functions with parameters of type Document
Function(Document context, TDataObject baseDataObject)
           
 

Uses of Document in org.pdfclown.documents.interaction.actions
 

Methods in org.pdfclown.documents.interaction.actions with parameters of type Document
 GoTo3dView GoTo3dView.clone(Document context)
           
 ImportData ImportData.clone(Document context)
           
 GoToURI GoToURI.clone(Document context)
           
 GoToEmbedded GoToEmbedded.clone(Document context)
           
 GoToEmbedded.PathElement GoToEmbedded.PathElement.clone(Document context)
           
 Action Action.clone(Document context)
           
 PlaySound PlaySound.clone(Document context)
           
 GoToLocal GoToLocal.clone(Document context)
           
 GoToNextPage GoToNextPage.clone(Document context)
           
 GoToLastPage GoToLastPage.clone(Document context)
           
 GoToThread GoToThread.clone(Document context)
           
 GoToRemote GoToRemote.clone(Document context)
           
 DoTransition DoTransition.clone(Document context)
           
 ResetForm ResetForm.clone(Document context)
           
 NamedAction NamedAction.clone(Document context)
           
 SubmitForm SubmitForm.clone(Document context)
           
 JavaScript JavaScript.clone(Document context)
           
 ChainedActions ChainedActions.clone(Document context)
           
 GoToFirstPage GoToFirstPage.clone(Document context)
           
 Render Render.clone(Document context)
           
 GoToPreviousPage GoToPreviousPage.clone(Document context)
           
 ToggleVisibility ToggleVisibility.clone(Document context)
           
 Launch Launch.clone(Document context)
           
 Launch.WinTarget Launch.WinTarget.clone(Document context)
           
 PlayMovie PlayMovie.clone(Document context)
           
 SetLayerState SetLayerState.clone(Document context)
           
 SetLayerState.LayerStates SetLayerState.LayerStates.clone(Document context)
           
 

Constructors in org.pdfclown.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.PathElement(Document context, GoToEmbedded.PathElement next)
          Creates a new path element representing the parent of the document.
GoToEmbedded.PathElement(Document context, Object annotationPageRef, Object annotationRef, GoToEmbedded.PathElement next)
          Creates a new path element associated with a file attachment annotation.
GoToEmbedded.PathElement(Document context, String embeddedFileName, GoToEmbedded.PathElement next)
          Creates a new path element located in the embedded files collection of the document.
GoToEmbedded(Document context, FileSpecification<?> destinationFile, Destination destination)
          Creates a new instance within the specified document context, pointing to a destination within another document.
GoToEmbedded(Document context, FileSpecification<?> destinationFile, GoToEmbedded.PathElement destinationPath, Destination destination)
          Creates a new instance within the specified document context.
GoToEmbedded(Document context, GoToEmbedded.PathElement destinationPath, Destination destination)
          Creates a new instance within the specified document context, pointing to a destination within an embedded 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, FileSpecification<?> destinationFile, T destination)
           
GoToPreviousPage(Document context)
          Creates a new action within the given document context.
GoToRemote(Document context, FileSpecification<?> destinationFile, 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.WinTarget(Document context, String fileName)
           
Launch.WinTarget(Document context, String fileName, Launch.WinTarget.OperationEnum operation)
           
Launch.WinTarget(Document context, String fileName, String parameterString)
           
Launch(Document context, PdfObjectWrapper<?> target)
          Creates a launcher.
NamedAction(Document context, PdfName actionName)
          Creates a new action within the given document context.
PlayMovie(Document context, Movie movie)
          Creates a new action within the given document context.
PlaySound(Document context, Sound sound)
          Creates a new action within the given document context.
ResetForm(Document context)
          Creates a new action within the given document context.
SetLayerState(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 org.pdfclown.documents.interaction.annotations
 

Methods in org.pdfclown.documents.interaction.annotations with parameters of type Document
 Popup Popup.clone(Document context)
           
 Border Border.clone(Document context)
           
 Annotation Annotation.clone(Document context)
           
 Scribble Scribble.clone(Document context)
           
 Movie Movie.clone(Document context)
           
 Widget Widget.clone(Document context)
           
 AnnotationActions AnnotationActions.clone(Document context)
           
 Rectangle Rectangle.clone(Document context)
           
 Note Note.clone(Document context)
           
 TextMarkup TextMarkup.clone(Document context)
           
 FileAttachment FileAttachment.clone(Document context)
           
 WidgetActions WidgetActions.clone(Document context)
           
 Appearance Appearance.clone(Document context)
           
 Polyline Polyline.clone(Document context)
           
 Sound Sound.clone(Document context)
           
 Screen Screen.clone(Document context)
           
 Polygon Polygon.clone(Document context)
           
 Ellipse Ellipse.clone(Document context)
           
 Line Line.clone(Document context)
           
 Caret Caret.clone(Document context)
           
 AppearanceCharacteristics AppearanceCharacteristics.clone(Document context)
           
 AppearanceCharacteristics.IconFitObject AppearanceCharacteristics.IconFitObject.clone(Document context)
           
 Link Link.clone(Document context)
           
 CalloutNote CalloutNote.clone(Document context)
           
 CalloutNote.LineObject CalloutNote.LineObject.clone(Document context)
           
 AppearanceStates AppearanceStates.clone(Document context)
           
 DualWidget DualWidget.clone(Document context)
           
 RubberStamp RubberStamp.clone(Document context)
           
 

Constructors in org.pdfclown.documents.interaction.annotations with parameters of type Document
Appearance(Document context)
           
AppearanceCharacteristics.IconFitObject(Document context)
           
AppearanceCharacteristics(Document context)
           
Border(Document context, double width, Border.StyleEnum style, LineDash pattern)
           
 

Uses of Document in org.pdfclown.documents.interaction.forms
 

Methods in org.pdfclown.documents.interaction.forms with parameters of type Document
 ComboBox ComboBox.clone(Document context)
           
 FieldActions FieldActions.clone(Document context)
           
 Fields Fields.clone(Document context)
           
 ListBox ListBox.clone(Document context)
           
 Form Form.clone(Document context)
           
 SignatureField SignatureField.clone(Document context)
           
 RadioButton RadioButton.clone(Document context)
           
 ChoiceItem ChoiceItem.clone(Document context)
           
 TextField TextField.clone(Document context)
           
 PushButton PushButton.clone(Document context)
           
 ChoiceItems ChoiceItems.clone(Document context)
           
 CheckBox CheckBox.clone(Document context)
           
 FieldWidgets FieldWidgets.clone(Document context)
           
 

Constructors in org.pdfclown.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 org.pdfclown.documents.interaction.navigation.document
 

Methods in org.pdfclown.documents.interaction.navigation.document with parameters of type Document
 RemoteDestination RemoteDestination.clone(Document context)
           
 Bookmarks Bookmarks.clone(Document context)
           
 LocalDestination LocalDestination.clone(Document context)
           
 Bookmark Bookmark.clone(Document context)
           
 

Constructors in org.pdfclown.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, Object page, Destination.ModeEnum mode, Object location, Double zoom)
          Creates a new destination within the given document context.
RemoteDestination(Document context, int pageIndex)
           
RemoteDestination(Document context, int pageIndex, Destination.ModeEnum mode, Object location, Double zoom)
           
 

Uses of Document in org.pdfclown.documents.interaction.navigation.page
 

Methods in org.pdfclown.documents.interaction.navigation.page with parameters of type Document
 PageLabel PageLabel.clone(Document context)
           
 Transition Transition.clone(Document context)
           
 

Constructors in org.pdfclown.documents.interaction.navigation.page with parameters of type Document
Article(Document context)
           
PageLabel(Document context, PageLabel.NumberStyleEnum numberStyle)
           
PageLabel(Document context, String prefix, PageLabel.NumberStyleEnum numberStyle, int numberBase)
           
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 org.pdfclown.documents.interaction.viewer
 

Methods in org.pdfclown.documents.interaction.viewer with parameters of type Document
 ViewerPreferences ViewerPreferences.clone(Document context)
           
 

Constructors in org.pdfclown.documents.interaction.viewer with parameters of type Document
ViewerPreferences(Document context)
           
 

Uses of Document in org.pdfclown.documents.interchange.access
 

Methods in org.pdfclown.documents.interchange.access with parameters of type Document
 LanguageIdentifier LanguageIdentifier.clone(Document context)
           
 

Uses of Document in org.pdfclown.documents.interchange.metadata
 

Methods in org.pdfclown.documents.interchange.metadata with parameters of type Document
 Metadata Metadata.clone(Document context)
           
 Information Information.clone(Document context)
           
 

Constructors in org.pdfclown.documents.interchange.metadata with parameters of type Document
Information(Document context)
           
Metadata(Document context)
           
 

Uses of Document in org.pdfclown.documents.multimedia
 

Methods in org.pdfclown.documents.multimedia with parameters of type Document
 MediaScreenParameters MediaScreenParameters.clone(Document context)
           
 MediaScreenParameters.Viability MediaScreenParameters.Viability.clone(Document context)
           
 MediaScreenParameters.Viability.FloatingWindowParameters MediaScreenParameters.Viability.FloatingWindowParameters.clone(Document context)
           
 Rendition.Viability Rendition.Viability.clone(Document context)
           
 Movie Movie.clone(Document context)
           
 MediaClipSection MediaClipSection.clone(Document context)
           
 MediaClipData MediaClipData.clone(Document context)
           
 MediaClipData.Viability MediaClipData.Viability.clone(Document context)
           
 SelectorRendition SelectorRendition.clone(Document context)
           
 SoftwareIdentifier SoftwareIdentifier.clone(Document context)
           
 SoftwareIdentifier.Version SoftwareIdentifier.Version.clone(Document context)
           
 MediaOffset.Frame MediaOffset.Frame.clone(Document context)
           
 MediaOffset.Marker MediaOffset.Marker.clone(Document context)
           
 MediaOffset.Time MediaOffset.Time.clone(Document context)
           
 MediaPlayParameters MediaPlayParameters.clone(Document context)
           
 MediaPlayParameters.Viability MediaPlayParameters.Viability.clone(Document context)
           
 Sound Sound.clone(Document context)
           
 MediaPlayer MediaPlayer.clone(Document context)
           
 MediaPlayers MediaPlayers.clone(Document context)
           
 MediaRendition MediaRendition.clone(Document context)
           
 

Constructors in org.pdfclown.documents.multimedia with parameters of type Document
MediaClip(Document context, PdfName subtype)
           
MediaClipSection(Document context)
           
MediaOffset.Frame(Document context, int value)
           
MediaOffset.Marker(Document context, String value)
           
MediaOffset.Time(Document context, double value)
           
MediaOffset(Document context, PdfName subtype)
           
MediaPlayer(Document context)
           
MediaPlayers(Document context)
           
MediaPlayParameters(Document context)
           
MediaScreenParameters(Document context)
           
Movie(Document context, FileSpecification<?> dataFile)
          Creates a new movie within the given document context.
Rendition(Document context, PdfName subtype)
           
SelectorRendition(Document context)
           
SoftwareIdentifier(Document context)
           
Sound(Document context, IInputStream stream)
          Creates a new sound within the given document context.
 

Uses of Document in org.pdfclown.files
 

Methods in org.pdfclown.files that return Document
 Document File.getDocument()
          Gets the high-level representation of the file content.
 

Methods in org.pdfclown.files with parameters of type Document
 FileIdentifier FileIdentifier.clone(Document context)
           
 

Uses of Document in org.pdfclown.objects
 

Methods in org.pdfclown.objects that return Document
 Document PdfObjectWrapper.getDocument()
          Gets the document context.
 

Methods in org.pdfclown.objects with parameters of type Document
 Rectangle Rectangle.clone(Document context)
           
 Object PdfObjectWrapper.clone(Document context)
          Gets a clone of the object, registered inside the given document context.
 Array<TItem> Array.clone(Document context)
           
 

Constructors in org.pdfclown.objects with parameters of type Document
Array(Document context, Array.IWrapper<TItem> itemWrapper)
          Wraps a new base array using the specified wrapper for wrapping its items.
Array(Document context, Array.IWrapper<TItem> itemWrapper, PdfArray baseDataObject)
          Wraps the specified base array using the specified wrapper for wrapping its items.
Array(Document context, Class<TItem> itemClass)
          Wraps a new base array using the default wrapper for wrapping its items.
Array(Document context, Class<TItem> itemClass, PdfArray baseDataObject)
          Wraps the specified base array using the default wrapper for wrapping its items.
NameTree(Document context)
           
NumberTree(Document context)
           
PdfObjectWrapper(Document context, TDataObject baseDataObject)
          Instantiates a wrapper registering the specified base data object into the specified document context.
Tree(Document context)
           
 

Uses of Document in org.pdfclown.tools
 

Methods in org.pdfclown.tools that return Document
 Document PageManager.extract(int startIndex, int endIndex)
          Extracts a page range from the document.
 Document PageManager.getDocument()
          Gets the document being managed.
 

Methods in org.pdfclown.tools that return types with arguments of type Document
 List<Document> PageManager.split()
          Bursts the document into single-page documents.
 List<Document> PageManager.split(int... indexes)
          Splits the document into multiple subdocuments delimited by the specified page indexes.
 List<Document> PageManager.split(long maxDataSize)
          Splits the document into multiple subdocuments on maximum file size.
 

Methods in org.pdfclown.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 org.pdfclown.tools with parameters of type Document
PageManager(Document document)
           
 


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.