- save() - Method in class com.qoppa.pdfEditor.PDFEditorBean
-
- save(PDFNotesBean, String, File) - Method in class com.qoppa.pdfNotes.HTTPSaver
-
Implementation of the IPDFSaver.save method that sends the PDF file to the URL provided in the
constructor.
- 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, it is called when the Save button is pressed
in the toolbar.
- saveAs() - Method in class com.qoppa.pdfEditor.PDFEditorBean
-
- 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 a copy of this document to a file.
- saveDocument(OutputStream) - Method in class com.qoppa.pdfNotes.PDFNotesBean
-
Saves a copy of this document to an output stream.
- saveDocument(OutputStream) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Saves this document to an output stream.
- saveDocument(String) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Saves this document to a file.
- saveDocumentAsTIFF(OutputStream, double, String) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Save the entire document as a multi-page TIFF image to the given OutputStream.
- saveDocumentAsTIFF(OutputStream, TIFFOptions) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Save the entire document as a multi-page TIFF image to an OutputStream.
- saveDocumentLinearized(OutputStream) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Saves this document as a linearized PDF document, for faster web viewing.
- saveFile(File) - Method in interface com.qoppa.pdf.annotations.FileAttachment
-
Saves the content of the file to a file.
- saveFile(File) - Method in interface com.qoppa.pdf.IEmbeddedFile
-
Saves the content of the embedded file to the given output file.
- savePageAsGIF(OutputStream, int) - Method in class com.qoppa.pdfProcess.PDFPage
-
Render the page as an image and save it to the output stream in PNG format.
- savePageAsJPEG(OutputStream, int, float) - Method in class com.qoppa.pdfProcess.PDFPage
-
Render the page as an image and save it to the output stream in JPEG format.
- savePageAsPNG(OutputStream, int) - Method in class com.qoppa.pdfProcess.PDFPage
-
Render the page as an image and save it to the output stream in PNG format.
- savePageAsTIFF(OutputStream, double, String) - Method in class com.qoppa.pdfProcess.PDFPage
-
Save the rendering image of the page to the given OutputStream
in TIFF format.
- savePageAsTIFF(OutputStream, TIFFOptions) - Method in class com.qoppa.pdfProcess.PDFPage
-
Render the page to an image and save it in TIFF format to the given OutputStream.
- scale(double, double) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Concatenates the current Graphics2D Transform with a scaling transformation.
- scrollToAnnotation(Annotation) - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
If annot is not visible, this method will scroll to it.
- 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.
- scrollToPage(int, int, int, boolean) - 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.
- selectAnnotation(Annotation) - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
Selects the given Annotation's component.
- selectAnnotationComponent(AnnotationComponent) - Method in interface com.qoppa.pdf.annotations.IAnnotationManager
-
Selects an annotation.
- selectAnnotationComponents(AnnotationComponent[]) - Method in interface com.qoppa.pdf.annotations.IAnnotationManager
-
Selects a list of annotations.
- selectTextInArea(Rectangle2D) - Method in interface com.qoppa.pdfViewer.IPDFPageView
-
Selects the text in an area of the page.
- selectTextWithCursors(Point2D, Point2D) - Method in interface com.qoppa.pdfViewer.IPDFPageView
-
Selects the text in the page from the start cursor to the end cursor, in reading mode.
- SelectToolbar - Class in com.qoppa.pdfViewer
-
This class implements the toolbar that provides the selection tool.
- SelectToolbar() - Constructor for class com.qoppa.pdfViewer.SelectToolbar
-
This method initializes the annotations toolbar.
- SelectToolbarNotes - Class in com.qoppa.pdfNotes
-
The jPDFNotes selection toolbar.
- SelectToolbarNotes() - Constructor for class com.qoppa.pdfNotes.SelectToolbarNotes
-
- setActions(List) - Method in interface com.qoppa.pdf.annotations.Annotation
-
Sets this annotation's actions.
- setActions(Vector) - Method in interface com.qoppa.pdf.Bookmark
-
Sets the list of actions for this Bookmark.
- setActive(boolean) - Method in interface com.qoppa.pdfViewer.panels.PDFPanel
-
Set the active state for this panel depending on the value of the
parameter.
- setActivePolicy(int) - Method in interface com.qoppa.pdfViewer.panels.PDFPanel
-
Sets the policy for the PDFPanel
to use when a document is
loaded into the PDFViewerBean, or when a document is modified.
- setAlignHorizontal(int) - Method in interface com.qoppa.pdf.annotations.FreeText
-
- setAlignVertical(int) - Method in interface com.qoppa.pdf.annotations.FreeText
-
- setAllowPopups(boolean) - Static method in class com.qoppa.pdf.JavaScriptSettings
-
Set to true to allow pop ups for alerts.
- setAllowSign(boolean) - Static method in class com.qoppa.pdfNotes.settings.SignatureTool
-
- setAltFieldName(String) - Method in interface com.qoppa.pdf.form.FormField
-
Sets the alternate field name.
- setAppearanceState(String) - Method in interface com.qoppa.pdf.annotations.Widget
-
- setAppletKey(String, Applet) - Static method in class com.qoppa.pdfEditor.PDFEditorBean
-
Sets the product key when running from an applet.
- setAppletKey(String, Applet) - Static method in class com.qoppa.pdfNotes.PDFNotesBean
-
Sets the product key when running from an applet.
- setAppletKey(String, Applet) - Static method in class com.qoppa.pdfViewer.PDFViewerBean
-
Sets product key when running jPDFViewer in an applet.
- setArrow(double[]) - Method in interface com.qoppa.pdf.annotations.Callout
-
Sets the coordinates of the callout arrow
- setArtBox(Rectangle2D) - Method in class com.qoppa.pdfProcess.PDFPage
-
Sets this page's Art Box.
- setAssembleDocumentAllowed(boolean) - Method in class com.qoppa.pdf.PDFPermissions
-
Deprecated.
- setAssembleDocumentAllowed(boolean) - Method in class com.qoppa.pdf.permissions.PasswordPermissions
-
Sets the permission to assemble the document.
- setAudio(AudioInputStream) - Method in interface 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.
- setAuthorEditable(boolean) - Static method in class com.qoppa.pdfNotes.settings.AnnotationTools
-
Sets the author field as editable or read only.
- setBackground(Color) - Method in interface com.qoppa.pdf.annotations.Widget
-
- setBackground(Color) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Sets the background color for the Graphics2D context.
- setBgndFile(String) - Method in class com.qoppa.pdf.TextToPDFSettings
-
Sets the background file for the PDF file.
- setBleedBox(Rectangle2D) - Method in class com.qoppa.pdfProcess.PDFPage
-
Sets this page's Bleed Box.
- setBlendMode(String) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
- setBoldStyleVisibility(boolean) - Static method in class com.qoppa.pdfNotes.AnnotPropsToolbarVisibilitySettings
-
Sets the default visibility for the bold button.
- setBorderColor(Color) - Method in interface com.qoppa.pdf.annotations.FreeText
-
- setBorderColor(Color) - Method in interface com.qoppa.pdf.annotations.Widget
-
- setBorderEffect(String, int) - Method in interface com.qoppa.pdf.annotations.Polygon
-
- setBorderRect(Rectangle2D.Double) - Method in interface com.qoppa.pdf.annotations.FreeText
-
- setBorderStyle(char) - Method in interface com.qoppa.pdf.annotations.Annotation
-
Sets the annotation's border syle.
- setBorderWidth(double) - Method in interface com.qoppa.pdf.annotations.Annotation
-
Sets the annotation's border width.
- setByteOrder(ByteOrder) - Method in class com.qoppa.pdf.TIFFOptions
-
Sets the byte order to use when saving a TIFF file.
- setBytes(byte[], long) - Method in interface com.qoppa.pdf.source.PDFContent
-
Modifies some of the content in the PDF content.
- setCaCertsEnabled(boolean) - Static method in class com.qoppa.pdf.SignatureSettings
-
The CaCertsEnabled flag determines whether or not the certificates in cacerts from
the current JRE will be added to the trusted certificate cache used to verify digital
signatures.
- setCaption(String) - Method in interface com.qoppa.pdf.annotations.Widget
-
- setCenterWindow(boolean) - Method in interface com.qoppa.pdf.DocumentViewPrefs
-
Sets the Center Window viewer preference in the document.
- setCertifyingSignature(boolean) - Method in class com.qoppa.pdf.SigningInformation
-
To create a certifying signature, set this property to true.
- setChangeDocumentAllowed(boolean) - Method in class com.qoppa.pdf.PDFPermissions
-
Deprecated.
- setChangeDocumentAllowed(boolean) - Method in class com.qoppa.pdf.permissions.PasswordPermissions
-
Sets the permission to change the document.
- setCharset(String) - Method in class com.qoppa.pdf.TextToPDFSettings
-
Sets the character set used when reading the input text file.
- setCJKSystemFontName(int, String) - Static method in class com.qoppa.pdf.PDFRenderHints
-
Set the local system font systemFontName to use for a particular CJK font type cjkFontType
- setClip(int, int, int, int) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Sets the current clip to the rectangle specified by the given
coordinates.
- setClip(Shape) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Sets the current clipping area to an arbitrary clip shape.
- setClip(Area) - Method in class com.qoppa.pdfProcess.PDFPage
-
Sets the clip area in the page's content stream when drawing to the page.
- setCMYKProfile(ICC_Profile) - Static method in class com.qoppa.pdf.PDFRenderHints
-
Sets a custom CMYK profile to use when reading any CMYK color information.
- setColor(Color) - Method in interface com.qoppa.pdf.annotations.Annotation
-
Sets the annotation's color.
- setColor(Color) - Method in class com.qoppa.pdfNotes.GridSettings
-
Set the new color of the grid lines.
- setColor(Color) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Sets this graphics context's current color to the specified
color.
- setColorCompare(Color) - Method in class com.qoppa.pdf.compare.CompareOverlayOptions
-
Set the color of the comparison document.
- setColorOriginal(Color) - Method in class com.qoppa.pdf.compare.CompareOverlayOptions
-
Set the color of the the original document.
- setColorVisibility(boolean) - Static method in class com.qoppa.pdfNotes.AnnotPropsToolbarVisibilitySettings
-
Sets the default visibility for the color button.
- setCommentComponentsVisible(boolean) - Method in class com.qoppa.pdfNotes.PDFNotesBean
-
- setCommentComponentsVisible(boolean) - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
This method will set hiding of comments components on and off.
- setComponent(JComponent) - Method in interface com.qoppa.pdf.annotations.Annotation
-
Sets the component associated with this annotation on the screen.
- setComponentVisible(boolean) - Method in interface 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.
- setComposite(Composite) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Sets the Composite for the Graphics2D context.
- setCompression(int) - Method in class com.qoppa.pdfProcess.ImageParam
-
Sets the compression type used when writing images to the PDF document.
- setContactInformation(String) - Method in class com.qoppa.pdf.SigningInformation
-
Sets the contact information to be used in the signature.
- setContent(byte[], AudioFormat) - Method in interface com.qoppa.pdf.annotations.Sound
-
Sets the audio content of this Sound annotation.
- setContentAppended(boolean) - Method in class com.qoppa.pdf.SignatureValidity
-
Sets the content appended flag.
- setContents(String) - Method in interface com.qoppa.pdf.annotations.Caret
-
Sets the string contents for this annotation.
- setContents(String) - Method in interface com.qoppa.pdf.annotations.FreeText
-
Sets the string contents for this annotation.
- setContents(String) - Method in interface com.qoppa.pdf.annotations.RubberStamp
-
Sets the annotation's text content.
- setContents(String) - Method in interface com.qoppa.pdf.annotations.ShapeAnnotation
-
Sets the string contents for this annotation.
- setContents(String) - Method in interface com.qoppa.pdf.annotations.Text
-
Sets the string contents for this annotation.
- setContents(String) - Method in interface com.qoppa.pdf.annotations.TextMarkup
-
Sets the text content for this annotation.
- setContentsFromTextCrossout(boolean) - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
-
Sets the MarkUpText annotation content to the text contained within the
quadrilaterals when creating a new MarkUpText annotation.
- setContentsFromTextHighlight(boolean) - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
-
Sets the MarkUpText annotation content to the text contained within the
quadrilaterals when creating a new MarkUpText annotation.
- setContentsFromTextReplacement(boolean) - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
-
Sets the MarkUpText annotation content to the text contained within the
quadrilaterals when creating a new MarkUpText annotation.
- setContentsFromTextSquiggly(boolean) - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
-
Sets the MarkUpText annotation content to the text contained within the
quadrilaterals when creating a new MarkUpText annotation.
- setContentsFromTextUnderline(boolean) - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
-
Sets the MarkUpText annotation content to the text contained within the
quadrilaterals when creating a new MarkUpText annotation.
- setContextMenuEnabled(boolean) - Static method in class com.qoppa.pdfNotes.settings.AnnotationTools
-
Sets a flag to indicate whether the context menu should be displayed when
right-clicking on annotations.
- setCreationDate(Date) - Method in class com.qoppa.pdf.DocumentInfo
-
Set the document's creation date.
- setCreator(String) - Method in interface com.qoppa.pdf.annotations.Annotation
-
Sets the creator.
- setCreator(String) - Method in class com.qoppa.pdf.DocumentInfo
-
Set the document's creator.
- setCropBox(Rectangle2D) - Method in class com.qoppa.pdfProcess.PDFPage
-
Sets the PDF page's 'CropBox'.
- setCrossoutSticky(boolean) - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
-
Sets the flag that indicates whether this tool is sticky or not.
- setCustomProperty(String, String) - Method in class com.qoppa.pdf.DocumentInfo
-
Sets a custom application property in the document info for the document.
- setCustomProperty(String, String) - Method in interface com.qoppa.pdf.form.SignatureField
-
This method can be used to add additional custom properties to the signature field dictionary.
- setCustomProperty(String, String) - Method in class com.qoppa.pdf.SigningInformation
-
This method can be used to add additional custom properties to the signature dictionary.
- setDefaultAuthor(String) - Static method in class com.qoppa.pdfNotes.settings.AnnotationTools
-
Sets the default author.
- setDefaultBasicStroke(BasicStroke) - Static method in class com.qoppa.pdfNotes.settings.AreaHighlightTool
-
Sets the default stroke.
- setDefaultBasicStroke(BasicStroke) - Static method in class com.qoppa.pdfNotes.settings.AreaTool
-
Sets the default stroke.
- setDefaultBasicStroke(BasicStroke) - Static method in class com.qoppa.pdfNotes.settings.ArrowTool
-
Sets the default stroke.
- setDefaultBasicStroke(BasicStroke) - Static method in class com.qoppa.pdfNotes.settings.CalloutTool
-
Sets the default stroke.
- setDefaultBasicStroke(BasicStroke) - Static method in class com.qoppa.pdfNotes.settings.CircleTool
-
Sets the default stroke.
- setDefaultBasicStroke(BasicStroke) - Static method in class com.qoppa.pdfNotes.settings.CloudTool
-
Sets the default stroke.
- setDefaultBasicStroke(BasicStroke) - Static method in class com.qoppa.pdfNotes.settings.DistanceTool
-
Sets the default stroke.
- setDefaultBasicStroke(BasicStroke) - Static method in class com.qoppa.pdfNotes.settings.FreeTextTool
-
Sets the default stroke.
- setDefaultBasicStroke(BasicStroke) - Static method in class com.qoppa.pdfNotes.settings.LineTool
-
Sets the default stroke.
- setDefaultBasicStroke(BasicStroke) - Static method in class com.qoppa.pdfNotes.settings.PerimeterTool
-
Sets the default stroke.
- setDefaultBasicStroke(BasicStroke) - Static method in class com.qoppa.pdfNotes.settings.PolygonTool
-
Sets the default stroke.
- setDefaultBasicStroke(BasicStroke) - Static method in class com.qoppa.pdfNotes.settings.PolylineTool
-
Sets the default stroke.
- setDefaultBasicStroke(BasicStroke) - Static method in class com.qoppa.pdfNotes.settings.SquareTool
-
Sets the default stroke.
- setDefaultBorderColor(Color) - Static method in class com.qoppa.pdfNotes.settings.AreaHighlightTool
-
Sets the color used for the border when a new annotation is created.
- setDefaultBorderColor(Color) - Static method in class com.qoppa.pdfNotes.settings.AreaTool
-
Sets the default line color.
- setDefaultBorderColor(Color) - Static method in class com.qoppa.pdfNotes.settings.ArrowTool
-
Sets the default line color.
- setDefaultBorderColor(Color) - Static method in class com.qoppa.pdfNotes.settings.CalloutTool
-
Sets the default border color.
- setDefaultBorderColor(Color) - Static method in class com.qoppa.pdfNotes.settings.CircleTool
-
Sets the default circle color.
- setDefaultBorderColor(Color) - Static method in class com.qoppa.pdfNotes.settings.CloudTool
-
Sets the default line color.
- setDefaultBorderColor(Color) - Static method in class com.qoppa.pdfNotes.settings.DistanceTool
-
Sets the default line color.
- setDefaultBorderColor(Color) - Static method in class com.qoppa.pdfNotes.settings.FreeTextTool
-
Sets the default border color.
- setDefaultBorderColor(Color) - Static method in class com.qoppa.pdfNotes.settings.LineTool
-
Sets the default line color.
- setDefaultBorderColor(Color) - Static method in class com.qoppa.pdfNotes.settings.LinkTool
-
Sets the default border color.
- setDefaultBorderColor(Color) - Static method in class com.qoppa.pdfNotes.settings.PencilTool
-
Sets the default line color.
- setDefaultBorderColor(Color) - Static method in class com.qoppa.pdfNotes.settings.PerimeterTool
-
Sets the default line color.
- setDefaultBorderColor(Color) - Static method in class com.qoppa.pdfNotes.settings.PolygonTool
-
Sets the default line color.
- setDefaultBorderColor(Color) - Static method in class com.qoppa.pdfNotes.settings.PolylineTool
-
Sets the default line color.
- setDefaultBorderColor(Color) - Static method in class com.qoppa.pdfNotes.settings.SquareTool
-
Sets the default line color.
- setDefaultBorderWidth(int) - Static method in class com.qoppa.pdfNotes.settings.AreaHighlightTool
-
- setDefaultBorderWidth(int) - Static method in class com.qoppa.pdfNotes.settings.AreaTool
-
- setDefaultBorderWidth(int) - Static method in class com.qoppa.pdfNotes.settings.ArrowTool
-
- setDefaultBorderWidth(int) - Static method in class com.qoppa.pdfNotes.settings.CalloutTool
-
- setDefaultBorderWidth(int) - Static method in class com.qoppa.pdfNotes.settings.CircleTool
-
- setDefaultBorderWidth(int) - Static method in class com.qoppa.pdfNotes.settings.CloudTool
-
- setDefaultBorderWidth(int) - Static method in class com.qoppa.pdfNotes.settings.DistanceTool
-
- setDefaultBorderWidth(int) - Static method in class com.qoppa.pdfNotes.settings.FreeTextTool
-
- setDefaultBorderWidth(int) - Static method in class com.qoppa.pdfNotes.settings.LineTool
-
- setDefaultBorderWidth(int) - Static method in class com.qoppa.pdfNotes.settings.LinkTool
-
- setDefaultBorderWidth(int) - Static method in class com.qoppa.pdfNotes.settings.PencilTool
-
- setDefaultBorderWidth(int) - Static method in class com.qoppa.pdfNotes.settings.PerimeterTool
-
- setDefaultBorderWidth(int) - Static method in class com.qoppa.pdfNotes.settings.PolygonTool
-
- setDefaultBorderWidth(int) - Static method in class com.qoppa.pdfNotes.settings.PolylineTool
-
- setDefaultBorderWidth(int) - Static method in class com.qoppa.pdfNotes.settings.SquareTool
-
- setDefaultBorderWidth2D(double) - Static method in class com.qoppa.pdfNotes.settings.AreaHighlightTool
-
Sets the border width used when a new annotation is created.
- setDefaultBorderWidth2D(double) - Static method in class com.qoppa.pdfNotes.settings.AreaTool
-
Sets the line width used when a new annotation is created.
- setDefaultBorderWidth2D(double) - Static method in class com.qoppa.pdfNotes.settings.ArrowTool
-
Sets the line width used when a new annotation is created.
- setDefaultBorderWidth2D(double) - Static method in class com.qoppa.pdfNotes.settings.CalloutTool
-
Sets the border width used when a new annotation is created.
- setDefaultBorderWidth2D(double) - Static method in class com.qoppa.pdfNotes.settings.CircleTool
-
Sets the line width used when a new annotation is created.
- setDefaultBorderWidth2D(double) - Static method in class com.qoppa.pdfNotes.settings.CloudTool
-
Sets the line width used when a new annotation is created.
- setDefaultBorderWidth2D(double) - Static method in class com.qoppa.pdfNotes.settings.DistanceTool
-
Sets the line width used when a new annotation is created.
- setDefaultBorderWidth2D(double) - Static method in class com.qoppa.pdfNotes.settings.FreeTextTool
-
Sets the border width used when a new annotation is created.
- setDefaultBorderWidth2D(double) - Static method in class com.qoppa.pdfNotes.settings.LineTool
-
Sets the line width used when a new annotation is created.
- setDefaultBorderWidth2D(double) - Static method in class com.qoppa.pdfNotes.settings.LinkTool
-
Sets the border line width used when a new annotation is created.
- setDefaultBorderWidth2D(double) - Static method in class com.qoppa.pdfNotes.settings.PencilTool
-
Sets the line width used when a new annotation is created.
- setDefaultBorderWidth2D(double) - Static method in class com.qoppa.pdfNotes.settings.PerimeterTool
-
Sets the line width used when a new annotation is created.
- setDefaultBorderWidth2D(double) - Static method in class com.qoppa.pdfNotes.settings.PolygonTool
-
Sets the line width used when a new annotation is created.
- setDefaultBorderWidth2D(double) - Static method in class com.qoppa.pdfNotes.settings.PolylineTool
-
Sets the line width used when a new annotation is created.
- setDefaultBorderWidth2D(double) - Static method in class com.qoppa.pdfNotes.settings.SquareTool
-
Sets the line width used when a new annotation is created.
- setDefaultColor(Color) - Static method in class com.qoppa.pdfNotes.settings.BookmarkTool
-
Sets the default color that is used when a new bookmarks are created.
- setDefaultColor(Color) - Static method in class com.qoppa.pdfNotes.settings.CalloutTool
-
Sets the default color.
- setDefaultColor(Color) - Static method in class com.qoppa.pdfNotes.settings.CaretTool
-
Sets the default color.
- setDefaultColor(Color) - Static method in class com.qoppa.pdfNotes.settings.FreeTextTool
-
Sets the default color.
- setDefaultColor(Color) - Static method in class com.qoppa.pdfNotes.settings.RubberStampTool
-
Sets the default color that is used when new Stamps are created.
- setDefaultColor(Color) - Static method in class com.qoppa.pdfNotes.settings.SoundTool
-
Sets the default color.
- setDefaultColor(Color) - Static method in class com.qoppa.pdfNotes.settings.StickyNoteTool
-
Sets the default color.
- setDefaultColor(Color) - Static method in class com.qoppa.pdfNotes.settings.TypewriterTool
-
Sets the default color.
- setDefaultCrossoutColor(Color) - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
-
Sets the default crossout color.
- setDefaultCrossoutTransparency(int) - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
-
Sets the default crossout transparency.
- setDefaultDialogVisible(boolean) - Method in class com.qoppa.pdfNotes.AnnotPropertiesToolbar
-
Shows or hides the AnnotPropertiesToolbar
in a default floating
dialog implementation.
- setDefaultDialogVisible(boolean) - Method in class com.qoppa.pdfNotes.TextAnnotPropertiesToolbar
-
Shows or hides the TextAnnotPropertiesToolbar
in a default floating
dialog implementation.
- setDefaultFillColor(Color) - Static method in class com.qoppa.pdfNotes.settings.AreaHighlightTool
-
Sets the color used for highlighting when a new highlight is created.
- setDefaultFillColor(Color) - Static method in class com.qoppa.pdfNotes.settings.AreaTool
-
Sets the default fill color.
- setDefaultFillColor(Color) - Static method in class com.qoppa.pdfNotes.settings.ArrowTool
-
Sets the default fill color.
- setDefaultFillColor(Color) - Static method in class com.qoppa.pdfNotes.settings.CalloutTool
-
Sets the default fill color.
- setDefaultFillColor(Color) - Static method in class com.qoppa.pdfNotes.settings.CircleTool
-
Sets the default fill color.
- setDefaultFillColor(Color) - Static method in class com.qoppa.pdfNotes.settings.CloudTool
-
Sets the default fill color.
- setDefaultFillColor(Color) - Static method in class com.qoppa.pdfNotes.settings.DistanceTool
-
Sets the default fill color.
- setDefaultFillColor(Color) - Static method in class com.qoppa.pdfNotes.settings.FreeTextTool
-
Sets the default fill color.
- setDefaultFillColor(Color) - Static method in class com.qoppa.pdfNotes.settings.LineTool
-
Sets the default fill color.
- setDefaultFillColor(Color) - Static method in class com.qoppa.pdfNotes.settings.PolygonTool
-
Sets the default fill color.
- setDefaultFillColor(Color) - Static method in class com.qoppa.pdfNotes.settings.RedactionTool
-
Sets the default fill color.
- setDefaultFillColor(Color) - Static method in class com.qoppa.pdfNotes.settings.SquareTool
-
Sets the default fill color.
- setDefaultFillColor(Color) - Static method in class com.qoppa.pdfNotes.settings.StickyNoteTool
-
Sets the default color.
- setDefaultFillTransparency(int) - Static method in class com.qoppa.pdfNotes.settings.RedactionTool
-
Sets the default fill transparency.
- setDefaultFont(String, int, int) - Static method in class com.qoppa.pdfNotes.settings.CalloutTool
-
Sets the default Font for the CalloutTool.
- setDefaultFont(String, int, int) - Static method in class com.qoppa.pdfNotes.settings.FreeTextTool
-
Sets the default Font for the FreeTextTool.
- setDefaultFont(String, int, int) - Static method in class com.qoppa.pdfNotes.settings.TypewriterTool
-
Sets the default Font for the FreeTextTool.
- setDefaultHighlightColor(Color) - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
-
Sets the default highlight color.
- setDefaultHighlightTransparency(int) - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
-
Sets the default highlight transparency.
- setDefaultHorizontalAlign(int) - Static method in class com.qoppa.pdfNotes.settings.CalloutTool
-
Sets the default horizontal alignment property.
- setDefaultHorizontalAlign(int) - Static method in class com.qoppa.pdfNotes.settings.FreeTextTool
-
Sets the default horizontal alignment property.
- setDefaultInitiallyOpen(boolean) - Static method in class com.qoppa.pdfNotes.settings.StickyNoteTool
-
Sets the initially open flag to use when creating new sticky note annotations.
- setDefaultLineEndStyle(String) - Static method in class com.qoppa.pdfNotes.settings.ArrowTool
-
Sets the default line end style when creating new line annotations.
- setDefaultLineEndStyle(String) - Static method in class com.qoppa.pdfNotes.settings.DistanceTool
-
Possible values are:
ShapeAnnotation.LE_NONE_STR
ShapeAnnotation.LE_SQUARE_STR
ShapeAnnotation.LE_CIRCLE_STR
ShapeAnnotation.LE_DIAMOND_STR
ShapeAnnotation.LE_OPENARROW_STR
ShapeAnnotation.LE_CLOSEDARROW_STR
- setDefaultLineEndStyle(String) - Static method in class com.qoppa.pdfNotes.settings.LineTool
-
Possible values are:
ShapeAnnotation.LE_NONE_STR
ShapeAnnotation.LE_SQUARE_STR
ShapeAnnotation.LE_CIRCLE_STR
ShapeAnnotation.LE_DIAMOND_STR
ShapeAnnotation.LE_OPENARROW_STR
ShapeAnnotation.LE_CLOSEDARROW_STR
- setDefaultLineStartStyle(String) - Static method in class com.qoppa.pdfNotes.settings.ArrowTool
-
Sets the default line start style when creating new line annotations.
- setDefaultLineStartStyle(String) - Static method in class com.qoppa.pdfNotes.settings.DistanceTool
-
Possible values are:
ShapeAnnotation.LE_NONE_STR
ShapeAnnotation.LE_SQUARE_STR
ShapeAnnotation.LE_CIRCLE_STR
ShapeAnnotation.LE_DIAMOND_STR
ShapeAnnotation.LE_OPENARROW_STR
ShapeAnnotation.LE_CLOSEDARROW_STR
- setDefaultLineStartStyle(String) - Static method in class com.qoppa.pdfNotes.settings.LineTool
-
Possible values are:
ShapeAnnotation.LE_NONE_STR
ShapeAnnotation.LE_SQUARE_STR
ShapeAnnotation.LE_CIRCLE_STR
ShapeAnnotation.LE_DIAMOND_STR
ShapeAnnotation.LE_OPENARROW_STR
ShapeAnnotation.LE_CLOSEDARROW_STR
- setDefaultMagnification(String) - Static method in class com.qoppa.pdfViewer.InitialViewSettings
-
Sets the default magnification property used to initialize new instances
of this class.
- setDefaultOutlineColor(Color) - Static method in class com.qoppa.pdfNotes.settings.RedactionTool
-
Sets the default outline color.
- setDefaultOverlayFillColor(Color) - Static method in class com.qoppa.pdfNotes.settings.RedactionTool
-
Sets the default overlay fill color.
- setDefaultOverrideMagnification(boolean) - Static method in class com.qoppa.pdfViewer.InitialViewSettings
-
Sets the default overrideMagnification value used to initialize new
instances of this class.
- setDefaultOverridePageLayout(boolean) - Static method in class com.qoppa.pdfViewer.InitialViewSettings
-
Sets the default overridePageLayout value used to initialize new
instances of this class.
- setDefaultOverridePageMode(boolean) - Static method in class com.qoppa.pdfViewer.InitialViewSettings
-
Sets the default overridePageMode value used to initialize new instances
of this class.
- setDefaultPageLayout(String) - Static method in class com.qoppa.pdfViewer.InitialViewSettings
-
Sets the default pageLayout property used to initialize new instances of
this class.
- setDefaultPageMode(String) - Static method in class com.qoppa.pdfViewer.InitialViewSettings
-
Sets the default pageMode property used to initialize new instances of
this class.
- setDefaultProperties(Square) - Static method in class com.qoppa.pdfNotes.settings.AreaHighlightTool
-
This is a convenience method to set the Square-AreaHighlight properties
to the AreaHighlightTool default properties.
- setDefaultProperties(Polygon) - Static method in class com.qoppa.pdfNotes.settings.AreaTool
-
This is a convenience method to set the Polyline properties to the
PolygonTool default properties.
- setDefaultProperties(Line) - Static method in class com.qoppa.pdfNotes.settings.ArrowTool
-
This is a convenience method to set the Line-Arrow properties to the
ArrowTool default properties.
- setDefaultProperties(Callout) - Static method in class com.qoppa.pdfNotes.settings.CalloutTool
-
This is a convenience method to set the Callout properties to the
CalloutTool default properties.
- setDefaultProperties(Caret) - Static method in class com.qoppa.pdfNotes.settings.CaretTool
-
This is a convenience method to set the Text properties to the Caret
Tool default properties.
- setDefaultProperties(Circle) - Static method in class com.qoppa.pdfNotes.settings.CircleTool
-
This is a convenience method to set the Circle properties to the
CircleTool default properties.
- setDefaultProperties(Polygon) - Static method in class com.qoppa.pdfNotes.settings.CloudTool
-
Sets the properties for a Polygon annotation to the default properties for the Cloud tool.
- setDefaultProperties(Line) - Static method in class com.qoppa.pdfNotes.settings.DistanceTool
-
This is a convenience method to set the Line-Dimension properties to the
MeasurementTool default properties.
- setDefaultProperties(FileAttachment) - Static method in class com.qoppa.pdfNotes.settings.FileAttachmentTool
-
This is a convenience method to set the FileAttachment properties to the
FileAttachmentTool default properties.
- setDefaultProperties(FreeText) - Static method in class com.qoppa.pdfNotes.settings.FreeTextTool
-
This is a convenience method to set the FreeText properties to the
FreeTextTool default properties.
- setDefaultProperties(Line) - Static method in class com.qoppa.pdfNotes.settings.LineTool
-
This is a convenience method to set the Line properties to the LineTool
default properties.
- setDefaultProperties(Link) - Static method in class com.qoppa.pdfNotes.settings.LinkTool
-
This is a convenience method to set the Link properties to the LinkTool
default properties.
- setDefaultProperties(Ink) - Static method in class com.qoppa.pdfNotes.settings.PencilTool
-
This is a convenience method to set the Ink properties to the PencilTool
default properties.
- setDefaultProperties(Polyline) - Static method in class com.qoppa.pdfNotes.settings.PerimeterTool
-
This is a convenience method to set the Perimeter properties to the
PerimeterTool default properties.
- setDefaultProperties(Polygon) - Static method in class com.qoppa.pdfNotes.settings.PolygonTool
-
This is a convenience method to set the Polyline properties to the
PolygonTool default properties.
- setDefaultProperties(Polyline) - Static method in class com.qoppa.pdfNotes.settings.PolylineTool
-
This is a convenience method to set the Polyline properties to the
PolylineTool default properties.
- setDefaultProperties(RubberStamp) - Static method in class com.qoppa.pdfNotes.settings.RubberStampTool
-
This is a convenience method to set the RubberStamp properties to the
RubberStampTool default properties.
- setDefaultProperties(Sound) - Static method in class com.qoppa.pdfNotes.settings.SoundTool
-
This is a convenience method to set the Sound properties to the SoundTool
default properties.
- setDefaultProperties(Square) - Static method in class com.qoppa.pdfNotes.settings.SquareTool
-
This is a convenience method to set the Square properties to the
SquareTool default properties.
- setDefaultProperties(Text) - Static method in class com.qoppa.pdfNotes.settings.StickyNoteTool
-
This is a convenience method to set the Text properties to the Sticky
Note Tool default properties.
- setDefaultProperties(FreeText) - Static method in class com.qoppa.pdfNotes.settings.TypewriterTool
-
This is a convenience method to set the FreeText properties to the
TypewriterTool default properties.
- setDefaultReplacementColor(Color) - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
-
Sets the default replacement color.
- setDefaultReplacementTransparency(int) - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
-
Sets the default replacement transparency.
- setDefaultScaleDisplayUnits(String) - Static method in class com.qoppa.pdfNotes.settings.DistanceTool
-
Sets the default scale display units to use when creating new measurements
- setDefaultScaleDisplayValue(String) - Static method in class com.qoppa.pdfNotes.settings.DistanceTool
-
Sets the default scale display value to use when creating new measurements.
- setDefaultScalePageUnits(String) - Static method in class com.qoppa.pdfNotes.settings.DistanceTool
-
Sets the default scale page units to use when creating new measurements
- setDefaultScalePageValue(String) - Static method in class com.qoppa.pdfNotes.settings.DistanceTool
-
Sets the default scale page value to use when creating new measurements.
- setDefaultScalePrecision(String) - Static method in class com.qoppa.pdfNotes.settings.DistanceTool
-
Sets the default scale precision to use when creating new measurements.
- setDefaultSize(int) - Static method in class com.qoppa.pdfNotes.settings.CaretTool
-
Sets the default size when new insertion annotations are created.
- setDefaultSquigglyColor(Color) - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
-
Sets the default squiggly underline color.
- setDefaultSquigglyTransparency(int) - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
-
Sets the default squiggly underline transparency.
- setDefaultStyleBold(boolean) - Static method in class com.qoppa.pdfNotes.settings.BookmarkTool
-
Sets the flag that indicates if the style is bold.
- setDefaultStyleItalic(boolean) - Static method in class com.qoppa.pdfNotes.settings.BookmarkTool
-
Sets the flag that indicates if the style is italic.
- setDefaultTransparency(int) - Static method in class com.qoppa.pdfNotes.settings.AreaHighlightTool
-
Sets the value of the transparency factor used when a new highlight annotation is created.
- setDefaultTransparency(int) - Static method in class com.qoppa.pdfNotes.settings.AreaTool
-
Sets the default transparency values when new annotations are created.
- setDefaultTransparency(int) - Static method in class com.qoppa.pdfNotes.settings.ArrowTool
-
Sets the default transparency values when new annotations are created.
- setDefaultTransparency(int) - Static method in class com.qoppa.pdfNotes.settings.CaretTool
-
Sets the default transparency values when new annotations are created.
- setDefaultTransparency(int) - Static method in class com.qoppa.pdfNotes.settings.CircleTool
-
Sets the default transparency values when new annotations are created.
- setDefaultTransparency(int) - Static method in class com.qoppa.pdfNotes.settings.CloudTool
-
Sets the default transparency values when new annotations are created.
- setDefaultTransparency(int) - Static method in class com.qoppa.pdfNotes.settings.DistanceTool
-
Sets the default transparency values when new annotations are created.
- setDefaultTransparency(int) - Static method in class com.qoppa.pdfNotes.settings.FileAttachmentTool
-
Sets the default transparency values when new annotations are created.
- setDefaultTransparency(int) - Static method in class com.qoppa.pdfNotes.settings.LineTool
-
Sets the default transparency values when new annotations are created.
- setDefaultTransparency(int) - Static method in class com.qoppa.pdfNotes.settings.PencilTool
-
Sets the default transparency values when new annotations are created.
- setDefaultTransparency(int) - Static method in class com.qoppa.pdfNotes.settings.PerimeterTool
-
Sets the default transparency values when new annotations are created.
- setDefaultTransparency(int) - Static method in class com.qoppa.pdfNotes.settings.PolygonTool
-
Sets the default transparency values when new annotations are created.
- setDefaultTransparency(int) - Static method in class com.qoppa.pdfNotes.settings.PolylineTool
-
Sets the default transparency values when new annotations are created.
- setDefaultTransparency(int) - Static method in class com.qoppa.pdfNotes.settings.RubberStampTool
-
Sets the default transparency values when new annotations are created.
- setDefaultTransparency(int) - Static method in class com.qoppa.pdfNotes.settings.SquareTool
-
Sets the default transparency values when new annotations are created.
- setDefaultTransparency(int) - Static method in class com.qoppa.pdfNotes.settings.StickyNoteTool
-
Sets the default transparency values when new annotations are created.
- setDefaultUnderlineColor(Color) - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
-
Sets the default underline color.
- setDefaultUnderlineTransparency(int) - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
-
Sets the default underline transparency.
- setDefaultUnitsStringType(int) - Static method in class com.qoppa.pdfNotes.settings.AreaTool
-
Sets the default units display type to use when creating new area measurements.
- 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.
- setDefaultVerticalAlign(int) - Static method in class com.qoppa.pdfNotes.settings.CalloutTool
-
Sets the default vertical alignment property.
- setDefaultVerticalAlign(int) - Static method in class com.qoppa.pdfNotes.settings.FreeTextTool
-
Sets the default vertical alignment property.
- setDeleteEnabled(boolean) - Static method in class com.qoppa.pdfNotes.settings.AnnotationTools
-
Sets a flag to indicate whether annotation deletion should be enabled.
- setDirection(String) - Method in interface com.qoppa.pdf.DocumentViewPrefs
-
Sets the Direction viewer preference in the document.
- setDisplayDocTitle(boolean) - Method in interface com.qoppa.pdf.DocumentViewPrefs
-
Sets the Display Doc Title viewer preference in the document.
- setDisplayName(String) - Method in class com.qoppa.pdf.SignatureAppearance
-
This name is not used to generate the appearance stream.
- setDisplayName(String) - Method in class com.qoppa.pdf.TimestampServer
-
Set the display name.
- setDitherBW(int) - Method in class com.qoppa.pdf.TIFFOptions
-
Sets the dithering option when converting images to black and white.
- setDocument(IPDFDocument) - Method in class com.qoppa.pdfNotes.PDFNotesBean
-
Sets this bean's document.
- setDocument(IPDFDocument) - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
Sets this bean's document.
- setDuplex(String) - Method in interface com.qoppa.pdf.DocumentViewPrefs
-
Sets the Duplex viewer preference in the document.
- setEnableCurveFit(boolean) - Static method in class com.qoppa.pdfNotes.settings.PencilTool
-
Sets the flag for this Tool to add auto smoothing to curved lines.
- setEnabled(boolean) - Method in interface com.qoppa.pdfNotes.undo.UndoManager
-
Enables or disables the UndoManager
.
- setErrorHandling(int) - Static method in class com.qoppa.pdf.errors.PDFErrorHandling
-
Sets the value of the error handling flag.
- 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
-
Deprecated.
- setExtractTextGraphicsAllowed(boolean) - Method in class com.qoppa.pdf.permissions.PasswordPermissions
-
Sets the permission to extract text and graphics.
- setExtractTextGraphicsForAccessibilityAllowed(boolean) - Method in class com.qoppa.pdf.PDFPermissions
-
Deprecated.
- setExtractTextGraphicsForAccessibilityAllowed(boolean) - Method in class com.qoppa.pdf.permissions.PasswordPermissions
-
Sets the permission to extract text and graphics in support of accessibility to disabled users or other purposes.
- setField(QFormField) - Method in interface com.qoppa.pdf.annotations.Widget
-
- 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.
- setFields(Vector) - Method in class com.qoppa.pdfViewer.actions.HideShowAction
-
Set the fields for this action.
- setFields(PDFArray) - Method in class com.qoppa.pdfViewer.actions.ResetForm
-
Set the fields array.
- setFields(PDFArray) - Method in class com.qoppa.pdfViewer.actions.SubmitFormAction
-
Sets the fields associated with the action.
- setFieldsHighlight(boolean) - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
Highlight any fields in the document.
- setFileContents(byte[]) - Method in interface com.qoppa.pdf.annotations.FileAttachment
-
Sets the file contents for the file attachment.
- setFileContents(File) - Method in interface com.qoppa.pdf.annotations.FileAttachment
-
Sets the file contents for the file attachment from a file.
- setFileContents(InputStream) - Method in interface com.qoppa.pdf.annotations.FileAttachment
-
Sets the file contents for this file attachment from an input stream.
- setFileName(String) - Method in interface com.qoppa.pdf.annotations.FileAttachment
-
Sets the name of the attached file.
- setFillColorVisibility(boolean) - Static method in class com.qoppa.pdfNotes.AnnotPropsToolbarVisibilitySettings
-
Sets the default visibility for the fill color button.
- setFillFormFieldsAllowed(boolean) - Method in class com.qoppa.pdf.PDFPermissions
-
Deprecated.
- setFillFormFieldsAllowed(boolean) - Method in class com.qoppa.pdf.permissions.PasswordPermissions
-
Sets the permission to fill form fields and sign the document.
- setFitWindow(boolean) - Method in interface com.qoppa.pdf.DocumentViewPrefs
-
Sets the Fit Window viewer preference in the document.
- setFlags(int) - Method in interface 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.
- setFlags(int) - Method in class com.qoppa.pdfViewer.actions.ResetForm
-
Sets the flags.
- setFlatteningEnabled(boolean) - Static method in class com.qoppa.pdfNotes.settings.AnnotationTools
-
Sets a flag to indicate whether annotation flattening should be enabled
in the bean.
- setFont(Font) - Method in interface com.qoppa.pdf.annotations.FreeText
-
- setFont(Font) - Method in class com.qoppa.pdf.TextToPDFSettings
-
Sets the font for the PDF file.
- setFont(Font) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Sets this graphics context's font to the specified font.
- setFontSizeVisibility(boolean) - Static method in class com.qoppa.pdfNotes.AnnotPropsToolbarVisibilitySettings
-
Sets the default visibility for the font size combo.
- setFontVisibility(boolean) - Static method in class com.qoppa.pdfNotes.AnnotPropsToolbarVisibilitySettings
-
Sets the default visibility for the font combo.
- setFromXML(String) - Static method in class com.qoppa.pdfNotes.settings.AnnotationTools
-
This method sets the Tool default properties with properly formatted
String
xml element.
- setFromXML(String) - Static method in class com.qoppa.pdfViewer.InitialViewSettings
-
This method sets the default InitialViewSettings properties with a
properly formatted String
xml element.
- setGrayscale(boolean) - Method in class com.qoppa.pdf.TIFFOptions
-
Sets the grayscale flag.
- setGridSettings(GridSettings) - Method in class com.qoppa.pdfEditor.PDFEditorBean
-
Sets the grid settings.
- setGridSettings(GridSettings) - Method in class com.qoppa.pdfNotes.PDFNotesBean
-
Sets the grid settings.
- setGroupingEnabled(boolean) - Static method in class com.qoppa.pdfNotes.settings.AnnotationTools
-
Sets a flag to indicate whether annotation grouping should be enabled.
- setHidden(boolean) - Method in interface com.qoppa.pdf.annotations.Annotation
-
Sets this Annotation's HIDDEN flag.
- setHidden(boolean) - Method in interface com.qoppa.pdf.annotations.Widget
-
- setHidden(boolean) - Method in interface com.qoppa.pdf.form.FormField
-
Sets the HIDDEN flag.
- setHideMenubar(boolean) - Method in interface com.qoppa.pdf.DocumentViewPrefs
-
Sets the Hide Menubar viewer preference in the document.
- setHideToolbar(boolean) - Method in interface com.qoppa.pdf.DocumentViewPrefs
-
Sets the Hide Toolbar viewer preference in the document.
- setHideWindowUI(boolean) - Method in interface com.qoppa.pdf.DocumentViewPrefs
-
Sets the Hide Window UI viewer preference in the document.
- setHighlightMode(int) - Method in interface com.qoppa.pdf.annotations.Widget
-
- setHighlightSticky(boolean) - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
-
Sets the flag that indicates whether this tool is sticky or not.
- setHorizontalAlignmentVisibility(boolean) - Static method in class com.qoppa.pdfNotes.AnnotPropsToolbarVisibilitySettings
-
Sets the default visibility for the horizontal alignment button.
- setHorizontalSpacing(double) - Method in class com.qoppa.pdfNotes.GridSettings
-
Set the number of inches or centimeters between vertical grid lines.
- setHorzDividerLocation(int) - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
Sets the location, in pixels, of the horizontal divider.
- setHorzTextAlign(int) - Method in interface com.qoppa.pdf.form.TextField
-
Sets the text alignment for this field.
- setIconName(String) - Method in interface com.qoppa.pdf.annotations.FileAttachment
-
Sets the icon name used when displaying this annotation.
- setIconName(String) - Method in interface com.qoppa.pdf.annotations.RubberStamp
-
Sets the name of the predefined stamp from the PDF format specs.
- setIconName(String) - Method in interface com.qoppa.pdf.annotations.Text
-
- setImage(Image) - Method in interface com.qoppa.pdf.annotations.RubberStamp
-
- setImage(BufferedImage) - Method in interface com.qoppa.pdf.form.PushButtonField
-
Set an image to display in the button fields.
- setImage(BufferedImage) - Method in class com.qoppa.pdf.SignatureAppearance
-
Sets a buffered image to use then creating the signature appearance.
- setImageFile(String) - Method in class com.qoppa.pdf.SignatureAppearance
-
If the image file name is set, this SignatureAppearance
will attempt to load
a BufferedImage
from the file.
- setImageParams(ImageParam) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Sets the image encoding parameters.
- setImagePosition(int) - Method in class com.qoppa.pdf.SignatureAppearance
-
Sets the horizontal position of the image.
- 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.
- setImageTransparency(float) - Method in class com.qoppa.pdf.SignatureAppearance
-
Sets the image transparency value to use when drawing the image on the
SignatureField
.
- setIncrementalLoad(boolean) - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
Sets the flag for incremental loading of PDF files.
- setInitialOpen(boolean) - Method in interface com.qoppa.pdf.annotations.Text
-
Sets the initial open flag.
- setInitialPage(int) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Sets the initial page to display.
- setInnerRect(Rectangle2D) - Method in interface com.qoppa.pdf.annotations.Callout
-
Sets the innerRect relative to the annotation rectangle.
- setIntent(String) - Method in interface com.qoppa.pdf.annotations.FreeText
-
Set the description of the intent of the FreeText Annotation
- setInternalColor(Color) - Method in interface com.qoppa.pdf.annotations.ShapeAnnotation
-
Sets the fill color for this annotation.
- setInvertColorsMode(boolean) - Method in interface com.qoppa.pdfViewer.IPDFPageView
-
Sets the page to paint in inverted mode: Black will show as white and white as black.
- setInvertColorsMode(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 interface com.qoppa.pdf.annotations.Annotation
-
Sets the value of the INVISIBLE flag.
- setItalicStyleVisibility(boolean) - Static method in class com.qoppa.pdfNotes.AnnotPropsToolbarVisibilitySettings
-
Sets the default visibility for the italic button.
- setJavaScriptString(String) - Method in class com.qoppa.pdfViewer.actions.JSAction
-
Sets the JavaScript of this action with a string.
- setJPEGQuality(float) - Method in class com.qoppa.pdf.TIFFOptions
-
Sets the JPEG quality to be used when saving a JPEG compressed TIFF file.
- setJSEnabler(IJavaScriptEnabler) - Static method in class com.qoppa.pdf.JavaScriptSettings
-
Set the JavaScriptEnabler.
- setJSOpenAction(JSAction) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Sets the open action for this document.
- setKey(String) - Static method in class com.qoppa.pdfEditor.PDFEditorBean
-
Sets product key.
- setKey(String) - Static method in class com.qoppa.pdfNotes.PDFNotesBean
-
Sets product key.
- setKey(String) - Static method in class com.qoppa.pdfProcess.PDFDocument
-
Method to unlock the production version of the library.
- 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(Layer) - Method in interface com.qoppa.pdf.annotations.Annotation
-
Sets the layer that this annotation belongs to.
- setLeftOffset(double) - Method in class com.qoppa.pdfNotes.GridSettings
-
Set the distance from the left side of the page where vertical grid lines will begin.
- setLengthEstimate(int) - Method in class com.qoppa.pdf.TimestampServer
-
Set the length estimate for the size of the time stamp server signature.
- setLineEndStyle(String) - Method in interface com.qoppa.pdf.annotations.Line
-
- setLineStartStyle(String) - Method in interface com.qoppa.pdf.annotations.Line
-
- setLineWidthVisibility(boolean) - Static method in class com.qoppa.pdfNotes.AnnotPropsToolbarVisibilitySettings
-
Sets the default visibility for the line width button.
- setLocation(String) - Method in class com.qoppa.pdf.SigningInformation
-
Sets the location to be used in the signature.
- setLocationHistory(LocationHistory) - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
Sets the LocationHistory
associated with the document
currently being viewed.
- setLocked(boolean) - Method in interface com.qoppa.pdf.annotations.Annotation
-
Sets the value of the LOCKED flag.
- setMagnification(String) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Sets the magnification at which to display the initial view.
- setMagnification(String) - Method in class com.qoppa.pdfViewer.InitialViewSettings
-
Sets the magnification property used by the PDFViewerBean
when a document is loaded.
- setMapFieldName(String) - Method in interface com.qoppa.pdf.form.FormField
-
Sets this field's mapping name.
- setMarginBottom(double) - Method in class com.qoppa.pdf.TextToPDFSettings
-
Sets the bottom margin for the PDF file, units are in points at 72 DPI.
- setMarginLeft(double) - Method in class com.qoppa.pdf.TextToPDFSettings
-
Sets the left margin for the PDF file, units are in points at 72 DPI.
- setMarginRight(double) - Method in class com.qoppa.pdf.TextToPDFSettings
-
Sets the right margin for the PDF file, units are in points at 72 DPI.
- setMarginTop(double) - Method in class com.qoppa.pdf.TextToPDFSettings
-
Sets the top margin for the PDF file, units are in points at 72 DPI.
- setMarked(Annotation, boolean, PDFPage) - Method in interface com.qoppa.pdfNotes.IAnnotationManagerNotes
-
Set the marked status of an Annotation.
- 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 interface com.qoppa.pdf.annotations.WidgetText
-
- setMinimumAnnotSize(Dimension) - Static method in class com.qoppa.pdfNotes.settings.AreaHighlightTool
-
Sets the minimum size for the annotations created with this Tool.
- setMinimumAnnotSize(Dimension) - Static method in class com.qoppa.pdfNotes.settings.AreaTool
-
Sets the minimum size for the annotations created with this Tool.
- setMinimumAnnotSize(Dimension) - Static method in class com.qoppa.pdfNotes.settings.ArrowTool
-
Sets the minimum size for the annotations created with this Tool.
- setMinimumAnnotSize(Dimension) - Static method in class com.qoppa.pdfNotes.settings.CalloutTool
-
Sets the minimum size for the annotations created with this Tool.
- setMinimumAnnotSize(Dimension) - Static method in class com.qoppa.pdfNotes.settings.CircleTool
-
Sets the minimum size for the annotations created with this Tool.
- setMinimumAnnotSize(Dimension) - Static method in class com.qoppa.pdfNotes.settings.CloudTool
-
Sets the minimum size for the annotations created with this Tool.
- setMinimumAnnotSize(Dimension) - Static method in class com.qoppa.pdfNotes.settings.DistanceTool
-
Sets the minimum size for the annotations created with this Tool.
- setMinimumAnnotSize(Dimension) - Static method in class com.qoppa.pdfNotes.settings.FreeTextTool
-
Sets the minimum size for the annotations created with this Tool.
- setMinimumAnnotSize(Dimension) - Static method in class com.qoppa.pdfNotes.settings.LineTool
-
Sets the minimum size for the annotations created with this Tool.
- setMinimumAnnotSize(Dimension) - Static method in class com.qoppa.pdfNotes.settings.LinkTool
-
Sets the minimum size for the annotations created with this Tool.
- setMinimumAnnotSize(Dimension) - Static method in class com.qoppa.pdfNotes.settings.PerimeterTool
-
Sets the minimum size for the annotations created with this Tool.
- setMinimumAnnotSize(Dimension) - Static method in class com.qoppa.pdfNotes.settings.PolygonTool
-
Sets the minimum size for the annotations created with this Tool.
- setMinimumAnnotSize(Dimension) - Static method in class com.qoppa.pdfNotes.settings.PolylineTool
-
Sets the minimum size for the annotations created with this Tool.
- setMinimumAnnotSize(Dimension) - Static method in class com.qoppa.pdfNotes.settings.RubberStampTool
-
Sets the minimum size for the annotations created with this Tool.
- setMinimumAnnotSize(Dimension) - Static method in class com.qoppa.pdfNotes.settings.SoundTool
-
Sets the minimum size for the annotations created with this Tool.
- setMinimumAnnotSize(Dimension) - Static method in class com.qoppa.pdfNotes.settings.SquareTool
-
Sets the minimum size for the annotations created with this Tool.
- setMinimumAnnotSize(Dimension) - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
-
Sets the minimum size for the annotations created with this Tool.
- setMinimumAnnotSize(Dimension) - Static method in class com.qoppa.pdfNotes.settings.TypewriterTool
-
Sets the minimum size for the annotations created with this Tool.
- setModified(boolean) - Method in interface com.qoppa.pdf.annotations.GestureList
-
Explicitly flag this gesture list as modified.
- setModified(boolean) - Method in interface com.qoppa.pdf.annotations.Vertices
-
Sets the modified flag.
- setModified(boolean) - Method in class com.qoppa.pdfNotes.PDFNotesBean
-
Flag this document as modified.
- setModified(boolean) - Method in class com.qoppa.pdfViewer.actions.TriggerActions
-
Set the modified status of TriggerActions
- setModifiedDate(Date) - Method in interface com.qoppa.pdf.annotations.Annotation
-
Sets the annotation's modified date.
- setModifiedDate(Date) - Method in class com.qoppa.pdf.DocumentInfo
-
Set the document's modified date.
- setModifyAnnotsAllowed(boolean) - Method in class com.qoppa.pdf.PDFPermissions
-
Deprecated.
- setModifyAnnotsAllowed(boolean) - Method in class com.qoppa.pdf.permissions.PasswordPermissions
-
Sets the permission to add or modify annotations in the document.
- setName(String) - Method in interface 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.
- setNonFullScreenPageMode(String) - Method in interface com.qoppa.pdf.DocumentViewPrefs
-
Sets the NonFullScreen Page Mode viewer preference in the document.
- setNoRotate(boolean) - Method in interface com.qoppa.pdf.annotations.Annotation
-
Sets the value of the NOROTATE flag.
- setNoView(boolean) - Method in interface com.qoppa.pdf.annotations.Annotation
-
Sets the value of the NOVIEW flag.
- setNoZoom(boolean) - Method in interface com.qoppa.pdf.annotations.Annotation
-
Sets the value of the NOZOOM flag.
- setNumCopies(int) - Method in interface com.qoppa.pdf.DocumentViewPrefs
-
Sets the NumCopies viewer preference in the document.
- SetOCGState - Class in com.qoppa.pdfViewer.actions
-
Action that changes an optional content group's (layer) visibility.
- SetOCGState(Vector) - Constructor for class com.qoppa.pdfViewer.actions.SetOCGState
-
Constructs a SetOCGState action with a sequence list.
- SetOCGState.Sequence - Class in com.qoppa.pdfViewer.actions
-
Class that contains a list of layers and an action for that list.
- SetOCGState.Sequence(int, Vector) - Constructor for class com.qoppa.pdfViewer.actions.SetOCGState.Sequence
-
Constructs a Sequence object with a list of layers and the action to do on those layers.
- setOpacity(float) - Method in interface com.qoppa.pdf.annotations.Annotation
-
Sets the annotation's opacity.
- setOpen(boolean) - Method in interface com.qoppa.pdf.annotations.Popup
-
- setOpen(boolean) - Method in interface com.qoppa.pdf.Bookmark
-
Sets the item as either open or closed when the document is opened.
- 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.
- setOSCertsEnabled(boolean) - Static method in class com.qoppa.pdf.SignatureSettings
-
The OSCertsEnabled flag determines whether or not the certificates in the OS
trusted certificates will be added to the trusted certificate cache used to verify digital
signatures.
- setOutputPreview(ColorSpace, boolean) - Method in class com.qoppa.pdfEditor.PDFEditorBean
-
This method will set the output color space that jPDFEditor should render to.
- setOverlayText(String) - Static method in class com.qoppa.pdfNotes.settings.RedactionTool
-
Sets a string specifying the overlay text that should be drawn over
the redacted region after the content has been removed.
- setOverlayTextAlignment(int) - Static method in class com.qoppa.pdfNotes.settings.RedactionTool
-
Sets the alignment used for the overlay text that should be drawn over
the redacted region after the content has been removed.
- setOverlayTextColor(Color) - Static method in class com.qoppa.pdfNotes.settings.RedactionTool
-
Sets the color used for the overlay text that should be drawn over
the redacted region after the content has been removed.
- setOverlayTextFont(String) - Static method in class com.qoppa.pdfNotes.settings.RedactionTool
-
Sets the font used for the overlay text that should be drawn over
the redacted region after the content has been removed.
- setOverlayTextRepeat(boolean) - Static method in class com.qoppa.pdfNotes.settings.RedactionTool
-
Sets a flag that determines whether or not the overlay text repeats.
- setOverlayTextSize(float) - Static method in class com.qoppa.pdfNotes.settings.RedactionTool
-
Sets the size used for the overlay text that should be drawn over
the redacted region after the content has been removed.
- setOverrideMagnification(boolean) - Method in class com.qoppa.pdfViewer.InitialViewSettings
-
Sets whether or not the PDFViewerBean
should ignore a
document's magnification and use this class's magnification value instead
when a document is loaded.
- setOverridePageLayout(boolean) - Method in class com.qoppa.pdfViewer.InitialViewSettings
-
Sets whether or not the PDFViewerBean
should ignore a
document's page layout and use this class's page layout value instead
when a document is loaded.
- setOverridePageMode(boolean) - Method in class com.qoppa.pdfViewer.InitialViewSettings
-
Sets whether or not the PDFViewerBean
should ignore a
document's page mode and use this class's page mode value instead when a
document is loaded.
- setPackWindowOnSelection(boolean) - Method in class com.qoppa.pdfNotes.AnnotPropertiesToolbar
-
The AnnotProperitesToolbar can be added to a PDFNotesBean or displayed in
another Component or Window.
- setPackWindowOnSelection(boolean) - Method in class com.qoppa.pdfNotes.TextAnnotPropertiesToolbar
-
The TextAnnotProperitesToolbar can be added to a PDFNotesBean or displayed in
another Component or Window.
- setPage(int) - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
Changes the currently displayed page.
- setPageBreakChar(Character) - Method in class com.qoppa.pdf.TextToPDFSettings
-
Sets the page break character in the text file.
- setPageHeight(double) - Method in class com.qoppa.pdf.TextToPDFSettings
-
Sets the page height for the PDF file, units are in points at 72 DPI.
- setPageLayout(String) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Changes the value of the page layout key for this document.
- setPageLayout(String) - Method in class com.qoppa.pdfViewer.InitialViewSettings
-
Sets the pageLayout property used by the PDFViewerBean
when
a document is loaded.
- setPageMode(String) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Changes the value of the page mode viewer preference in the document.
- setPageMode(String) - Method in class com.qoppa.pdfViewer.InitialViewSettings
-
Sets the pageMode property used by the PDFViewerBean
when a
document is loaded.
- setPageMode(int) - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
Sets the page viewing mode in the viewer.
- setPageRotation(int, int) - Method in interface com.qoppa.pdfNotes.MutableDocument
-
Sets the page rotation value for a page.
- setPageRotation(int) - Method in class com.qoppa.pdfProcess.PDFPage
-
Changes this page's rotation.
- setPageWidth(double) - Method in class com.qoppa.pdf.TextToPDFSettings
-
Sets the page width for the PDF document, units are in points at 72 DPI.
- setPaint(Paint) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Sets the Paint attribute for the Graphics2D context.
- setPaintMode() - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Sets the paint mode of this graphics context to overwrite the
destination with this graphics context's current color.
- setPaneVisible(boolean) - Method in interface com.qoppa.pdfViewer.panels.PDFPanel
-
Show or hide the this pane depending on the value of the parameter.
- setPassword(String) - Method in class com.qoppa.pdf.TimestampServer
-
Set the password.
- setPasswordHandler(IPassword) - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
Override the standard password handler with a user
password handler.
- setPasswordPermissions(String, String, PasswordPermissions, String, int) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Sets the security for this document.
- setPDFFileVersion(int, int) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Set the PDF file version.
- setPDFOpener(IPDFOpener) - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
Sets the PDF opener for this bean.
- 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.
- setPermFlag(int) - Method in class com.qoppa.pdf.PDFPermissions
-
Deprecated.
- setPermFlag(int) - Method in class com.qoppa.pdf.permissions.PasswordPermissions
-
Sets the permissions from the int representing the 12 permissions bits as specified in the PDF documentation.
- setPermissions(int) - Method in class com.qoppa.pdf.SigningInformation
-
This property is meaningful only if this is a certifying signature.
- setPickTrayByPDFSize(boolean) - Method in interface com.qoppa.pdf.DocumentViewPrefs
-
Sets the Pick Tray by PDF Size viewer preference in the document.
- setPopupText(String) - Method in interface com.qoppa.pdf.annotations.FileAttachment
-
Sets the text that is displayed when the mouse hovers over the annotation.
- setPrintable(boolean) - Method in interface com.qoppa.pdf.annotations.Annotation
-
Sets the value of the PRINTABLE flag.
- setPrintable(boolean) - Method in interface com.qoppa.pdf.annotations.Widget
-
- setPrintable(boolean) - Method in interface com.qoppa.pdf.form.FormField
-
Sets the PRINTABLE flag for this field.
- setPrintAllowed(boolean) - Method in class com.qoppa.pdf.PDFPermissions
-
Deprecated.
- setPrintAllowed(boolean) - Method in class com.qoppa.pdf.permissions.PasswordPermissions
-
Sets the permission to print the document.
- setPrintAnnotations(boolean) - Method in class com.qoppa.pdf.PrintSettings
-
Sets the value of the print annotations flag.
- setPrintHighResAllowed(boolean) - Method in class com.qoppa.pdf.PDFPermissions
-
Deprecated.
- setPrintHighResAllowed(boolean) - Method in class com.qoppa.pdf.permissions.PasswordPermissions
-
Sets the permission to print the document at high resolution.
- setPrintScaling(String) - Method in interface com.qoppa.pdf.DocumentViewPrefs
-
Sets the Print Scaling viewer preference in the document.
- 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.pdfProcess.PDFDocument
-
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.
- setProducer(String) - Method in class com.qoppa.pdf.DocumentInfo
-
Set the document's producer.
- setQuadList(Vector) - Method in interface com.qoppa.pdf.annotations.TextMarkup
-
Sets the list of quadrilaterals that compose this annotation.
- setQuality(float) - Method in class com.qoppa.pdfProcess.ImageParam
-
Sets the current quality setting.
- setReadOnly(boolean) - Method in interface 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
-
Sets the reason for signing to be used in the signature.
- setRectangle(Rectangle2D) - Method in interface com.qoppa.pdf.annotations.Annotation
-
Sets the annotation's rectangle.
- setRectangleFromQuads() - Method in interface com.qoppa.pdf.annotations.TextMarkup
-
Convenience method to set the annotation rectangle from the quadrilaterals.
- setRenderComments(boolean) - Static method in class com.qoppa.pdf.PDFRenderHints
-
Sets a flag to tell the library to render annotations.
- setRenderCompare(boolean) - Method in class com.qoppa.pdf.compare.CompareOverlayOptions
-
Set to true to show the comparison document.
- setRenderingHint(RenderingHints.Key, Object) - Static method in class com.qoppa.pdf.PDFRenderHints
-
Sets one rendering hint.
- setRenderingHint(RenderingHints.Key, Object) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Sets the value of a single preference for the rendering algorithms.
- setRenderingHints(RenderingHints) - Static method in class com.qoppa.pdf.PDFRenderHints
-
Sets the rendering hints.
- setRenderingHints(Map) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Replaces the values of all preferences for the rendering algorithms with the specified hints.
- setRenderOriginal(boolean) - Method in class com.qoppa.pdf.compare.CompareOverlayOptions
-
Set to true to show the original document.
- setRenderSignatureTag(boolean) - Static method in class com.qoppa.pdf.PDFRenderHints
-
This method sets the value of the flag that controls whether the signature
tag ("Sign Here") is rendered for empty signature fields.
- setRenderSignatureVerification(boolean) - Static method in class com.qoppa.pdf.PDFRenderHints
-
This method sets the value of the flag that controls whether signature verification
will be rendered.
- setReplacementSticky(boolean) - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
-
Sets the flag that indicates whether this tool is sticky or not.
- setRequired(boolean) - Method in interface com.qoppa.pdf.form.FormField
-
Sets the value of the 'Required' flag.
- setReviewEnabled(boolean) - Static method in class com.qoppa.pdfNotes.settings.AnnotationTools
-
Sets a flag to indicate whether annotation review status should be enabled.
- setReviewStatus(Annotation, String, PDFPage) - Method in interface com.qoppa.pdfNotes.IAnnotationManagerNotes
-
Set the review status of an Annotation.
- setRotation(int) - Method in interface com.qoppa.pdf.annotations.FreeText
-
- setRotation(int) - Method in interface com.qoppa.pdf.annotations.RubberStamp
-
Sets the rotation for standard or image stamps that do not have an appearance stream yet.
- setRotation(double) - Method in class com.qoppa.pdf.compare.CompareOverlayOptions
-
Sets the rotation of the overlayed document.
- 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.
- setRulerSettings(RulerSettings) - Method in class com.qoppa.pdfEditor.PDFEditorBean
-
Sets the ruler settings.
- setRulerSettings(RulerSettings) - Method in class com.qoppa.pdfNotes.PDFNotesBean
-
Sets the ruler settings.
- setRunInfo(Hashtable) - Method in interface com.qoppa.pdf.annotations.RubberStamp
-
Sets information used for stamps that have dynamic fields, such as the current date and time.
- setScale(double) - Method in class com.qoppa.pdfViewer.actions.GotoPageAction
-
Sets the scale, 0..1.
- setScale2D(double) - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
Changes the display scale for the PDF document.
- setScaleX(double) - Method in class com.qoppa.pdf.compare.CompareOverlayOptions
-
Sets the x scale of the overlayed document.
- setScaleY(double) - Method in class com.qoppa.pdf.compare.CompareOverlayOptions
-
Sets the y scale of the overlayed document.
- setScreenResolution(int) - Static method in class com.qoppa.pdfViewer.PDFViewerBean
-
Sets the screen resolution in dots-per-inch.
- setSectorSize(int) - Method in class com.qoppa.pdf.source.URLOnDemandPDFSource
-
Set the sector size to use when reading the PDF.
- setSecurity(String, String, PasswordPermissions, String, int) - Method in class com.qoppa.pdfProcess.PDFDocument
-
- setSelected(WButtonComponent, boolean) - Method in class com.qoppa.pdf.annotations.WidgetHandler
-
Sets the selection state of the WidgetComponent
on the associated FormField
.
- setSelectionColor(Color) - Static method in class com.qoppa.pdf.annotations.AnnotationSettings
-
Sets the annotation selection color.
- setSelectionStroke(BasicStroke) - Static method in class com.qoppa.pdf.annotations.AnnotationSettings
-
Sets the annotation selection stroke.
- setServerURL(String) - Method in class com.qoppa.pdf.TimestampServer
-
Set the time stamp server URL.
- setShiftKeyPressed(boolean) - Static method in class com.qoppa.pdfNotes.settings.AnnotationTools
-
Sets a flag to indicate whether the Shift key should be simulated when
creating Lines, Polylines, Polygons, and each of the respective dimension
annotations (Distance, Perimeter, Area).
- setShowCalibrateMessage(boolean) - Static method in class com.qoppa.pdfNotes.settings.DistanceTool
-
Sets a flag to indicate whether to show the explanation message
when calibrating the scale.
- setShowMeasurement(boolean) - Static method in class com.qoppa.pdfNotes.settings.AreaTool
-
Set whether to display the measurement on the annotation itself.
- setShowMeasurement(boolean) - Static method in class com.qoppa.pdfNotes.settings.PerimeterTool
-
Set whether to display the measurement on the annotation itself.
- setShowPropDialog(boolean) - Static method in class com.qoppa.pdfNotes.settings.AreaHighlightTool
-
Sets the flag for this Tool to show or not the annotation properties
popup dialog after an annotation has been created.
- setShowPropDialog(boolean) - Static method in class com.qoppa.pdfNotes.settings.AreaTool
-
Sets the flag for this Tool to show or not the annotation properties
popup dialog after an annotation has been created.
- setShowPropDialog(boolean) - Static method in class com.qoppa.pdfNotes.settings.ArrowTool
-
Sets the flag for this Tool to show or not the annotation properties
popup dialog after an annotation has been created.
- setShowPropDialog(boolean) - Static method in class com.qoppa.pdfNotes.settings.CalloutTool
-
Sets the flag for this Tool to show or not the annotation properties
popup dialog after an annotation has been created.
- setShowPropDialog(boolean) - Static method in class com.qoppa.pdfNotes.settings.CaretTool
-
Sets the flag for this Tool to show or not the annotation properties
popup dialog after an annotation has been created.
- setShowPropDialog(boolean) - Static method in class com.qoppa.pdfNotes.settings.CircleTool
-
Sets the flag for this Tool to show or not the annotation properties
popup dialog after an annotation has been created.
- setShowPropDialog(boolean) - Static method in class com.qoppa.pdfNotes.settings.CloudTool
-
Sets the flag for this Tool to show or not the annotation properties
popup dialog after an annotation has been created.
- setShowPropDialog(boolean) - Static method in class com.qoppa.pdfNotes.settings.DistanceTool
-
Sets the flag for this Tool to show or not the annotation properties
popup dialog after an annotation has been created.
- setShowPropDialog(boolean) - Static method in class com.qoppa.pdfNotes.settings.FileAttachmentTool
-
Sets the flag for this Tool to show or not the annotation properties
popup dialog after an annotation has been created.
- setShowPropDialog(boolean) - Static method in class com.qoppa.pdfNotes.settings.FreeTextTool
-
Sets the flag for this Tool to show or not the annotation properties
popup dialog after an annotation has been created.
- setShowPropDialog(boolean) - Static method in class com.qoppa.pdfNotes.settings.LineTool
-
Sets the flag for this Tool to show or not the annotation properties
popup dialog after an annotation has been created.
- setShowPropDialog(boolean) - Static method in class com.qoppa.pdfNotes.settings.LinkTool
-
Sets the flag for this Tool to show or not the annotation properties
popup dialog after an annotation has been created.
- setShowPropDialog(boolean) - Static method in class com.qoppa.pdfNotes.settings.PencilTool
-
Sets the flag for this Tool to show or not the annotation properties
popup dialog after an annotation has been created.
- setShowPropDialog(boolean) - Static method in class com.qoppa.pdfNotes.settings.PerimeterTool
-
Sets the flag for this Tool to show or not the annotation properties
popup dialog after an annotation has been created.
- setShowPropDialog(boolean) - Static method in class com.qoppa.pdfNotes.settings.PolygonTool
-
Sets the flag for this Tool to show or not the annotation properties
popup dialog after an annotation has been created.
- setShowPropDialog(boolean) - Static method in class com.qoppa.pdfNotes.settings.PolylineTool
-
Sets the flag for this Tool to show or not the annotation properties
popup dialog after an annotation has been created.
- setShowPropDialog(boolean) - Static method in class com.qoppa.pdfNotes.settings.RedactionTool
-
Sets the flag for this Tool to show or not the annotation properties
popup dialog after an annotation has been created.
- setShowPropDialog(boolean) - Static method in class com.qoppa.pdfNotes.settings.RubberStampTool
-
Sets the flag for this Tool to show or not the annotation properties
popup dialog after an annotation has been created.
- setShowPropDialog(boolean) - Static method in class com.qoppa.pdfNotes.settings.SoundTool
-
Sets the flag for this Tool to show or not the annotation properties
popup dialog after an annotation has been created.
- setShowPropDialog(boolean) - Static method in class com.qoppa.pdfNotes.settings.SquareTool
-
Sets the flag for this Tool to show or not the annotation properties
popup dialog after an annotation has been created.
- setShowPropDialog(boolean) - Static method in class com.qoppa.pdfNotes.settings.StickyNoteTool
-
Sets the flag for this Tool to show or not the annotation properties
popup dialog after an annotation has been created.
- setShowPropDialogCrossout(boolean) - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
-
Sets the flag for this Tool to show or not the annotation properties
popup dialog after an annotation has been created.
- setShowPropDialogHighlight(boolean) - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
-
Sets the flag for this Tool to show or not the annotation properties
popup dialog after an annotation has been created.
- setShowPropDialogReplacement(boolean) - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
-
Sets the flag for this Tool to show or not the annotation properties
popup dialog after an annotation has been created.
- setShowPropDialogSquiggly(boolean) - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
-
Sets the flag for this Tool to show or not the annotation properties
popup dialog after an annotation has been created.
- setShowPropDialogUnderline(boolean) - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
-
Sets the flag for this Tool to show or not the annotation properties
popup dialog after an annotation has been created.
- setSignatureAppearance(SignatureAppearance) - Method in class com.qoppa.pdf.SigningInformation
-
Sets the SignatureAppearance
to use when creating the
signature appearance stream.
- setSilenceErrors(boolean) - Static method in class com.qoppa.pdf.JavaScriptSettings
-
Set to true to silence errors.
- setSnapshotHandler(ISnapshotHandler) - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
By default, the PDFViewerBean will place the BufferedImage in the system clipboard.
- setSnapToContent(boolean) - Static method in class com.qoppa.pdfNotes.settings.AnnotationTools
-
Sets a flag to indicate whether snapping to content should be enabled
when drawing dimension annotations.
- setSplitOpen(boolean) - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
Opens or closes the split window depending on the parameter.
- setSplitPolicy(int) - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
Sets the viewer's split window policy.
- setSplitVisible(boolean) - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
Method to show or hide the split pane functionality.
- setSquigglySticky(boolean) - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
-
Sets the flag that indicates whether this tool is sticky or not.
- setState(String) - Method in interface com.qoppa.pdf.annotations.Text
-
Sets the State for this annotation.
- setStateModel(String) - Method in interface com.qoppa.pdf.annotations.Text
-
Sets the StateModel for this annotation.
- setStroke(BasicStroke) - Method in interface com.qoppa.pdf.annotations.FreeText
-
Sets the stroke used when drawing the annotation.
- setStroke(BasicStroke) - Method in interface com.qoppa.pdf.annotations.ShapeAnnotation
-
Sets the stroke used when drawing the ink annotation.
- setStroke(Stroke) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Sets the Stroke for the Graphics2D context.
- setSubDivisions(int) - Method in class com.qoppa.pdfNotes.GridSettings
-
Set the number of subdivisions between major grid lines.
- setSubject(String) - Method in interface com.qoppa.pdf.annotations.Annotation
-
Sets the subject field for this annotation.
- setSubject(String) - Method in class com.qoppa.pdf.DocumentInfo
-
Set the document's subject.
- setSubmitActionEmailHandler(ISubmitActionEmailHandler) - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
The host application can provide email handling functionality by setting a handler using the ISubmitActionEmailHandler interface.
- setSubtype(String) - Method in interface com.qoppa.pdf.annotations.Annotation
-
Deprecated.
This method is not used for common Annotations because it is not possible to change the type of an annotation. There is still a setSubtype() method
in the TextMarkup annotation to change text markup types (Highlight, Strikeout, etc).
- setSubtype(String) - Method in interface com.qoppa.pdf.annotations.TextMarkup
-
Sets the annotation's subtype.
- setTesseractDataPath(String) - Static method in class com.qoppa.ocr.OCRBridge
-
Set the path to the Tesseract language data
- 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.annotations.FreeText
-
- setTextColor(Color) - Method in interface com.qoppa.pdf.Bookmark
-
Sets the text color to use when displaying this bookmark.
- setTextColorVisibility(boolean) - Static method in class com.qoppa.pdfNotes.AnnotPropsToolbarVisibilitySettings
-
Sets the default visibility for the text color button.
- setTextLeft(String) - Method in class com.qoppa.pdf.SignatureAppearance
-
Sets the left text property to use when creating the signature
appearance.
- setTextOrientation(int) - Method in class com.qoppa.pdf.SignatureAppearance
-
Sets the orientation of the text.
- setTextRenderMode(int) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Sets the text render mode.
- setTextRight(String) - Method in class com.qoppa.pdf.SignatureAppearance
-
Sets the right text property to use when creating the signature
appearance.
- setTextSelection(TextSelection) - Method in interface com.qoppa.pdfViewer.IPDFPageView
-
Sets the text selection in this page.
- setTextSelectionColors(Color, Color) - Static method in class com.qoppa.pdfViewer.PDFViewerBean
-
Set the colors used to highlight text on search results.
- setTextStyle(int) - Method in interface com.qoppa.pdf.Bookmark
-
Sets the text style to use when displaying this bookmark.
- setThrowXFADynamicException(boolean) - Static method in class com.qoppa.pdf.errors.PDFErrorHandling
-
When the flag is set to true (the default), the library will throw an error if the document being built
has an AcroForm that has Adobe XML Forms Architecture (XFA) data, and is a Dynamic Form.
- setThumbnailSizes(int, int) - Method in interface com.qoppa.pdfViewer.panels.ThumbnailPanel
-
Sets the size of the thumbnail images.
- setTimerDelay(int) - Static method in class com.qoppa.pdfNotes.settings.PencilTool
-
Sets the timer delay.
- setTimestampServer(TimestampServer) - Method in class com.qoppa.pdf.SigningInformation
-
Set the Timestamp server information
- 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.
- setToolSticky(boolean) - Static method in class com.qoppa.pdfNotes.settings.AreaHighlightTool
-
Sets the flag that indicates whether this tool is sticky or not.
- setToolSticky(boolean) - Static method in class com.qoppa.pdfNotes.settings.AreaTool
-
Sets the flag that indicates whether this tool is sticky or not.
- setToolSticky(boolean) - Static method in class com.qoppa.pdfNotes.settings.ArrowTool
-
Sets the flag that indicates whether this tool is sticky or not.
- setToolSticky(boolean) - Static method in class com.qoppa.pdfNotes.settings.CalloutTool
-
Sets the flag that indicates whether this tool is sticky or not.
- setToolSticky(boolean) - Static method in class com.qoppa.pdfNotes.settings.CaretTool
-
Sets the flag that indicates whether this tool is sticky or not.
- setToolSticky(boolean) - Static method in class com.qoppa.pdfNotes.settings.CircleTool
-
Sets the flag that indicates whether this tool is sticky or not.
- setToolSticky(boolean) - Static method in class com.qoppa.pdfNotes.settings.CloudTool
-
Sets the flag that indicates whether this tool is sticky or not.
- setToolSticky(boolean) - Static method in class com.qoppa.pdfNotes.settings.DistanceTool
-
Sets the flag that indicates whether this tool is sticky or not.
- setToolSticky(boolean) - Static method in class com.qoppa.pdfNotes.settings.FreeTextTool
-
Sets the flag that indicates whether this tool is sticky or not.
- setToolSticky(boolean) - Static method in class com.qoppa.pdfNotes.settings.LineTool
-
Sets the flag that indicates whether this tool is sticky or not.
- setToolSticky(boolean) - Static method in class com.qoppa.pdfNotes.settings.PencilTool
-
Sets the flag that indicates whether this tool is sticky or not.
- setToolSticky(boolean) - Static method in class com.qoppa.pdfNotes.settings.PerimeterTool
-
Sets the flag that indicates whether this tool is sticky or not.
- setToolSticky(boolean) - Static method in class com.qoppa.pdfNotes.settings.PolygonTool
-
Sets the flag that indicates whether this tool is sticky or not.
- setToolSticky(boolean) - Static method in class com.qoppa.pdfNotes.settings.PolylineTool
-
Sets the flag that indicates whether this tool is sticky or not.
- setToolSticky(boolean) - Static method in class com.qoppa.pdfNotes.settings.RedactionTool
-
Sets the flag that indicates whether this tool is sticky or not.
- setToolSticky(boolean) - Static method in class com.qoppa.pdfNotes.settings.RubberStampTool
-
Sets the flag that indicates whether this tool is sticky or not.
- setToolSticky(boolean) - Static method in class com.qoppa.pdfNotes.settings.SquareTool
-
Sets the flag that indicates whether this tool is sticky or not.
- setToolSticky(boolean) - Static method in class com.qoppa.pdfNotes.settings.StickyNoteTool
-
Sets the flag that indicates whether this tool is sticky or not.
- setToolSticky(boolean) - Static method in class com.qoppa.pdfNotes.settings.TypewriterTool
-
Sets the flag that indicates whether this tool is sticky or not.
- setToolTipDisplay(boolean) - Method in interface com.qoppa.pdfViewer.panels.BookmarkPanel
-
Enable or disable displaying the bookmark text in a tool tip.
- setTopOffset(double) - Method in class com.qoppa.pdfNotes.GridSettings
-
Set the distance from the top of the page where horizontal grid lines will begin.
- setTransform(AffineTransform) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Sets the Transform in the Graphics2D context.
- setTransparencyVisibility(boolean) - Static method in class com.qoppa.pdfNotes.AnnotPropsToolbarVisibilitySettings
-
Sets the default visibility for the transparency button.
- setTriggerActions(TriggerActions) - Method in interface com.qoppa.pdf.annotations.Annotation
-
Sets the mouse trigger actions for this annotation.
- setTriggerActions(TriggerActions) - Method in interface com.qoppa.pdf.form.FormField
-
Sets the TriggerActions for this field.
- setTrimBox(Rectangle2D) - Method in class com.qoppa.pdfProcess.PDFPage
-
Sets this page's Trim Box.
- setTrustedChain(boolean) - Method in class com.qoppa.pdf.SignatureValidity
-
Sets the value of the trusted chain flag.
- setTSTrustedChain(boolean) - Method in class com.qoppa.pdf.SignatureValidity
-
Sets the flag to indicate if the TSA certificate chain is trusted.
- setTSValid(boolean) - Method in class com.qoppa.pdf.SignatureValidity
-
Sets the flag to indicate that if a time stamp is present, if it is valid
- setTSValidCertificate(boolean) - Method in class com.qoppa.pdf.SignatureValidity
-
Sets the flag to indicate that if a time stamp is present that its certificate is valid.
- setUnderlineSticky(boolean) - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
-
Sets the flag that indicates whether this tool is sticky or not.
- setUnits(int) - Method in class com.qoppa.pdfNotes.GridSettings
-
Sets the units to use when displaying the grid.
- setUnits(int) - Method in class com.qoppa.pdfNotes.RulerSettings
-
Sets the units to use when displaying the ruler.
- setUseBackground(boolean) - Method in class com.qoppa.pdf.TextToPDFSettings
-
Sets the use background tag for the PDF file.
- setUseFill(boolean) - Static method in class com.qoppa.pdfNotes.settings.RedactionTool
-
Sets whether to use the default fill color.
- setUseOverlay(boolean) - Static method in class com.qoppa.pdfNotes.settings.RedactionTool
-
Set whether to use the overlay.
- setUserName(String) - Method in interface com.qoppa.pdf.form.FormField
-
Sets this field's user name.
- setUserName(String) - Method in class com.qoppa.pdf.TimestampServer
-
Set the user name;
- setUseSubstituteFont(boolean) - Static method in class com.qoppa.pdf.errors.PDFErrorHandling
-
Use substitute fonts when there is an error.
- setUseSubstituteFont(boolean) - Static method in class com.qoppa.pdf.PDFRenderHints
-
Tells the rendering engine to use a substitute font when a font in the PDF cannot be created for any reasons.
- 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.
- setValidKeyUsage(boolean) - Method in class com.qoppa.pdf.SignatureValidity
-
Sets the flag to indicate that the key usage is valid.
- 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.
- setValueFromOptions(String) - Method in interface com.qoppa.pdf.form.RadioButtonGroupField
-
Sets the value from the options for this radio button group field if the options exist.
- setValues(Vector) - Method in interface com.qoppa.pdf.form.ChoiceField
-
Sets the list of currently selected values for this choice field.
- setVertDividerLocation(int) - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
Sets the location, in pixels, of the vertical divider.
- setVerticalSpacing(double) - Method in class com.qoppa.pdfNotes.GridSettings
-
Set the number of inches or centimeters between horizontal grid lines.
- setVisible(boolean) - Method in class com.qoppa.pdf.Layer
-
Sets the visibility for this layer.
- setVisible(boolean) - Method in interface com.qoppa.pdfViewer.panels.PanelToolbar
-
- setVisibleCommonName(boolean) - Method in class com.qoppa.pdf.SignatureAppearance
-
If the distinguished name of the signing certificate contains a common
name, this sets whether or not the common name should be used when
creating the signature appearance.
- setVisibleCountry(boolean) - Method in class com.qoppa.pdf.SignatureAppearance
-
If the distinguished name of the signing certificate contains a country
code, this sets whether or not the country code should be used when
creating the signature appearance.
- setVisibleDate(boolean) - Method in class com.qoppa.pdf.SignatureAppearance
-
This sets whether or not the date should be used when creating the
signature appearance.
- setVisibleDigitallySigned(boolean) - Method in class com.qoppa.pdf.SignatureAppearance
-
Sets whether or not the "Digitally signed by..." label should be used
when creating the signature appearance.
- setVisibleEmail(boolean) - Method in class com.qoppa.pdf.SignatureAppearance
-
If the distinguished name of the signing certificate contains an email
address, this sets whether or not the email address should be used when
creating the signature appearance.
- setVisibleLocal(boolean) - Method in class com.qoppa.pdf.SignatureAppearance
-
If the distinguished name of the signing certificate contains a locality,
this sets whether or not the locality should be used when creating the
signature appearance.
- setVisibleName(boolean) - Method in class com.qoppa.pdf.SignatureAppearance
-
If the distinguished name of the signing certificate contains a common
name, this sets whether or not the name should be used when creating the
signature appearance.
- setVisibleOrgName(boolean) - Method in class com.qoppa.pdf.SignatureAppearance
-
If the distinguished name of the signing certificate contains an
organization name, this sets whether or not the organization name should
be used when creating the signature appearance.
- setVisibleOrgUnit(boolean) - Method in class com.qoppa.pdf.SignatureAppearance
-
If the distinguished name of the signing certificate contains an
organizational unit, this sets whether or not the organizational unit
should be used when creating the signature appearance.
- setVisibleState(boolean) - Method in class com.qoppa.pdf.SignatureAppearance
-
If the distinguished name of the signing certificate contains a state,
this sets whether or not the state should be used when creating the
signature appearance.
- setWatermark(IWatermark) - Method in interface com.qoppa.pdf.dom.IPDFDocument
-
Sets the watermark on the PDF document.
- setWatermark(IWatermark) - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
Sets the watermark for the PDFViewerBean.
- setWidgetHighlight(boolean) - Method in interface com.qoppa.pdf.annotations.Widget
-
Flags this widget so that when displayed, it will display a highlight over the
widget.
- setWidth(int) - Method in interface com.qoppa.pdf.annotations.Caret
-
- setX(double) - Method in class com.qoppa.pdf.compare.CompareOverlayOptions
-
Set the x offset of the overlayed document.
- setX(int) - Method in class com.qoppa.pdfViewer.actions.GotoPageAction
-
Sets the x coordinate of the GotoPageAction.
- setX1(double) - Method in interface com.qoppa.pdf.annotations.Line
-
- setX2(double) - Method in interface com.qoppa.pdf.annotations.Line
-
- setXMPMetadata(String, String) - Method in class com.qoppa.pdf.DocumentInfo
-
Sets the XMP metadata block in the document.
- setXMPMetadata(byte[]) - Method in class com.qoppa.pdf.DocumentInfo
-
Sets the XMP metadata block in the document.
- setXORMode(Color) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Sets the paint mode of this graphics context to alternate between
this graphics context's current color and the new specified color.
- setY(double) - Method in class com.qoppa.pdf.compare.CompareOverlayOptions
-
Set the y offset of the overlayed document.
- setY(int) - Method in class com.qoppa.pdfViewer.actions.GotoPageAction
-
Sets the y coordinate of the GotoPageAction.
- setY1(double) - Method in interface com.qoppa.pdf.annotations.Line
-
- setY2(double) - Method in interface com.qoppa.pdf.annotations.Line
-
- setZoomMode(int) - Method in class com.qoppa.pdfViewer.actions.GotoPageAction
-
Sets the zoom mode.
- setZoomMode(int) - Method in class com.qoppa.pdfViewer.actions.GotoPageRemoteAction
-
Sets the zoom mode.
- setZoomMode(int) - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
Sets the current zoom mode.
- ShapeAnnotation - Interface in com.qoppa.pdf.annotations
-
Abstract class to be extended by annotations that contain
textual content.
- shear(double, double) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Concatenates the current Graphics2D Transform with a shearing transform.
- shiftRectangle(double, double) - Method in interface com.qoppa.pdf.annotations.Annotation
-
Shifts the annotation's rectangle in MediaBox coordinates.
- shouldEnableJS(IPDFDocument) - Method in interface com.qoppa.pdf.IJavaScriptEnabler
-
Returns true if JavaScript should be enabled for the document.
- shouldEnableJS(IPDFDocument) - Method in class com.qoppa.pdf.JavaScriptEnabler
-
Implementation of the IJavaScriptEnabler contract.
- shouldEnableJS(IPDFDocument) - Static method in class com.qoppa.pdf.JavaScriptSettings
-
Returns true if JavaScript should be enabled for the document.
- 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.
- showCertificateDN(boolean) - Method in class com.qoppa.pdf.SignatureAppearance
-
This is a convenience method set the visibility of all of the
distinguished name properties of the signing certificate.
- showDialog(PDFViewerBean, PrinterJob) - Static method in class com.qoppa.pdfViewer.PrintProgressDialog
-
- showDialog(PDFViewerBean, PrinterJob, PrintRequestAttributeSet) - Static method in class com.qoppa.pdfViewer.PrintProgressDialog
-
- showDimensionDialog(boolean) - Static method in class com.qoppa.pdfNotes.settings.AnnotationTools
-
Sets a flag to indicate whether to show the dimension dialog when
creating dimension annotations (distance, perimeter, area).
- showError(String, Throwable) - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
Convenience method to display an error message.
- showMessage(String) - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
Convenience method to display a message using this PDFViewerBean as the message dialog's parent.
- showPopup(int, int) - Method in interface com.qoppa.pdf.annotations.AnnotationComponent
-
Shows the popup window for the annotation that contains the text
contents.
- SignatureAppearance - Class in com.qoppa.pdf
-
This class provides functionality to customize the appearance of a visible
signature when a document is signed.
- SignatureAppearance() - Constructor for class com.qoppa.pdf.SignatureAppearance
-
Default constructor
- SignatureAppearance(String) - Constructor for class com.qoppa.pdf.SignatureAppearance
-
This constructor creates a SignatureAppearance
from a
properly formatted XML string.
- SignatureContextMenu - Class in com.qoppa.pdfViewer.contextmenus
-
The SignatureContextMenu
represents the popup menu that is
displayed when the user right clicks on a signature node.
- SignatureContextMenu(PDFViewerBean) - Constructor for class com.qoppa.pdfViewer.contextmenus.SignatureContextMenu
-
- SignatureContextMenuNotes - Class in com.qoppa.pdfNotes.contextmenus
-
The SignatureContextMenuNotes
represents the popup menu that is
displayed when the user right clicks on a signature widget.
- SignatureContextMenuNotes(PDFViewerBean) - Constructor for class com.qoppa.pdfNotes.contextmenus.SignatureContextMenuNotes
-
- SignatureField - Interface in com.qoppa.pdf.form
-
SignatureField
holds a signature field.
- SignaturePanel - Interface in com.qoppa.pdfViewer.panels
-
Interface to the panel that shows any digital signatures present in the document.
- SignaturePanelNotes - Interface in com.qoppa.pdfNotes.panels
-
- SignatureSettings - Class in com.qoppa.pdf
-
This class manages the certificates that are used to verify digital signatures.
- SignatureTool - Class in com.qoppa.pdfNotes.settings
-
This class manages the default properties and settings for the Signature
Tool.
- SignatureTool() - Constructor for class com.qoppa.pdfNotes.settings.SignatureTool
-
- SignatureValidity - Class in com.qoppa.pdf
-
This class returns information about the validity of a signature within the PDF document.
- SignatureValidity() - Constructor for class com.qoppa.pdf.SignatureValidity
-
- 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.
- signDocument(SignatureField, SigningInformation) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Signs this document using the given signature field.
- SigningInformation - Class in com.qoppa.pdf
-
Object that holds information necessary to digitally sign a PDF file.
- SigningInformation(String, String, String, String) - Constructor for class com.qoppa.pdf.SigningInformation
-
Constructs a SigningInformation object and gets the digital ID from a named PKCS#12 file.
- SigningInformation(KeyStore, String, String) - Constructor for class com.qoppa.pdf.SigningInformation
-
Constructs a SigningInformation object and gets the digital ID from a Java KeyStore object.
- SigningInformation(PrivateKey, Certificate, Certificate[], String) - Constructor for class com.qoppa.pdf.SigningInformation
-
Constructs a SigningInformation object given a private key, signer certificate and certificate chain.
- SIMPLEX - Static variable in interface com.qoppa.pdf.DocumentViewPrefs
-
Setting for the Duplex viewer preference: Print single-sided
- SOLD - Static variable in interface com.qoppa.pdf.annotations.RubberStamp
-
- Sound - Interface in com.qoppa.pdf.annotations
-
Interface representing a Sound annotation in a PDF document.
- SoundTool - Class in com.qoppa.pdfNotes.settings
-
This class manages the default properties and settings for the Sound Tool.
- SoundTool() - Constructor for class com.qoppa.pdfNotes.settings.SoundTool
-
- SPLITPOLICY_NEVER_VISIBLE - Static variable in class com.qoppa.pdfViewer.PDFViewerBean
-
Never show the split pane.
- SPLITPOLICY_USEDOCUMENTPAGEMODE - Static variable in class com.qoppa.pdfViewer.PDFViewerBean
-
Use the setting inside the PDF document to determine the visibility of
the split pane.
- SQ_UNITS - Static variable in class com.qoppa.pdfNotes.settings.AreaTool
-
Display the units as "sq units".
- Square - Interface in com.qoppa.pdf.annotations
-
Interface representing a Square annotation in a PDF document.
- SquareTool - Class in com.qoppa.pdfNotes.settings
-
This class manages the default properties and settings for the Square Tool.
- SquareTool() - Constructor for class com.qoppa.pdfNotes.settings.SquareTool
-
- startCompare(PDFDocument, int, CompareOverlayOptions) - Method in class com.qoppa.pdfEditor.PDFEditorBean
-
Starts a comparison between the current document and a second document in the specified mode (one of PDFEditorBean.MODE_COMPARE_OVERLAY or PDFEditorBean.MODE_COMPARE_SIDEBYSIDE).
- startEdit(Annotation, boolean, boolean) - Method in class com.qoppa.pdfNotes.PDFNotesBean
-
This method starts an annotation editor appropriate to the type of annotation
passed to it.
- startLoupeTool() - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
This method activates the loupe tool.
- startMagnifyRect() - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
This method activates the magnification rectangle tool.
- startMeasurementCalibration() - Method in class com.qoppa.pdfNotes.PDFNotesBean
-
This method begins the process of calibrating the scale used with the
Distance, Perimeter, and Area measuring tools.
- startTextSearch() - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
This method starts the text searching process.
- startTextSearch(String) - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
This method shows the text search dialog and tells it to search for a string.
- startTextSelection() - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
This methods activates the text selection tool.
- STATE_ACCEPTED - Static variable in interface com.qoppa.pdf.annotations.AnnotationReviewStatus
-
- STATE_CANCELLED - Static variable in interface com.qoppa.pdf.annotations.AnnotationReviewStatus
-
- STATE_COMPLETED - Static variable in interface com.qoppa.pdf.annotations.AnnotationReviewStatus
-
- STATE_NONE - Static variable in interface com.qoppa.pdf.annotations.AnnotationReviewStatus
-
- STATE_OFF - Static variable in class com.qoppa.pdf.Layer
-
- STATE_ON - Static variable in class com.qoppa.pdf.Layer
-
- STATE_REJECTED - Static variable in interface com.qoppa.pdf.annotations.AnnotationReviewStatus
-
- stateChanged(Layer, boolean) - Method in interface com.qoppa.pdf.LayerListener
-
This method gets called anytime a layer's visibility state has changed.
- StickyNoteTool - Class in com.qoppa.pdfNotes.settings
-
This class manages the default properties and settings for the Sticky Note
Tool.
- StickyNoteTool() - Constructor for class com.qoppa.pdfNotes.settings.StickyNoteTool
-
- stopCompareOverlay() - Method in class com.qoppa.pdfEditor.PDFEditorBean
-
Stops overlay comparison mode.
- stopCompareSideBySide() - Method in class com.qoppa.pdfEditor.PDFEditorBean
-
Stops side by side comparison mode.
- 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.pdfEditor.PDFEditorBean
-
Override the method to make sure the content editing tool is also stopped, if active.
- stopWidgetEditing() - Method in class com.qoppa.pdfNotes.PDFNotesBean
-
Stops any field editing currently in progress.
- STORE_BYTE_ARRAY - Static variable in class com.qoppa.pdf.source.URLOnDemandPDFSource
-
- STORE_TEMP_FILE - Static variable in class com.qoppa.pdf.source.URLOnDemandPDFSource
-
- stringWidth(String) - Method in interface com.qoppa.pdf.annotations.WidgetText
-
- strokeShape(Shape, Paint, double, double, AffineTransform) - Method in class com.qoppa.pdfProcess.PDFPage
-
Draws the outline of a shape on this page.
- SubmitFormAction - Class in com.qoppa.pdfViewer.actions
-
Action that submits a form.
- SubmitFormAction(URL, int) - Constructor for class com.qoppa.pdfViewer.actions.SubmitFormAction
-
Constructs the action with a destination for the form and flags controlling the action.
- SubmitFormAction(URL, int, boolean) - Constructor for class com.qoppa.pdfViewer.actions.SubmitFormAction
-
Constructs the action with a destination for the form and flags controlling the action.
- SubmitFormAction(String, int) - Constructor for class com.qoppa.pdfViewer.actions.SubmitFormAction
-
Constructs the action with a destination for the form and flags controlling the action.
- SYMBOL - Static variable in class com.qoppa.pdfProcess.PDFGraphics
-