- L2R - Static variable in interface com.qoppa.pdf.DocumentViewPrefs
-
Setting for the Direction viewer preference: Left to right
- LARGE - Static variable in class com.qoppa.pdfViewer.IconSettings
-
- LaunchAction - Class in com.qoppa.pdf.actions
-
Action that tells the viewer to go to 'launch' a
given file.
- LaunchAction(String) - Constructor for class com.qoppa.pdf.actions.LaunchAction
-
Constructs the action with the given file name.
- LaunchAction(String, int) - Constructor for class com.qoppa.pdf.actions.LaunchAction
-
Constructs the action with the given file name.
- Layer - Class in com.qoppa.pdf
-
This class represents a PDF 'Layer'.
- Layer() - Constructor for class com.qoppa.pdf.Layer
-
- LayerListener - Interface in com.qoppa.pdf
-
This interface is used to get notifications of layer's visibility changes.
- LayerPanel - Interface in com.qoppa.pdfViewer.panels
-
Interface to the panel that shows the document layers.
- LE_BUTT - Static variable in interface com.qoppa.pdf.annotations.ShapeAnnotation
-
- LE_BUTT_STR - Static variable in interface com.qoppa.pdf.annotations.ShapeAnnotation
-
- LE_CIRCLE - Static variable in interface com.qoppa.pdf.annotations.ShapeAnnotation
-
- LE_CIRCLE_STR - Static variable in interface com.qoppa.pdf.annotations.ShapeAnnotation
-
- LE_CLOSEDARROW - Static variable in interface com.qoppa.pdf.annotations.ShapeAnnotation
-
- LE_CLOSEDARROW_STR - Static variable in interface com.qoppa.pdf.annotations.ShapeAnnotation
-
- LE_DIAMOND - Static variable in interface com.qoppa.pdf.annotations.ShapeAnnotation
-
- LE_DIAMOND_STR - Static variable in interface com.qoppa.pdf.annotations.ShapeAnnotation
-
- LE_NONE - Static variable in interface com.qoppa.pdf.annotations.ShapeAnnotation
-
- LE_NONE_STR - Static variable in interface com.qoppa.pdf.annotations.ShapeAnnotation
-
- LE_OPENARROW - Static variable in interface com.qoppa.pdf.annotations.ShapeAnnotation
-
- LE_OPENARROW_STR - Static variable in interface com.qoppa.pdf.annotations.ShapeAnnotation
-
- LE_REVERSE_CLOSED_ARROW - Static variable in interface com.qoppa.pdf.annotations.ShapeAnnotation
-
- LE_REVERSE_CLOSED_ARROW_STR - Static variable in interface com.qoppa.pdf.annotations.ShapeAnnotation
-
- LE_REVERSE_OPEN_ARROW - Static variable in interface com.qoppa.pdf.annotations.ShapeAnnotation
-
- LE_REVERSE_OPEN_ARROW_STR - Static variable in interface com.qoppa.pdf.annotations.ShapeAnnotation
-
- LE_SLASH - Static variable in interface com.qoppa.pdf.annotations.ShapeAnnotation
-
- LE_SLASH_STR - Static variable in interface com.qoppa.pdf.annotations.ShapeAnnotation
-
- LE_SQUARE - Static variable in interface com.qoppa.pdf.annotations.ShapeAnnotation
-
- LE_SQUARE_STR - Static variable in interface com.qoppa.pdf.annotations.ShapeAnnotation
-
- length() - Method in interface com.qoppa.pdf.source.PDFContent
-
Get the length of the content.
- LicenseException - Exception in com.qoppa.pdf
-
This exception is thrown when there is a problem reading a license file.
- LicenseException(String) - Constructor for exception com.qoppa.pdf.LicenseException
-
Construct a new LicenseException object, with the exception message.
- LicenseException(String, Throwable) - Constructor for exception com.qoppa.pdf.LicenseException
-
Construct a new LicenseException object, with the exception message and an underlying exception.
- Line - Interface in com.qoppa.pdf.annotations
-
Interface representing a Line annotation in a PDF document.
- LINE_ARROW - Static variable in interface com.qoppa.pdf.annotations.Line
-
- LINE_DIMENSION - Static variable in interface com.qoppa.pdf.annotations.Line
-
- Link - Interface in com.qoppa.pdf.annotations
-
Interface representing a Link annotation in a PDF document.
- ListField - Interface in com.qoppa.pdf.form
-
ListField
holds a list field.
- loadCaKeyStore() - Static method in class com.qoppa.pdf.SignatureSettings
-
Loads the JDK CA KeyStore.
- loadLicense(InputStream) - Static method in class com.qoppa.pdfViewer.PDFViewerBean
-
Method to load a license file from an inputstream.
- loadLicense(String) - Static method in class com.qoppa.pdfViewer.PDFViewerBean
-
Method to load a license file.
- loadOSKeyStore() - Static method in class com.qoppa.pdf.SignatureSettings
-
Loads the OS KeyStore (if the OS is Windows or Mac).
- loadPDF(URL) - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
Load and display a PDF document using a URL.
- loadPDF(PDFSource) - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
Load and display a PDF document using an object that implements PDFSource.
- loadPDF(InputStream) - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
Load and display a PDF document using an InputStream.
- loadPDF(String) - Method in class com.qoppa.pdfViewer.PDFViewerBean
-
Load and display a PDF document using a file name.
- LocalFont - Interface in com.qoppa.pdf
-
This interface represents a font that can be used by the library to embed into a PDF document.
- locationChanged(PDFViewerBean, boolean) - Method in interface com.qoppa.pdfViewer.history.HistoryListener
-
This method is called when the location in a document is changed including when
a new view is added to the LocationHistory
.
- LocationHistory - Interface in com.qoppa.pdfViewer.history
-
This interface provides information about the document "views" while browsing
a document.