- 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 GIF 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.
- savePageAsJPEG2000(OutputStream, int, float) - Method in class com.qoppa.pdfProcess.PDFPage
-
Render the page as an image and save it to the output stream in JPEG2000 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.
- SecurityPanel - Interface in com.qoppa.pdfViewer.panels
-
Interface to the panel that shows the permissions in the current document.
- 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
-
- Sequence(int, Vector<Layer>) - Constructor for class com.qoppa.pdf.actions.SetOCGState.Sequence
-
Constructs a Sequence object with a list of layers and the action to do on those layers.
- setActions(List<? extends Action>) - Method in interface com.qoppa.pdf.annotations.Annotation
-
Sets this annotation's actions.
- setActions(Vector<Action>) - Method in interface com.qoppa.pdf.Bookmark
-
Sets the list of actions for this Bookmark.
- setActive(boolean) - Method in class com.qoppa.pdfEditor.contextmenus.BookmarkContextMenu
-
- setActive(boolean) - Method in class com.qoppa.pdfEditor.contextmenus.ContentEditContextMenu
-
- setActive(boolean) - Method in class com.qoppa.pdfNotes.contextmenus.AnnotationContextMenu
-
- setActive(boolean) - Method in class com.qoppa.pdfNotes.contextmenus.ThumbnailContextMenu
-
- setActive(boolean) - Method in class com.qoppa.pdfViewer.contextmenus.PageViewContextMenu
-
- setActive(boolean) - Method in class com.qoppa.pdfViewer.contextmenus.SignatureContextMenu
-
- setActive(boolean) - Method in class com.qoppa.pdfViewer.contextmenus.TextSelectionContextMenu
-
- 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
-
Sets the horizontal alignment of the text.
- setAlignVertical(int) - Method in interface com.qoppa.pdf.annotations.FreeText
-
Sets the vertical alignment of the text.
- 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.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.
- setAuthorTitle(String) - Method in class com.qoppa.pdf.DocumentInfo
-
Set the document's author-title.
- setAutoScale(boolean) - Method in class com.qoppa.pdf.ResizePageOptions
-
Sets the option to scale the page contents to fit inside the new media
box.
- 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.
- setBackgroundColor(Color) - Method in class com.qoppa.pdfEditor.outputpreview.OutputPreviewOptions
-
Sets the background color used in the output preview.
- 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
-
Sets the border color.
- setBorderColor(Color) - Method in interface com.qoppa.pdf.annotations.Widget
-
- setBorderEffect(String, double) - Method in interface com.qoppa.pdf.annotations.Polygon
-
- setBorderRect(Rectangle2D.Double) - Method in interface com.qoppa.pdf.annotations.FreeText
-
Sets the border rectangle.
- setBorderStyle(char) - Method in interface com.qoppa.pdf.annotations.Annotation
-
Sets the annotation's border style.
- 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
-
- setCenter(boolean) - Method in class com.qoppa.pdf.ResizePageOptions
-
Sets the option to center the page contents in the new media box.
- 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.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.FontSettings
-
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.pdf.CompareOptions
-
Sets the color for the CompareOptions to be used when converting the PDF
content.
- 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.content.Span
-
Change the text fill color of the entire Span.
- setColor(Color, int, int) - Method in class com.qoppa.pdfProcess.content.Span
-
Change the text fill color of a subset of the Span.
- 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.
- setColorSpaceName(String) - Method in class com.qoppa.pdfEditor.outputpreview.OutputPreviewOptions
-
Set the name of the ColorSpace to use in the output preview.
- 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.
- setCommentsDateFormat(DateFormat) - Static method in class com.qoppa.pdfNotes.settings.AnnotationTools
-
Sets the date format to use when displaying the modified date for annotations.
- setCommentsPanelStandardIconSize(String) - Static method in class com.qoppa.pdfViewer.IconSettings
-
Sets the default icon size to use in the comments panel in PDFViewerBean
when in standard mode.
The size should be of format "32x32", or for convenience, you can use one of the following constants
IconSettings.SMALL: 16x16 icons
IconSettings.MEDIUM: 24x24 icons
IconSettings.LARGE: 32x32 icons
IconSettings.XLARGE: 48x48 icons
- setCommentsPanelTouchIconSize(String) - Static method in class com.qoppa.pdfViewer.IconSettings
-
Sets the default icon size to use in the comments panel in PDFViewerBean
when in Touch Mode.
The size should be of format "32x32", or for convenience, you can use one of the following constants
IconSettings.SMALL: 16x16 icons
IconSettings.MEDIUM: 24x24 icons
IconSettings.LARGE: 32x32 icons
IconSettings.XLARGE: 48x48 icons
- 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.pdf.settings.ImageCompression
-
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.
- setCopyrightInfoURL(String) - Method in class com.qoppa.pdf.DocumentInfo
-
Set the document's copyright info url.
- setCopyrightNotice(String) - Method in class com.qoppa.pdf.DocumentInfo
-
Set the document's copyright notice.
- setCopyrightStatus(String) - Method in class com.qoppa.pdf.DocumentInfo
-
Set the document's copyrights status.
- setCorporation(String) - Method in interface com.qoppa.pdf.IdentityProperties
-
Sets the corporation name that the user has entered.
- setCreateLinksFromURLs(boolean) - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
PDFViewerBean
will search through the page and create links
from URL's in the PDF content.
- 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.
- setCtrlDragCopyAnnotationsEnabled(boolean) - Static method in class com.qoppa.pdfNotes.settings.AnnotationTools
-
Sets a flag to indicate whether ctrl+dragging annotations results
in copying those annotations.
- 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.
- setDefaultBorderStyle(char) - Static method in class com.qoppa.pdfNotes.settings.LinkTool
-
Sets the default border style used when new annotations are created.
- 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.
- setDefaultFontName(String) - Static method in class com.qoppa.pdfNotes.settings.CalloutTool
-
Sets the name of the default font.
- setDefaultFontName(String) - Static method in class com.qoppa.pdfNotes.settings.FreeTextTool
-
Sets the name of the default font.
- setDefaultFontName(String) - Static method in class com.qoppa.pdfNotes.settings.TypewriterTool
-
Sets the name of the default font.
- setDefaultFontSize(float) - Static method in class com.qoppa.pdfNotes.settings.CalloutTool
-
Sets the point size of the default font.
- setDefaultFontSize(float) - Static method in class com.qoppa.pdfNotes.settings.FreeTextTool
-
Sets the point size of the default font.
- setDefaultFontSize(float) - Static method in class com.qoppa.pdfNotes.settings.TypewriterTool
-
Sets the point size of the default font.
- setDefaultHighlightColor(Color) - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
-
Sets the default highlight color.
- setDefaultHighlightMode(String) - Static method in class com.qoppa.pdfNotes.settings.LinkTool
-
Sets the annotation's highlighting mode, the visual effect to be used
when the mouse button is pressed or held down inside its active area.
- 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.
- setDefaultIconName(String) - Static method in class com.qoppa.pdfNotes.settings.StickyNoteTool
-
Sets the default name of the icon for this annotation.
- 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
- setDefaultLineEndStyle(String) - Static method in class com.qoppa.pdfNotes.settings.PolylineTool
-
Sets the default line end style when creating new polyline annotations.
- 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
- setDefaultLineStartStyle(String) - Static method in class com.qoppa.pdfNotes.settings.PolylineTool
-
Sets the default line start style when creating new polyline annotations.
- 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.DimensionTool
-
Sets the default scale display units to use when creating new measurements.
- setDefaultScaleDisplayUnitsY(String) - Static method in class com.qoppa.pdfNotes.settings.DimensionTool
-
Sets the default scale display units for vertical scaling to use when creating new measurements.
- setDefaultScaleDisplayValue(String) - Static method in class com.qoppa.pdfNotes.settings.DimensionTool
-
Sets the default scale display value to use when creating new measurements.
- setDefaultScaleDisplayValueY(String) - Static method in class com.qoppa.pdfNotes.settings.DimensionTool
-
Sets the default scale display value units for vertical scaling to use when creating new measurements.
- setDefaultScalePageUnits(String) - Static method in class com.qoppa.pdfNotes.settings.DimensionTool
-
Sets the default scale page units to use when creating new measurements.
- setDefaultScalePageUnitsY(String) - Static method in class com.qoppa.pdfNotes.settings.DimensionTool
-
Sets the default scale page units units for vertical scaling to use when creating new measurements.
- setDefaultScalePageValue(String) - Static method in class com.qoppa.pdfNotes.settings.DimensionTool
-
Sets the default scale page value to use when creating new measurements.
- setDefaultScalePageValueY(String) - Static method in class com.qoppa.pdfNotes.settings.DimensionTool
-
Sets the default scale page value units for vertical scaling to use when creating new measurements.
- setDefaultScalePrecision(String) - Static method in class com.qoppa.pdfNotes.settings.DimensionTool
-
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.
- setDefaultState(int) - Method in class com.qoppa.pdf.Layer
-
Sets the default state for this layer.
- setDefaultStrikethrough(boolean) - Static method in class com.qoppa.pdfNotes.settings.CalloutTool
-
Sets the default strikethrough value that is used when new annotations are created.
- setDefaultStrikethrough(boolean) - Static method in class com.qoppa.pdfNotes.settings.FreeTextTool
-
Sets the default strikethrough value that is used when new annotations are created.
- setDefaultStrikethrough(boolean) - Static method in class com.qoppa.pdfNotes.settings.TypewriterTool
-
Sets the default strikethrough value that is used when new annotations are created.
- 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.CalloutTool
-
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.FreeTextTool
-
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.SoundTool
-
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.
- setDefaultTransparency(int) - Static method in class com.qoppa.pdfNotes.settings.TypewriterTool
-
Sets the default transparency values when new annotations are created.
- setDefaultUnderline(boolean) - Static method in class com.qoppa.pdfNotes.settings.CalloutTool
-
Sets the default underline value that is used when new annotations are created.
- setDefaultUnderline(boolean) - Static method in class com.qoppa.pdfNotes.settings.FreeTextTool
-
Sets the default underline value that is used when new annotations are created.
- setDefaultUnderline(boolean) - Static method in class com.qoppa.pdfNotes.settings.TypewriterTool
-
Sets the default underline value that is used 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.
- setDescriptionWriter(String) - Method in class com.qoppa.pdf.DocumentInfo
-
Set the document's description writer.
- setDeskew(boolean) - Method in class com.qoppa.ocr.OCROptions
-
Sets the flag to deskew the image before performing OCR.
- setDestinationName(String) - Method in class com.qoppa.pdf.actions.GotoPageAction
-
Set the destination name this action should go to
- setDestinationName(String) - Method in class com.qoppa.pdf.actions.GotoPageRemoteAction
-
Set the destination name this action should go to
- setDirection(String) - Method in interface com.qoppa.pdf.DocumentViewPrefs
-
Sets the Direction viewer preference in the document.
- setDiscardInvisibleText(boolean) - Method in class com.qoppa.ocr.OCROptions
-
Sets the flag to discard invisible text in the document before performing
OCR.
- 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.
- setDocReconstructed(boolean) - Method in class com.qoppa.pdf.SignatureValidity
-
Sets the value of the document reconstructed flag.
- 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.
- setDocumentTimestamp(boolean) - Method in class com.qoppa.pdf.SignatureValidity
-
Set the document timestamp flag.
- setDrawOverlappingAnnotationsEnabled(boolean) - Static method in class com.qoppa.pdfNotes.settings.AnnotationTools
-
Sets a flag to indicate whether overlapping annotations should be allowed
when drawing annotations.
- setDropShadow(boolean) - Method in interface com.qoppa.pdf.annotations.RubberStamp
-
Set whether a text stamp should have a shadow behind the text.
- setDuplex(String) - Method in interface com.qoppa.pdf.DocumentViewPrefs
-
Sets the Duplex viewer preference in the document.
- setEmail(String) - Method in interface com.qoppa.pdf.IdentityProperties
-
Sets the email address that the user has entered.
- setEmailHandler(IEmailHandler) - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
The host application can provide email handling functionality by setting a handler using the IEmailHandler interface.
- 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
.
- setEnforceDocMDPPermissions(boolean) - Static method in class com.qoppa.pdf.permissions.AllPDFPermissions
-
Sets the flag to enforce or ignore DocMDP permissions.
- setEnforceSignaturePermissions(boolean) - Static method in class com.qoppa.pdf.permissions.AllPDFPermissions
-
Sets the flag to enforce or ignore signature permissions.
- setEnhanceThinLines(boolean) - Static method in class com.qoppa.pdf.PDFRenderHints
-
Sets the value of the enhance thin lines flag.
- setErrorHandling(int) - Static method in class com.qoppa.pdf.errors.PDFErrorHandling
-
- 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.permissions.PasswordPermissions
-
Sets the permission to extract text and graphics.
- 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(FormField) - 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<FormField>) - Method in class com.qoppa.pdf.actions.HideShowAction
-
Set the fields for this action.
- setFields(List<String>) - Method in class com.qoppa.pdf.actions.ResetForm
-
Set the List of field names.
- setFields(List<String>) - Method in class com.qoppa.pdf.actions.SubmitFormAction
-
Sets the List of field names 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.
- setFillColor(Color) - Method in interface com.qoppa.pdf.annotations.Redaction
-
Sets the annotation's fill color.
- 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.permissions.PasswordPermissions
-
Sets the permission to fill form fields and sign the document.
- setFitToMedia(boolean) - Method in class com.qoppa.pdf.ResizePageOptions
-
If true then the page's crop box will be set equal to the page's media
box, otherwise the crop box will have the same margins as before
resizing.
- setFitWindow(boolean) - Method in interface com.qoppa.pdf.DocumentViewPrefs
-
Sets the Fit Window viewer preference in the document.
- setFlags(int) - Method in class com.qoppa.pdf.actions.ResetForm
-
Sets the flags.
- 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.
- 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 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.
- setFontSize(float) - Method in interface com.qoppa.pdf.annotations.RubberStamp
-
Sets the font size of the text of the stamp
* @param textSize size for the text of the stamp
- 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.pdf.PrintDefaults
-
This method sets the print default attributes with properly formatted
String
xml element.
- 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.IconSettings
-
This method sets the default IconSettings properties with a
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.
- setHighlight(boolean) - Method in interface com.qoppa.pdfViewer.panels.BookmarkPanel
-
Enable highlighting of the current bookmark.
- setHighlightMode(String) - Method in interface com.qoppa.pdf.annotations.Link
-
Sets the annotation's highlighting mode, the visual effect to be used
when the mouse button is pressed or held down inside its active area.
- 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
-
- 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
-
Sets the name of the icon for this annotation.
- setIdentityProperties(IdentityProperties) - Static method in class com.qoppa.pdf.JavaScriptSettings
-
Sets a static object that identifies the current user of the application.
- setIgnoreLineWeights(boolean) - Static method in class com.qoppa.pdf.PDFRenderHints
-
Sets the value of the ignore line weights flag.
- 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.
- setImageCompression(ImageCompression) - Static method in class com.qoppa.pdfNotes.settings.RubberStampTool
-
Sets the default image compression when new Stamps are created.
- setImageCompression(ImageCompression) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Sets the image compression settings.
- 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.
- setImageOpacity(float) - Method in class com.qoppa.pdf.SignatureAppearance
-
Sets the image opacity value to use when drawing the image on the
SignatureField
.
- setImagePaintingMemoryMB(int) - Static method in class com.qoppa.pdf.PDFRenderHints
-
Sets the amount of memory used when painting images, in megabytes, i.e.
- setImagePosition(int) - Method in class com.qoppa.pdf.SignatureAppearance
-
Sets the horizontal position of the image.
- 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, String) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Sets the initial page and scale to use when this document is opened with a PDF viewer.
- 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.pdf.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.
- setJustification(int) - Method in interface com.qoppa.pdf.annotations.RubberStamp
-
Sets the text justification for this stamp.
- 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.
- setLayerName(String) - Method in class com.qoppa.pdf.CompareOptions
-
Sets the layer name of the CompareOptions.
- setLeftDividerLocation(int) - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
Sets the location, in pixels, of the left divider.
- 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
-
- setLineEndStyle(String) - Method in interface com.qoppa.pdf.annotations.Polyline
-
Sets the polyline end style.
- setLineStartStyle(String) - Method in interface com.qoppa.pdf.annotations.Line
-
- setLineStartStyle(String) - Method in interface com.qoppa.pdf.annotations.Polyline
-
Sets the polyline start style.
- 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.
- setLock(boolean) - Method in class com.qoppa.pdf.SigningInformation
-
Set the lock to true to lock fields when the signature is applied.
- setLocked(boolean) - Method in interface com.qoppa.pdf.annotations.Annotation
-
Sets the value of the LOCKED flag.
- setLocked(boolean) - Method in class com.qoppa.pdf.Layer
-
Sets the locked state of the layer.
- setLockedContents(boolean) - Method in interface com.qoppa.pdf.annotations.Annotation
-
Sets the value of the LOCKEDCONTENTS flag.
- setMagnification(String) - Method in class com.qoppa.pdfViewer.InitialViewSettings
-
Sets the magnification property used by the PDFViewerBean
when a document is loaded.
- setMailDocWarn(boolean) - Static method in class com.qoppa.pdf.JavaScriptSettings
-
Set to true to warn/ask the user before emailing the document when mailDoc() is called.
- 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
-
- setMediaBox(Rectangle2D) - Method in class com.qoppa.pdf.ResizePageOptions
-
Sets the new media box for the PDFPage.
- 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.
- setMiniToolbarEnabled(boolean) - Static method in class com.qoppa.pdfNotes.settings.AnnotationTools
-
Sets a flag to indicate whether to show a functional mini-toolbar under
comments when they are selected on the page.
- setModified(boolean) - Method in class com.qoppa.pdf.actions.TriggerActions
-
Set the modified status of TriggerActions
- setModified(boolean) - Method in interface com.qoppa.pdf.annotations.GestureList
-
Explicitly flag this gesture list as modified.
- setModified(boolean) - Method in class com.qoppa.pdf.annotations.Vertices
-
Sets the modified flag.
- setModified(boolean) - Method in class com.qoppa.pdfNotes.PDFNotesBean
-
Flag this document as modified.
- 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
-
- 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.
- setName(String) - Method in interface com.qoppa.pdf.IdentityProperties
-
Sets the user name that the user entered.
- setName(String) - Method in class com.qoppa.pdf.Layer
-
Sets the name of this layer.
- setNewWindow(boolean) - Method in class com.qoppa.pdf.actions.GotoPageRemoteAction
-
- setNewWindow(int) - Method in class com.qoppa.pdf.actions.GotoPageRemoteAction
-
A flag specifying whether to open the destination document in a new
window.
- setNewWindow(boolean) - Method in class com.qoppa.pdf.actions.LaunchAction
-
- setNewWindow(int) - Method in class com.qoppa.pdf.actions.LaunchAction
-
A flag specifying whether to open the destination document in a new
window.
- setNextAction(Action) - Method in class com.qoppa.pdf.actions.Action
-
Sets the next Action to be performed after this Action.
- 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.pdf.actions
-
Action that changes an optional content group's (layer) visibility.
- SetOCGState(Vector<SetOCGState.Sequence>) - Constructor for class com.qoppa.pdf.actions.SetOCGState
-
Constructs a SetOCGState action with a sequence list.
- SetOCGState.Sequence - Class in com.qoppa.pdf.actions
-
Class that contains a list of layers and an action for that list.
- 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<String>, Vector<String>) - 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, Color) - Method in class com.qoppa.pdfEditor.PDFEditorBean
-
This method will set the output color space that jPDFEditor should render to.
- setOverlayFont(String, float) - Method in interface com.qoppa.pdf.annotations.Redaction
-
Sets the name and point size of the overlay text Font.
- setOverlayText(String) - Method in interface com.qoppa.pdf.annotations.Redaction
-
Sets the text string specifying the overlay text that should be drawn over the
redacted region.
- 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) - Method in interface com.qoppa.pdf.annotations.Redaction
-
Sets the overlay text alignment.
- 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) - Method in interface com.qoppa.pdf.annotations.Redaction
-
Sets the overlay text color.
- 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.
- setOverlayTextRepeats(boolean) - Method in interface com.qoppa.pdf.annotations.Redaction
-
Sets the flag to determine if the overlay text should repeat.
- 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.
- setPageLabels(int[], String, String, int) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Sets a page label to identify each page visually on the screen or in
print.
- 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(int) - Method in class com.qoppa.pdfNotes.PDFNotesBean
-
- 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.
- setPDFFont(String, float) - Method in interface com.qoppa.pdf.annotations.FreeText
-
Sets the name and point size of the PDF Font.
- 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.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.
- setPrintableRectangle(int, Rectangle2D) - Method in class com.qoppa.pdf.PrintSettings
-
Sets the area to print.
- 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.
- setPrintFormFields(boolean) - Method in class com.qoppa.pdf.PrintSettings
-
Sets the value of the print form fields flag.
- setPrintFormsOnly(boolean) - Method in class com.qoppa.pdf.PrintSettings
-
- setPrintHighResAllowed(boolean) - Method in class com.qoppa.pdf.permissions.PasswordPermissions
-
Sets the permission to print the document at high resolution.
- setPrintPageContents(boolean) - Method in class com.qoppa.pdf.PrintSettings
-
Sets the value of the print page contents flag.
- 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.
- setQoppaPrintDialog(boolean) - Method in class com.qoppa.pdf.PrintSettings
-
Sets the value of the Qoppa print dialog flag.
- setQuadList(Vector<Point2D[]>) - Method in interface com.qoppa.pdf.annotations.TextMarkup
-
Sets the list of quadrilaterals that compose this annotation.
- setQuality(float) - Method in class com.qoppa.pdf.settings.ImageCompression
-
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.
- setRichContents(String) - Method in interface com.qoppa.pdf.annotations.FreeText
-
Sets the rich contents for this annotation.
- setRichTextEditable(boolean) - Method in interface com.qoppa.pdfNotes.IAnnotationManagerNotes
-
Set the flag to allow setting text styles using the annotation context menu and shortcut keys.
- setRichValue(String) - Method in interface com.qoppa.pdf.form.TextField
-
Sets the rich value for this text field if rich text is enabled.
- setRightDividerLocation(int) - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
Sets the location, in pixels, of the right divider.
- setRightSplitOpen(boolean) - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
Opens or closes the right split window depending on the parameter.
- setRightSplitPolicy(int) - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
Sets the viewer's right split window policy.
- setRightSplitVisible(boolean) - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
Method to show or hide the right split pane functionality.
- setRotatePages(boolean) - Method in class com.qoppa.ocr.OCROptions
-
Sets the flag to rotate the page to match the rotation of the text
- setRotation(int) - Method in interface com.qoppa.pdf.annotations.FreeText
-
Sets the rotation.
- setRotation(int) - Method in interface com.qoppa.pdf.annotations.RubberStamp
-
Sets the rotation of the stamp on the page in degrees such as 45, 90, etc...
- setRotation(double) - Method in class com.qoppa.pdf.compare.CompareOverlayOptions
-
Sets the rotation of the overlayed document.
- setRotation(double) - Method in class com.qoppa.pdf.CompareOptions
-
Sets the rotation value used to position the PDF content.
- setRotation(double) - Method in class com.qoppa.pdf.ResizePageOptions
-
Sets the amount to rotate the page contents in radians.
- 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<String, Object>) - 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.pdf.actions.GotoPageAction
-
Sets the scale, 0..1.
- setScale(double) - Method in class com.qoppa.pdf.ResizePageOptions
-
Sets the scale to be applied to the page content.
- setScale2D(double) - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
Changes the display scale for the PDF document.
- setScaleImagesToOutput(boolean) - Method in class com.qoppa.pdf.PrintSettings
-
this method sets the value of the flag that controls whether the library resizes
images to the output size and DPI when printing, or if images are sent to the printer
in their original size, an the printer or printer driver resizes them.
In most cases, having the library rescale the image will produce better
quality, but will take more processing power to print.
- setScaleX(double) - Method in class com.qoppa.pdf.compare.CompareOverlayOptions
-
Sets the x scale of the overlayed document.
- setScaleX(double) - Method in class com.qoppa.pdf.CompareOptions
-
Sets the X scale value used to position the PDF content.
- setScaleY(double) - Method in class com.qoppa.pdf.compare.CompareOverlayOptions
-
Sets the y scale of the overlayed document.
- setScaleY(double) - Method in class com.qoppa.pdf.CompareOptions
-
Sets the Y scale value used to position the PDF content.
- 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.
- 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.DimensionTool
-
Sets a flag to indicate whether the Shift key should be simulated when
creating dimension annotations (distance, perimeter, area).
- setShowBorder(boolean) - Method in interface com.qoppa.pdf.annotations.RubberStamp
-
Set whether a text stamp should have a border around the text.
- 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.DistanceTool
-
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.
- setShowOption(int) - Static method in class com.qoppa.pdfNotes.settings.AreaHighlightTool
-
Sets the option for what this Tool should do after it creates the
annotation.
- setShowOption(int) - Static method in class com.qoppa.pdfNotes.settings.AreaTool
-
Sets the option for what this Tool should do after it creates the
annotation.
- setShowOption(int) - Static method in class com.qoppa.pdfNotes.settings.ArrowTool
-
Sets the option for what this Tool should do after it creates the
annotation.
- setShowOption(int) - Static method in class com.qoppa.pdfNotes.settings.CalloutTool
-
Sets the option for what this Tool should do after it creates the
annotation.
- setShowOption(int) - Static method in class com.qoppa.pdfNotes.settings.CaretTool
-
Sets the option for what this Tool should do after it creates the
annotation.
- setShowOption(int) - Static method in class com.qoppa.pdfNotes.settings.CircleTool
-
Sets the option for what this Tool should do after it creates the
annotation.
- setShowOption(int) - Static method in class com.qoppa.pdfNotes.settings.CloudTool
-
Sets the option for what this Tool should do after it creates the
annotation.
- setShowOption(int) - Static method in class com.qoppa.pdfNotes.settings.DistanceTool
-
Sets the option for what this Tool should do after it creates the
annotation.
- setShowOption(int) - Static method in class com.qoppa.pdfNotes.settings.FileAttachmentTool
-
Sets the option for what this Tool should do after it creates the
annotation.
- setShowOption(int) - Static method in class com.qoppa.pdfNotes.settings.FreeTextTool
-
Sets the option for what this Tool should do after it creates the
annotation.
- setShowOption(int) - Static method in class com.qoppa.pdfNotes.settings.LineTool
-
Sets the option for what this Tool should do after it creates the
annotation.
- setShowOption(int) - Static method in class com.qoppa.pdfNotes.settings.LinkTool
-
Sets the option for what this Tool should do after it creates the
annotation.
- setShowOption(int) - Static method in class com.qoppa.pdfNotes.settings.PencilTool
-
Sets the option for what this Tool should do after it creates the
annotation.
- setShowOption(int) - Static method in class com.qoppa.pdfNotes.settings.PerimeterTool
-
Sets the option for what this Tool should do after it creates the
annotation.
- setShowOption(int) - Static method in class com.qoppa.pdfNotes.settings.PolygonTool
-
Sets the option for what this Tool should do after it creates the
annotation.
- setShowOption(int) - Static method in class com.qoppa.pdfNotes.settings.PolylineTool
-
Sets the option for what this Tool should do after it creates the
annotation.
- setShowOption(int) - Static method in class com.qoppa.pdfNotes.settings.RedactionTool
-
Sets the option for what this Tool should do after it creates the
annotation.
- setShowOption(int) - Static method in class com.qoppa.pdfNotes.settings.RubberStampTool
-
Sets the option for what this Tool should do after it creates the
annotation.
- setShowOption(int) - Static method in class com.qoppa.pdfNotes.settings.SoundTool
-
Sets the option for what this Tool should do after it creates the
annotation.
- setShowOption(int) - Static method in class com.qoppa.pdfNotes.settings.SquareTool
-
Sets the option for what this Tool should do after it creates the
annotation.
- setShowOption(int) - Static method in class com.qoppa.pdfNotes.settings.StickyNoteTool
-
Sets the option for what this Tool should do after it creates the
annotation.
- setShowOption(int) - Static method in class com.qoppa.pdfNotes.settings.TypewriterTool
-
Sets the option for what this Tool should do after it creates the
annotation.
- setShowOptionCrossout(int) - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
-
Sets the option for what this Tool should do after it creates the
annotation.
- setShowOptionHighlight(int) - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
-
Sets the option for what this Tool should do after it creates the
annotation.
- setShowOptionReplacement(int) - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
-
Sets the option for what this Tool should do after it creates the
annotation.
- setShowOptionSquiggly(int) - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
-
Sets the option for what this Tool should do after it creates the
annotation.
- setShowOptionUnderline(int) - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
-
Sets the option for what this Tool should do after it creates the
annotation.
- setShowPropDialog(boolean) - Static method in class com.qoppa.pdfNotes.settings.AreaHighlightTool
-
Deprecated.
- setShowPropDialog(boolean) - Static method in class com.qoppa.pdfNotes.settings.AreaTool
-
Deprecated.
- setShowPropDialog(boolean) - Static method in class com.qoppa.pdfNotes.settings.ArrowTool
-
Deprecated.
- setShowPropDialog(boolean) - Static method in class com.qoppa.pdfNotes.settings.CalloutTool
-
Deprecated.
- setShowPropDialog(boolean) - Static method in class com.qoppa.pdfNotes.settings.CaretTool
-
Deprecated.
- setShowPropDialog(boolean) - Static method in class com.qoppa.pdfNotes.settings.CircleTool
-
Deprecated.
- setShowPropDialog(boolean) - Static method in class com.qoppa.pdfNotes.settings.CloudTool
-
Deprecated.
- setShowPropDialog(boolean) - Static method in class com.qoppa.pdfNotes.settings.DistanceTool
-
Deprecated.
- setShowPropDialog(boolean) - Static method in class com.qoppa.pdfNotes.settings.FileAttachmentTool
-
Deprecated.
- setShowPropDialog(boolean) - Static method in class com.qoppa.pdfNotes.settings.FreeTextTool
-
Deprecated.
- setShowPropDialog(boolean) - Static method in class com.qoppa.pdfNotes.settings.LineTool
-
Deprecated.
- setShowPropDialog(boolean) - Static method in class com.qoppa.pdfNotes.settings.LinkTool
-
Deprecated.
- setShowPropDialog(boolean) - Static method in class com.qoppa.pdfNotes.settings.PencilTool
-
Deprecated.
- setShowPropDialog(boolean) - Static method in class com.qoppa.pdfNotes.settings.PerimeterTool
-
Deprecated.
- setShowPropDialog(boolean) - Static method in class com.qoppa.pdfNotes.settings.PolygonTool
-
Deprecated.
- setShowPropDialog(boolean) - Static method in class com.qoppa.pdfNotes.settings.PolylineTool
-
Deprecated.
- setShowPropDialog(boolean) - Static method in class com.qoppa.pdfNotes.settings.RedactionTool
-
Deprecated.
- setShowPropDialog(boolean) - Static method in class com.qoppa.pdfNotes.settings.RubberStampTool
-
Deprecated.
- setShowPropDialog(boolean) - Static method in class com.qoppa.pdfNotes.settings.SoundTool
-
Deprecated.
- setShowPropDialog(boolean) - Static method in class com.qoppa.pdfNotes.settings.SquareTool
-
Deprecated.
- setShowPropDialog(boolean) - Static method in class com.qoppa.pdfNotes.settings.StickyNoteTool
-
Deprecated.
- setShowPropDialogCrossout(boolean) - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
-
- setShowPropDialogHighlight(boolean) - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
-
- setShowPropDialogReplacement(boolean) - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
-
- setShowPropDialogSquiggly(boolean) - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
-
- setShowPropDialogUnderline(boolean) - Static method in class com.qoppa.pdfNotes.settings.TextMarkupTools
-
- setSignatureAppearance(SignatureAppearance) - Method in class com.qoppa.pdf.SigningInformation
-
Sets the SignatureAppearance
to use when creating the
signature appearance stream.
- setSignatureFormat(int) - Method in class com.qoppa.pdf.SigningInformation
-
Set the signature format.
- setSilenceErrors(boolean) - Static method in class com.qoppa.pdf.JavaScriptSettings
-
Set to true to silence errors.
- setSimulateOverprinting(boolean) - Method in class com.qoppa.pdfEditor.outputpreview.OutputPreviewOptions
-
Set to true to simulate overprinting in the output preview.
- 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.DimensionTool
-
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.
- setStandardIconSize(String) - Static method in class com.qoppa.pdfViewer.IconSettings
-
Sets the default icon size to use on toolbars in PDFViewerBean
when in standard mode.
The size should be of format "32x32", or for convenience, you can use one of the following constants
IconSettings.SMALL: 16x16 icons
IconSettings.MEDIUM: 24x24 icons
IconSettings.LARGE: 32x32 icons
IconSettings.XLARGE: 48x48 icons
- setStrikethroughStyleVisible(boolean) - Static method in class com.qoppa.pdfNotes.AnnotPropsToolbarVisibilitySettings
-
Sets the default visibility for the strikethrough button.
- 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.
- setSubFontFamilyList(List<String>) - Static method in class com.qoppa.pdf.FontSettings
-
Set ordered list of substitute font families.
- 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.
- setSubmitFormWarn(boolean) - Static method in class com.qoppa.pdf.JavaScriptSettings
-
Set to true to warn/ask the user before connecting to a URL and submitting the form when submitForm() is called.
- 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
-
Sets the color of the text.
- 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.annotations.RubberStamp
-
Sets the text style of the stamp.
- setTextStyle(int) - Method in interface com.qoppa.pdf.Bookmark
-
Sets the text style to use when displaying this bookmark.
- setThrowParseException(boolean) - Static method in class com.qoppa.pdf.errors.PDFErrorHandling
-
When the flag is set to true, the library will throw an exception if there is an error parsing the contents of a page.
- 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.
- setTouchEnabled(boolean) - Method in interface com.qoppa.pdfViewer.panels.PDFPanel
-
Sets Touch Mode enabled/disabled which causes some UI changes that
can be helpful (eg.
- setTouchEnabled(boolean) - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
Turn touch mode on or off.
- setTouchIconSize(String) - Static method in class com.qoppa.pdfViewer.IconSettings
-
Sets the default icon size to use on toolbars in PDFViewerBean
when in Touch Mode.
The size should be of format "32x32", or for convenience, you can use one of the following constants:
IconSettings.SMALL: 16x16 icons
IconSettings.MEDIUM: 24x24 icons
IconSettings.LARGE: 32x32 icons
IconSettings.XLARGE: 48x48 icons
- 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.
- setTspAlgorithm(ASN1ObjectIdentifier) - Method in class com.qoppa.pdf.TimestampServer
-
Set the timestamp server algorithm.
- 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.
- setUnderlineStyleVisibility(boolean) - Static method in class com.qoppa.pdfNotes.AnnotPropsToolbarVisibilitySettings
-
Sets the default visibility for the underline button.
- 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.
- setUseBackgroundColor(boolean) - Method in class com.qoppa.pdfEditor.outputpreview.OutputPreviewOptions
-
Set to true to show the background color in the output preview.
- setUseFill(boolean) - Static method in class com.qoppa.pdfNotes.settings.RedactionTool
-
Sets whether to use the default fill color.
- setUseIconsOnTabButtons(boolean) - Static method in class com.qoppa.pdfViewer.IconSettings
-
Toggle whether tab buttons should be representing by icons or text
- setUseOverlay(boolean) - Static method in class com.qoppa.pdfNotes.settings.RedactionTool
-
Set whether to use the overlay.
- setUserFontDirectories(List<String>) - Static method in class com.qoppa.pdf.FontSettings
-
Set user font directories used in font embedding.
- 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;
- setUseSeparateVerticalScale(boolean) - Static method in class com.qoppa.pdfNotes.settings.DimensionTool
-
Sets a flag to indicate whether separate vertical scaling should be used
when creating dimension annotations.
- setUseSubstituteFont(boolean) - Static method in class com.qoppa.pdf.FontSettings
-
Tells the rendering engine to use a substitute font when a font in the
PDF cannot be created.
- setValidByteRange(boolean) - Method in class com.qoppa.pdf.SignatureValidity
-
Sets the value of the byte range flag.
- 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.
- setValidPadesCertificate(boolean) - Method in class com.qoppa.pdf.SignatureValidity
-
Set the flag to indicate if the PAdES certificate 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<String>) - 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
-
- 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.
- setVisibleReason(boolean) - Method in class com.qoppa.pdf.SignatureAppearance
-
This sets whether or not the reason 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.pdfProcess.PDFDocument
-
Sets the watermark on the PDF document.
- setWatermark(IWatermark) - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
Sets the watermark for the PDFViewerBean.
- setWebstartKey(String) - Static method in class com.qoppa.pdfEditor.PDFEditorBean
-
Sets the product key when running from Web Start.
- setWebstartKey(String) - Static method in class com.qoppa.pdfNotes.PDFNotesBean
-
Sets the product key when running from Web Start.
- setWebstartKey(String) - Static method in class com.qoppa.pdfViewer.PDFViewerBean
-
Sets product key when running jPDFViewer in Web Start.
- 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
-
Set the width of this Caret annotation.
- setWindowHandler(IWindowHandler) - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
Set the window handler.
- setX(int) - Method in class com.qoppa.pdf.actions.GotoPageAction
-
Sets the x coordinate of the GotoPageAction.
- setX(double) - Method in class com.qoppa.pdf.compare.CompareOverlayOptions
-
Set the x offset of the overlayed document.
- setX(double) - Method in class com.qoppa.pdf.CompareOptions
-
Sets the X translate coordinate used to position the PDF content.
- 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.
- setXOffset(double) - Method in class com.qoppa.pdf.ResizePageOptions
-
Sets the x offset of the page contents.
- 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(int) - Method in class com.qoppa.pdf.actions.GotoPageAction
-
Sets the y coordinate of the GotoPageAction.
- setY(double) - Method in class com.qoppa.pdf.compare.CompareOverlayOptions
-
Set the y offset of the overlayed document.
- setY(double) - Method in class com.qoppa.pdf.CompareOptions
-
Sets the Y translate coordinate used to position the PDF content.
- setY1(double) - Method in interface com.qoppa.pdf.annotations.Line
-
- setY2(double) - Method in interface com.qoppa.pdf.annotations.Line
-
- setYOffset(double) - Method in class com.qoppa.pdf.ResizePageOptions
-
Sets the y offset of the page contents.
- setZoomMode(int) - Method in class com.qoppa.pdf.actions.GotoPageAction
-
Sets the zoom mode.
- setZoomMode(int) - Method in class com.qoppa.pdf.actions.GotoPageRemoteAction
-
Sets the zoom mode.
- setZoomMode(int) - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
Sets the current zoom mode.
- setZugferdInvoice(boolean) - Method in class com.qoppa.pdf.EmbedFileOptions
-
Indicates if the embedded file is a ZUGFeRD invoice.
- 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.
- SHOW_NOTHING - Static variable in class com.qoppa.pdfNotes.settings.AreaHighlightTool
-
- SHOW_NOTHING - Static variable in class com.qoppa.pdfNotes.settings.AreaTool
-
- SHOW_NOTHING - Static variable in class com.qoppa.pdfNotes.settings.ArrowTool
-
- SHOW_NOTHING - Static variable in class com.qoppa.pdfNotes.settings.CalloutTool
-
- SHOW_NOTHING - Static variable in class com.qoppa.pdfNotes.settings.CaretTool
-
- SHOW_NOTHING - Static variable in class com.qoppa.pdfNotes.settings.CircleTool
-
- SHOW_NOTHING - Static variable in class com.qoppa.pdfNotes.settings.CloudTool
-
- SHOW_NOTHING - Static variable in class com.qoppa.pdfNotes.settings.DistanceTool
-
- SHOW_NOTHING - Static variable in class com.qoppa.pdfNotes.settings.FileAttachmentTool
-
- SHOW_NOTHING - Static variable in class com.qoppa.pdfNotes.settings.FreeTextTool
-
- SHOW_NOTHING - Static variable in class com.qoppa.pdfNotes.settings.LineTool
-
- SHOW_NOTHING - Static variable in class com.qoppa.pdfNotes.settings.LinkTool
-
- SHOW_NOTHING - Static variable in class com.qoppa.pdfNotes.settings.PencilTool
-
- SHOW_NOTHING - Static variable in class com.qoppa.pdfNotes.settings.PerimeterTool
-
- SHOW_NOTHING - Static variable in class com.qoppa.pdfNotes.settings.PolygonTool
-
- SHOW_NOTHING - Static variable in class com.qoppa.pdfNotes.settings.PolylineTool
-
- SHOW_NOTHING - Static variable in class com.qoppa.pdfNotes.settings.RedactionTool
-
- SHOW_NOTHING - Static variable in class com.qoppa.pdfNotes.settings.RubberStampTool
-
- SHOW_NOTHING - Static variable in class com.qoppa.pdfNotes.settings.SoundTool
-
- SHOW_NOTHING - Static variable in class com.qoppa.pdfNotes.settings.SquareTool
-
- SHOW_NOTHING - Static variable in class com.qoppa.pdfNotes.settings.StickyNoteTool
-
- SHOW_NOTHING - Static variable in class com.qoppa.pdfNotes.settings.TextMarkupTools
-
- SHOW_NOTHING - Static variable in class com.qoppa.pdfNotes.settings.TypewriterTool
-
- SHOW_POPUP - Static variable in class com.qoppa.pdfNotes.settings.AreaHighlightTool
-
- SHOW_POPUP - Static variable in class com.qoppa.pdfNotes.settings.AreaTool
-
- SHOW_POPUP - Static variable in class com.qoppa.pdfNotes.settings.ArrowTool
-
- SHOW_POPUP - Static variable in class com.qoppa.pdfNotes.settings.CaretTool
-
- SHOW_POPUP - Static variable in class com.qoppa.pdfNotes.settings.CircleTool
-
- SHOW_POPUP - Static variable in class com.qoppa.pdfNotes.settings.CloudTool
-
- SHOW_POPUP - Static variable in class com.qoppa.pdfNotes.settings.DistanceTool
-
- SHOW_POPUP - Static variable in class com.qoppa.pdfNotes.settings.FileAttachmentTool
-
- SHOW_POPUP - Static variable in class com.qoppa.pdfNotes.settings.LineTool
-
- SHOW_POPUP - Static variable in class com.qoppa.pdfNotes.settings.LinkTool
-
- SHOW_POPUP - Static variable in class com.qoppa.pdfNotes.settings.PencilTool
-
- SHOW_POPUP - Static variable in class com.qoppa.pdfNotes.settings.PerimeterTool
-
- SHOW_POPUP - Static variable in class com.qoppa.pdfNotes.settings.PolygonTool
-
- SHOW_POPUP - Static variable in class com.qoppa.pdfNotes.settings.PolylineTool
-
- SHOW_POPUP - Static variable in class com.qoppa.pdfNotes.settings.RedactionTool
-
- SHOW_POPUP - Static variable in class com.qoppa.pdfNotes.settings.RubberStampTool
-
- SHOW_POPUP - Static variable in class com.qoppa.pdfNotes.settings.SoundTool
-
- SHOW_POPUP - Static variable in class com.qoppa.pdfNotes.settings.SquareTool
-
- SHOW_POPUP - Static variable in class com.qoppa.pdfNotes.settings.StickyNoteTool
-
- SHOW_POPUP - Static variable in class com.qoppa.pdfNotes.settings.TextMarkupTools
-
- SHOW_PROPS_DIALOG - Static variable in class com.qoppa.pdfNotes.settings.AreaHighlightTool
-
- SHOW_PROPS_DIALOG - Static variable in class com.qoppa.pdfNotes.settings.AreaTool
-
- SHOW_PROPS_DIALOG - Static variable in class com.qoppa.pdfNotes.settings.ArrowTool
-
- SHOW_PROPS_DIALOG - Static variable in class com.qoppa.pdfNotes.settings.CalloutTool
-
- SHOW_PROPS_DIALOG - Static variable in class com.qoppa.pdfNotes.settings.CaretTool
-
- SHOW_PROPS_DIALOG - Static variable in class com.qoppa.pdfNotes.settings.CircleTool
-
- SHOW_PROPS_DIALOG - Static variable in class com.qoppa.pdfNotes.settings.CloudTool
-
- SHOW_PROPS_DIALOG - Static variable in class com.qoppa.pdfNotes.settings.DistanceTool
-
- SHOW_PROPS_DIALOG - Static variable in class com.qoppa.pdfNotes.settings.FileAttachmentTool
-
- SHOW_PROPS_DIALOG - Static variable in class com.qoppa.pdfNotes.settings.FreeTextTool
-
- SHOW_PROPS_DIALOG - Static variable in class com.qoppa.pdfNotes.settings.LineTool
-
- SHOW_PROPS_DIALOG - Static variable in class com.qoppa.pdfNotes.settings.LinkTool
-
- SHOW_PROPS_DIALOG - Static variable in class com.qoppa.pdfNotes.settings.PencilTool
-
- SHOW_PROPS_DIALOG - Static variable in class com.qoppa.pdfNotes.settings.PerimeterTool
-
- SHOW_PROPS_DIALOG - Static variable in class com.qoppa.pdfNotes.settings.PolygonTool
-
- SHOW_PROPS_DIALOG - Static variable in class com.qoppa.pdfNotes.settings.PolylineTool
-
- SHOW_PROPS_DIALOG - Static variable in class com.qoppa.pdfNotes.settings.RedactionTool
-
- SHOW_PROPS_DIALOG - Static variable in class com.qoppa.pdfNotes.settings.RubberStampTool
-
- SHOW_PROPS_DIALOG - Static variable in class com.qoppa.pdfNotes.settings.SoundTool
-
- SHOW_PROPS_DIALOG - Static variable in class com.qoppa.pdfNotes.settings.SquareTool
-
- SHOW_PROPS_DIALOG - Static variable in class com.qoppa.pdfNotes.settings.StickyNoteTool
-
- SHOW_PROPS_DIALOG - Static variable in class com.qoppa.pdfNotes.settings.TextMarkupTools
-
- SHOW_PROPS_DIALOG - Static variable in class com.qoppa.pdfNotes.settings.TypewriterTool
-
- 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.
- showDimensionDialog(boolean) - Static method in class com.qoppa.pdfNotes.settings.DimensionTool
-
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.
- showSignWarning(boolean) - Method in class com.qoppa.pdfNotes.PDFNotesBean
-
When modifying and saving a document that has a signed signature field,
PDFNotesBean
will show a warning that the signature may be
invalidated.
- 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
-
- SignaturePermissions - Class in com.qoppa.pdf.permissions
-
This class contains information regarding Signature permissions.
- SignaturePermissions(boolean, boolean) - Constructor for class com.qoppa.pdf.permissions.SignaturePermissions
-
- 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, boolean) - 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.
- SigningInformation(ContentSigner, Certificate, Certificate[]) - Constructor for class com.qoppa.pdf.SigningInformation
-
Constructs a SigningInformation object that will use an external content signer.
- SigningInformation(TimestampServer) - Constructor for class com.qoppa.pdf.SigningInformation
-
Constructs a SigningInformation object with only a TimestampServer.
- SIMPLEX - Static variable in interface com.qoppa.pdf.DocumentViewPrefs
-
Setting for the Duplex viewer preference: Print single-sided
- SMALL - Static variable in class com.qoppa.pdfViewer.IconSettings
-
- 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
-
- Span - Class in com.qoppa.pdfProcess.content
-
A span of text where all characters have a single attribute in common.
- 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.
- SPLITPOLICY_VISIBLE - Static variable in class com.qoppa.pdfViewer.PDFViewerBean
-
Show the right 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
-
- startAdvancedSearch() - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
This method starts the advanced searching process.
- startAdvancedSearch(String) - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
This method shows the advanced search dialog and tells it to search for a string.
- 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.
- startOutputPreview(List<NamedColorSpace>, OutputPreviewOptions) - Method in class com.qoppa.pdfEditor.PDFEditorBean
-
Starts Output Preview mode which allows the simulation of overprint, color spaces, and background colors.
- startSearch() - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
This method starts the searching process by providing a quick search box in the upper right corner of the bean.
- 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.
- stopOutputPreview() - Method in class com.qoppa.pdfEditor.PDFEditorBean
-
Stops Output Preview mode which allows the simulation of overprint, color spaces, and background colors.
- stopTextSelection() - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
This method stops the text selection tool and activates the "hand" tool.
- 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.pdf.actions
-
Action that submits a form.
- SubmitFormAction(URL, int) - Constructor for class com.qoppa.pdf.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.pdf.actions.SubmitFormAction
-
Constructs the action with a destination for the form and flags controlling the action.
- SubmitFormAction(String, int) - Constructor for class com.qoppa.pdf.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
-