L
- LASTPAGE - enum entry in com.pspdfkit.annotations.actions.NamedAction.NamedActionType
Move to the last page of the document.
- LAUNCH - enum entry in com.pspdfkit.annotations.actions.ActionType
- LaunchAction - class in com.pspdfkit.annotations.actions
- Represents an action to launch an external application or file.
- layout(java.lang.Integer) - function in com.pspdfkit.configuration.activity.PdfActivityConfiguration.Builder
- Sets a
layoutRes
used by the launched activity. - LAYOUT - enum entry in com.pspdfkit.ui.overlay.OverlayLayoutParams.SizingMode
Your view will be measured and laid out based on the page scroll and zoom.
- layoutMode(com.pspdfkit.configuration.page.PageLayoutMode) - function in com.pspdfkit.configuration.PdfConfiguration.Builder
- Sets the page layout mode, or how the document will layout the pages (as single pages, double pages or automatically).
- layoutMode(com.pspdfkit.configuration.page.PageLayoutMode) - function in com.pspdfkit.configuration.activity.PdfActivityConfiguration.Builder
- Sets the page layout mode, or how the document will layout the pages (as single pages, double pages or automatically).
- LEFT - enum entry in com.pspdfkit.annotations.FreeTextAnnotation.FreeTextTextJustification
- LEFT - enum entry in com.pspdfkit.document.processor.PagePosition
- LEFT - enum entry in com.pspdfkit.ui.note.AlignedAnnotationHinterDrawable.HorizontalAlignment
- LEFT - enum entry in com.pspdfkit.ui.toolbar.ToolbarCoordinatorLayout.LayoutParams.Position
- LEFT_EDGE - enum entry in com.pspdfkit.document.PageBinding
This document should be displayed LTR. This means that the page with index 0 will be on the left and the last page on the right.
- LibraryIndexingListener - class in com.pspdfkit.document.library
- Listener to monitor indexing progress.
- LibraryIndexStatus - class in com.pspdfkit.document.library
- Object representing indexing status for a document.
- LibraryIndexStatus.Status - class in com.pspdfkit.document.library.LibraryIndexStatus
- The indexing status of a document in the document library.
- LicenseFeature - class in com.pspdfkit
- Possible features that are enabled as part of the license.
- LIGHTEN - enum entry in com.pspdfkit.annotations.BlendMode
B(cb, cs) = max(cb, cs) Selects the lighter of the backdrop and source colours. The backdrop is replaced with the source where the source is lighter; otherwise, it is left unchanged.
See also
PorterDuff.Mode#LIGHTEN
- LINE - enum entry in com.pspdfkit.annotations.AnnotationType
Line can also be a distance measurement
- LINE - enum entry in com.pspdfkit.ui.special_mode.controller.AnnotationTool
Creates line annotations.
- LINE_ENDS - enum entry in com.pspdfkit.annotations.configuration.AnnotationProperty
Annotation line ends. Controls line ends picker in the annotation inspector.
- LINE_ENDS_FILL_COLOR - enum entry in com.pspdfkit.annotations.configuration.AnnotationProperty
Annotation line ends fill color. Controls line ends color picker in the annotation inspector.
- LINE_SPACING - enum entry in com.pspdfkit.ui.special_mode.controller.ContentEditingStylingBarItem
- LineAnnotation - class in com.pspdfkit.annotations
- Represents a line on the page.
- LineAnnotationConfiguration - class in com.pspdfkit.annotations.configuration
- Configuration for LINE and POLYLINE annotations.
- LineAnnotationConfiguration.Builder - class in com.pspdfkit.annotations.configuration.LineAnnotationConfiguration
- Interface for configuration builder.
- LineEndType - class in com.pspdfkit.annotations
- Types of available line ends in annotations.
- LineEndTypePickerInspectorView - class in com.pspdfkit.ui.inspector.views
- Inspector component for picking line end type.
- LineEndTypePickerInspectorView.LineEndTypePickerListener - class in com.pspdfkit.ui.inspector.views.LineEndTypePickerInspectorView
- Listener for line end type being picked.
- LINK - enum entry in com.pspdfkit.annotations.AnnotationType
Links and PSPDFKit multimedia extensions.
- LinkAnnotation - class in com.pspdfkit.annotations
- Link type of annotation either carrying an URI or a page destination.
- LinkAnnotationHighlighter - class in com.pspdfkit.annotations.links
- PdfDrawableProvider creating highlights based on a LinkAnnotation instances.
- LISTBOX - enum entry in com.pspdfkit.forms.FormType
Control which displays scrollable list with choices.
- ListBoxFormConfiguration - class in com.pspdfkit.forms
- Configuration class of ListBoxFormElement for the creation of a ListBoxFormField using addFormElementToPage.
- ListBoxFormConfiguration.Builder - class in com.pspdfkit.forms.ListBoxFormConfiguration
- Builder used to construct ListBoxFormConfiguration instance.
- ListBoxFormElement - class in com.pspdfkit.forms
- A form control which displays scrollable list with choices.
- ListBoxFormField - class in com.pspdfkit.forms
- A form field which displays scrollable list with choices.
- listedAnnotationTypes(java.util.EnumSet) - function in com.pspdfkit.configuration.activity.PdfActivityConfiguration.Builder
- Sets the annotation types that should be displayed in the annotation list.
- loadCertificateFromFile(java.io.File) - function in com.pspdfkit.signatures.KeyFileHelpersKt
- Convenience method to load a X.
- loadCertificateFromStream(java.io.InputStream) - function in com.pspdfkit.signatures.KeyFileHelpersKt
- Convenience method to load a X.
- loadingProgressDrawable(java.lang.Integer) - function in com.pspdfkit.configuration.PdfConfiguration.Builder
- Sets a drawable for loading progress throbber while document is loaded.
- loadingProgressDrawable(java.lang.Integer) - function in com.pspdfkit.configuration.activity.PdfActivityConfiguration.Builder
- Sets a drawable for loading progress throbber while document is loaded.
- LocalizationListener - class in com.pspdfkit.listeners
- Listener that allows SDK UI strings to be localized programmatically.
- LocalizedButton - class in com.pspdfkit.ui
- This is a Button that will use registered com.pspdfkit.listeners.LocalizationListener to localize its contents.
- LocalizedEditText - class in com.pspdfkit.ui
- This is an EditText that will use registered com.pspdfkit.listeners.LocalizationListener to localize its contents.
- LocalizedSwitch - class in com.pspdfkit.ui
- This is a Switch that will use registered com.pspdfkit.listeners.LocalizationListener to localize its contents.
- LocalizedTextView - class in com.pspdfkit.ui
- This is a TextView that will use registered com.pspdfkit.listeners.LocalizationListener to localize its contents.
- LOCKED - enum entry in com.pspdfkit.annotations.AnnotationFlags
If set, don't allow the annotation to be deleted or properties modified (except contents)
- LOCKED_LANDSCAPE - enum entry in com.pspdfkit.configuration.forms.SignaturePickerOrientation
The signature picker will always be locked to landscape.
- LOCKED_PORTRAIT - enum entry in com.pspdfkit.configuration.forms.SignaturePickerOrientation
The signature picker will always be locked to portrait orientation.
- LOCKEDCONTENTS - enum entry in com.pspdfkit.annotations.AnnotationFlags
If set, don't allow the contents of the annotation to be modified by the user.
- log(int,java.lang.String,java.lang.String,java.lang.Throwable) - function in com.pspdfkit.utils.LogCatLogger
- Implement this method to log messages.
- log(int,java.lang.String,java.lang.String,java.lang.Throwable) - function in com.pspdfkit.utils.PdfLog.Logger
- Implement this method to log messages.
- LogCatLogger - class in com.pspdfkit.utils
- Logger that logs all messages to LogCat.
- LongTermValidationException - class in com.pspdfkit.exceptions
- Exception thrown when there is an error adding long term validation to a document.
- LOOSE_FOCUS - enum entry in com.pspdfkit.annotations.actions.AnnotationTriggerEvent
Triggered when annotation is deselected.