Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
Z
T
TEXT_RENDER_CLIP
- Static variable in class com.qoppa.pdfProcess.
PDFGraphics
Use the text outline to set the clipping region.
TEXT_RENDER_FILL
- Static variable in class com.qoppa.pdfProcess.
PDFGraphics
Normal text: fill the text outline.
TEXT_RENDER_FILL_AND_CLIP
- Static variable in class com.qoppa.pdfProcess.
PDFGraphics
Fill the text and then add the outline to the clip path.
TEXT_RENDER_FILL_AND_STROKE
- Static variable in class com.qoppa.pdfProcess.
PDFGraphics
Fill the text and then draw its outline.
TEXT_RENDER_FILL_AND_STROKE_AND_CLIP
- Static variable in class com.qoppa.pdfProcess.
PDFGraphics
Fill and stroke the text, then add the outline to the clip path.
TEXT_RENDER_NO_TEXT
- Static variable in class com.qoppa.pdfProcess.
PDFGraphics
No text is drawn.
TEXT_RENDER_OUTLINE
- Static variable in class com.qoppa.pdfProcess.
PDFGraphics
Draw the outline of the text.
TEXT_RENDER_STROKE
- Static variable in class com.qoppa.pdfProcess.
PDFGraphics
Draw the outline of the text.
TIFFCompression
- class com.qoppa.pdf.
TIFFCompression
.
Deprecated.
Use TIFFOptions instead
TIFFCompression()
- Constructor for class com.qoppa.pdf.
TIFFCompression
Deprecated.
TIFFOptions
- class com.qoppa.pdf.
TIFFOptions
.
Options used for finer control of the TIFF output format.
TIFFOptions(int, String)
- Constructor for class com.qoppa.pdf.
TIFFOptions
TIFFOptions constructor that allows setting of DPI and compression format.
TIFF_CCITT_RLE
- Static variable in class com.qoppa.pdf.
TIFFCompression
Deprecated.
TIFF CCITT Modified Huffman RLE compression.
TIFF_CCITT_RLE
- Static variable in class com.qoppa.pdf.
TIFFOptions
TIFF CCITT Modified Huffman RLE compression.
TIFF_CCITT_T4
- Static variable in class com.qoppa.pdf.
TIFFCompression
Deprecated.
TIFF CCITT Group 3 fax encoding.
TIFF_CCITT_T4
- Static variable in class com.qoppa.pdf.
TIFFOptions
TIFF CCITT Group 3 fax encoding.
TIFF_CCITT_T6
- Static variable in class com.qoppa.pdf.
TIFFCompression
Deprecated.
TIFF CCITT Group 4 fax encoding.
TIFF_CCITT_T6
- Static variable in class com.qoppa.pdf.
TIFFOptions
TIFF CCITT Group 4 fax encoding.
TIFF_DEFLATE
- Static variable in class com.qoppa.pdf.
TIFFCompression
Deprecated.
TIFF Deflate lossless compression (Zip-in-TIFF).
TIFF_DEFLATE
- Static variable in class com.qoppa.pdf.
TIFFOptions
TIFF Deflate lossless compression (Zip-in-TIFF).
TIFF_FAX_GROUP3
- Static variable in class com.qoppa.pdf.
TIFFCompression
Deprecated.
TIFF CCITT Group 3 fax encoding.
TIFF_FAX_GROUP3
- Static variable in class com.qoppa.pdf.
TIFFOptions
TIFF CCITT Group 3 fax encoding.
TIFF_FAX_GROUP4
- Static variable in class com.qoppa.pdf.
TIFFCompression
Deprecated.
TIFF CCITT Group 4 fax encoding.
TIFF_FAX_GROUP4
- Static variable in class com.qoppa.pdf.
TIFFOptions
TIFF CCITT Group 4 fax encoding.
TIFF_JPEG
- Static variable in class com.qoppa.pdf.
TIFFCompression
Deprecated.
TIFF JPEG-in-TIFF compression.
TIFF_JPEG
- Static variable in class com.qoppa.pdf.
TIFFOptions
TIFF JPEG-in-TIFF compression.
TIFF_LZW
- Static variable in class com.qoppa.pdf.
TIFFCompression
Deprecated.
TIFF LZW Compression
TIFF_LZW
- Static variable in class com.qoppa.pdf.
TIFFOptions
TIFF LZW Compression
TIFF_NO_COMPRESSION
- Static variable in class com.qoppa.pdf.
TIFFCompression
Deprecated.
TIFF with no compression.
TIFF_NO_COMPRESSION
- Static variable in class com.qoppa.pdf.
TIFFOptions
TIFF with no compression.
TIFF_PACKBITS
- Static variable in class com.qoppa.pdf.
TIFFCompression
Deprecated.
TIFF Byte-oriented run-length encoding "PackBits" compression.
TIFF_PACKBITS
- Static variable in class com.qoppa.pdf.
TIFFOptions
TIFF Byte-oriented run-length encoding "PackBits" compression.
TIFF_ZLIB
- Static variable in class com.qoppa.pdf.
TIFFCompression
Deprecated.
TIFF ZLib Compression.
TIFF_ZLIB
- Static variable in class com.qoppa.pdf.
TIFFOptions
TIFF ZLib Compression.
TIMESROMAN
- Static variable in class com.qoppa.pdfProcess.
PDFGraphics
TOPSECRET
- Static variable in interface com.qoppa.pdf.annotations.
RubberStamp
TYPE_HIGHLIGHT
- Static variable in interface com.qoppa.pdf.annotations.
MarkUpText
TYPE_IMAGES
- Static variable in interface com.qoppa.pdf.
IWatermark
The watermark type used when creating images from a PDF document.
TYPE_INSERT
- Static variable in interface com.qoppa.pdf.annotations.
MarkUpText
TYPE_PRINT
- Static variable in interface com.qoppa.pdf.
IWatermark
The watermark type used when printing a PDF document.
TYPE_REPLACEMENT
- Static variable in interface com.qoppa.pdf.annotations.
MarkUpText
TYPE_SQUIGGLY
- Static variable in interface com.qoppa.pdf.annotations.
MarkUpText
TYPE_STRIKEOUT
- Static variable in interface com.qoppa.pdf.annotations.
MarkUpText
TYPE_UNDERLINE
- Static variable in interface com.qoppa.pdf.annotations.
MarkUpText
TYPE_VIEWER
- Static variable in interface com.qoppa.pdf.
IWatermark
The watermark type used when viewing a PDF document.
Text
- interface com.qoppa.pdf.annotations.
Text
.
Interface representing a Text annotation in a PDF document.
TextField
- interface com.qoppa.pdf.form.
TextField
.
TextField
holds a text field.
TextPosition
- class com.qoppa.pdf.
TextPosition
.
Object that holds information about the location of a text string in a PDF file.
TextPosition(String, Shape, Point2D[], double)
- Constructor for class com.qoppa.pdf.
TextPosition
TextPosition(String, Shape, Point2D[], double, int)
- Constructor for class com.qoppa.pdf.
TextPosition
TextPositionWithContext
- class com.qoppa.pdf.
TextPositionWithContext
.
This class represents one result from a text search in a document.
TextPositionWithContext(int, String, String, String, Shape, Point2D[], double)
- Constructor for class com.qoppa.pdf.
TextPositionWithContext
TextSelection
- interface com.qoppa.pdf.
TextSelection
.
Interface that describes selected text.
TextToPDFSettings
- class com.qoppa.pdf.
TextToPDFSettings
.
The TextToPDFSettings class manages the settings when converting the text file to PDF document.
TextToPDFSettings()
- Constructor for class com.qoppa.pdf.
TextToPDFSettings
Constructs a default TextToPDFSettings object.
TriggerActions
- class com.qoppa.pdfViewer.actions.
TriggerActions
.
Utility class to encapsulate a list of actions triggered by different mouse events such as mouse entered, mouse exited, mouse up and mouse down.
TriggerActions()
- Constructor for class com.qoppa.pdfViewer.actions.
TriggerActions
toString()
- Method in interface com.qoppa.pdf.
Bookmark
Returns the title or name of the bookmark.
toString()
- Method in class com.qoppa.pdf.
SignatureAppearance
toString()
- Method in class com.qoppa.pdf.
TextPositionWithContext
toString()
- Method in class com.qoppa.pdfViewer.actions.
GotoPageAction
Returns the description of the action.
toString()
- Method in class com.qoppa.pdfViewer.actions.
GotoPageRemoteAction
Returns the description of the action.
toString()
- Method in class com.qoppa.pdfViewer.actions.
HideShowAction
Returns the description of the action.
toString()
- Method in class com.qoppa.pdfViewer.actions.
JSAction
Returns the description of the action.
toString()
- Method in class com.qoppa.pdfViewer.actions.
LaunchAction
Returns the description of the action.
toString()
- Method in class com.qoppa.pdfViewer.actions.
NamedAction
Returns the description of the action.
toString()
- Method in class com.qoppa.pdfViewer.actions.
NullAction
Returns the description of the action.
toString()
- Method in class com.qoppa.pdfViewer.actions.
ResetForm
Returns the description of the action.
toString()
- Method in class com.qoppa.pdfViewer.actions.
URLAction
Returns the description of the action.
toString()
- Method in class com.qoppa.preflight.profiles.
Profile
Returns the name of the profile.
toString()
- Method in class com.qoppa.preflight.results.
ResultRecord
Returns a string representation of the result that includes the page number and the detail message.
toXMLString()
- Method in class com.qoppa.pdf.
SignatureAppearance
This method creates a
String
that contains an XML element of the Tool default properties.
transform(AffineTransform)
- Method in class com.qoppa.pdfProcess.
PDFGraphics
Composes an AffineTransform object with the Transform in this Graphics2D according to the rule last-specified-first-applied.
translate(double, double)
- Method in class com.qoppa.pdfProcess.
PDFGraphics
Concatenates the current Graphics2D Transform with a translation transform.
translate(int, int)
- Method in class com.qoppa.pdfProcess.
PDFGraphics
Translates the origin of the graphics context to the point (
x
,
y
) in the current coordinate system.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
Z