Package | Description |
---|---|
org.apache.pdfbox.pdmodel.common |
High level PD classes that are used throughout several packages are placed in the PDModel common package.
|
org.apache.pdfbox.pdmodel.fdf |
The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document.
|
org.apache.pdfbox.pdmodel.interactive.action.type |
This package contains all of the available PDF action types.
|
org.apache.pdfbox.pdmodel.interactive.annotation |
The annotation package contains classes that work with PDF annotation elements.
|
Modifier and Type | Method and Description |
---|---|
static PDTextStream |
PDTextStream.createTextStream(COSBase base)
This will create the text stream object.
|
PDTextStream |
PDNamedTextStream.getStream()
This will get the stream.
|
Modifier and Type | Method and Description |
---|---|
void |
PDNamedTextStream.setStream(PDTextStream str)
This will set the stream.
|
Modifier and Type | Method and Description |
---|---|
PDTextStream |
FDFJavaScript.getAfter()
This will get the javascript that is executed after the import.
|
PDTextStream |
FDFJavaScript.getBefore()
This will get the javascript that is executed before the import.
|
PDTextStream |
FDFField.getRichText()
This will set the rich text that is associated with this field.
|
Modifier and Type | Method and Description |
---|---|
void |
FDFJavaScript.setAfter(PDTextStream after)
This will set the javascript code the will get execute after the import.
|
void |
FDFJavaScript.setBefore(PDTextStream before)
This will set the javascript code the will get execute before the import.
|
void |
FDFField.setRichText(PDTextStream rv)
This will set the rich text value.
|
Modifier and Type | Method and Description |
---|---|
PDTextStream |
PDActionJavaScript.getAction() |
Modifier and Type | Method and Description |
---|---|
void |
PDActionJavaScript.setAction(PDTextStream sAction) |
Modifier and Type | Method and Description |
---|---|
PDTextStream |
PDAnnotationMarkup.getRichContents()
This will retrieve the rich text stream which is displayed in the popup
window.
|
Modifier and Type | Method and Description |
---|---|
void |
PDAnnotationMarkup.setRichContents(PDTextStream rc)
This will set the rich text stream which is displayed in the popup window.
|
Copyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.