A B C D E F G H I J K L M N O P R S T U V W X Z

T

TEXT_BUTTON_SIZE - Static variable in class com.qoppa.pdfNotes.AnnotToolbar
 
TEXT_BUTTON_SMALL_SIZE - Static variable in class com.qoppa.pdfNotes.AnnotToolbar
 
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.
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.
TextMarkupTools - class com.qoppa.pdfNotes.settings.TextMarkupTools.
This class manages the default properties and settings for the Text Markup Tools.
TextMarkupTools() - Constructor for class com.qoppa.pdfNotes.settings.TextMarkupTools
 
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.
TextSelectionContextMenu - class com.qoppa.pdfViewer.contextmenus.TextSelectionContextMenu.
The TextSelectionContextMenu represents the popup menu that is displayed when the user right clicks on the PageViewPanel and the Text Selection Tool is active.
TextSelectionContextMenu() - Constructor for class com.qoppa.pdfViewer.contextmenus.TextSelectionContextMenu
 
TextSelectionContextMenuNotes - class com.qoppa.pdfNotes.contextmenus.TextSelectionContextMenuNotes.
The TextSelectionContextMenuNotes represents the popup menu that is displayed when the user right clicks on the PageViewPanelNotes and the Text Selection Tool is active.
TextSelectionContextMenuNotes() - Constructor for class com.qoppa.pdfNotes.contextmenus.TextSelectionContextMenuNotes
 
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.
ThumbnailContextMenu - class com.qoppa.pdfNotes.contextmenus.ThumbnailContextMenu.
The ThumbnailContextMenu represents the context menu displayed when a user right-clicks on page thumbnail in ThumbnailPanelNotes.
ThumbnailContextMenu(PDFViewerBean) - Constructor for class com.qoppa.pdfNotes.contextmenus.ThumbnailContextMenu
 
ThumbnailPanel - interface com.qoppa.pdfViewer.panels.ThumbnailPanel.
Interface to the panel that shows the page thumbnail images for the current document.
ThumbnailPanelNotes - interface com.qoppa.pdfNotes.panels.ThumbnailPanelNotes.
 
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
 
TypewriterTool - class com.qoppa.pdfNotes.settings.TypewriterTool.
This class manages the default properties and settings for the Typewriter Tool.
TypewriterTool() - Constructor for class com.qoppa.pdfNotes.settings.TypewriterTool
 
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.
toXMLString() - Method in class com.qoppa.pdf.SignatureAppearance
This method creates a String that contains an XML element of the Tool default properties.
toXMLString() - Static method in class com.qoppa.pdfNotes.settings.AnnotationTools
This method creates a String that contains an xml element of the Tool default properties.
toXMLString() - Static method in class com.qoppa.pdfViewer.InitialViewSettings
This method creates a String that contains an xml element of the default InitialViewSettings properties.

A B C D E F G H I J K L M N O P R S T U V W X Z