Package | Description |
---|---|
org.apache.pdfbox.pdmodel |
The PDModel package represents a high level API for creating and manipulating PDF documents.
|
org.apache.pdfbox.pdmodel.fdf |
The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document.
|
Modifier and Type | Method and Description |
---|---|
protected PDActionJavaScript |
PDJavascriptNameTreeNode.convertCOSToPD(COSBase base) |
Modifier and Type | Method and Description |
---|---|
Map<String,PDActionJavaScript> |
FDFJavaScript.getDoc()
Returns the dictionary's "Doc" entry, that is, a map of key value pairs to be added to the document's JavaScript
name tree.
|
Modifier and Type | Method and Description |
---|---|
void |
FDFJavaScript.setDoc(Map<String,PDActionJavaScript> map)
Sets the dictionary's "Doc" entry.
|
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.