PDF Clown
0.0.8

Uses of Class
it.stefanochizzolini.clown.objects.PdfAtomicObject

Packages that use PdfAtomicObject
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.objects Primitive PDF object types [PDF:1.6:3.2], along with related extensions [PDF:1.6:3.8]. 
 

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

Methods in it.stefanochizzolini.clown.documents.interaction.navigation.page that return PdfAtomicObject
 PdfAtomicObject<?> Transition.DirectionEnum.getCode()
           
 

Methods in it.stefanochizzolini.clown.documents.interaction.navigation.page with parameters of type PdfAtomicObject
static Transition.DirectionEnum Transition.DirectionEnum.get(PdfAtomicObject<?> value)
          Gets the direction corresponding to the given value.
 

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

Methods in it.stefanochizzolini.clown.documents.interaction.viewer with type parameters of type PdfAtomicObject
protected
<T,TPdf extends PdfAtomicObject<T>>
T
ViewerPreferences.getEntry(PdfName key)
           
protected
<T,TPdf extends PdfAtomicObject<T>>
void
ViewerPreferences.setEntry(PdfName key, T value, Class<TPdf> entryType)
           
 

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

Methods in it.stefanochizzolini.clown.documents.interchange.metadata with type parameters of type PdfAtomicObject
protected
<TPdf extends PdfAtomicObject<?>>
Object
Information.getEntry(PdfName key)
           
protected
<TPdf extends PdfAtomicObject<?>>
void
Information.setEntry(PdfName key, Object value, Class<TPdf> entryType)
           
 

Uses of PdfAtomicObject in it.stefanochizzolini.clown.objects
 

Subclasses of PdfAtomicObject in it.stefanochizzolini.clown.objects
 class PdfBoolean
          PDF boolean object [PDF:1.6:3.2.1].
 class PdfDate
          PDF date object [PDF:1.6:3.8.3].
 class PdfInteger
          PDF integer number object [PDF:1.6:3.2.2].
 class PdfName
          PDF name object [PDF:1.6:3.2.4].
 class PdfReal
          PDF real number object [PDF:1.6:3.2.2].
 class PdfString
          PDF string object [PDF:1.6:3.2.3].
 class PdfTextString
          PDF text string object [PDF:1.6:3.8.1].
 


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.