- saveDocument(String) - Method in class com.qoppa.pdfAssemble.PDFAssemble
-
Saves this document to a file.
- saveDocument(OutputStream) - Method in class com.qoppa.pdfAssemble.PDFAssemble
-
Saves this document to an output stream.
- saveDocument(String) - Method in class com.qoppa.pdfFields.PDFFields
-
Saves this document to a file.
- saveDocument(OutputStream) - Method in class com.qoppa.pdfFields.PDFFields
-
Saves this document to an output stream.
- saveDocument(OutputStream) - Method in class com.qoppa.pdfImages.PDFImages
-
Saves this document to an output stream.
- saveDocument(String) - Method in class com.qoppa.pdfImages.PDFImages
-
Saves this document to a file.
- 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.
- saveDocument(String) - Method in class com.qoppa.pdfSecure.PDFSecure
-
Saves this document to a file.
- saveDocument(OutputStream) - Method in class com.qoppa.pdfSecure.PDFSecure
-
Saves this document to an output stream.
- saveDocumentAsTIFF(String, double, String) - Method in class com.qoppa.pdfImages.PDFImages
-
Save the entire document as a multi-page TIFF image to the given file.
- saveDocumentAsTIFF(String, TIFFOptions) - Method in class com.qoppa.pdfImages.PDFImages
-
Save the entire document as a multi-page TIFF image to the given file.
- saveDocumentAsTIFF(OutputStream, TIFFOptions) - Method in class com.qoppa.pdfImages.PDFImages
-
Save the entire document as a multi-page TIFF image to an OutputStream.
- 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(int, String, int) - Method in class com.qoppa.pdfImages.PDFImages
-
Save the rendered image of the page to the given OutputStream in GIF format.
- 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(int, OutputStream, int, float) - Method in class com.qoppa.pdfImages.PDFImages
-
Save the rendered image of the page to the given OutputStream in JPEG format.
- savePageAsJPEG(int, String, int, float) - Method in class com.qoppa.pdfImages.PDFImages
-
Save the rendered image of the page to the given file in JPEG 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(int, String, JPEG2000Options) - Method in class com.qoppa.pdfImages.PDFImages
-
Render a page to an image and save it in JPEG 2000 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(int, OutputStream, int) - Method in class com.qoppa.pdfImages.PDFImages
-
Save the rendered image of the page to the given OutputStream in PNG format.
- savePageAsPNG(int, String, int) - Method in class com.qoppa.pdfImages.PDFImages
-
Save the rendered image of the page to the given OutputStream in PNG 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(int, String, TIFFOptions) - Method in class com.qoppa.pdfImages.PDFImages
-
Render a page to an image and save it in TIFF format.
- savePageAsTIFF(int, OutputStream, TIFFOptions) - Method in class com.qoppa.pdfImages.PDFImages
-
Render a page to an image and save it in TIFF 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.
- 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.
- 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.
- 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.
- 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.pdfAssemble.PDFAssemble
-
Method to unlock the production version of the library.
- setAppletKey(String, Applet) - Static method in class com.qoppa.pdfFields.PDFFields
-
Method to unlock the production version of the library.
- setAppletKey(String, Applet) - Static method in class com.qoppa.pdfImages.PDFImages
-
Method to unlock the production version of the library.
- setAppletKey(String, Applet) - Static method in class com.qoppa.pdfPrint.PDFPrint
-
Method to unlock the production version of the library.
- setAppletKey(String, Applet) - Static method in class com.qoppa.pdfSecure.PDFSecure
-
Method to unlock the production version of the library.
- setAppletKey(String, Applet) - Static method in class com.qoppa.pdfText.PDFText
-
Method to unlock the production version of the library.
- 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.
- 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.
- 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
-
- 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.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.
- 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.
- 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.
- 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'.
- 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.
- setDefaultState(int) - Method in class com.qoppa.pdf.Layer
-
Sets the default state for this layer.
- 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.
- 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.
- setDocumentTimestamp(boolean) - Method in class com.qoppa.pdf.SignatureValidity
-
Set the document timestamp flag.
- 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.
- 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.
- 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.
- 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.
- 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
- setFromXML(String) - Static method in class com.qoppa.pdf.PrintDefaults
-
This method sets the print default attributes with properly formatted
String
xml element.
- setGrayscale(boolean) - Method in class com.qoppa.pdf.TIFFOptions
-
Sets the grayscale flag.
- setHidden(boolean) - Method in interface com.qoppa.pdf.annotations.Annotation
-
Sets this Annotation's HIDDEN flag.
- setHidden(boolean) - Method in interface com.qoppa.pdf.annotations.Widget
-
- setHidden(boolean) - Method in interface com.qoppa.pdf.form.FormField
-
Sets the HIDDEN flag.
- setHideMenubar(boolean) - Method in interface com.qoppa.pdf.DocumentViewPrefs
-
Sets the Hide Menubar viewer preference in the document.
- setHideToolbar(boolean) - Method in interface com.qoppa.pdf.DocumentViewPrefs
-
Sets the Hide Toolbar viewer preference in the document.
- setHideWindowUI(boolean) - Method in interface com.qoppa.pdf.DocumentViewPrefs
-
Sets the Hide Window UI viewer preference in the document.
- setHighlightMode(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
-
- 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) - 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.
- setInitialOpen(boolean) - Method in interface com.qoppa.pdf.annotations.Text
-
Sets the initial open flag.
- setInitialPage(int, String) - Method in class com.qoppa.pdfAssemble.PDFAssemble
-
Sets the initial page and scale to use when this document is opened with a PDF viewer.
- 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.
- setInitialPageLayout(String) - Method in class com.qoppa.pdfAssemble.PDFAssemble
-
Changes the value of the page layout key for this document.
- setInitialPageMode(String) - Method in class com.qoppa.pdfAssemble.PDFAssemble
-
Changes the value of the page mode viewer preference in the document.
- 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.
- setInvisible(boolean) - Method in interface com.qoppa.pdf.annotations.Annotation
-
Sets the value of the INVISIBLE flag.
- 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.pdfAssemble.PDFAssemble
-
Method to unlock the production version of the library.
- setKey(String) - Static method in class com.qoppa.pdfFields.PDFFields
-
Method to unlock the production version of the library.
- setKey(String) - Static method in class com.qoppa.pdfImages.PDFImages
-
Method to unlock the production version of the library.
- setKey(String) - Static method in class com.qoppa.pdfPrint.PDFPrint
-
Method to unlock the production version of the library.
- 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.pdfSecure.PDFSecure
-
Method to unlock the production version of the library.
- setKey(String) - Static method in class com.qoppa.pdfText.PDFText
-
Method to unlock the production version of the library.
- 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.
- 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.
- setLocation(String) - Method in class com.qoppa.pdf.SigningInformation
-
Sets the location to be used in the signature.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- setOverlayTextAlignment(int) - Method in interface com.qoppa.pdf.annotations.Redaction
-
Sets the overlay text alignment.
- setOverlayTextColor(Color) - Method in interface com.qoppa.pdf.annotations.Redaction
-
Sets the overlay text color.
- setOverlayTextRepeats(boolean) - Method in interface com.qoppa.pdf.annotations.Redaction
-
Sets the flag to determine if the overlay text should repeat.
- 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.
- setPageMode(String) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Changes the value of the page mode viewer preference in the document.
- 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.
- setPassword(String) - Method in class com.qoppa.pdf.TimestampServer
-
Set the password.
- setPasswordPermissions(String, String, PasswordPermissions, String, int) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Sets the security for this document.
- setPasswordPermissions(String, String, PasswordPermissions, String, int) - Method in class com.qoppa.pdfSecure.PDFSecure
-
Sets the security for this document.
- setPDFFileVersion(int, int) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Set the PDF file version.
- setPDFFileVersion(int, int) - Method in class com.qoppa.pdfSecure.PDFSecure
-
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.
- 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.pdfPrint.PDFPrint
-
Set the PrintSettings used when printing this document while using the class as a Printable
(rather than calling one of the print methods).
- setPrintSettings(PrintSettings) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Set the PrintSettings to be used on the next printout.
- 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.
- 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.
- 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.
- setRequired(boolean) - Method in interface com.qoppa.pdf.form.FormField
-
Sets the value of the 'Required' flag.
- setRichContents(String) - Method in interface com.qoppa.pdf.annotations.FreeText
-
Sets the rich contents for this annotation.
- setRichValue(String) - Method in interface com.qoppa.pdf.form.TextField
-
Sets the rich value for this text field if rich text is enabled.
- 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.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.
- setRowsPerStrip(int) - Method in class com.qoppa.pdf.TIFFOptions
-
Sets the number of rows per strip to use when writing the TIFF file.
- setRunInfo(Hashtable<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.
- 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.CompareOptions
-
Sets the X scale value used to position the PDF content.
- setScaleY(double) - Method in class com.qoppa.pdf.CompareOptions
-
Sets the Y scale value used to position the PDF content.
- setSectorSize(int) - Method in class com.qoppa.pdf.source.URLOnDemandPDFSource
-
Set the sector size to use when reading the PDF.
- setSecurity(String, String, PasswordPermissions, String, int) - Method in class com.qoppa.pdfSecure.PDFSecure
-
- 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.
- setShowBorder(boolean) - Method in interface com.qoppa.pdf.annotations.RubberStamp
-
Set whether a text stamp should have a border around the text.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- setTransform(AffineTransform) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Sets the Transform in the Graphics2D context.
- 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.
- setUseBackground(boolean) - Method in class com.qoppa.pdf.TextToPDFSettings
-
Sets the use background tag for the PDF file.
- 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;
- 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.
- setVisible(boolean) - Method in class com.qoppa.pdf.Layer
-
Sets the visibility for this layer.
- 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.pdfImages.PDFImages
-
Sets the watermark on the PDFImages document.
- setWatermark(IWatermark) - Method in class com.qoppa.pdfPrint.PDFPrint
-
Sets the watermark on the PDFPrint document.
- setWatermark(IWatermark) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Sets the watermark on the PDF document.
- 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.
- 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.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.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.
- 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.
- 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.
- showPopup(int, int) - Method in interface com.qoppa.pdf.annotations.AnnotationComponent
-
Shows the popup window for the annotation that contains the text
contents.
- SignatureAppearance - Class in com.qoppa.pdf
-
This class provides functionality to customize the appearance of a visible
signature when a document is signed.
- SignatureAppearance() - Constructor for class com.qoppa.pdf.SignatureAppearance
-
Default constructor
- SignatureAppearance(String) - Constructor for class com.qoppa.pdf.SignatureAppearance
-
This constructor creates a SignatureAppearance
from a
properly formatted XML string.
- SignatureField - Interface in com.qoppa.pdf.form
-
SignatureField
holds a signature field.
- 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.
- 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, SigningInformation) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Signs this document using the given signature field.
- signDocument(SignatureField, SigningInformation) - Method in class com.qoppa.pdfSecure.PDFSecure
-
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
- 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.
- Span - Class in com.qoppa.pdfProcess.content
-
A span of text where all characters have a single attribute in common.
- Square - Interface in com.qoppa.pdf.annotations
-
Interface representing a Square annotation in a PDF document.
- 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.
- 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
-