|
PDF Clown 0.1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PdfString | |
---|---|
org.pdfclown.documents | Document-level objects [PDF:1.6:3.6]. |
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.interaction.actions | Actions used to perform specific operations when triggered [PDF:1.6:8.5]. |
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.multimedia | Features that allow a user to embed and play multimedia content within a PDF document [PDF:1.6:9]. |
org.pdfclown.objects | Primitive PDF object types [PDF:1.6:3.2], along with related extensions [PDF:1.6:3.8]. |
Uses of PdfString in org.pdfclown.documents |
---|
Methods in org.pdfclown.documents with parameters of type PdfString | ||
---|---|---|
|
Names.get(Class<T> type,
PdfString key)
|
|
Rendition |
NamedRenditions.put(PdfString key,
Rendition value)
|
Uses of PdfString in org.pdfclown.documents.files |
---|
Methods in org.pdfclown.documents.files that return PdfString | |
---|---|
PdfString |
FileSpecification.getName()
|
Uses of PdfString in org.pdfclown.documents.interaction.actions |
---|
Methods in org.pdfclown.documents.interaction.actions that return PdfString | |
---|---|
PdfString |
Launch.WinTarget.OperationEnum.getCode()
|
PdfString |
JavaScript.getName()
|
Methods in org.pdfclown.documents.interaction.actions with parameters of type PdfString | |
---|---|
static Launch.WinTarget.OperationEnum |
Launch.WinTarget.OperationEnum.get(PdfString value)
Gets the operation corresponding to the given value. |
Uses of PdfString in org.pdfclown.documents.interaction.forms |
---|
Methods in org.pdfclown.documents.interaction.forms that return PdfString | |
---|---|
protected PdfString |
Field.getDefaultAppearanceState()
|
Uses of PdfString in org.pdfclown.documents.interaction.navigation.document |
---|
Methods in org.pdfclown.documents.interaction.navigation.document that return PdfString | |
---|---|
PdfString |
Destination.getName()
|
Uses of PdfString in org.pdfclown.documents.multimedia |
---|
Methods in org.pdfclown.documents.multimedia that return PdfString | |
---|---|
PdfString |
MediaClipData.TempFilePermissionEnum.getCode()
|
PdfString |
Rendition.getName()
|
protected PdfString |
Rendition.retrieveName()
|
Methods in org.pdfclown.documents.multimedia with parameters of type PdfString | |
---|---|
static MediaClipData.TempFilePermissionEnum |
MediaClipData.TempFilePermissionEnum.valueOf(PdfString code)
|
Uses of PdfString in org.pdfclown.objects |
---|
Subclasses of PdfString in org.pdfclown.objects | |
---|---|
class |
PdfDate
PDF date object [PDF:1.6:3.8.3]. |
class |
PdfTextString
PDF text string object [PDF:1.6:3.8.1]. |
Fields in org.pdfclown.objects declared as PdfString | |
---|---|
static PdfString |
PdfString.Default
|
Methods in org.pdfclown.objects that return PdfString | |
---|---|
PdfString |
IPdfNamedObjectWrapper.getName()
Gets the object name. |
protected PdfString |
PdfObjectWrapper.retrieveName()
Retrieves the name possibly associated to this object, walking through the document's name dictionary. |
Methods in org.pdfclown.objects with parameters of type PdfString | |
---|---|
PdfObject |
Visitor.visit(PdfString object,
Object data)
|
PdfObject |
IVisitor.visit(PdfString object,
Object data)
Visits a string object. |
|
PDF Clown 0.1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |