PDF Clown
0.0.8

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

Packages that use PdfString
it.stefanochizzolini.clown.documents Document-level objects [PDF:1.6:3.6]. 
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.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.objects Primitive PDF object types [PDF:1.6:3.2], along with related extensions [PDF:1.6:3.8]. 
 

Uses of PdfString in it.stefanochizzolini.clown.documents
 

Methods in it.stefanochizzolini.clown.documents with parameters of type PdfString
<T extends PdfObjectWrapper>
T
Names.resolve(Class<T> type, PdfString name)
           
protected  Destination NamedDestinations.wrap(PdfDirectObject baseObject, PdfIndirectObject container, PdfString name)
           
protected  FileSpec NamedEmbeddedFiles.wrap(PdfDirectObject baseObject, PdfIndirectObject container, PdfString name)
           
 

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

Constructors in it.stefanochizzolini.clown.documents.fileSpecs with parameters of type PdfString
FileSpec(PdfDirectObject baseObject, PdfIndirectObject container, PdfString name)
           
 

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

Methods in it.stefanochizzolini.clown.documents.interaction.actions that return PdfString
 PdfString Launch.WinParametersObject.OperationEnum.getCode()
           
 

Methods in it.stefanochizzolini.clown.documents.interaction.actions with parameters of type PdfString
static Launch.WinParametersObject.OperationEnum Launch.WinParametersObject.OperationEnum.get(PdfString value)
          Gets the operation corresponding to the given value.
 

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

Methods in it.stefanochizzolini.clown.documents.interaction.navigation.document with parameters of type PdfString
static Destination Destination.wrap(PdfDirectObject baseObject, PdfIndirectObject container, PdfString name)
          Wraps a destination base object into a destination object.
 

Constructors in it.stefanochizzolini.clown.documents.interaction.navigation.document with parameters of type PdfString
Destination(PdfDirectObject baseObject, PdfIndirectObject container, PdfString name)
           
LocalDestination(PdfDirectObject baseObject, PdfIndirectObject container, PdfString name)
           
RemoteDestination(PdfDirectObject baseObject, PdfIndirectObject container, PdfString name)
           
 

Uses of PdfString in it.stefanochizzolini.clown.objects
 

Subclasses of PdfString in it.stefanochizzolini.clown.objects
 class PdfDate
          PDF date object [PDF:1.6:3.8.3].
 class PdfTextString
          PDF text string object [PDF:1.6:3.8.1].
 

Methods in it.stefanochizzolini.clown.objects that return PdfString
 PdfString PdfNamedObjectWrapper.getName()
          Gets the object name.
 

Methods in it.stefanochizzolini.clown.objects that return types with arguments of type PdfString
 Set<Map.Entry<PdfString,T>> NameTree.entrySet()
           
 Set<PdfString> NameTree.keySet()
           
 

Methods in it.stefanochizzolini.clown.objects with parameters of type PdfString
 T NameTree.put(PdfString key, T value)
           
protected abstract  T NameTree.wrap(PdfDirectObject baseObject, PdfIndirectObject container, PdfString name)
          Wraps a base object within its corresponding high-level representation.
 

Method parameters in it.stefanochizzolini.clown.objects with type arguments of type PdfString
 void NameTree.putAll(Map<? extends PdfString,? extends T> entries)
           
 

Constructors in it.stefanochizzolini.clown.objects with parameters of type PdfString
PdfNamedObjectWrapper(PdfDirectObject baseObject, PdfIndirectObject container, PdfString name)
           
 


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.