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
K
L
M
N
O
P
R
S
T
U
W
Z
S
SBAPPROVED
- Static variable in class com.qoppa.pdf.annotations.
RubberStamp
SBASIS
- Static variable in class com.qoppa.pdf.annotations.
RubberStamp
SBCONFIDENTIAL
- Static variable in class com.qoppa.pdf.annotations.
RubberStamp
SBDEPARTMENTAL
- Static variable in class com.qoppa.pdf.annotations.
RubberStamp
SBDRAFT
- Static variable in class com.qoppa.pdf.annotations.
RubberStamp
SBEXPERIMENTAL
- Static variable in class com.qoppa.pdf.annotations.
RubberStamp
SBEXPIRED
- Static variable in class com.qoppa.pdf.annotations.
RubberStamp
SBFINAL
- Static variable in class com.qoppa.pdf.annotations.
RubberStamp
SBFORCOMMENT
- Static variable in class com.qoppa.pdf.annotations.
RubberStamp
SBFORPUBLICRELEASE
- Static variable in class com.qoppa.pdf.annotations.
RubberStamp
SBNOTAPPROVED
- Static variable in class com.qoppa.pdf.annotations.
RubberStamp
SBNOTFORPUBLICRELEASE
- Static variable in class com.qoppa.pdf.annotations.
RubberStamp
SBSOLD
- Static variable in class com.qoppa.pdf.annotations.
RubberStamp
SBTOPSECRET
- Static variable in class com.qoppa.pdf.annotations.
RubberStamp
SOLD
- Static variable in class com.qoppa.pdf.annotations.
RubberStamp
SOLD_TEXT
- Static variable in class com.qoppa.pdf.annotations.
RubberStamp
SPLITPOLICY_NEVER_VISIBLE
- Static variable in class com.qoppa.pdfViewer.
PDFViewerBean
SPLITPOLICY_USEDOCUMENTPAGEMODE
- Static variable in class com.qoppa.pdfViewer.
PDFViewerBean
STATE_OFF
- Static variable in class com.qoppa.pdf.
Layer
STATE_ON
- Static variable in class com.qoppa.pdf.
Layer
SelectToolbar
- class com.qoppa.pdfViewer.
SelectToolbar
.
This class implements the toolbar that provides the selection tool.
SelectToolbar()
- Constructor for class com.qoppa.pdfViewer.
SelectToolbar
This method initializes the annotations toolbar.
SetOCGState
- class com.qoppa.pdfViewer.actions.
SetOCGState
.
SetOCGState(Vector)
- Constructor for class com.qoppa.pdfViewer.actions.
SetOCGState
SetOCGState.Sequence
- class com.qoppa.pdfViewer.actions.
SetOCGState.Sequence
.
SetOCGState.Sequence(int, Vector)
- Constructor for class com.qoppa.pdfViewer.actions.
SetOCGState.Sequence
ShapeAnnotation
- class com.qoppa.pdf.annotations.
ShapeAnnotation
.
Abstract class to be extended by annotations that contain textual content.
SignatureField
- interface com.qoppa.pdf.form.
SignatureField
.
SignatureField
holds a signature field.
SignatureValidity
- class com.qoppa.pdf.
SignatureValidity
.
This class returns information about the validity of a signature within the PDF document.
SignatureValidity()
- Constructor for class com.qoppa.pdf.
SignatureValidity
SigningInformation
- class com.qoppa.pdf.
SigningInformation
.
Object that holds information necessary to digitally sign a PDF file.
SigningInformation(String, String, String, String)
- Constructor for class com.qoppa.pdf.
SigningInformation
SigningInformation(KeyStore, String, String)
- Constructor for class com.qoppa.pdf.
SigningInformation
Sound
- class com.qoppa.pdf.annotations.
Sound
.
Class representing a Sound annotation in a PDF document.
Sound()
- Constructor for class com.qoppa.pdf.annotations.
Sound
Constructs a sound annotation with no sound.
Sound(AudioFormat, byte[])
- Constructor for class com.qoppa.pdf.annotations.
Sound
Constructs a sound annotation from an AudioFormat object and an array of bytes containing the audio content.
Sound(AudioInputStream)
- Constructor for class com.qoppa.pdf.annotations.
Sound
Constructs a sound annotation from an AudioInputStream.
Square
- class com.qoppa.pdf.annotations.
Square
.
Class representing a Square annotation in a PDF document.
Square(String)
- Constructor for class com.qoppa.pdf.annotations.
Square
Constructs a square annotation with the given content.
save(PDFNotesBean, String, File)
- Method in interface com.qoppa.pdfNotes.
IPDFSaver
This method is called by
PDFNotesBean
when the document needs to be saved.
save(PDFNotesBean, String, File)
- Method in class com.qoppa.pdfNotes.
PDFNotesBean
This method saves the pdf to a file.
save()
- Method in class com.qoppa.pdfNotes.
PDFNotesBean
This method saves the current document by calling the currently registered PDF Saver's save method.
saveAs()
- Method in class com.qoppa.pdfNotes.
PDFNotesBean
This method implements the standard 'Save As...' function by prompting for a new file name and calling the save method with this file name.
saveDocument(String)
- Method in class com.qoppa.pdfNotes.
PDFNotesBean
Saves this document to a file.
saveDocument(OutputStream)
- Method in class com.qoppa.pdfNotes.
PDFNotesBean
Saves this document to an output stream.
saveFile(File)
- Method in interface com.qoppa.pdf.
IEmbeddedFile
Saves the content of the embedded file to the given File.
saveFile(File)
- Method in class com.qoppa.pdf.annotations.
FileAttachment
Saves the content of the file to a file.
scrollToPage(int, int, int)
- Method in class com.qoppa.pdfViewer.
PDFViewerBean
Scroll to the given page and make sure that point (x,y) is visible on the page by scrolling to it if needed.
selectText(Rectangle2D)
- Method in interface com.qoppa.pdf.dom.
IPDFPage
Selects the text in an area of the page.
setActions(Vector)
- Method in class com.qoppa.pdf.annotations.
Annotation
Sets this annotation's actions.
setAlignHorizontal(int)
- Method in class com.qoppa.pdf.annotations.
FreeText
setAlignVertical(int)
- Method in class com.qoppa.pdf.annotations.
FreeText
setAltFieldName(String)
- Method in interface com.qoppa.pdf.form.
FormField
Sets the alternate field name.
setAppearStream(AppearStream)
- Method in class com.qoppa.pdf.annotations.
Annotation
setAppearanceState(String)
- Method in class com.qoppa.pdf.annotations.
Widget
setAppletKey(String, Applet)
- Static method in class com.qoppa.pdfViewer.
PDFViewerBean
Sets product key when running jPDFViewer in an applet.
setAssembleDocumentAllowed(boolean)
- Method in class com.qoppa.pdf.
PDFPermissions
Sets the permission to assemble the document.
setAudio(AudioInputStream)
- Method in class com.qoppa.pdf.annotations.
Sound
Sets the audio content of this Sound annotation.
setAuthor(String)
- Method in class com.qoppa.pdf.
DocumentInfo
Set the document's author.
setAuthor(String)
- Static method in class com.qoppa.pdfNotes.
NotesSettings
setBackground(Color)
- Method in class com.qoppa.pdf.annotations.
Widget
setBorderColor(Color)
- Method in class com.qoppa.pdf.annotations.
FreeText
setBorderColor(Color)
- Method in class com.qoppa.pdf.annotations.
Widget
setBorderEffect(String, int)
- Method in class com.qoppa.pdf.annotations.
Polyline
setBorderRect(Rectangle2D.Double)
- Method in class com.qoppa.pdf.annotations.
FreeText
setBorderStyle(char)
- Method in class com.qoppa.pdf.annotations.
Annotation
Sets the annotation's border syle.
setBorderWidth(double)
- Method in class com.qoppa.pdf.annotations.
Annotation
Sets the annotation's border width.
setBorderWidth(double)
- Method in class com.qoppa.pdf.annotations.
FreeText
setBorderWidth(double)
- Method in class com.qoppa.pdf.annotations.
ShapeAnnotation
setByteOrder(ByteOrder)
- Method in class com.qoppa.pdf.
TIFFOptions
Sets the byte order to use when saving a TIFF file.
setCMYKProfile(ICC_Profile)
- Static method in class com.qoppa.pdf.
PDFRenderHints
Sets a custom CMYK profile to use when reading any CMYK color information.
setCaption(String)
- Method in class com.qoppa.pdf.annotations.
Widget
setChangeDocumentAllowed(boolean)
- Method in class com.qoppa.pdf.
PDFPermissions
Sets the permission to change the document.
setCloseShape(boolean)
- Method in class com.qoppa.pdf.annotations.
Polyline
setColor(Color)
- Method in class com.qoppa.pdf.annotations.
Annotation
Sets the annotation's color.
setColor(Color)
- Method in class com.qoppa.pdf.annotations.
FileAttachment
Sets the annotation's color.
setComponent(JComponent)
- Method in class com.qoppa.pdf.annotations.
Annotation
Sets the component associated with this annotation on the screen.
setComponentVisible(boolean)
- Method in class com.qoppa.pdf.annotations.
Annotation
Sets the visibility of the component associated with this annotation on the screen.
setComponentVisible(boolean)
- Method in interface com.qoppa.pdf.form.
FormField
Sets the visibility of the component(s) associated with this field on the screen.
setContactInformation(String)
- Method in class com.qoppa.pdf.
SigningInformation
setContent(byte[])
- Method in class com.qoppa.pdf.annotations.
Sound
setContentAppended(boolean)
- Method in class com.qoppa.pdf.
SignatureValidity
Sets the content appended flag.
setContents(String)
- Method in class com.qoppa.pdf.annotations.
FreeText
Sets the string contents for this annotation.
setContents(String)
- Method in class com.qoppa.pdf.annotations.
MarkUpText
setContents(String)
- Method in class com.qoppa.pdf.annotations.
RubberStamp
setContents(String)
- Method in class com.qoppa.pdf.annotations.
ShapeAnnotation
Sets the string contents for this annotation.
setContents(String)
- Method in class com.qoppa.pdf.annotations.
Text
Sets the string contents for this annotation.
setCreationDate(Date)
- Method in class com.qoppa.pdf.
DocumentInfo
Set the document's creation date.
setCreationDate(Date)
- Method in class com.qoppa.pdf.annotations.
Annotation
Sets the creation date.
setCreator(String)
- Method in class com.qoppa.pdf.
DocumentInfo
Set the document's creator.
setCreator(String)
- Method in class com.qoppa.pdf.annotations.
Annotation
Sets the creator.
setDA(String)
- Method in class com.qoppa.pdf.annotations.
Widget
setDefaultValue(String)
- Method in interface com.qoppa.pdf.form.
CheckBoxField
Sets the default value for the check box field.
setDefaultValue(String)
- Method in interface com.qoppa.pdf.form.
ChoiceField
Sets the default selected export value for this choice field.
setDefaultValue(String)
- Method in interface com.qoppa.pdf.form.
RadioButtonGroupField
Sets the default value for this radio button group field.
setDefaultValue(String)
- Method in interface com.qoppa.pdf.form.
TextField
Sets the default value for this text field.
setDocument(IPDFDocument)
- Method in class com.qoppa.pdfViewer.
PDFViewerBean
Sets this bean's document.
setException(Throwable, String)
- Method in class com.qoppa.pdf.
SignatureValidity
Sets the exception when reading the signature.
setExtractTextGraphicsAllowed(boolean)
- Method in class com.qoppa.pdf.
PDFPermissions
Sets the permission to extract text and graphics.
setExtractTextGraphicsForAccessibilityAllowed(boolean)
- Method in class com.qoppa.pdf.
PDFPermissions
Sets the permission to extract text and graphics in support of accessibility to disabled users or other purposes.
setField(QFormField)
- Method in class com.qoppa.pdf.annotations.
Widget
setField(QFormField)
- Method in class com.qoppa.pdfViewer.actions.
HideShowAction
Set the field for this action.
setFieldFlags(int)
- Method in interface com.qoppa.pdf.form.
FormField
Sets the field flags.
setFieldName(String)
- Method in interface com.qoppa.pdf.form.
FormField
Sets the field name.
setFieldsHighlight(boolean)
- Method in class com.qoppa.pdfNotes.
PDFNotesBean
Highlight any fields in the document.
setFileContents(byte[])
- Method in class com.qoppa.pdf.annotations.
FileAttachment
Sets the file contents for the file attachment.
setFileContents(FileContentProvider)
- Method in class com.qoppa.pdf.annotations.
FileAttachment
Sets the file contents for the file attachment.
setFileName(String)
- Method in class com.qoppa.pdf.annotations.
FileAttachment
Sets the name of the attached file.
setFillFormFieldsAllowed(boolean)
- Method in class com.qoppa.pdf.
PDFPermissions
Sets the permission to fill form fields and sign the document.
setFlags(int)
- Method in class com.qoppa.pdf.annotations.
Annotation
Sets this annotation's flags: An annotation contains a set of flags that describe how the annotation is handled during display and printing.
setFont(Font)
- Method in class com.qoppa.pdf.annotations.
FreeText
setFont(PDFFont)
- Method in class com.qoppa.pdf.annotations.
Widget
setForceUserPageFormat(boolean)
- Method in class com.qoppa.pdf.
PrintSettings
Use the PageFormat set by the host application.
setFormat(AudioFormat)
- Method in class com.qoppa.pdf.annotations.
Sound
setGenNumber(int)
- Method in class com.qoppa.pdf.annotations.
Widget
setHidden(boolean)
- Method in class com.qoppa.pdf.annotations.
Annotation
Sets this Annotation's HIDDEN flag.
setHidden(boolean)
- Method in class com.qoppa.pdf.annotations.
Widget
setHidden(boolean)
- Method in interface com.qoppa.pdf.form.
FormField
Sets the HIDDEN flag.
setHighlightMode(int)
- Method in class com.qoppa.pdf.annotations.
Widget
setHorzTextAlign(int)
- Method in interface com.qoppa.pdf.form.
TextField
Sets the text alignment for this field.
setIconName(String)
- Method in class com.qoppa.pdf.annotations.
FileAttachment
Sets the icon name used when displaying this annotation.
setIconName(String)
- Method in class com.qoppa.pdf.annotations.
RubberStamp
setImage(Image)
- Method in class com.qoppa.pdf.annotations.
RubberStamp
setImageSmoothReduction(boolean)
- Static method in class com.qoppa.pdf.
PDFRenderHints
This rendering hint tells the library whether to use a smooth image rescaling algorithm when reducing sizes.
setInitialOpen(boolean)
- Method in class com.qoppa.pdf.annotations.
Text
Sets the initial open flag.
setIntent(String)
- Method in class com.qoppa.pdf.annotations.
FreeText
Set the description of the intent of the FreeText Annotation
setIntent(String)
- Method in class com.qoppa.pdf.annotations.
Line
Set the description of the intent of the Line Annotation
setInternalColor(Color)
- Method in class com.qoppa.pdf.annotations.
ShapeAnnotation
Sets the fill color for this annotation.
setInvertMode(boolean)
- Method in interface com.qoppa.pdf.dom.
IPDFPage
Sets the page to paint in inverted mode: Black will show as white and white as black.
setInvertMode(boolean)
- Method in class com.qoppa.pdfViewer.
PDFViewerBean
Sets the page to paint in inverted mode: Black will show as white and white as black.
setInvisible(boolean)
- Method in class com.qoppa.pdf.annotations.
Annotation
Sets the value of the INVISIBLE flag.
setKey(String)
- Static method in class com.qoppa.pdfNotes.
PDFNotesBean
Sets product key.
setKey(String)
- Static method in class com.qoppa.pdfViewer.
PDFViewerBean
Sets product key.
setKeywords(String)
- Method in class com.qoppa.pdf.
DocumentInfo
Set the document's keywords.
setLayer(LayerVisibility)
- Method in class com.qoppa.pdf.annotations.
Annotation
setLineEndStyle(int)
- Method in class com.qoppa.pdf.annotations.
Line
setLineEndStyle(String)
- Method in class com.qoppa.pdf.annotations.
Line
setLineEndStyle(int)
- Method in class com.qoppa.pdf.annotations.
Polyline
setLineEndStyle(String)
- Method in class com.qoppa.pdf.annotations.
Polyline
setLineStartStyle(int)
- Method in class com.qoppa.pdf.annotations.
Line
setLineStartStyle(String)
- Method in class com.qoppa.pdf.annotations.
Line
setLineStartStyle(int)
- Method in class com.qoppa.pdf.annotations.
Polyline
setLineStartStyle(String)
- Method in class com.qoppa.pdf.annotations.
Polyline
setLocation(String)
- Method in class com.qoppa.pdf.
SigningInformation
setLocked(boolean)
- Method in class com.qoppa.pdf.annotations.
Annotation
Sets the value of the LOCKED flag.
setMapFieldName(String)
- Method in interface com.qoppa.pdf.form.
FormField
Sets this field's mapping name.
setMaxLen(int)
- Method in interface com.qoppa.pdf.form.
TextField
Sets the maximum number of characters allowed in this text field.
setMaxLength(int)
- Method in class com.qoppa.pdf.annotations.
WidgetText
setMinSize(String, int, int)
- Static method in class com.qoppa.pdfNotes.
NotesSettings
Sets the minimum size for a given annotation.
setModified(boolean)
- Method in class com.qoppa.pdfNotes.
PDFNotesBean
Flag this document as modified.
setModifiedDate(Date)
- Method in class com.qoppa.pdf.
DocumentInfo
Set the document's modified date.
setModifyAnnotsAllowed(boolean)
- Method in class com.qoppa.pdf.
PDFPermissions
Sets the permission to add or modify annotations in the document.
setName(String)
- Method in class com.qoppa.pdf.annotations.
Annotation
Sets the annotation's name.
setNoExport(boolean)
- Method in interface com.qoppa.pdf.form.
FormField
Sets the 'No Export' flag.
setNoRotate(boolean)
- Method in class com.qoppa.pdf.annotations.
Annotation
Sets the value of the NOROTATE flag.
setNoView(boolean)
- Method in class com.qoppa.pdf.annotations.
Annotation
Sets the value of the NOVIEW flag.
setNoZoom(boolean)
- Method in class com.qoppa.pdf.annotations.
Annotation
Sets the value of the NOZOOM flag.
setObjNumber(int)
- Method in class com.qoppa.pdf.annotations.
Widget
setObjectKey(PDFObjectKey)
- Method in class com.qoppa.pdf.annotations.
Popup
setOnValue(String)
- Method in class com.qoppa.pdf.annotations.
WidgetButton
setOpacity(float)
- Method in class com.qoppa.pdf.annotations.
Annotation
Sets the annotation's opacity.
setOpen(boolean)
- Method in class com.qoppa.pdf.annotations.
Popup
setOpenPDFOnly(boolean)
- Method in class com.qoppa.pdfNotes.
PDFNotesBean
Sets a flag to determine whether the user can open PDF files only, or is allowed to open image files in JPEG, TIFF or PNG formats.
setOptions(Vector, Vector)
- Method in interface com.qoppa.pdf.form.
ChoiceField
Set the list of options for this choice field.
setPDFObjectManager(PDFObjectManager)
- Method in class com.qoppa.pdf.annotations.
Widget
setPDFSaver(IPDFSaver)
- Method in class com.qoppa.pdfNotes.
PDFNotesBean
This method allows the host application to override the default PDF Saver, the class that saves the document when the save toolbar button is pressed.
setPage(IPDFPage)
- Method in class com.qoppa.pdf.annotations.
Widget
setPage(int)
- Method in class com.qoppa.pdfViewer.
PDFViewerBean
Changes the currently displayed page.
setPageNumber(int)
- Method in class com.qoppa.pdfViewer.actions.
GotoPageAction
Sets the target page number.
setPageRotation(int, int)
- Method in class com.qoppa.pdfNotes.
PDFNotesBean
Changes the page's rotation.
setPasswordHandler(IPassword)
- Method in class com.qoppa.pdfViewer.
PDFViewerBean
Override the standard password handler with a user password handler.
setPermFlag(int)
- Method in class com.qoppa.pdf.
PDFPermissions
Sets the permissions from the int representing the 12 permissions bits as specified in the PDF documentation.
setPopup(Popup)
- Method in class com.qoppa.pdf.annotations.
Annotation
Sets the annotation's popup.
setPopupText(String)
- Method in class com.qoppa.pdf.annotations.
FileAttachment
Sets the text that is displayed when the mouse hovers over the annotation.
setPrintAllowed(boolean)
- Method in class com.qoppa.pdf.
PDFPermissions
Sets the permission to print the document.
setPrintHighResAllowed(boolean)
- Method in class com.qoppa.pdf.
PDFPermissions
Sets the permission to print the document at high resolution.
setPrintSettings(PrintSettings)
- Method in interface com.qoppa.pdf.dom.
IPDFDocument
Set the PrintSettings to be used on the next printout.
setPrintSettings(PrintSettings)
- Method in class com.qoppa.pdfViewer.
PDFViewerBean
Sets the print settings to be used when the print button is activated from the toolbar.
setPrintable(boolean)
- Method in class com.qoppa.pdf.annotations.
Annotation
Sets the value of the PRINTABLE flag.
setPrintable(boolean)
- Method in class com.qoppa.pdf.annotations.
Widget
setPrintable(boolean)
- Method in interface com.qoppa.pdf.form.
FormField
Sets the PRINTABLE flag for this field.
setProducer(String)
- Method in class com.qoppa.pdf.
DocumentInfo
Set the document's producer.
setQuadList(Vector)
- Method in class com.qoppa.pdf.annotations.
MarkUpText
Sets the list of quadrilaterals that compose this annotation.
setRBGroup(Vector)
- Method in class com.qoppa.pdf.
Layer
setReadOnly(boolean)
- Method in class com.qoppa.pdf.annotations.
Annotation
Sets the value of the READONLY flag.
setReadOnly(boolean)
- Method in interface com.qoppa.pdf.form.
FormField
Sets the value of the 'Read Only' flag.
setReason(String)
- Method in class com.qoppa.pdf.
SigningInformation
setRectangle(Rectangle2D)
- Method in class com.qoppa.pdf.annotations.
Annotation
Sets the annotation's rectangle.
setRectangle(Rectangle2D)
- Method in class com.qoppa.pdf.annotations.
ShapeAnnotation
setRectangleFromQuads()
- Method in class com.qoppa.pdf.annotations.
MarkUpText
Convenience method to set the annotation rectangle from the quadrilaterals.
setRenderingHint(RenderingHints.Key, Object)
- Static method in class com.qoppa.pdf.
PDFRenderHints
Sets one rendering hint.
setRenderingHints(RenderingHints)
- Static method in class com.qoppa.pdf.
PDFRenderHints
Sets the rendering hints.
setRequired(boolean)
- Method in interface com.qoppa.pdf.form.
FormField
Sets the value of the 'Required' flag.
setRotation(int)
- Method in class com.qoppa.pdf.annotations.
FreeText
setRotation(int)
- Method in class com.qoppa.pdf.annotations.
RubberStamp
Sets the rotation for standard or image stamps that do not have an appearance stream yet.
setRotation(int)
- Method in class com.qoppa.pdfViewer.
PDFViewerBean
Sets the current rotation.
setRowsPerStrip(int)
- Method in class com.qoppa.pdf.
TIFFOptions
Sets the number of rows per strip to use when writing the TIFF file.
setRunInfo(Hashtable)
- Method in class com.qoppa.pdf.annotations.
RubberStamp
setScale(int)
- Method in class com.qoppa.pdfViewer.
PDFViewerBean
Changes the display scale for the PDF document.
setShowPropDialog(String, boolean)
- Static method in class com.qoppa.pdfNotes.
NotesSettings
Sets the flag for a given annotation to show or not the annotation properties popup dialog after an annotation has been created.
setSignDateTime(Date)
- Method in interface com.qoppa.pdf.form.
SignatureField
Sets the signature date and time from a Java date object.
setSignLocation(String)
- Method in interface com.qoppa.pdf.form.
SignatureField
Sets the signature location.
setSignName(String)
- Method in interface com.qoppa.pdf.form.
SignatureField
Sets the signature name.
setSignReason(String)
- Method in interface com.qoppa.pdf.form.
SignatureField
Sets the signature reason.
setSplitOpen(boolean)
- Method in class com.qoppa.pdfViewer.
PDFViewerBean
Opens or closes the split window.
setSplitPolicy(int)
- Method in class com.qoppa.pdfViewer.
PDFViewerBean
Sets the viewer's split window policy.
setSplitVisible(boolean, boolean)
- Method in class com.qoppa.pdfViewer.
PDFViewerBean
Method to show / hide the split pane functionality.
setStroke(BasicStroke)
- Method in class com.qoppa.pdf.annotations.
ShapeAnnotation
Sets the stroke used when drawing the ink annotation.
setSubject(String)
- Method in class com.qoppa.pdf.
DocumentInfo
Set the document's subject.
setSubtype(String)
- Method in class com.qoppa.pdf.annotations.
MarkUpText
setTested(boolean)
- Method in class com.qoppa.pdf.
SignatureValidity
Sets flag indicating that this signature has been tested.
setTextColor(Color)
- Method in interface com.qoppa.pdf.
Bookmark
Sets the text color to use when displaying this bookmark.
setTextColor(Color)
- Method in class com.qoppa.pdf.annotations.
FreeText
setTextStyle(int)
- Method in interface com.qoppa.pdf.
Bookmark
Sets the text style to use when displaying this bookmark.
setTitle(String)
- Method in interface com.qoppa.pdf.
Bookmark
Sets this bookmarks title.
setTitle(String)
- Method in class com.qoppa.pdf.
DocumentInfo
Sets the document's title.
setTriggerActions(TriggerActions)
- Method in class com.qoppa.pdf.annotations.
Annotation
setTrustedChain(boolean)
- Method in class com.qoppa.pdf.
SignatureValidity
Sets the value of the trusted chain flag.
setUserName(String)
- Method in interface com.qoppa.pdf.form.
FormField
Sets this field's user name.
setValidCertificateChain(boolean)
- Method in class com.qoppa.pdf.
SignatureValidity
Sets the status of the certificate chain validity.
setValidExpiration(boolean)
- Method in class com.qoppa.pdf.
SignatureValidity
Sets the value of the expiration flag.
setValidRevocationList(boolean)
- Method in class com.qoppa.pdf.
SignatureValidity
Sets the status of the revocation list validity.
setValidSignatureHash(boolean)
- Method in class com.qoppa.pdf.
SignatureValidity
Sets the flag that indicates that the stored signature hash matches the calculated signature hash.
setValidSignatureObject(boolean)
- Method in class com.qoppa.pdf.
SignatureValidity
Sets the value of the valid signature object flag.
setValidTimestamp(boolean)
- Method in class com.qoppa.pdf.
SignatureValidity
Sets the valid timestamp flag.
setValue(String)
- Method in interface com.qoppa.pdf.form.
CheckBoxField
Sets the value for the check box field.
setValue(String)
- Method in interface com.qoppa.pdf.form.
ChoiceField
Sets the selected export value for this choice field.
setValue(String)
- Method in interface com.qoppa.pdf.form.
RadioButtonGroupField
Sets the value for this radio button group field.
setValue(String)
- Method in interface com.qoppa.pdf.form.
TextField
Sets the value for this text field.
setValues(Vector)
- Method in interface com.qoppa.pdf.form.
ChoiceField
Sets the list of currently selected values for this choice field.
setVisible(boolean)
- Method in class com.qoppa.pdf.
Layer
Sets the visibility for this layer.
setWidgetHighlight(boolean)
- Method in class com.qoppa.pdf.annotations.
Widget
Flags this widget so that when displayed, it will display a highlight over the widget.
setX1(double)
- Method in class com.qoppa.pdf.annotations.
Line
setX2(double)
- Method in class com.qoppa.pdf.annotations.
Line
setY1(double)
- Method in class com.qoppa.pdf.annotations.
Line
setY2(double)
- Method in class com.qoppa.pdf.annotations.
Line
setZoomMode(int)
- Method in class com.qoppa.pdfViewer.
PDFViewerBean
Sets the current zoom mode.
shiftRectangle(double, double)
- Method in class com.qoppa.pdf.annotations.
Annotation
shiftRectangle(double, double)
- Method in class com.qoppa.pdf.annotations.
Ink
shiftRectangle(double, double)
- Method in class com.qoppa.pdf.annotations.
Line
shiftRectangle(double, double)
- Method in class com.qoppa.pdf.annotations.
Polyline
showAndGetPassword(String, Window)
- Static method in class com.qoppa.pdf.
PasswordDialog
Creates the password dialog, shows it and returns the password entered as an array of Strings with one element.
showTabAttachments()
- Method in class com.qoppa.pdfViewer.
PDFViewerBean
This methods will ensure that the file attachment tab is showing.
showTabBookmarks()
- Method in class com.qoppa.pdfViewer.
PDFViewerBean
This methods will ensure that the bookmarks tab is showing.
showTabComments()
- Method in class com.qoppa.pdfViewer.
PDFViewerBean
This methods will ensure that the comments tab is showing.
showTabThumbnails()
- Method in class com.qoppa.pdfViewer.
PDFViewerBean
This methods will ensure that the thumbnails tab is showing.
signDocument(SignatureField)
- Method in class com.qoppa.pdfNotes.
PDFNotesBean
Starts the signing GUI for a given signature field.
signDocument(SignatureField, SigningInformation, File)
- Method in class com.qoppa.pdfNotes.
PDFNotesBean
This method will sign and save the document.
startEdit(Annotation, boolean)
- Method in class com.qoppa.pdfNotes.
PDFNotesBean
This method starts an annotation editor appropriate to the type of annotation passed to it.
startMagnifyRect()
- Method in class com.qoppa.pdfViewer.
PDFViewerBean
This method activates the magnification rectangle tool.
startTextSearch()
- Method in class com.qoppa.pdfViewer.
PDFViewerBean
This method starts the text searching process.
startTextSelection()
- Method in class com.qoppa.pdfViewer.
PDFViewerBean
This methods activates the text selection tool.
stopTextSelection()
- Method in class com.qoppa.pdfViewer.
PDFViewerBean
This method stops the text selection tool and activates the "hand" tool.
stopWidgetEditing()
- Method in class com.qoppa.pdfNotes.
PDFNotesBean
Stops any field editing currently in progress.
stringWidth(String)
- Method in class com.qoppa.pdf.annotations.
WidgetText
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
K
L
M
N
O
P
R
S
T
U
W
Z