O
- observeProgress() - function in com.pspdfkit.document.providers.ProgressDataProvider
- Returns an Flowable that emits values from 0 to 1 indicating the current loading progress of this document.
- OcrLanguage - class in com.pspdfkit.document.processor.ocr
- Supported languages for OCR.
- OfficeToPdfConverter - class in com.pspdfkit.document.office
- The OfficeToPdfConverter provides a simple API to convert office documents to PDF documents.
- OK - enum entry in com.pspdfkit.signatures.DigitalSignatureValidationResult.CertificateStatus
The certificate status is correct, valid.
- OK - enum entry in com.pspdfkit.signatures.DigitalSignatureValidationResult.DocumentIntegrityStatus
The document has not been modified since the last time it was signed.
- OK_BUT_NOT_CHECKED_AGAINST_CA - enum entry in com.pspdfkit.signatures.DigitalSignatureValidationResult.CertificateStatus
The certificate date is correct, but couldn't check against a certificate authority.
- OK_BUT_REVOCATION_CHECK_FAILED - enum entry in com.pspdfkit.signatures.DigitalSignatureValidationResult.CertificateStatus
OCSP certificate revocation check network error. Either due to invalid OCSP server URL or network timeout.
- OK_BUT_SELF_SIGNED - enum entry in com.pspdfkit.signatures.DigitalSignatureValidationResult.CertificateStatus
The certificate status is valid, but self-signed.
- OLD_CLIENT - enum entry in com.pspdfkit.instant.exceptions.InstantErrorCode
The operation could not be completed because the client and server have incompatible versions: the server expects a newer client. You need to update this framework in your app to a compatible version and release an update. If a user sees this on their device they need to update your app.
- OLD_SERVER - enum entry in com.pspdfkit.instant.exceptions.InstantErrorCode
The operation could not be completed because the client and server have incompatible versions: the client is too new for the server. The server needs to be updated to a compatible version. You should update your server before releasing the updated client to ensure this error is never encountered on users’ devices.
- onAbort() - function in com.pspdfkit.ui.AnnotationCreatorInputDialogFragment.OnAnnotationCreatorSetListener
- Called when the user aborted setting an annotation creator name.
- onAccept(com.pspdfkit.document.printing.PrintOptions) - function in com.pspdfkit.ui.dialog.DocumentPrintDialog.PrintDialogListener
- Printing was accepted with given options.
- onAccept(com.pspdfkit.document.sharing.SharingOptions) - function in com.pspdfkit.ui.dialog.DocumentSharingDialog.SharingDialogListener
- Sharing was accepted with given options.
- onActionMenuItemClicked(com.pspdfkit.ui.actionmenu.ActionMenu,com.pspdfkit.ui.actionmenu.ActionMenuItem) - function in com.pspdfkit.ui.actionmenu.ActionMenuListener
- Called when item inside action menu is clicked.
- onActionMenuItemClicked(com.pspdfkit.ui.actionmenu.ActionMenu,com.pspdfkit.ui.actionmenu.ActionMenuItem) - function in com.pspdfkit.ui.actionmenu.SimpleActionMenuListener
- Called when item inside action menu is clicked.
- onActionMenuItemLongClicked(com.pspdfkit.ui.actionmenu.ActionMenu,com.pspdfkit.ui.actionmenu.ActionMenuItem) - function in com.pspdfkit.ui.actionmenu.ActionMenuListener
- Called when item inside action menu is long clicked.
- onActionMenuItemLongClicked(com.pspdfkit.ui.actionmenu.ActionMenu,com.pspdfkit.ui.actionmenu.ActionMenuItem) - function in com.pspdfkit.ui.actionmenu.SimpleActionMenuListener
- Called when item inside action menu is long clicked.
- onActivityResult(int,int,android.content.Intent) - function in com.pspdfkit.document.image.BaseImagePickerFragment
- onActivityResult(int,int,android.content.Intent) - function in com.pspdfkit.ui.PdfActivity
- onActivityResult(int,int,android.content.Intent) - function in com.pspdfkit.ui.PdfUiFragment
- onAddNewEdit(com.pspdfkit.undo.edit.Edit) - function in com.pspdfkit.undo.OnAddNewEditListener
- Notifies the observer that the a new edit is going to be added.
- OnAddNewEditListener - class in com.pspdfkit.undo
- Listener to notify when a new edit is going to be added.
- onAfterTextSelectionChange(com.pspdfkit.datastructures.TextSelection,com.pspdfkit.datastructures.TextSelection) - function in com.pspdfkit.ui.special_mode.manager.TextSelectionManager.OnTextSelectionChangeListener
- Called once the text selection has successfully been changed.
- onAnnotationCreated(com.pspdfkit.annotations.Annotation) - function in com.pspdfkit.annotations.AnnotationProvider.OnAnnotationUpdatedListener
- Called when annotation has been created.
- onAnnotationCreated(com.pspdfkit.annotations.Annotation) - function in com.pspdfkit.document.checkpoint.PdfDocumentCheckpointer
- Called when annotation has been created.
- onAnnotationCreated(com.pspdfkit.annotations.Annotation) - function in com.pspdfkit.ui.note.AnnotationNoteHinter
- Called when annotation has been created.
- onAnnotationCreated(com.pspdfkit.annotations.Annotation) - function in com.pspdfkit.ui.toolbar.AnnotationEditingToolbar
- Called when annotation has been created.
- onAnnotationCreationModeSettingsChange(com.pspdfkit.ui.special_mode.controller.AnnotationCreationController) - function in com.pspdfkit.ui.inspector.views.EraserPreviewInspectorView
- Called when the settings changed in the active annotation creation mode.
- onAnnotationCreationModeSettingsChange(com.pspdfkit.ui.special_mode.controller.AnnotationCreationController) - function in com.pspdfkit.ui.inspector.views.FreeTextAnnotationPreviewInspectorView
- Called when the settings changed in the active annotation creation mode.
- onAnnotationCreationModeSettingsChange(com.pspdfkit.ui.special_mode.controller.AnnotationCreationController) - function in com.pspdfkit.ui.inspector.views.InkAnnotationPreviewInspectorView
- Called when the settings changed in the active annotation creation mode.
- onAnnotationCreationModeSettingsChange(com.pspdfkit.ui.special_mode.controller.AnnotationCreationController) - function in com.pspdfkit.ui.inspector.views.RedactionAnnotationPreviewInspectorView
- Called when the settings changed in the active annotation creation mode.
- onAnnotationCreationModeSettingsChange(com.pspdfkit.ui.special_mode.controller.AnnotationCreationController) - function in com.pspdfkit.ui.inspector.views.ShapeAnnotationPreviewInspectorView
- Called when the settings changed in the active annotation creation mode.
- onAnnotationCreationModeSettingsChange(com.pspdfkit.ui.special_mode.controller.AnnotationCreationController) - function in com.pspdfkit.ui.special_mode.manager.AnnotationManager.OnAnnotationCreationModeSettingsChangeListener
- Called when the settings changed in the active annotation creation mode.
- onAnnotationCreationModeSettingsChange(com.pspdfkit.ui.special_mode.controller.AnnotationCreationController) - function in com.pspdfkit.ui.toolbar.AnnotationCreationToolbar
- Called when the settings changed in the active annotation creation mode.
- onAnnotationCreatorSet(java.lang.String) - function in com.pspdfkit.ui.AnnotationCreatorInputDialogFragment.OnAnnotationCreatorSetListener
- This Callback gets invoked when the user completed setting an annotation creator name.
- onAnnotationDeselected(com.pspdfkit.annotations.Annotation,boolean) - function in com.pspdfkit.ui.PdfFragment
- Called when annotation gets deselected.
- onAnnotationDeselected(com.pspdfkit.annotations.Annotation,boolean) - function in com.pspdfkit.ui.special_mode.manager.AnnotationManager.OnAnnotationDeselectedListener
- Called when annotation gets deselected.
- onAnnotationEditorDismissed(com.pspdfkit.ui.editor.AnnotationEditor,boolean) - function in com.pspdfkit.ui.editor.AnnotationEditor.OnDismissedListener
- Called when the annotation editor has been dismissed.
- onAnnotationEditTextViewCreated(com.pspdfkit.annotations.Annotation,android.widget.EditText) - function in com.pspdfkit.ui.annotations.AnnotationViewsListener
- Called when annotation views factory created an EditText widget for editing freetext annotations.
- onAnnotationPropertyChange(com.pspdfkit.annotations.Annotation,int,Object,Object) - function in com.pspdfkit.ui.note.AlignedAnnotationHinterDrawable
- Called when annotation property has changed.
- onAnnotationPropertyChange(com.pspdfkit.annotations.Annotation,int,Object,Object) - function in com.pspdfkit.ui.note.NoteMultilineAnnotationHinterDrawable
- Called when annotation property has changed.
- onAnnotationPropertyChange(com.pspdfkit.annotations.Annotation,int,Object,Object) - function in com.pspdfkit.ui.note.NoteTextMarkupAnnotationHinterDrawable
- Called when annotation property has changed.
- onAnnotationRemoved(com.pspdfkit.annotations.Annotation) - function in com.pspdfkit.annotations.AnnotationProvider.OnAnnotationUpdatedListener
- Called when existing annotation has been removed.
- onAnnotationRemoved(com.pspdfkit.annotations.Annotation) - function in com.pspdfkit.document.checkpoint.PdfDocumentCheckpointer
- Called when existing annotation has been removed.
- onAnnotationRemoved(com.pspdfkit.annotations.Annotation) - function in com.pspdfkit.ui.note.AnnotationNoteHinter
- Called when existing annotation has been removed.
- onAnnotationRemoved(com.pspdfkit.annotations.Annotation) - function in com.pspdfkit.ui.toolbar.AnnotationEditingToolbar
- Called when existing annotation has been removed.
- onAnnotationsCopied(java.util.List) - function in com.pspdfkit.ui.PdfFragment
- The following listener methods are called after successful operation.
- onAnnotationsCut(java.util.List) - function in com.pspdfkit.ui.PdfFragment
- onAnnotationSelected(com.pspdfkit.annotations.Annotation,boolean) - function in com.pspdfkit.ui.PdfFragment
- Called when annotation gets selected.
- onAnnotationSelected(com.pspdfkit.annotations.Annotation,boolean) - function in com.pspdfkit.ui.special_mode.manager.AnnotationManager.OnAnnotationSelectedListener
- Called when annotation gets selected.
- onAnnotationSelected(com.pspdfkit.annotations.Annotation,boolean) - function in com.pspdfkit.ui.special_mode.manager.OnAnnotationSelectedListenerAdapter
- Called when annotation gets selected.
- OnAnnotationSelectedListenerAdapter - class in com.pspdfkit.ui.special_mode.manager
- Empty implementation of the OnAnnotationSelectedListener.
- onAnnotationSelectionFinished(java.util.List,boolean) - function in com.pspdfkit.ui.PdfFragment
- Called when annotation gets selected.
- onAnnotationSelectionFinished(java.util.List,boolean) - function in com.pspdfkit.ui.special_mode.manager.AnnotationManager.OnAnnotationSelectedListener
- Called when annotation gets selected.
- onAnnotationsPasted(java.util.List) - function in com.pspdfkit.ui.PdfFragment
- onAnnotationTap(com.pspdfkit.ui.PdfOutlineView,com.pspdfkit.annotations.Annotation) - function in com.pspdfkit.ui.PdfOutlineView.OnAnnotationTapListener
- Called when an annotation was tapped inside the annotation list.
- onAnnotationTap(com.pspdfkit.ui.PdfOutlineView,com.pspdfkit.annotations.Annotation) - function in com.pspdfkit.ui.outline.DefaultOutlineViewListener
- Called when an annotation was tapped inside the annotation list.
- onAnnotationUpdated(com.pspdfkit.annotations.Annotation) - function in com.pspdfkit.annotations.AnnotationProvider.OnAnnotationUpdatedListener
- Called when existing annotation has changed.
- onAnnotationUpdated(com.pspdfkit.annotations.Annotation) - function in com.pspdfkit.document.checkpoint.PdfDocumentCheckpointer
- Called when existing annotation has changed.
- onAnnotationUpdated(com.pspdfkit.annotations.Annotation) - function in com.pspdfkit.ui.note.AnnotationNoteHinter
- Called when existing annotation has changed.
- onAnnotationUpdated(com.pspdfkit.annotations.Annotation) - function in com.pspdfkit.ui.toolbar.AnnotationEditingToolbar
- Called when existing annotation has changed.
- onAnnotationZOrderChanged(int,java.util.List,java.util.List) - function in com.pspdfkit.annotations.AnnotationProvider.OnAnnotationUpdatedListener
- Called when the z-order of annotations has changed on a specified page.
- onAnnotationZOrderChanged(int,java.util.List,java.util.List) - function in com.pspdfkit.document.checkpoint.PdfDocumentCheckpointer
- Called when the z-order of annotations has changed on a specified page.
- onAnnotationZOrderChanged(int,java.util.List,java.util.List) - function in com.pspdfkit.ui.note.AnnotationNoteHinter
- Called when the z-order of annotations has changed on a specified page.
- onAnnotationZOrderChanged(java.lang.Integer,java.util.List,java.util.List) - function in com.pspdfkit.ui.toolbar.AnnotationEditingToolbar
- Called when the z-order of annotations has changed on a specified page.
- onAppear(android.view.ViewGroup,android.view.View,android.transition.TransitionValues,android.transition.TransitionValues) - function in com.pspdfkit.ui.transition.EpicenterTranslateClipReveal
- onAttach(android.content.Context) - function in com.pspdfkit.document.sharing.DocumentSharingController
- Called when sharing controller is attached to its activity.
- onAttach(android.content.Context) - function in com.pspdfkit.instant.ui.InstantPdfFragment
- onAttach(android.content.Context) - function in com.pspdfkit.ui.PdfFragment
- onAttach(androidx.fragment.app.FragmentActivity) - function in com.pspdfkit.ui.actionmenu.ActionMenu
- Called when menu is attached to the activity.
- onAttachContextualToolbar(com.pspdfkit.ui.toolbar.ContextualToolbar) - function in com.pspdfkit.ui.toolbar.ToolbarCoordinatorLayout.OnContextualToolbarMovementListener
- Called when the ContextualToolbar is attached to the layout and able to move around.
- onAuthenticationFailed(com.pspdfkit.instant.document.InstantPdfDocument,com.pspdfkit.instant.exceptions.InstantException) - function in com.pspdfkit.instant.listeners.InstantDocumentListener
- Called when authentication with Instant Server (PSPDFKit Document Engine) has failed.
- onAuthenticationFailed(com.pspdfkit.instant.document.InstantPdfDocument,com.pspdfkit.instant.exceptions.InstantException) - function in com.pspdfkit.instant.listeners.SimpleInstantDocumentListener
- Called when authentication with Instant Server (PSPDFKit Document Engine) has failed.
- onAuthenticationFailed(com.pspdfkit.instant.document.InstantPdfDocument,com.pspdfkit.instant.exceptions.InstantException) - function in com.pspdfkit.instant.ui.InstantPdfActivity
- Called when authentication with Instant Server (PSPDFKit Document Engine) has failed.
- onAuthenticationFailed(com.pspdfkit.instant.document.InstantPdfDocument,com.pspdfkit.instant.exceptions.InstantException) - function in com.pspdfkit.instant.ui.InstantPdfFragment
- Called when authentication with Instant Server (PSPDFKit Document Engine) has failed.
- onAuthenticationFinished(com.pspdfkit.instant.document.InstantPdfDocument,java.lang.String) - function in com.pspdfkit.instant.listeners.InstantDocumentListener
- Called when authentication with Instant Server (PSPDFKit Document Engine) has successfully finished.
- onAuthenticationFinished(com.pspdfkit.instant.document.InstantPdfDocument,java.lang.String) - function in com.pspdfkit.instant.listeners.SimpleInstantDocumentListener
- Called when authentication with Instant Server (PSPDFKit Document Engine) has successfully finished.
- onAuthenticationFinished(com.pspdfkit.instant.document.InstantPdfDocument,java.lang.String) - function in com.pspdfkit.instant.ui.InstantPdfActivity
- Called when authentication with Instant Server (PSPDFKit Document Engine) has successfully finished.
- onAuthenticationFinished(com.pspdfkit.instant.document.InstantPdfDocument,java.lang.String) - function in com.pspdfkit.instant.ui.InstantPdfFragment
- Called when authentication with Instant Server (PSPDFKit Document Engine) has successfully finished.
- onBackButtonClicked() - function in com.pspdfkit.ui.inspector.PropertyInspector
- Handles the back-button click on the inspector title.
- onBackButtonClicked() - function in com.pspdfkit.ui.inspector.PropertyInspector.OnInspectorTitleButtonClickListener
- Called when the back button on the property inspector has been clicked
- onBackButtonClicked() - function in com.pspdfkit.ui.inspector.PropertyInspectorTitleButtonListener
- onBackButtonClicked() - function in com.pspdfkit.ui.inspector.annotation.DefaultAnnotationCreationInspectorController
- Only active when we're in measurement scale mode (property inspector for the scale FAB)
- onBackButtonClicked() - function in com.pspdfkit.ui.inspector.contentediting.DefaultContentEditingInspectorController.ContentEditingPropertyInspector
- Handles the back-button click on the inspector title.
- onBackPressed() - function in com.pspdfkit.ui.PdfActivity
- onBackPressed() - function in com.pspdfkit.ui.PdfUiFragment
- Call this from your activity to properly close the UI when pressing back.
- onBackPressed() - function in com.pspdfkit.ui.toolbar.ContextualToolbar
- Called when onBackPressed() to wire up back press with back and close buttons.
- onBackStackChanged() - function in com.pspdfkit.ui.navigation.NavigationBackStack.BackStackListener
- Called whenever the contents of the backstack change.
- onBeforeTextSelectionChange(com.pspdfkit.datastructures.TextSelection,com.pspdfkit.datastructures.TextSelection) - function in com.pspdfkit.ui.special_mode.manager.TextSelectionManager.OnTextSelectionChangeListener
- Called every time the text selection is about to be changed.
- onBindViewHolder(com.pspdfkit.ui.thumbnail.ThumbnailAdapter.ThumbnailViewHolder,int) - function in com.pspdfkit.ui.thumbnail.ThumbnailAdapter
- onBookmarkAdd() - function in com.pspdfkit.ui.outline.BookmarkViewAdapter
- Called when add button has been clicked in this view.
- onBookmarkAdd() - function in com.pspdfkit.ui.outline.DefaultBookmarkAdapter
- Called when add button has been clicked in this view.
- onBookmarkAdded(com.pspdfkit.bookmarks.Bookmark) - function in com.pspdfkit.bookmarks.BookmarkProvider.BookmarkListener
- Called when a new bookmark was added.
- onBookmarkAdded(com.pspdfkit.bookmarks.Bookmark) - function in com.pspdfkit.ui.outline.DefaultBookmarkAdapter
- Called when a new bookmark was added.
- onBookmarkClicked(com.pspdfkit.bookmarks.Bookmark) - function in com.pspdfkit.ui.outline.BookmarkViewAdapter
- Called when user taps on a bookmark outside editing mode.
- onBookmarkClicked(com.pspdfkit.bookmarks.Bookmark) - function in com.pspdfkit.ui.outline.DefaultBookmarkAdapter
- Called when user taps on a bookmark outside editing mode.
- onBookmarkNameSet(com.pspdfkit.bookmarks.Bookmark,java.lang.String) - function in com.pspdfkit.ui.outline.BookmarkViewAdapter
- Called when bookmark should be renamed.
- onBookmarkNameSet(com.pspdfkit.bookmarks.Bookmark,java.lang.String) - function in com.pspdfkit.ui.outline.DefaultBookmarkAdapter
- Called when bookmark should be renamed.
- onBookmarkPositionSet(com.pspdfkit.bookmarks.Bookmark,int) - function in com.pspdfkit.ui.outline.BookmarkViewAdapter
- Called when bookmark has been reordered in this view.
- onBookmarkPositionSet(com.pspdfkit.bookmarks.Bookmark,int) - function in com.pspdfkit.ui.outline.DefaultBookmarkAdapter
- Called when bookmark has been reordered in this view.
- onBookmarkRemove(com.pspdfkit.bookmarks.Bookmark) - function in com.pspdfkit.ui.outline.BookmarkViewAdapter
- Called when user deleted the bookmark from list.
- onBookmarkRemove(com.pspdfkit.bookmarks.Bookmark) - function in com.pspdfkit.ui.outline.DefaultBookmarkAdapter
- Called when user deleted the bookmark from list.
- onBookmarksChanged(java.util.List) - function in com.pspdfkit.bookmarks.BookmarkProvider.BookmarkListener
- Called when bookmark list has been changed in some way.
- onBookmarksChanged(java.util.List) - function in com.pspdfkit.ui.outline.DefaultBookmarkAdapter
- Called when bookmark list has been changed in some way.
- onBorderStylePicked(com.pspdfkit.ui.inspector.views.BorderStylePickerInspectorView,com.pspdfkit.ui.inspector.views.BorderStylePreset) - function in com.pspdfkit.ui.inspector.views.BorderStylePickerInspectorView.BorderStylePickerListener
- Called when BorderStylePreset was picked.
- onButtonSelected(com.pspdfkit.forms.EditableButtonFormField,com.pspdfkit.forms.EditableButtonFormElement,boolean) - function in com.pspdfkit.forms.FormListeners.OnButtonFormFieldUpdatedListener
- Called when button field selection has changed.
- onCameraPermissionDeclined(boolean) - function in com.pspdfkit.document.image.ImagePicker.OnImagePickedListener
- Called when camera permission is declined by user.
- onCameraPermissionDeclined(boolean) - function in com.pspdfkit.document.image.SimpleOnImagePickedListener
- Called when camera permission is declined by user.
- onCancel(android.content.DialogInterface) - function in com.pspdfkit.document.download.DownloadProgressFragment
- onCancel(com.pspdfkit.ui.inspector.PropertyInspector) - function in com.pspdfkit.ui.inspector.PropertyInspector.OnCancelListener
- Called when PropertyInspector was canceled.
- onCancelled() - function in com.pspdfkit.document.editor.page.NewPageFactory.OnNewPageReadyListener
- Called by the factory if creation of a new page was cancelled.
- onChangeAnnotationCreationMode(com.pspdfkit.ui.special_mode.controller.AnnotationCreationController) - function in com.pspdfkit.ui.special_mode.manager.AnnotationManager.OnAnnotationCreationModeChangeListener
- Called when the annotation creation mode has changed, meaning another annotation type is being selected for creation.
- onChangeAnnotationCreationMode(com.pspdfkit.ui.special_mode.controller.AnnotationCreationController) - function in com.pspdfkit.ui.toolbar.AnnotationCreationToolbar
- Called when the annotation creation mode has changed, meaning another annotation type is being selected for creation.
- onChangeAnnotationEditingMode(com.pspdfkit.ui.special_mode.controller.AnnotationEditingController) - function in com.pspdfkit.ui.special_mode.manager.AnnotationManager.OnAnnotationEditingModeChangeListener
- Called then annotation editing mode changes, meaning another annotation is being selected for editing.
- onChangeAnnotationEditingMode(com.pspdfkit.ui.special_mode.controller.AnnotationEditingController) - function in com.pspdfkit.ui.toolbar.AnnotationEditingToolbar
- Called then annotation editing mode changes, meaning another annotation is being selected for editing.
- onChangeAudioPlaybackMode(com.pspdfkit.ui.audio.AudioPlaybackController) - function in com.pspdfkit.ui.audio.AudioModeListeners.AudioPlaybackModeChangeListener
- Called then audio playback mode changes, called when switching to another audio source.
- onChangeAudioRecordingMode(com.pspdfkit.ui.audio.AudioRecordingController) - function in com.pspdfkit.ui.audio.AudioModeListeners.AudioRecordingModeChangeListener
- Called then audio recording mode changes, called when switching to another audio source.
- onChangeFormElementEditingMode(com.pspdfkit.ui.special_mode.controller.FormEditingController) - function in com.pspdfkit.ui.forms.FormEditingBar
- Called then form element editing mode changes, meaning another form element is being selected for editing.
- onChangeFormElementEditingMode(com.pspdfkit.ui.special_mode.controller.FormEditingController) - function in com.pspdfkit.ui.inspector.forms.FormEditingInspectorController
- Called then form element editing mode changes, meaning another form element is being selected for editing.
- onChangeFormElementEditingMode(com.pspdfkit.ui.special_mode.controller.FormEditingController) - function in com.pspdfkit.ui.special_mode.manager.FormManager.OnFormElementEditingModeChangeListener
- Called then form element editing mode changes, meaning another form element is being selected for editing.
- onCheckedChanged(android.widget.CompoundButton,boolean) - function in com.pspdfkit.ui.contentediting.ContentEditingStylingBar
- onCheckedChanged(android.widget.RadioGroup,int) - function in com.pspdfkit.ui.contentediting.ContentEditingStylingBar
- onClick(android.view.View) - function in com.pspdfkit.ui.audio.AudioView
- onClick(android.view.View) - function in com.pspdfkit.ui.contentediting.ContentEditingStylingBar
- onClick(android.view.View) - function in com.pspdfkit.ui.forms.FormEditingBar
- onClick(android.view.View) - function in com.pspdfkit.ui.inspector.PropertyInspector
- onClick(android.view.View) - function in com.pspdfkit.ui.inspector.views.OptionPickerInspectorView
- onClick(android.view.View) - function in com.pspdfkit.ui.inspector.views.ZIndexInspectorView
- onClick(android.view.View) - function in com.pspdfkit.ui.toolbar.ContextualToolbar
- onCloseButtonClicked() - function in com.pspdfkit.ui.inspector.PropertyInspector
- Handles the close-button click on the inspectore title.
- onCloseButtonClicked() - function in com.pspdfkit.ui.inspector.PropertyInspector.OnInspectorTitleButtonClickListener
- Called when the close button on the property inspector has been clicked
- onCloseButtonClicked() - function in com.pspdfkit.ui.inspector.PropertyInspectorTitleButtonListener
- onCloseButtonClicked() - function in com.pspdfkit.ui.inspector.annotation.DefaultAnnotationCreationInspectorController
- onCloseButtonClicked() - function in com.pspdfkit.ui.inspector.contentediting.DefaultContentEditingInspectorController.ContentEditingPropertyInspector
- Handles the close-button click on the inspectore title.
- onCloseButtonClicked(com.pspdfkit.ui.tabs.PdfTabBarItem) - function in com.pspdfkit.ui.tabs.PdfTabBar.OnTabClickedListener
- Called when tab close button has been clicked.
- onColorPicked(com.pspdfkit.ui.inspector.PropertyInspectorView,int) - function in com.pspdfkit.ui.inspector.views.ColorPickerInspectorView.ColorPickerListener
- Called when there is a color picking event.
- onComparisonSuccessful(com.pspdfkit.document.DocumentSource) - function in com.pspdfkit.document.processor.ComparisonDialogListener
- Gets called when the document alignment and comparison process has been completed.
- onComplete(java.io.File) - function in com.pspdfkit.document.download.DownloadJob.ProgressListener
- Called when download successfully finished.
- onComplete(java.io.File) - function in com.pspdfkit.document.download.DownloadJob.ProgressListenerAdapter
- Called when download successfully finished.
- onConfigurationChanged(android.content.res.Configuration) - function in com.pspdfkit.ui.PdfActivity
- onConfigurationChanged(android.content.res.Configuration) - function in com.pspdfkit.ui.PdfFragment
- onConfigurationChanged(android.content.res.Configuration) - function in com.pspdfkit.ui.PdfUi
- onConfigurationChanged(android.content.res.Configuration) - function in com.pspdfkit.ui.PdfUiFragment
- onConfigurationPicked(com.pspdfkit.annotations.measurements.MeasurementValueConfiguration) - function in com.pspdfkit.ui.inspector.views.MeasurementValueConfigurationPickerListener
- Called when a MeasurementValueConfiguration was picked.
- onContentChange(java.util.UUID) - function in com.pspdfkit.ui.special_mode.manager.ContentEditingManager.OnContentEditingContentChangeListener
- Called when the content has successfully been changed.
- onContentError() - function in com.pspdfkit.media.MediaViewListener
- Called when the media content has an error and it's unable to be opened.
- onContentError() - function in com.pspdfkit.ui.PdfMediaDialog
- Called when the media content has an error and it's unable to be opened.
- onContentReady() - function in com.pspdfkit.media.MediaViewListener
- Called when the media content is ready to be played.
- onContentReady() - function in com.pspdfkit.ui.PdfMediaDialog
- Called when the media content is ready to be played.
- onContentSelectionChange(java.util.UUID,int,int,com.pspdfkit.internal.contentediting.models.StyleInfo,boolean) - function in com.pspdfkit.ui.contentediting.ContentEditingStylingBar
- Called when the cursor position/selection has changed Mainly used to update the content editing toolbar to show the proper text style for the current cursor position.
- onContentSelectionChange(java.util.UUID,int,int,com.pspdfkit.internal.contentediting.models.StyleInfo,boolean) - function in com.pspdfkit.ui.special_mode.manager.ContentEditingManager.OnContentEditingContentChangeListener
- Called when the cursor position/selection has changed Mainly used to update the content editing toolbar to show the proper text style for the current cursor position.
- onContextualToolbarChanged(com.pspdfkit.ui.toolbar.ContextualToolbar) - function in com.pspdfkit.ui.toolbar.ToolbarCoordinatorLayout
- Called when the ContextualToolbar menu items have changed internally.
- onContextualToolbarChanged(com.pspdfkit.ui.toolbar.ContextualToolbar) - function in com.pspdfkit.ui.toolbar.ToolbarCoordinatorLayoutController
- Called when the ContextualToolbar menu items have changed internally.
- onContextualToolbarPositionChanged(com.pspdfkit.ui.toolbar.ContextualToolbar,com.pspdfkit.ui.toolbar.ToolbarCoordinatorLayout.LayoutParams.Position,com.pspdfkit.ui.toolbar.ToolbarCoordinatorLayout.LayoutParams.Position) - function in com.pspdfkit.ui.toolbar.ToolbarCoordinatorLayout
- Called when the ContextualToolbar position has changed.
- onContextualToolbarPositionChanged(com.pspdfkit.ui.toolbar.ContextualToolbar,com.pspdfkit.ui.toolbar.ToolbarCoordinatorLayout.LayoutParams.Position,com.pspdfkit.ui.toolbar.ToolbarCoordinatorLayout.LayoutParams.Position) - function in com.pspdfkit.ui.toolbar.ToolbarCoordinatorLayout.OnContextualToolbarPositionListener
- Called when the ContextualToolbar position has changed.
- onContextualToolbarPositionChanged(com.pspdfkit.ui.toolbar.ContextualToolbar,com.pspdfkit.ui.toolbar.ToolbarCoordinatorLayout.LayoutParams.Position,com.pspdfkit.ui.toolbar.ToolbarCoordinatorLayout.LayoutParams.Position) - function in com.pspdfkit.ui.toolbar.ToolbarCoordinatorLayoutController
- Called when the ContextualToolbar position has changed.
- onCreate(android.os.Bundle) - function in com.pspdfkit.document.download.DownloadProgressFragment
- onCreate(android.os.Bundle) - function in com.pspdfkit.document.editor.page.NewPageDialog
- onCreate(android.os.Bundle) - function in com.pspdfkit.document.image.BaseImagePickerFragment
- onCreate(android.os.Bundle) - function in com.pspdfkit.document.image.CameraImagePickerFragment
- onCreate(android.os.Bundle) - function in com.pspdfkit.document.image.GalleryImagePickerFragment
- onCreate() - function in com.pspdfkit.initialization.InitializationProvider
- onCreate(android.os.Bundle) - function in com.pspdfkit.instant.ui.InstantPdfFragment
- onCreate() - function in com.pspdfkit.media.AssetsContentProvider
- onCreate(android.os.Bundle) - function in com.pspdfkit.ui.AnnotationCreatorInputDialogFragment
- onCreate(android.os.Bundle) - function in com.pspdfkit.ui.PdfFragment
- onCreate(android.os.Bundle) - function in com.pspdfkit.ui.dialog.BaseDocumentPrintDialog
- onCreate(android.os.Bundle) - function in com.pspdfkit.ui.dialog.BaseDocumentSharingDialog
- onCreate(android.os.Bundle) - function in com.pspdfkit.ui.signatures.ElectronicSignatureFragment
- onCreate(android.os.Bundle) - function in com.pspdfkit.ui.signatures.SignatureInfoDialog
- onCreate(android.os.Bundle) - function in com.pspdfkit.ui.signatures.SignaturePickerFragment
- onCreateDialog(android.os.Bundle) - function in com.pspdfkit.document.download.DownloadProgressFragment
- onCreateDialog(android.os.Bundle) - function in com.pspdfkit.document.editor.page.NewPageDialog
- onCreateDialog(android.os.Bundle) - function in com.pspdfkit.ui.AnnotationCreatorInputDialogFragment
- onCreateDialog(android.os.Bundle) - function in com.pspdfkit.ui.dialog.DocumentPrintDialog
- onCreateDialog(android.os.Bundle) - function in com.pspdfkit.ui.dialog.DocumentSharingDialog
- onCreateDialog(android.os.Bundle) - function in com.pspdfkit.ui.settings.SettingsDialog
- Restores state the instance if necessary and sets the general style for the dialog.
- onCreateDialog(android.os.Bundle) - function in com.pspdfkit.ui.signatures.SignatureInfoDialog
- onCreateNewPage(com.pspdfkit.document.editor.page.NewPageFactory.OnNewPageReadyListener) - function in com.pspdfkit.document.editor.page.DialogNewPageFactory
- This method is called every time the factory should create a NewPage instance.
- onCreateNewPage(com.pspdfkit.document.editor.page.NewPageFactory.OnNewPageReadyListener) - function in com.pspdfkit.document.editor.page.NewPageFactory
- This method is called every time the factory should create a NewPage instance.
- onCreateNewPage(com.pspdfkit.document.editor.page.NewPageFactory.OnNewPageReadyListener) - function in com.pspdfkit.document.editor.page.ValueNewPageFactory
- This method is called every time the factory should create a NewPage instance.
- onCreateOptionsMenu(android.view.Menu) - function in com.pspdfkit.ui.PdfActivity
- onCreateOptionsMenu(android.view.Menu,android.view.MenuInflater) - function in com.pspdfkit.ui.PdfUiFragment
- onCreateView(android.view.LayoutInflater,android.view.ViewGroup,android.os.Bundle) - function in com.pspdfkit.instant.ui.InstantPdfFragment
- onCreateView(android.view.LayoutInflater,android.view.ViewGroup,android.os.Bundle) - function in com.pspdfkit.ui.PdfFragment
- onCreateView(android.view.LayoutInflater,android.view.ViewGroup,android.os.Bundle) - function in com.pspdfkit.ui.PdfUiFragment
- onCreateViewHolder(android.view.ViewGroup,int) - function in com.pspdfkit.ui.thumbnail.ThumbnailAdapter
- onCustomOptionSet(com.pspdfkit.forms.ChoiceFormField,com.pspdfkit.forms.ChoiceFormElement,java.lang.String) - function in com.pspdfkit.forms.FormListeners.OnChoiceFormFieldUpdatedListener
- Called when custom option has been set in choice field.
- onCustomValueChanged(java.lang.String) - function in com.pspdfkit.ui.inspector.views.OptionPickerInspectorView.OnOptionPickedListener
- Called when custom value has changed.
- onDestroy() - function in com.pspdfkit.instant.ui.InstantPdfFragment
- onDestroy() - function in com.pspdfkit.ui.PdfFragment
- onDestroy() - function in com.pspdfkit.ui.PdfUiFragment
- onDestroy(androidx.lifecycle.LifecycleOwner) - function in com.pspdfkit.ui.outline.DefaultBookmarkAdapter
- onDestroy() - function in com.pspdfkit.ui.signatures.ElectronicSignatureFragment
- onDestroy() - function in com.pspdfkit.ui.signatures.SignatureInfoDialog
- onDestroyView() - function in com.pspdfkit.document.download.DownloadProgressFragment
- onDestroyView() - function in com.pspdfkit.ui.PdfFragment
- onDetach() - function in com.pspdfkit.document.sharing.DefaultDocumentSharingController
- Called when the controller is no longer attached to its activity (i.e.
- onDetach() - function in com.pspdfkit.document.sharing.DocumentSharingController
- Called when the controller is no longer attached to its activity (i.e.
- onDetach() - function in com.pspdfkit.instant.ui.InstantPdfFragment
- onDetach() - function in com.pspdfkit.ui.PdfFragment
- onDetach() - function in com.pspdfkit.ui.actionmenu.ActionMenu
- Called when menu is being detached from activity.
- onDetachContextualToolbar(com.pspdfkit.ui.toolbar.ContextualToolbar) - function in com.pspdfkit.ui.toolbar.ToolbarCoordinatorLayout.OnContextualToolbarMovementListener
- Called when the ContextualToolbar is detached from the layout and able to move around.
- onDetachedFromWindow() - function in com.pspdfkit.ui.inspector.PropertyInspectorCoordinatorLayout
- onDialogCancelled() - function in com.pspdfkit.document.editor.page.NewPageDialog.Callback
- Called when the user cancelled the dialog.
- onDialogConfirmed(com.pspdfkit.document.processor.NewPage) - function in com.pspdfkit.document.editor.page.NewPageDialog.Callback
- Called when the user confirmed the dialog.
- onDisappear(android.view.ViewGroup,android.view.View,android.transition.TransitionValues,android.transition.TransitionValues) - function in com.pspdfkit.ui.transition.EpicenterTranslateClipReveal
- onDismiss(android.content.DialogInterface) - function in com.pspdfkit.document.editor.page.NewPageDialog
- onDismiss() - function in com.pspdfkit.signatures.listeners.OnSignaturePickedListener
- Called when the dialog implementing it (e.g.
- onDismiss(android.content.DialogInterface) - function in com.pspdfkit.ui.dialog.BaseDocumentPrintDialog
- onDismiss(android.content.DialogInterface) - function in com.pspdfkit.ui.dialog.BaseDocumentSharingDialog
- onDismiss() - function in com.pspdfkit.ui.dialog.DocumentPrintDialog.PrintDialogListener
- Printing dialog was dismissed.
- onDismiss() - function in com.pspdfkit.ui.dialog.DocumentSharingDialog.SharingDialogListener
- Sharing dialog was dismissed.
- onDisplayActionMenu(com.pspdfkit.ui.actionmenu.ActionMenu) - function in com.pspdfkit.ui.actionmenu.ActionMenuListener
- Called when action menu is displayed.
- onDisplayActionMenu(com.pspdfkit.ui.actionmenu.ActionMenu) - function in com.pspdfkit.ui.actionmenu.SimpleActionMenuListener
- Called when action menu is displayed.
- onDisplayAudioInspector(com.pspdfkit.ui.audio.AudioView) - function in com.pspdfkit.ui.audio.AudioView.AudioInspectorLifecycleListener
- Called when AudioView is displayed.
- onDisplayContentEditingBar(com.pspdfkit.ui.contentediting.ContentEditingStylingBar) - function in com.pspdfkit.ui.contentediting.ContentEditingStylingBar.OnContentEditingBarLifecycleListener
- Called when ContentEditingStylingBar is displayed.
- onDisplayContextualToolbar(com.pspdfkit.ui.toolbar.ContextualToolbar) - function in com.pspdfkit.ui.toolbar.ToolbarCoordinatorLayout.OnContextualToolbarLifecycleListener
- Called when ContextualToolbar is displayed in the .
- onDisplayFormEditingBar(com.pspdfkit.ui.forms.FormEditingBar) - function in com.pspdfkit.ui.forms.FormEditingBar.OnFormEditingBarLifecycleListener
- Called when FormEditingBar is displayed.
- onDisplayPropertyInspector(com.pspdfkit.ui.inspector.PropertyInspector) - function in com.pspdfkit.ui.inspector.AbstractPropertyInspectorController
- Called when PropertyInspector is displayed in the .
- onDisplayPropertyInspector(com.pspdfkit.ui.inspector.PropertyInspector) - function in com.pspdfkit.ui.inspector.PropertyInspectorCoordinatorLayoutController.PropertyInspectorLifecycleListener
- Called when PropertyInspector is displayed in the .
- onDisplayPropertyInspector(com.pspdfkit.ui.inspector.PropertyInspector) - function in com.pspdfkit.ui.inspector.annotation.DefaultAnnotationEditingInspectorController
- Called when PropertyInspector is displayed in the .
- onDisplayPropertyInspector(com.pspdfkit.ui.inspector.PropertyInspector) - function in com.pspdfkit.ui.inspector.contentediting.DefaultContentEditingInspectorController
- Called when PropertyInspector is displayed in the .
- onDocumentAdded(com.pspdfkit.ui.DocumentDescriptor) - function in com.pspdfkit.ui.DocumentCoordinator.OnDocumentsChangedListener
- Called after new document has been added.
- onDocumentClick() - function in com.pspdfkit.listeners.DocumentListener
- Called when the user taps / clicks on the document, not the page itself but on the side (if visible).
- onDocumentClick() - function in com.pspdfkit.listeners.SimpleDocumentListener
- Called when the user taps / clicks on the document, not the page itself but on the side (if visible).
- onDocumentClick() - function in com.pspdfkit.ui.PdfActivity
- Called when the user taps / clicks on the document, not the page itself but on the side (if visible).
- onDocumentClick() - function in com.pspdfkit.ui.PdfFragment
- Called when the user taps / clicks on the document, not the page itself but on the side (if visible).
- onDocumentClick() - function in com.pspdfkit.ui.PdfThumbnailGrid
- Called when the user taps / clicks on the document, not the page itself but on the side (if visible).
- onDocumentClick() - function in com.pspdfkit.ui.PdfUiFragment
- Called when the user taps / clicks on the document, not the page itself but on the side (if visible).
- onDocumentCoordinatorEmpty() - function in com.pspdfkit.ui.DocumentCoordinator.OnDocumentCoordinatorEmptyListener
- Called when the last document was removed and now no document is visible.
- onDocumentCorrupted(com.pspdfkit.instant.document.InstantPdfDocument) - function in com.pspdfkit.instant.listeners.InstantDocumentListener
- Called when InstantPdfDocument has detected data corruption.
- onDocumentCorrupted(com.pspdfkit.instant.document.InstantPdfDocument) - function in com.pspdfkit.instant.listeners.SimpleInstantDocumentListener
- Called when InstantPdfDocument has detected data corruption.
- onDocumentCorrupted(com.pspdfkit.instant.document.InstantPdfDocument) - function in com.pspdfkit.instant.ui.InstantPdfActivity
- Called when InstantPdfDocument has detected data corruption.
- onDocumentCorrupted(com.pspdfkit.instant.document.InstantPdfDocument) - function in com.pspdfkit.instant.ui.InstantPdfFragment
- Called when InstantPdfDocument has detected data corruption.
- onDocumentEditingPageSelectionChanged(com.pspdfkit.ui.special_mode.controller.DocumentEditingController) - function in com.pspdfkit.ui.special_mode.manager.DocumentEditingManager.OnDocumentEditingPageSelectionChangeListener
- Called when the page selection changes on the document.
- onDocumentEditingPageSelectionChanged(com.pspdfkit.ui.special_mode.controller.DocumentEditingController) - function in com.pspdfkit.ui.toolbar.DocumentEditingToolbar
- Called when the page selection changes on the document.
- onDocumentExported(android.net.Uri) - function in com.pspdfkit.ui.PdfThumbnailGrid
- Called when saving a document or exporting pages to a given destination is complete.
- onDocumentExported(android.net.Uri) - function in com.pspdfkit.ui.PdfThumbnailGrid.OnDocumentSavedListener
- Called when saving a document or exporting pages to a given destination is complete.
- onDocumentInfoChangesSaved(com.pspdfkit.document.PdfDocument) - function in com.pspdfkit.ui.documentinfo.OnDocumentInfoViewSaveListener
- Called when the document has been saved after the document info changes.
- onDocumentInfoViewEditingModeEnter() - function in com.pspdfkit.ui.documentinfo.OnDocumentInfoViewModeChangeListener
- Called when the editing mode is being entered.
- onDocumentInfoViewEditingModeExit() - function in com.pspdfkit.ui.documentinfo.OnDocumentInfoViewModeChangeListener
- Called when the editing mode is being exited.
- OnDocumentInfoViewModeChangeListener - class in com.pspdfkit.ui.documentinfo
- A listener for com.pspdfkit.ui.PdfOutlineView document info mode changes.
- OnDocumentInfoViewSaveListener - class in com.pspdfkit.ui.documentinfo
- A listener for document being saved as a consequence of document info editing done in .
- onDocumentInvalidated(com.pspdfkit.instant.document.InstantPdfDocument) - function in com.pspdfkit.instant.listeners.InstantDocumentListener
- Called when InstantPdfDocument becomes invalid.
- onDocumentInvalidated(com.pspdfkit.instant.document.InstantPdfDocument) - function in com.pspdfkit.instant.listeners.SimpleInstantDocumentListener
- Called when InstantPdfDocument becomes invalid.
- onDocumentInvalidated(com.pspdfkit.instant.document.InstantPdfDocument) - function in com.pspdfkit.instant.ui.InstantPdfActivity
- Called when InstantPdfDocument becomes invalid.
- onDocumentInvalidated(com.pspdfkit.instant.document.InstantPdfDocument) - function in com.pspdfkit.instant.ui.InstantPdfFragment
- Called when InstantPdfDocument becomes invalid.
- onDocumentLoaded(com.pspdfkit.document.PdfDocument) - function in com.pspdfkit.instant.ui.InstantPdfFragment
- Called when document is successfully loaded and the document view has been laid out.
- onDocumentLoaded(com.pspdfkit.document.PdfDocument) - function in com.pspdfkit.listeners.DocumentListener
- Called when document is successfully loaded and the document view has been laid out.
- onDocumentLoaded(com.pspdfkit.document.PdfDocument) - function in com.pspdfkit.listeners.SimpleDocumentListener
- Called when document is successfully loaded and the document view has been laid out.
- onDocumentLoaded(com.pspdfkit.document.PdfDocument) - function in com.pspdfkit.ui.PdfActivity
- Called when document is successfully loaded and the document view has been laid out.
- onDocumentLoaded(com.pspdfkit.document.PdfDocument) - function in com.pspdfkit.ui.PdfFragment
- Called when document is successfully loaded and the document view has been laid out.
- onDocumentLoaded(com.pspdfkit.document.PdfDocument) - function in com.pspdfkit.ui.PdfThumbnailGrid
- Called when document is successfully loaded and the document view has been laid out.
- onDocumentLoaded(com.pspdfkit.document.PdfDocument) - function in com.pspdfkit.ui.PdfUiFragment
- Called when document is successfully loaded and the document view has been laid out.
- onDocumentLoaded(com.pspdfkit.document.PdfDocument) - function in com.pspdfkit.ui.outline.DefaultBookmarkAdapter
- Called when document is successfully loaded and the document view has been laid out.
- onDocumentLoadFailed(java.lang.Throwable) - function in com.pspdfkit.listeners.DocumentListener
- Called if document loading has failed.
- onDocumentLoadFailed(java.lang.Throwable) - function in com.pspdfkit.listeners.SimpleDocumentListener
- Called if document loading has failed.
- onDocumentLoadFailed(java.lang.Throwable) - function in com.pspdfkit.ui.PdfActivity
- Called if document loading has failed.
- onDocumentLoadFailed(java.lang.Throwable) - function in com.pspdfkit.ui.PdfFragment
- Called if document loading has failed.
- onDocumentLoadFailed(java.lang.Throwable) - function in com.pspdfkit.ui.PdfThumbnailGrid
- Called if document loading has failed.
- onDocumentLoadFailed(java.lang.Throwable) - function in com.pspdfkit.ui.PdfUiFragment
- Called if document loading has failed.
- onDocumentLongPress(com.pspdfkit.document.PdfDocument,int,android.view.MotionEvent,android.graphics.PointF,com.pspdfkit.annotations.Annotation) - function in com.pspdfkit.listeners.OnDocumentLongPressListener
- Called when user long-press / long-clicks on the page.
- OnDocumentLongPressListener - class in com.pspdfkit.listeners
- Listener for document long press events on the the PdfFragment.
- onDocumentMoved(com.pspdfkit.ui.DocumentDescriptor,int) - function in com.pspdfkit.ui.DocumentCoordinator.OnDocumentsChangedListener
- Called after document has been moved in the documents list.
- onDocumentRemoved(com.pspdfkit.ui.DocumentDescriptor) - function in com.pspdfkit.ui.DocumentCoordinator.OnDocumentsChangedListener
- Called after document has been removed.
- onDocumentReplaced(com.pspdfkit.ui.DocumentDescriptor,com.pspdfkit.ui.DocumentDescriptor) - function in com.pspdfkit.ui.DocumentCoordinator.OnDocumentsChangedListener
- Called after document has been replaced with another document.
- onDocumentSave(com.pspdfkit.document.PdfDocument,com.pspdfkit.document.DocumentSaveOptions) - function in com.pspdfkit.listeners.DocumentListener
- Called before document will be saved.
- onDocumentSave(com.pspdfkit.document.PdfDocument,com.pspdfkit.document.DocumentSaveOptions) - function in com.pspdfkit.listeners.SimpleDocumentListener
- Called before document will be saved.
- onDocumentSave(com.pspdfkit.document.PdfDocument,com.pspdfkit.document.DocumentSaveOptions) - function in com.pspdfkit.ui.PdfActivity
- Called before document will be saved.
- onDocumentSave(com.pspdfkit.document.PdfDocument,com.pspdfkit.document.DocumentSaveOptions) - function in com.pspdfkit.ui.PdfFragment
- Called before document will be saved.
- onDocumentSave(com.pspdfkit.document.PdfDocument,com.pspdfkit.document.DocumentSaveOptions) - function in com.pspdfkit.ui.PdfThumbnailGrid
- Called before document will be saved.
- onDocumentSave(com.pspdfkit.document.PdfDocument,com.pspdfkit.document.DocumentSaveOptions) - function in com.pspdfkit.ui.PdfUiFragment
- Called before document will be saved.
- onDocumentSaveCancelled(com.pspdfkit.document.PdfDocument) - function in com.pspdfkit.listeners.DocumentListener
- Called if document saving has been cancelled.
- onDocumentSaveCancelled(com.pspdfkit.document.PdfDocument) - function in com.pspdfkit.listeners.SimpleDocumentListener
- Called if document saving has been cancelled.
- onDocumentSaveCancelled(com.pspdfkit.document.PdfDocument) - function in com.pspdfkit.ui.PdfActivity
- Called if document saving has been cancelled.
- onDocumentSaveCancelled(com.pspdfkit.document.PdfDocument) - function in com.pspdfkit.ui.PdfFragment
- Called if document saving has been cancelled.
- onDocumentSaveCancelled(com.pspdfkit.document.PdfDocument) - function in com.pspdfkit.ui.PdfThumbnailGrid
- Called if document saving has been cancelled.
- onDocumentSaveCancelled(com.pspdfkit.document.PdfDocument) - function in com.pspdfkit.ui.PdfUiFragment
- Called if document saving has been cancelled.
- onDocumentSaved(com.pspdfkit.document.PdfDocument) - function in com.pspdfkit.listeners.DocumentListener
- Called after the document has been saved.
- onDocumentSaved(com.pspdfkit.document.PdfDocument) - function in com.pspdfkit.listeners.SimpleDocumentListener
- Called after the document has been saved.
- onDocumentSaved(com.pspdfkit.document.PdfDocument) - function in com.pspdfkit.ui.PdfActivity
- Called after the document has been saved.
- onDocumentSaved(com.pspdfkit.document.PdfDocument) - function in com.pspdfkit.ui.PdfFragment
- Called after the document has been saved.
- onDocumentSaved() - function in com.pspdfkit.ui.PdfThumbnailGrid
- Called when saving a document in place is complete.
- onDocumentSaved(com.pspdfkit.document.PdfDocument) - function in com.pspdfkit.ui.PdfThumbnailGrid
- Called after the document has been saved.
- onDocumentSaved() - function in com.pspdfkit.ui.PdfThumbnailGrid.OnDocumentSavedListener
- Called when saving a document in place is complete.
- onDocumentSaved(com.pspdfkit.document.PdfDocument) - function in com.pspdfkit.ui.PdfUiFragment
- Called after the document has been saved.
- onDocumentSaveFailed(com.pspdfkit.document.PdfDocument,java.lang.Throwable) - function in com.pspdfkit.listeners.DocumentListener
- Called if document saving has failed.
- onDocumentSaveFailed(com.pspdfkit.document.PdfDocument,java.lang.Throwable) - function in com.pspdfkit.listeners.SimpleDocumentListener
- Called if document saving has failed.
- onDocumentSaveFailed(com.pspdfkit.document.PdfDocument,java.lang.Throwable) - function in com.pspdfkit.ui.PdfActivity
- Called if document saving has failed.
- onDocumentSaveFailed(com.pspdfkit.document.PdfDocument,java.lang.Throwable) - function in com.pspdfkit.ui.PdfFragment
- Called if document saving has failed.
- onDocumentSaveFailed(com.pspdfkit.document.PdfDocument,java.lang.Throwable) - function in com.pspdfkit.ui.PdfThumbnailGrid
- Called if document saving has failed.
- onDocumentSaveFailed(com.pspdfkit.document.PdfDocument,java.lang.Throwable) - function in com.pspdfkit.ui.PdfUiFragment
- Called if document saving has failed.
- onDocumentScrolled(com.pspdfkit.ui.PdfFragment,int,int,int,int,int,int) - function in com.pspdfkit.listeners.scrolling.DocumentScrollListener
- onDocumentScrolled(int,int,int,int,int,int) - function in com.pspdfkit.listeners.scrolling.DocumentScrollListener
- Called whenever the document in the fragment scrolled.
- onDocumentScrolled(int,int,int,int,int,int) - function in com.pspdfkit.ui.PdfFragment
- Called whenever the document in the fragment scrolled.
- onDocumentScrolled(int,int,int,int,int,int) - function in com.pspdfkit.ui.scrollbar.VerticalScrollBar
- Called whenever the document in the fragment scrolled.
- onDocumentStateChanged(com.pspdfkit.instant.document.InstantPdfDocument,com.pspdfkit.instant.document.InstantDocumentState) - function in com.pspdfkit.instant.listeners.InstantDocumentListener
- Called when the document changes its state.
- onDocumentStateChanged(com.pspdfkit.instant.document.InstantPdfDocument,com.pspdfkit.instant.document.InstantDocumentState) - function in com.pspdfkit.instant.listeners.SimpleInstantDocumentListener
- Called when the document changes its state.
- onDocumentStateChanged(com.pspdfkit.instant.document.InstantPdfDocument,com.pspdfkit.instant.document.InstantDocumentState) - function in com.pspdfkit.instant.ui.InstantPdfActivity
- Called when the document changes its state.
- onDocumentStateChanged(com.pspdfkit.instant.document.InstantPdfDocument,com.pspdfkit.instant.document.InstantDocumentState) - function in com.pspdfkit.instant.ui.InstantPdfFragment
- Called when the document changes its state.
- onDocumentUpdated(com.pspdfkit.ui.DocumentDescriptor) - function in com.pspdfkit.ui.DocumentCoordinator.OnDocumentsChangedListener
- Called after document has been updated - for example after it's been loaded.
- onDocumentVisible(com.pspdfkit.ui.DocumentDescriptor) - function in com.pspdfkit.ui.DocumentCoordinator.OnDocumentVisibleListener
- Called when document is made visible.
- onDocumentZoomed(com.pspdfkit.document.PdfDocument,int,float) - function in com.pspdfkit.listeners.DocumentListener
- Called when a user zooms a document.
- onDocumentZoomed(com.pspdfkit.document.PdfDocument,int,float) - function in com.pspdfkit.listeners.SimpleDocumentListener
- Called when a user zooms a document.
- onDocumentZoomed(com.pspdfkit.document.PdfDocument,int,float) - function in com.pspdfkit.ui.PdfActivity
- Called when a user zooms a document.
- onDocumentZoomed(com.pspdfkit.document.PdfDocument,int,float) - function in com.pspdfkit.ui.PdfFragment
- Called when a user zooms a document.
- onDocumentZoomed(com.pspdfkit.document.PdfDocument,int,float) - function in com.pspdfkit.ui.PdfThumbnailGrid
- Called when a user zooms a document.
- onDocumentZoomed(com.pspdfkit.document.PdfDocument,int,float) - function in com.pspdfkit.ui.PdfUiFragment
- Called when a user zooms a document.
- onDragContextualToolbar(com.pspdfkit.ui.toolbar.ContextualToolbar,int,int) - function in com.pspdfkit.ui.toolbar.ToolbarCoordinatorLayout.OnContextualToolbarMovementListener
- Called when the ContextualToolbar is dragged.
- onDraw(android.graphics.Canvas,com.pspdfkit.ui.inspector.PropertyInspector) - function in com.pspdfkit.ui.inspector.PropertyInspector.ItemDecoration
- Draw required decorations to canvas supplied to the PropertyInspector.
- onDrawablesChanged(com.pspdfkit.ui.drawable.PdfDrawableProvider) - function in com.pspdfkit.ui.drawable.PdfDrawableProvider.DrawableProviderObserver
- Called when the drawables have changed.
- onDrawablesChanged(com.pspdfkit.ui.drawable.PdfDrawableProvider,int) - function in com.pspdfkit.ui.drawable.PdfDrawableProvider.DrawableProviderObserver
- Called when the drawables have changed.
- onDrawCanvas(android.graphics.Canvas) - function in com.pspdfkit.document.processor.NewPage.OnDrawCanvasCallback
- Called by the implementation to hand back the canvas that holds the drawing calls of the document.
- onDrawOver(android.graphics.Canvas,com.pspdfkit.ui.inspector.PropertyInspector) - function in com.pspdfkit.ui.inspector.PropertyInspector.ItemDecoration
- Draw any appropriate decorations into the Canvas supplied to the .
- onDrawOver(android.graphics.Canvas,com.pspdfkit.ui.inspector.PropertyInspector) - function in com.pspdfkit.ui.inspector.views.PropertyInspectorDividerDecoration
- Draw any appropriate decorations into the Canvas supplied to the .
- ONE_DP - enum entry in com.pspdfkit.annotations.measurements.MeasurementPrecision
For example: "0.1"
- onEmbeddedFileTap(com.pspdfkit.ui.PdfOutlineView,com.pspdfkit.document.files.EmbeddedFile) - function in com.pspdfkit.ui.PdfOutlineView.OnEmbeddedFileTapListener
- Called when an embedded file was tapped.
- onEmbeddedFileTap(com.pspdfkit.ui.PdfOutlineView,com.pspdfkit.document.files.EmbeddedFile) - function in com.pspdfkit.ui.outline.DefaultOutlineViewListener
- Called when an embedded file was tapped.
- onEnterAnnotationCreationMode(com.pspdfkit.ui.special_mode.controller.AnnotationCreationController) - function in com.pspdfkit.ui.special_mode.manager.AnnotationManager.OnAnnotationCreationModeChangeListener
- Called when the annotation creation mode has been entered.
- onEnterAnnotationCreationMode(com.pspdfkit.ui.special_mode.controller.AnnotationCreationController) - function in com.pspdfkit.ui.toolbar.AnnotationCreationToolbar
- Called when the annotation creation mode has been entered.
- onEnterAnnotationEditingMode(com.pspdfkit.ui.special_mode.controller.AnnotationEditingController) - function in com.pspdfkit.ui.special_mode.manager.AnnotationManager.OnAnnotationEditingModeChangeListener
- Called when annotation editing mode has been entered.
- onEnterAnnotationEditingMode(com.pspdfkit.ui.special_mode.controller.AnnotationEditingController) - function in com.pspdfkit.ui.toolbar.AnnotationEditingToolbar
- Called when annotation editing mode has been entered.
- onEnterAudioPlaybackMode(com.pspdfkit.ui.audio.AudioPlaybackController) - function in com.pspdfkit.ui.audio.AudioModeListeners.AudioPlaybackModeChangeListener
- Called when audio playback mode has been entered.
- onEnterAudioRecordingMode(com.pspdfkit.ui.audio.AudioRecordingController) - function in com.pspdfkit.ui.audio.AudioModeListeners.AudioRecordingModeChangeListener
- Called when audio recording mode has been entered.
- onEnterContentEditingMode(com.pspdfkit.ui.special_mode.controller.ContentEditingController) - function in com.pspdfkit.ui.contentediting.ContentEditingStylingBar
- Called when entering content editing mode.
- onEnterContentEditingMode(com.pspdfkit.ui.special_mode.controller.ContentEditingController) - function in com.pspdfkit.ui.special_mode.manager.ContentEditingManager.OnContentEditingModeChangeListener
- Called when entering content editing mode.
- onEnterDocumentEditingMode(com.pspdfkit.ui.special_mode.controller.DocumentEditingController) - function in com.pspdfkit.ui.special_mode.manager.DocumentEditingManager.OnDocumentEditingModeChangeListener
- Called when entering document editing mode.
- onEnterFormElementEditingMode(com.pspdfkit.ui.special_mode.controller.FormEditingController) - function in com.pspdfkit.ui.forms.FormEditingBar
- Called when form element editing mode has been entered.
- onEnterFormElementEditingMode(com.pspdfkit.ui.special_mode.controller.FormEditingController) - function in com.pspdfkit.ui.inspector.forms.FormEditingInspectorController
- Called when form element editing mode has been entered.
- onEnterFormElementEditingMode(com.pspdfkit.ui.special_mode.controller.FormEditingController) - function in com.pspdfkit.ui.special_mode.manager.FormManager.OnFormElementEditingModeChangeListener
- Called when form element editing mode has been entered.
- onEnterTextSelectionMode(com.pspdfkit.ui.special_mode.controller.TextSelectionController) - function in com.pspdfkit.ui.special_mode.manager.TextSelectionManager.OnTextSelectionModeChangeListener
- Called when entering text selection mode.
- onError(java.lang.Throwable) - function in com.pspdfkit.document.download.DownloadJob.ProgressListener
- Called when an error occurred during download.
- onError(java.lang.Throwable) - function in com.pspdfkit.document.download.DownloadJob.ProgressListenerAdapter
- Called when an error occurred during download.
- onError(java.lang.Throwable) - function in com.pspdfkit.document.processor.ComparisonDialogListener
- Gets called when the Comparison doesn't go as expected.
- onError(com.pspdfkit.ui.audio.AudioPlaybackController,java.lang.Throwable) - function in com.pspdfkit.ui.audio.AudioPlaybackController.AudioPlaybackListener
- Called when audio content cannot be played.
- onError(com.pspdfkit.ui.audio.AudioRecordingController,java.lang.Throwable) - function in com.pspdfkit.ui.audio.AudioRecordingController.AudioRecordingListener
- Called when recording fails.
- onErrorDismissed() - function in com.pspdfkit.ui.FloatingHintEditText.EditTextListener
- Called when user proceeds typing in after there was an error shown.
- onErrorDismissed() - function in com.pspdfkit.ui.PdfPasswordView
- Called when user proceeds typing in after there was an error shown.
- onEvent(java.lang.String,android.os.Bundle) - function in com.pspdfkit.analytics.AnalyticsClient
- Callback for analytics events.
- onExecuteAction(com.pspdfkit.annotations.actions.Action) - function in com.pspdfkit.document.DocumentActionListener
- Called when PDF action should be executed.
- onExitAnnotationCreationMode(com.pspdfkit.ui.special_mode.controller.AnnotationCreationController) - function in com.pspdfkit.ui.special_mode.manager.AnnotationManager.OnAnnotationCreationModeChangeListener
- Called when the annotation creation mode has been exited.
- onExitAnnotationCreationMode(com.pspdfkit.ui.special_mode.controller.AnnotationCreationController) - function in com.pspdfkit.ui.toolbar.AnnotationCreationToolbar
- Called when the annotation creation mode has been exited.
- onExitAnnotationEditingMode(com.pspdfkit.ui.special_mode.controller.AnnotationEditingController) - function in com.pspdfkit.ui.special_mode.manager.AnnotationManager.OnAnnotationEditingModeChangeListener
- Called when annotation editing mode has been exited.
- onExitAnnotationEditingMode(com.pspdfkit.ui.special_mode.controller.AnnotationEditingController) - function in com.pspdfkit.ui.toolbar.AnnotationEditingToolbar
- Called when annotation editing mode has been exited.
- onExitAudioPlaybackMode(com.pspdfkit.ui.audio.AudioPlaybackController) - function in com.pspdfkit.ui.audio.AudioModeListeners.AudioPlaybackModeChangeListener
- Called when audio playback mode has been exited.
- onExitAudioRecordingMode(com.pspdfkit.ui.audio.AudioRecordingController) - function in com.pspdfkit.ui.audio.AudioModeListeners.AudioRecordingModeChangeListener
- Called when audio recording mode has been exited.
- onExitContentEditingMode(com.pspdfkit.ui.special_mode.controller.ContentEditingController) - function in com.pspdfkit.ui.contentediting.ContentEditingStylingBar
- Called when exiting text selection mode.
- onExitContentEditingMode(com.pspdfkit.ui.special_mode.controller.ContentEditingController) - function in com.pspdfkit.ui.special_mode.manager.ContentEditingManager.OnContentEditingModeChangeListener
- Called when exiting text selection mode.
- onExitDocumentEditingMode(com.pspdfkit.ui.special_mode.controller.DocumentEditingController) - function in com.pspdfkit.ui.special_mode.manager.DocumentEditingManager.OnDocumentEditingModeChangeListener
- Called when exiting document editing mode.
- onExitFormElementEditingMode(com.pspdfkit.ui.special_mode.controller.FormEditingController) - function in com.pspdfkit.ui.forms.FormEditingBar
- Called when form element editing mode has been exited.
- onExitFormElementEditingMode(com.pspdfkit.ui.special_mode.controller.FormEditingController) - function in com.pspdfkit.ui.inspector.forms.FormEditingInspectorController
- Called when form element editing mode has been exited.
- onExitFormElementEditingMode(com.pspdfkit.ui.special_mode.controller.FormEditingController) - function in com.pspdfkit.ui.special_mode.manager.FormManager.OnFormElementEditingModeChangeListener
- Called when form element editing mode has been exited.
- onExitTextSelectionMode(com.pspdfkit.ui.special_mode.controller.TextSelectionController) - function in com.pspdfkit.ui.special_mode.manager.TextSelectionManager.OnTextSelectionModeChangeListener
- Called when exiting text selection mode.
- onFinishEditingContentBlock(java.util.UUID) - function in com.pspdfkit.ui.contentediting.ContentEditingStylingBar
- Called when the provided block goes out of editing mode (loses focus, or global content editing mode is being finished)
- onFinishEditingContentBlock(java.util.UUID) - function in com.pspdfkit.ui.special_mode.manager.ContentEditingManager.OnContentEditingContentChangeListener
- Called when the provided block goes out of editing mode (loses focus, or global content editing mode is being finished)
- onFinishIndexingDocument(java.lang.String,boolean) - function in com.pspdfkit.document.library.LibraryIndexingListener
- Called when a document finishes indexing.
- onFocusChange(android.view.View,boolean) - function in com.pspdfkit.ui.inspector.views.OptionPickerInspectorView
- onFontSelected(com.pspdfkit.ui.fonts.Font) - function in com.pspdfkit.ui.inspector.views.FontPickerInspectorView.FontPickerListener
- Called when the user has selected a font.
- onFontSelected(java.lang.Integer) - function in com.pspdfkit.ui.inspector.views.FontPickerInspectorView.FontSizePickerListener
- Called when the user has selected a font size.
- onFormElementClicked(com.pspdfkit.forms.FormElement) - function in com.pspdfkit.ui.special_mode.manager.FormManager.OnFormElementClickedListener
- Called when user clicks on form element.
- onFormElementDeselected(com.pspdfkit.forms.FormElement,boolean) - function in com.pspdfkit.ui.PdfFragment
- Called when form element gets deselected.
- onFormElementDeselected(com.pspdfkit.forms.FormElement,boolean) - function in com.pspdfkit.ui.special_mode.manager.FormManager.OnFormElementDeselectedListener
- Called when form element gets deselected.
- onFormElementSelected(com.pspdfkit.forms.FormElement) - function in com.pspdfkit.ui.PdfFragment
- Called when form element gets selected.
- onFormElementSelected(com.pspdfkit.forms.FormElement) - function in com.pspdfkit.ui.special_mode.manager.FormManager.OnFormElementSelectedListener
- Called when form element gets selected.
- onFormElementUpdated(com.pspdfkit.forms.FormElement) - function in com.pspdfkit.ui.forms.FormEditingBar
- Called when form element gets updated.
- onFormElementUpdated(com.pspdfkit.forms.FormElement) - function in com.pspdfkit.ui.inspector.forms.FormEditingInspectorController
- Called when form element gets updated.
- onFormElementUpdated(com.pspdfkit.forms.FormElement) - function in com.pspdfkit.ui.special_mode.manager.FormManager.OnFormElementUpdatedListener
- Called when form element gets updated.
- onFormElementValidationFailed(com.pspdfkit.forms.FormElement,java.lang.String) - function in com.pspdfkit.ui.forms.FormEditingBar
- Called when form element validation fails.
- onFormElementValidationFailed(com.pspdfkit.forms.FormElement,java.lang.String) - function in com.pspdfkit.ui.special_mode.manager.FormManager.OnFormElementViewUpdatedListener
- Called when form element validation fails.
- onFormElementValidationSuccess(com.pspdfkit.forms.FormElement) - function in com.pspdfkit.ui.forms.FormEditingBar
- Called when form element validation succeeded.
- onFormElementValidationSuccess(com.pspdfkit.forms.FormElement) - function in com.pspdfkit.ui.special_mode.manager.FormManager.OnFormElementViewUpdatedListener
- Called when form element validation succeeded.
- onFormElementViewUpdated(com.pspdfkit.forms.FormElement) - function in com.pspdfkit.ui.forms.FormEditingBar
- Called whenever form element view gets updated, listeners should update their UI accordingly.
- onFormElementViewUpdated(com.pspdfkit.forms.FormElement) - function in com.pspdfkit.ui.special_mode.manager.FormManager.OnFormElementViewUpdatedListener
- Called whenever form element view gets updated, listeners should update their UI accordingly.
- onFormFieldReset(com.pspdfkit.forms.FormField,com.pspdfkit.forms.FormElement) - function in com.pspdfkit.forms.FormListeners.OnFormFieldUpdatedListener
- Called when form field has been reset to its default value.
- onFormFieldUpdated(com.pspdfkit.forms.FormField) - function in com.pspdfkit.forms.FormListeners.OnFormFieldUpdatedListener
- Called when form field has been updated.
- onFormTabOrderUpdated() - function in com.pspdfkit.forms.FormListeners.OnFormTabOrderUpdatedListener
- Called when form tab ordering has been updated.
- onGenerateMenuItemIds(java.util.List) - function in com.pspdfkit.listeners.OnMenuItemsGenerateListener
- onGenerateMenuItemIds(java.util.List) - function in com.pspdfkit.ui.PdfActivity
- Called before the main menu items are set to be ordered.
- onGenerateMenuItemIds(java.util.List) - function in com.pspdfkit.ui.PdfUiFragment
- onGetShowAsAction(int,int) - function in com.pspdfkit.ui.PdfActivity
- onGetShowAsAction(int,int) - function in com.pspdfkit.ui.PdfUiFragment
- onHidden() - function in com.pspdfkit.ui.inspector.PropertyInspectorView
- Called when this inspector view was hidden.
- onHidden() - function in com.pspdfkit.ui.inspector.views.CustomColorPickerInspectorDetailView
- Called when this inspector view was hidden.
- onHidden() - function in com.pspdfkit.ui.inspector.views.MeasurementValueInspectorView
- Called when this inspector view was hidden.
- onHide(android.view.View) - function in com.pspdfkit.jetpack.compose.interactors.DocumentState
- Called whenever a PSPDFKit view has been hidden.
- onHide(android.view.View) - function in com.pspdfkit.listeners.OnVisibilityChangedListener
- Called whenever a PSPDFKit view has been hidden.
- onHide(android.view.View) - function in com.pspdfkit.listeners.OnVisibilityChangedListenerManager
- Called whenever a PSPDFKit view has been hidden.
- onHide() - function in com.pspdfkit.ui.PdfOutlineView.OutlinePagerAdapter
- onImagePicked(android.net.Uri) - function in com.pspdfkit.document.image.ImagePicker.OnImagePickedListener
- Called when image has been successfully picked/captured from camera.
- onImagePicked(android.net.Uri) - function in com.pspdfkit.document.image.SimpleOnImagePickedListener
- Called when image has been successfully picked/captured from camera.
- onImagePickerCancelled() - function in com.pspdfkit.document.image.ImagePicker.OnImagePickedListener
- Called when image picker has been cancelled.
- onImagePickerCancelled() - function in com.pspdfkit.document.image.SimpleOnImagePickedListener
- Called when image picker has been cancelled.
- onImagePickerUnknownError() - function in com.pspdfkit.document.image.ImagePicker.OnImagePickedListener
- Called when an unknown error occurred while picking/capturing an image.
- onImagePickerUnknownError() - function in com.pspdfkit.document.image.SimpleOnImagePickedListener
- Called when an unknown error occurred while picking/capturing an image.
- onInitializationFailure(com.google.android.youtube.player.YouTubePlayer.Provider,com.google.android.youtube.player.YouTubeInitializationResult) - function in com.pspdfkit.ui.PdfYouTubeActivity
- onInitializationSuccess(com.google.android.youtube.player.YouTubePlayer.Provider,com.google.android.youtube.player.YouTubePlayer,boolean) - function in com.pspdfkit.ui.PdfYouTubeActivity
- onInterceptTouchEvent(android.view.MotionEvent) - function in com.pspdfkit.ui.thumbnail.PdfStaticThumbnailBar
- onInterceptTouchEvent(android.view.MotionEvent) - function in com.pspdfkit.ui.toolbar.ToolbarCoordinatorLayout
- onItemClicked(com.pspdfkit.ui.toolbar.popup.PopupToolbarMenuItem) - function in com.pspdfkit.ui.PopupToolbar
- Called when the menu item has been clicked.
- onItemClicked(com.pspdfkit.ui.toolbar.popup.PopupToolbarMenuItem) - function in com.pspdfkit.ui.PopupToolbar.OnPopupToolbarItemClickedListener
- Called when the popup toolbar menu item has been clicked.
- onItemClicked(com.pspdfkit.ui.toolbar.popup.PopupToolbarMenuItem) - function in com.pspdfkit.ui.toolbar.popup.PdfTextSelectionPopupToolbar
- Called when the menu item has been clicked.
- onKeyPreIme(int,android.view.KeyEvent) - function in com.pspdfkit.ui.FloatingHintEditText
- onKeyPress(int,android.view.KeyEvent) - function in com.pspdfkit.ui.FloatingHintEditText.EditTextListener
- Called when there is a key press event
- onKeyPress(int,android.view.KeyEvent) - function in com.pspdfkit.ui.PdfPasswordView
- Called when there is a key press event
- onLayoutChange(android.view.View,int,int,int,int,int,int,int,int) - function in com.pspdfkit.ui.toolbar.ContextualToolbarMenuItem
- onLineEndTypePicked(com.pspdfkit.ui.inspector.views.LineEndTypePickerInspectorView,com.pspdfkit.annotations.LineEndType) - function in com.pspdfkit.ui.inspector.views.LineEndTypePickerInspectorView.LineEndTypePickerListener
- Called when a LineEndType was picked.
- onLineSpacingSelected(java.lang.Float) - function in com.pspdfkit.ui.inspector.views.ContentEditingLineSpacingPickerView.LineSpacingPickerListener
- onLongClick(android.view.View) - function in com.pspdfkit.ui.toolbar.ContextualToolbar
- Called when a view has been clicked and held.
- onLongClick(android.view.View) - function in com.pspdfkit.ui.toolbar.ContextualToolbarMenuItem
- Called when a view has been clicked and held.
- onLowMemory() - function in com.pspdfkit.ui.PdfFragment
- onMaxLengthChanged(com.pspdfkit.forms.TextFormField,com.pspdfkit.forms.TextFormElement,int) - function in com.pspdfkit.forms.FormListeners.OnTextFormFieldUpdatedListener
- Called when maximum length of the form field has changed.
- onMeasurementValueConfigurationAdded(com.pspdfkit.annotations.measurements.MeasurementValueConfiguration) - function in com.pspdfkit.annotations.measurements.MeasurementValueConfigurationEditor.ChangeListener
- Called after a MeasurementValueConfiguration was added to the document.
- onMeasurementValueConfigurationChanged(com.pspdfkit.annotations.measurements.MeasurementValueConfiguration,com.pspdfkit.annotations.measurements.MeasurementValueConfiguration) - function in com.pspdfkit.annotations.measurements.MeasurementValueConfigurationEditor.ChangeListener
- Called after a MeasurementValueConfiguration was changed.
- onMeasurementValueConfigurationDeleted(com.pspdfkit.annotations.measurements.MeasurementValueConfiguration) - function in com.pspdfkit.annotations.measurements.MeasurementValueConfigurationEditor.ChangeListener
- Called after MeasurementValueConfiguration was deleted.
- OnMenuItemsGenerateListener - class in com.pspdfkit.listeners
- A listener that gets notified when the order of menu items should be declared and the menu items are being generated for the first time.
- onMenuItemsGrouped(java.util.List) - function in com.pspdfkit.ui.toolbar.AnnotationCreationToolbar
- Called when the menu items are being grouped.
- onMenuItemsGrouped(java.util.List) - function in com.pspdfkit.ui.toolbar.ContextualToolbar
- A method called once the flat items provided through setMenuItems have been grouped by the MenuItemGroupingRule that can be set with setMenuItemGroupingRule and with DefaultMenuItemGroupingRule as the default one.
- onMoreSearchResults(java.util.List) - function in com.pspdfkit.ui.search.PdfSearchView.Listener
- Called every time the PdfSearchView has a new chunk of SearchResult instances.
- onMoreSearchResults(java.util.List) - function in com.pspdfkit.ui.search.PdfSearchViewInline
- Called when another chunk of search results is ready.
- onMoreSearchResults(java.util.List) - function in com.pspdfkit.ui.search.PdfSearchViewModular
- Called when another chunk of search results is ready.
- onMoreSearchResults(java.util.List) - function in com.pspdfkit.ui.search.SimpleSearchResultListener
- Called every time the PdfSearchView has a new chunk of SearchResult instances.
- onMoveExecuted(com.pspdfkit.ui.inspector.views.ZIndexInspectorView,com.pspdfkit.annotations.AnnotationZIndexMove) - function in com.pspdfkit.ui.inspector.views.ZIndexInspectorView.ZIndexChangeListener
- Called when the z-index move has been executed from the inspector.
- onNameChanged(java.lang.String) - function in com.pspdfkit.ui.inspector.views.ScaleNameInspectorView.NameChangeListener
- Called when the name of the scale was changed
- onNewPageReady(com.pspdfkit.document.processor.NewPage) - function in com.pspdfkit.document.editor.page.NewPageFactory.OnNewPageReadyListener
- Called by the factory when a NewPage instance is ready.
- onNonAnnotationChange(com.pspdfkit.instant.annotations.InstantAnnotationProvider.NonAnnotationChange) - function in com.pspdfkit.instant.annotations.InstantAnnotationProvider.OnNonAnnotationChangeListener
- Called when the annotation provider generated new non-annotation changes, that would require syncing.
- onOptionSelected(com.pspdfkit.forms.ChoiceFormField,com.pspdfkit.forms.ChoiceFormElement,java.util.List) - function in com.pspdfkit.forms.FormListeners.OnChoiceFormFieldUpdatedListener
- Called when choice field option has been selected.
- onOptionsItemSelected(android.view.MenuItem) - function in com.pspdfkit.ui.PdfActivity
- onOptionsItemSelected(android.view.MenuItem) - function in com.pspdfkit.ui.PdfUiFragment
- onOptionsSelected(com.pspdfkit.ui.inspector.views.OptionPickerInspectorView,java.util.List) - function in com.pspdfkit.ui.inspector.views.OptionPickerInspectorView.OnOptionPickedListener
- Called when list of selected options have changed.
- onOutlineElementTap(com.pspdfkit.ui.PdfOutlineView,com.pspdfkit.document.OutlineElement) - function in com.pspdfkit.ui.PdfOutlineView.OnOutlineElementTapListener
- Called when an outline element was tapped.
- onOutlineElementTap(com.pspdfkit.ui.PdfOutlineView,com.pspdfkit.document.OutlineElement) - function in com.pspdfkit.ui.outline.DefaultOutlineViewListener
- Called when an outline element was tapped.
- onOverlayViewsChanged(com.pspdfkit.ui.overlay.OverlayViewProvider) - function in com.pspdfkit.ui.overlay.OverlayViewProvider.OverlayViewProviderObserver
- Called when the views have changed.
- onOverlayViewsChanged(com.pspdfkit.ui.overlay.OverlayViewProvider,int) - function in com.pspdfkit.ui.overlay.OverlayViewProvider.OverlayViewProviderObserver
- Called when the views have changed.
- onPageChanged(com.pspdfkit.document.PdfDocument,int) - function in com.pspdfkit.listeners.DocumentListener
- Called when user scrolled to a new page.
- onPageChanged(com.pspdfkit.document.PdfDocument,int) - function in com.pspdfkit.listeners.SimpleDocumentListener
- Called when user scrolled to a new page.
- onPageChanged(com.pspdfkit.document.PdfDocument,int) - function in com.pspdfkit.ui.PdfActivity
- Called when user scrolled to a new page.
- onPageChanged(com.pspdfkit.document.PdfDocument,int) - function in com.pspdfkit.ui.PdfFragment
- Called when user scrolled to a new page.
- onPageChanged(com.pspdfkit.ui.thumbnail.PdfThumbnailBarController,int) - function in com.pspdfkit.ui.PdfThumbnailBar.OnPageChangedListener
- Called whenever the user touched or dragged across the thumbnail bar, selecting a different page.
- onPageChanged(com.pspdfkit.document.PdfDocument,int) - function in com.pspdfkit.ui.PdfThumbnailGrid
- Called when user scrolled to a new page.
- onPageChanged(com.pspdfkit.document.PdfDocument,int) - function in com.pspdfkit.ui.PdfUiFragment
- Called when user scrolled to a new page.
- onPageChanged(com.pspdfkit.ui.scrollbar.VerticalScrollBar,int) - function in com.pspdfkit.ui.scrollbar.VerticalScrollBar.OnPageChangeListener
- Called whenever the used dragged the scrollbar indicator to a different page.
- onPageChanged(com.pspdfkit.document.PdfDocument,int) - function in com.pspdfkit.ui.search.PdfSearchViewLazy
- Called when user scrolled to a new page.
- onPageChanged(com.pspdfkit.document.PdfDocument,int) - function in com.pspdfkit.ui.thumbnail.PdfScrollableThumbnailBar
- Called when user scrolled to a new page.
- onPageChanged(com.pspdfkit.document.PdfDocument,int) - function in com.pspdfkit.ui.thumbnail.PdfStaticThumbnailBar
- Called when user scrolled to a new page.
- onPageClick(com.pspdfkit.document.PdfDocument,int,android.view.MotionEvent,android.graphics.PointF,com.pspdfkit.annotations.Annotation) - function in com.pspdfkit.listeners.DocumentListener
- Called when user taps / clicks on the page.
- onPageClick(com.pspdfkit.document.PdfDocument,int,android.view.MotionEvent,android.graphics.PointF,com.pspdfkit.annotations.Annotation) - function in com.pspdfkit.listeners.SimpleDocumentListener
- Called when user taps / clicks on the page.
- onPageClick(com.pspdfkit.document.PdfDocument,int,android.view.MotionEvent,android.graphics.PointF,com.pspdfkit.annotations.Annotation) - function in com.pspdfkit.ui.PdfActivity
- Called when user taps / clicks on the page.
- onPageClick(com.pspdfkit.document.PdfDocument,int,android.view.MotionEvent,android.graphics.PointF,com.pspdfkit.annotations.Annotation) - function in com.pspdfkit.ui.PdfFragment
- Called when user taps / clicks on the page.
- onPageClick(com.pspdfkit.document.PdfDocument,int,android.view.MotionEvent,android.graphics.PointF,com.pspdfkit.annotations.Annotation) - function in com.pspdfkit.ui.PdfThumbnailGrid
- Called when user taps / clicks on the page.
- onPageClick(com.pspdfkit.ui.PdfThumbnailGrid,int) - function in com.pspdfkit.ui.PdfThumbnailGrid.OnPageClickListener
- Called when the user taps a thumbnail on the grid.
- onPageClick(com.pspdfkit.document.PdfDocument,int,android.view.MotionEvent,android.graphics.PointF,com.pspdfkit.annotations.Annotation) - function in com.pspdfkit.ui.PdfUiFragment
- Called when user taps / clicks on the page.
- onPageIndexed(java.lang.String,int,java.lang.String) - function in com.pspdfkit.document.library.LibraryIndexingListener
- Called for each page indexed if enableOnPageIndexedEvents returns
true
. - onPageLoadingProgress(int) - function in com.pspdfkit.document.html.HtmlToPdfConverter.PageLoadingProgressListener
- Called when page loading progress changes.
- onPageScrolled(int,float,int) - function in com.pspdfkit.ui.PdfOutlineView.OutlinePagerAdapter
- onPageScrollStateChanged(int) - function in com.pspdfkit.ui.PdfOutlineView.OutlinePagerAdapter
- onPageSelected(int) - function in com.pspdfkit.ui.PdfOutlineView.OutlinePagerAdapter
- onPageUpdated(com.pspdfkit.document.PdfDocument,int) - function in com.pspdfkit.listeners.DocumentListener
- Called when content of page with pageIndex has changed (for example due to annotation or form field being updated).
- onPageUpdated(com.pspdfkit.document.PdfDocument,int) - function in com.pspdfkit.listeners.SimpleDocumentListener
- Called when content of page with pageIndex has changed (for example due to annotation or form field being updated).
- onPageUpdated(com.pspdfkit.document.PdfDocument,int) - function in com.pspdfkit.ui.PdfActivity
- Called when content of page with pageIndex has changed (for example due to annotation or form field being updated).
- onPageUpdated(com.pspdfkit.document.PdfDocument,int) - function in com.pspdfkit.ui.PdfFragment
- Called when content of page with pageIndex has changed (for example due to annotation or form field being updated).
- onPageUpdated(com.pspdfkit.document.PdfDocument,int) - function in com.pspdfkit.ui.PdfThumbnailGrid
- Called when content of page with pageIndex has changed (for example due to annotation or form field being updated).
- onPageUpdated(com.pspdfkit.document.PdfDocument,int) - function in com.pspdfkit.ui.PdfUiFragment
- Called when content of page with pageIndex has changed (for example due to annotation or form field being updated).
- onPageUpdated(com.pspdfkit.document.PdfDocument,int) - function in com.pspdfkit.ui.thumbnail.PdfScrollableThumbnailBar
- Called when content of page with pageIndex has changed (for example due to annotation or form field being updated).
- onPageUpdated(com.pspdfkit.document.PdfDocument,int) - function in com.pspdfkit.ui.thumbnail.PdfStaticThumbnailBar
- Called when content of page with pageIndex has changed (for example due to annotation or form field being updated).
- onPasswordSubmit(com.pspdfkit.ui.PdfPasswordView,java.lang.String) - function in com.pspdfkit.ui.PdfPasswordView.OnPasswordSubmitListener
- Called when the password is submitted by user pressing enter on the keyboard.
- onPause() - function in com.pspdfkit.ui.PdfUiFragment
- onPause(com.pspdfkit.ui.audio.AudioPlaybackController) - function in com.pspdfkit.ui.audio.AudioPlaybackController.AudioPlaybackListener
- Called when audio content is paused.
- onPause(com.pspdfkit.ui.audio.AudioRecordingController) - function in com.pspdfkit.ui.audio.AudioRecordingController.AudioRecordingListener
- Called when audio recording is paused.
- onPlay(com.pspdfkit.ui.audio.AudioPlaybackController) - function in com.pspdfkit.ui.audio.AudioPlaybackController.AudioPlaybackListener
- Called when audio content is playing.
- onPrecisionPicked(com.pspdfkit.annotations.measurements.MeasurementPrecision) - function in com.pspdfkit.ui.inspector.views.PrecisionPickerInspectorView.PrecisionPickerListener
- Called when a MeasurementPrecision was picked.
- onPrepareActionMenu(com.pspdfkit.ui.actionmenu.ActionMenu) - function in com.pspdfkit.ui.actionmenu.ActionMenuListener
- Called when action menu is being prepared.
- onPrepareActionMenu(com.pspdfkit.ui.actionmenu.ActionMenu) - function in com.pspdfkit.ui.actionmenu.SimpleActionMenuListener
- Called when action menu is being prepared.
- onPrepareAnnotationSelection(com.pspdfkit.ui.special_mode.controller.AnnotationSelectionController,com.pspdfkit.annotations.Annotation,boolean) - function in com.pspdfkit.ui.PdfFragment
- Called immediately before annotation is going to be selected.
- onPrepareAnnotationSelection(com.pspdfkit.ui.special_mode.controller.AnnotationSelectionController,com.pspdfkit.annotations.Annotation,boolean) - function in com.pspdfkit.ui.special_mode.manager.AnnotationManager.OnAnnotationSelectedListener
- Called immediately before annotation is going to be selected.
- onPrepareAnnotationSelection(com.pspdfkit.ui.special_mode.controller.AnnotationSelectionController,com.pspdfkit.annotations.Annotation,boolean) - function in com.pspdfkit.ui.special_mode.manager.OnAnnotationSelectedListenerAdapter
- Called immediately before annotation is going to be selected.
- onPrepareAudioInspector(com.pspdfkit.ui.audio.AudioView) - function in com.pspdfkit.ui.audio.AudioView.AudioInspectorLifecycleListener
- Called when AudioView is prepared to be displayed.
- onPrepareContentEditingBar(com.pspdfkit.ui.contentediting.ContentEditingStylingBar) - function in com.pspdfkit.ui.contentediting.ContentEditingStylingBar.OnContentEditingBarLifecycleListener
- Called when ContentEditingStylingBar is prepared to be displayed.
- onPrepareContextualToolbar(com.pspdfkit.ui.toolbar.ContextualToolbar) - function in com.pspdfkit.ui.toolbar.ToolbarCoordinatorLayout.OnContextualToolbarLifecycleListener
- Called when ContextualToolbar is prepared to be displayed in the .
- onPrepareFormEditingBar(com.pspdfkit.ui.forms.FormEditingBar) - function in com.pspdfkit.ui.forms.FormEditingBar.OnFormEditingBarLifecycleListener
- Called when FormEditingBar is prepared to be displayed.
- onPrepareFormElementSelection(com.pspdfkit.forms.FormElement) - function in com.pspdfkit.ui.special_mode.manager.FormManager.OnFormElementSelectedListener
- Called immediately before form element is going to be selected.
- onPrepareOptionsMenu(android.view.Menu) - function in com.pspdfkit.ui.PdfActivity
- onPrepareOptionsMenu(android.view.Menu) - function in com.pspdfkit.ui.PdfUiFragment
- OnPreparePopupToolbarListener - class in com.pspdfkit.listeners
- Listener for getting notified of when the popup toolbar is being prepared to be displayed.
- onPreparePropertyInspector(com.pspdfkit.ui.inspector.PropertyInspector) - function in com.pspdfkit.ui.inspector.AbstractPropertyInspectorController
- Called when PropertyInspector is prepared to be displayed in the .
- onPreparePropertyInspector(com.pspdfkit.ui.inspector.PropertyInspector) - function in com.pspdfkit.ui.inspector.PropertyInspectorCoordinatorLayoutController.PropertyInspectorLifecycleListener
- Called when PropertyInspector is prepared to be displayed in the .
- onPreparePropertyInspector(com.pspdfkit.ui.inspector.PropertyInspector) - function in com.pspdfkit.ui.inspector.annotation.DefaultAnnotationCreationInspectorController
- Called when PropertyInspector is prepared to be displayed in the .
- onPreparePropertyInspector(com.pspdfkit.ui.inspector.PropertyInspector) - function in com.pspdfkit.ui.inspector.annotation.DefaultAnnotationEditingInspectorController
- Called when PropertyInspector is prepared to be displayed in the .
- onPreparePropertyInspector(com.pspdfkit.ui.inspector.PropertyInspector) - function in com.pspdfkit.ui.inspector.forms.FormEditingInspectorController
- Called when PropertyInspector is prepared to be displayed in the .
- onPrepareTextSelectionPopupToolbar(com.pspdfkit.ui.toolbar.popup.PdfTextSelectionPopupToolbar) - function in com.pspdfkit.listeners.OnPreparePopupToolbarListener
- Called once the text selection toolbar is being prepared to be displayed.
- onPreviewModeChanged(boolean) - function in com.pspdfkit.ui.redaction.RedactionView.RedactionViewListener
- Called when the enabled / disable redaction preview button was clicked.
- onProcessorProgress(com.pspdfkit.document.processor.PdfProcessor.ProcessorProgress) - function in com.pspdfkit.document.sharing.DocumentSharingProviderProcessor.PdfProcessorProgressListener
- onProgress(com.pspdfkit.document.download.Progress) - function in com.pspdfkit.document.download.DownloadJob.ProgressListener
- Called when download progressed.
- onProgress(com.pspdfkit.document.download.Progress) - function in com.pspdfkit.document.download.DownloadJob.ProgressListenerAdapter
- Called when download progressed.
- onReady(com.pspdfkit.ui.audio.AudioPlaybackController) - function in com.pspdfkit.ui.audio.AudioPlaybackController.AudioPlaybackListener
- Called when audio content is ready to be played.
- onReady(com.pspdfkit.ui.audio.AudioRecordingController) - function in com.pspdfkit.ui.audio.AudioRecordingController.AudioRecordingListener
- Called when audio is ready to be recorded.
- onRecord(com.pspdfkit.ui.audio.AudioRecordingController) - function in com.pspdfkit.ui.audio.AudioRecordingController.AudioRecordingListener
- Called when audio recording is resumed.
- onRedactionsApplied() - function in com.pspdfkit.ui.redaction.RedactionView.RedactionViewListener
- Called when the apply redactions button was clicked.
- onRedactionsCleared() - function in com.pspdfkit.ui.redaction.RedactionView.RedactionViewListener
- Called when the clear redaction buttons was clicked.
- onRemoveActionMenu(com.pspdfkit.ui.actionmenu.ActionMenu) - function in com.pspdfkit.ui.actionmenu.ActionMenuListener
- Called when action menu is hidden.
- onRemoveActionMenu(com.pspdfkit.ui.actionmenu.ActionMenu) - function in com.pspdfkit.ui.actionmenu.SimpleActionMenuListener
- Called when action menu is hidden.
- onRemoveAudioInspector(com.pspdfkit.ui.audio.AudioView) - function in com.pspdfkit.ui.audio.AudioView.AudioInspectorLifecycleListener
- Called when AudioView is removed from view.
- onRemoveContentEditingBar(com.pspdfkit.ui.contentediting.ContentEditingStylingBar) - function in com.pspdfkit.ui.contentediting.ContentEditingStylingBar.OnContentEditingBarLifecycleListener
- Called when ContentEditingStylingBar is removed from view.
- onRemoveContextualToolbar(com.pspdfkit.ui.toolbar.ContextualToolbar) - function in com.pspdfkit.ui.toolbar.ToolbarCoordinatorLayout.OnContextualToolbarLifecycleListener
- Called when ContextualToolbar is removed from the .
- onRemoveFormEditingBar(com.pspdfkit.ui.forms.FormEditingBar) - function in com.pspdfkit.ui.forms.FormEditingBar.OnFormEditingBarLifecycleListener
- Called when FormEditingBar is removed from view.
- onRemovePropertyInspector(com.pspdfkit.ui.inspector.PropertyInspector) - function in com.pspdfkit.ui.inspector.AbstractPropertyInspectorController
- Called when PropertyInspector is removed from the .
- onRemovePropertyInspector(com.pspdfkit.ui.inspector.PropertyInspector) - function in com.pspdfkit.ui.inspector.PropertyInspectorCoordinatorLayoutController.PropertyInspectorLifecycleListener
- Called when PropertyInspector is removed from the .
- onRemovePropertyInspector(com.pspdfkit.ui.inspector.PropertyInspector) - function in com.pspdfkit.ui.inspector.annotation.DefaultAnnotationEditingInspectorController
- Distance annotations created by the calibration tool are only temporary.
- onRemovePropertyInspector(com.pspdfkit.ui.inspector.PropertyInspector) - function in com.pspdfkit.ui.inspector.contentediting.DefaultContentEditingInspectorController
- Called when PropertyInspector is removed from the .
- onRemovePropertyInspector(com.pspdfkit.ui.inspector.PropertyInspector) - function in com.pspdfkit.ui.inspector.forms.FormEditingInspectorController
- Called when PropertyInspector is removed from the .
- onRequestPermissionsResult(int,kotlin.Array,kotlin.Array) - function in com.pspdfkit.document.image.CameraImagePickerFragment
- onRestoreInstanceState(android.os.Bundle) - function in com.pspdfkit.ui.inspector.AbstractPropertyInspectorController
- Restore property inspector state.
- onRestoreInstanceState(android.os.Parcelable) - function in com.pspdfkit.ui.inspector.PropertyInspector
- onRestoreInstanceState(android.os.Bundle) - function in com.pspdfkit.ui.inspector.annotation.AnnotationCreationInspectorController
- Restore annotation inspector state.
- onRestoreInstanceState(android.os.Bundle) - function in com.pspdfkit.ui.inspector.annotation.AnnotationEditingInspectorController
- Restore annotation inspector state.
- onRestoreInstanceState(android.os.Bundle) - function in com.pspdfkit.ui.special_mode.controller.ContentEditingInspectorController
- Restore content editing inspector state.
- onRestoreViewHierarchyState(android.os.Bundle) - function in com.pspdfkit.ui.PSPDFKitViews
- Called after activity recreation, to restore state of views that otherwise wouldn't be restored.
- onResume() - function in com.pspdfkit.instant.ui.InstantPdfFragment
- onResume() - function in com.pspdfkit.ui.AnnotationCreatorInputDialogFragment
- onResume() - function in com.pspdfkit.ui.PdfFragment
- onResume() - function in com.pspdfkit.ui.PdfUiFragment
- onResume() - function in com.pspdfkit.ui.settings.SettingsDialog
- onRichTextChanged(com.pspdfkit.forms.TextFormField,com.pspdfkit.forms.TextFormElement,java.lang.String) - function in com.pspdfkit.forms.FormListeners.OnTextFormFieldUpdatedListener
- Called when rich text changed in text form field
- onSave(com.pspdfkit.ui.audio.AudioRecordingController) - function in com.pspdfkit.ui.audio.AudioRecordingController.AudioRecordingListener
- Called when audio recording has been saved.
- onSaveInstanceState(android.os.Bundle) - function in com.pspdfkit.document.image.BaseImagePickerFragment
- onSaveInstanceState(android.os.Bundle) - function in com.pspdfkit.document.image.CameraImagePickerFragment
- onSaveInstanceState(android.os.Bundle) - function in com.pspdfkit.ui.AnnotationCreatorInputDialogFragment
- onSaveInstanceState(android.os.Bundle) - function in com.pspdfkit.ui.PdfFragment
- Called by the activity if it requires the fragment to save its state.
- onSaveInstanceState(android.os.Bundle) - function in com.pspdfkit.ui.PdfUiFragment
- onSaveInstanceState(android.os.Bundle) - function in com.pspdfkit.ui.dialog.BaseDocumentPrintDialog
- onSaveInstanceState(android.os.Bundle) - function in com.pspdfkit.ui.dialog.BaseDocumentSharingDialog
- onSaveInstanceState(android.os.Bundle) - function in com.pspdfkit.ui.inspector.AbstractPropertyInspectorController
- Save property inspector state.
- onSaveInstanceState() - function in com.pspdfkit.ui.inspector.PropertyInspector
- onSaveInstanceState(android.os.Bundle) - function in com.pspdfkit.ui.inspector.annotation.AnnotationCreationInspectorController
- Save annotation inspector state.
- onSaveInstanceState(android.os.Bundle) - function in com.pspdfkit.ui.inspector.annotation.AnnotationEditingInspectorController
- Save annotation inspector state.
- onSaveInstanceState(android.os.Bundle) - function in com.pspdfkit.ui.settings.SettingsDialog
- Stores the current instance state.
- onSaveInstanceState(android.os.Bundle) - function in com.pspdfkit.ui.signatures.ElectronicSignatureFragment
- onSaveInstanceState(android.os.Bundle) - function in com.pspdfkit.ui.signatures.SignatureInfoDialog
- onSaveInstanceState(android.os.Bundle) - function in com.pspdfkit.ui.signatures.SignaturePickerFragment
- onSaveInstanceState(android.os.Bundle) - function in com.pspdfkit.ui.special_mode.controller.ContentEditingInspectorController
- Save content editing inspector state.
- onSaveViewHierarchyState(android.os.Bundle) - function in com.pspdfkit.ui.PSPDFKitViews
- Called while persisting the activity to persist state of views that otherwise wouldn't be stored.
- onScaleCalibrationPicked(java.lang.Float,com.pspdfkit.annotations.measurements.Scale.UnitTo) - function in com.pspdfkit.ui.inspector.views.ScaleCalibrationPickerInspectorView.CalibrationPickerListener
- Called when a calibration setting was set.
- onScalePicked(com.pspdfkit.annotations.measurements.Scale) - function in com.pspdfkit.ui.inspector.views.ScalePickerInspectorView.ScalePickerListener
- Called when a Scale was picked.
- onScrollStateChanged(com.pspdfkit.listeners.scrolling.ScrollState) - function in com.pspdfkit.listeners.scrolling.DocumentScrollListener
- Called whenever the current scroll state of the document view has changed.
- onScrollStateChanged(com.pspdfkit.ui.PdfFragment,com.pspdfkit.listeners.scrolling.ScrollState) - function in com.pspdfkit.listeners.scrolling.DocumentScrollListener
- onScrollStateChanged(com.pspdfkit.listeners.scrolling.ScrollState) - function in com.pspdfkit.ui.PdfFragment
- Called whenever the current scroll state of the document view has changed.
- onScrollStateChanged(com.pspdfkit.listeners.scrolling.ScrollState) - function in com.pspdfkit.ui.scrollbar.VerticalScrollBar
- Called whenever the current scroll state of the document view has changed.
- onSearchCanceled() - function in com.pspdfkit.ui.search.PdfSearchViewInline
- Called when search has been cancelled.
- onSearchCanceled() - function in com.pspdfkit.ui.search.PdfSearchViewModular
- Called when search has been cancelled.
- onSearchCleared() - function in com.pspdfkit.ui.search.PdfSearchView.Listener
- Called by the PdfSearchView when the current search results have been cleared.
- onSearchCleared() - function in com.pspdfkit.ui.search.SimpleSearchResultListener
- Called by the PdfSearchView when the current search results have been cleared.
- onSearchComplete() - function in com.pspdfkit.ui.search.PdfSearchViewInline
- Called when searching has finished.
- onSearchComplete() - function in com.pspdfkit.ui.search.PdfSearchViewModular
- Called when searching has finished.
- onSearchCompleted(java.lang.String,java.util.Map) - function in com.pspdfkit.document.library.QueryResultListener
- Called when search completes before previews are generated.
- onSearchCompleted() - function in com.pspdfkit.ui.search.PdfSearchView.Listener
- Called by the PdfSearchView as soon as it has finished the search.
- onSearchCompleted() - function in com.pspdfkit.ui.search.SimpleSearchResultListener
- Called by the PdfSearchView as soon as it has finished the search.
- onSearchError(java.lang.Throwable) - function in com.pspdfkit.ui.search.PdfSearchView.Listener
- Called by the PdfSearchView if search could not be completed because of an
error
. - onSearchError(java.lang.Throwable) - function in com.pspdfkit.ui.search.PdfSearchViewInline
- Called in case of an error that prevented searching the document.
- onSearchError(java.lang.Throwable) - function in com.pspdfkit.ui.search.PdfSearchViewModular
- Called in case of an error that prevented searching the document.
- onSearchError(java.lang.Throwable) - function in com.pspdfkit.ui.search.SimpleSearchResultListener
- Called by the PdfSearchView if search could not be completed because of an
error
. - onSearchPreviewsGenerated(java.lang.String,java.util.Map) - function in com.pspdfkit.document.library.QueryResultListener
- Called when search previews are generated (of shouldGenerateTextPreviews was
true
). - onSearchResultSelected(com.pspdfkit.document.search.SearchResult) - function in com.pspdfkit.ui.search.PdfSearchView.Listener
- Called by the PdfSearchView if the user touched a SearchResult, providing the actual
result
as an argument, ornull
if the previous search result selection was cleared. - onSearchResultSelected(com.pspdfkit.document.search.SearchResult) - function in com.pspdfkit.ui.search.SimpleSearchResultListener
- Called by the PdfSearchView if the user touched a SearchResult, providing the actual
result
as an argument, ornull
if the previous search result selection was cleared. - onSearchSelectedText(java.lang.String) - function in com.pspdfkit.ui.special_mode.controller.TextSelectionController.OnSearchSelectedTextListener
- Called when controller requests search for the selected text.
- onSearchStarted(java.lang.String) - function in com.pspdfkit.ui.search.PdfSearchView.Listener
- Called by the PdfSearchView once it has started searching the document.
- onSearchStarted(java.lang.String) - function in com.pspdfkit.ui.search.PdfSearchViewInline
- Called when a fresh search has been started.
- onSearchStarted(java.lang.String) - function in com.pspdfkit.ui.search.PdfSearchViewModular
- Called when a fresh search has been started.
- onSearchStarted(java.lang.String) - function in com.pspdfkit.ui.search.SimpleSearchResultListener
- Called by the PdfSearchView once it has started searching the document.
- onSelectionChanged(com.pspdfkit.ui.inspector.views.TogglePickerInspectorView,boolean) - function in com.pspdfkit.ui.inspector.views.TogglePickerInspectorView.TogglePickerListener
- Called when the user has toggled the value.
- onSetActivityTitle(com.pspdfkit.configuration.activity.PdfActivityConfiguration,com.pspdfkit.document.PdfDocument) - function in com.pspdfkit.listeners.PdfActivityListener
- Called when activity title must be set - before and after document was loaded.
- onSetActivityTitle(com.pspdfkit.configuration.activity.PdfActivityConfiguration,com.pspdfkit.document.PdfDocument) - function in com.pspdfkit.ui.PdfActivity
- Called when activity title must be set - before and after document was loaded.
- onSetActivityTitle(com.pspdfkit.configuration.activity.PdfActivityConfiguration,com.pspdfkit.document.PdfDocument) - function in com.pspdfkit.ui.PdfUiFragment
- Called when activity title must be set - before and after document was loaded.
- onSettingsClose() - function in com.pspdfkit.ui.settings.SettingsDialogListener
- This method is always being called when the settings dialog is about to close, regardless if it was by the close, back or save button
- onSettingsSave(io.nutrient.presentation.settings.SettingsOptions) - function in com.pspdfkit.ui.settings.SettingsDialogListener
- Notifies that the dialog's save button was clicked and the changedOptions should become effective.
- onSharingError() - function in com.pspdfkit.document.sharing.DefaultDocumentSharingController
- Called when error occurred during document preparation for sharing.
- onSharingError() - function in com.pspdfkit.document.sharing.DocumentSharingController
- Called when error occurred during document preparation for sharing.
- onSharingFinished(android.net.Uri) - function in com.pspdfkit.document.sharing.DefaultDocumentSharingController
- Called when shared document is prepared.
- onSharingFinished(android.net.Uri) - function in com.pspdfkit.document.sharing.DocumentSharingController
- Called when shared document is prepared.
- onSharingProgress(com.pspdfkit.document.processor.PdfProcessor.ProcessorProgress) - function in com.pspdfkit.document.sharing.DefaultDocumentSharingController
- Called when processing progress has been updated.
- onSharingProgress(com.pspdfkit.document.processor.PdfProcessor.ProcessorProgress) - function in com.pspdfkit.document.sharing.DocumentSharingController
- Called when processing progress has been updated.
- onSharingStarted(io.reactivex.rxjava3.disposables.Disposable) - function in com.pspdfkit.document.sharing.DefaultDocumentSharingController
- Called when DocumentSharingManager starts processing document for sharing.
- onSharingStarted(io.reactivex.rxjava3.disposables.Disposable) - function in com.pspdfkit.document.sharing.DocumentSharingController
- Called when DocumentSharingManager starts processing document for sharing.
- onShow(android.view.View) - function in com.pspdfkit.jetpack.compose.interactors.DocumentState
- Called whenever a PSPDFKit view has become visible.
- onShow(android.view.View) - function in com.pspdfkit.listeners.OnVisibilityChangedListener
- Called whenever a PSPDFKit view has become visible.
- onShow(android.view.View) - function in com.pspdfkit.listeners.OnVisibilityChangedListenerManager
- Called whenever a PSPDFKit view has become visible.
- onShow() - function in com.pspdfkit.ui.PdfOutlineView.OutlinePagerAdapter
- Called when outline list gets shown.
- onShown() - function in com.pspdfkit.ui.inspector.PropertyInspectorView
- Called when this inspector view became visible.
- onShown() - function in com.pspdfkit.ui.inspector.views.MeasurementValueInspectorView
- Called when this inspector view became visible.
- onSignatureCreated(com.pspdfkit.signatures.Signature,boolean) - function in com.pspdfkit.signatures.listeners.OnSignaturePickedListener
- Called when a new signature was created.
- onSignaturePicked(com.pspdfkit.signatures.Signature) - function in com.pspdfkit.signatures.listeners.OnSignaturePickedListener
- Called when the signature item was selected from the list.
- OnSignaturePickedListener - class in com.pspdfkit.signatures.listeners
- Interface used by show.
- onSignatureUiDataCollected(com.pspdfkit.signatures.Signature,com.pspdfkit.ui.signatures.SignatureUiData) - function in com.pspdfkit.signatures.listeners.OnSignaturePickedListener
- Called when the signature has been drawn and created, containing the signature that was created and its UI data that was collected.
- onStart() - function in com.pspdfkit.document.editor.page.NewPageDialog
- onStart() - function in com.pspdfkit.ui.PdfUiFragment
- onStart() - function in com.pspdfkit.ui.dialog.DocumentPrintDialog
- onStart() - function in com.pspdfkit.ui.dialog.DocumentSharingDialog
- onStart(androidx.lifecycle.LifecycleOwner) - function in com.pspdfkit.ui.outline.DefaultBookmarkAdapter
- onStart() - function in com.pspdfkit.ui.settings.SettingsDialog
- onStartEditingContentBlock(java.util.UUID) - function in com.pspdfkit.ui.contentediting.ContentEditingStylingBar
- Called when the provided block goes into editing mode (need to change the frame style and display the editing widget now)
- onStartEditingContentBlock(java.util.UUID) - function in com.pspdfkit.ui.special_mode.manager.ContentEditingManager.OnContentEditingContentChangeListener
- Called when the provided block goes into editing mode (need to change the frame style and display the editing widget now)
- onStartIndexingDocument(java.lang.String) - function in com.pspdfkit.document.library.LibraryIndexingListener
- Called when a document starts indexing.
- onStop() - function in com.pspdfkit.instant.ui.InstantPdfFragment
- onStop() - function in com.pspdfkit.ui.PdfFragment
- onStop() - function in com.pspdfkit.ui.PdfUiFragment
- onStop(com.pspdfkit.ui.audio.AudioPlaybackController) - function in com.pspdfkit.ui.audio.AudioPlaybackController.AudioPlaybackListener
- Called when audio content is stopped.
- onStop(com.pspdfkit.ui.audio.AudioRecordingController) - function in com.pspdfkit.ui.audio.AudioRecordingController.AudioRecordingListener
- Called when audio recording stops, no audio can be recorded after this point.
- onStop(androidx.lifecycle.LifecycleOwner) - function in com.pspdfkit.ui.outline.DefaultBookmarkAdapter
- onSwitchValueChange(boolean) - function in com.pspdfkit.ui.inspector.views.SwitchInspectorView.SwitchListener
- Called when secondary unit setting is changed.
- onSyncError(com.pspdfkit.instant.document.InstantPdfDocument,com.pspdfkit.instant.exceptions.InstantException) - function in com.pspdfkit.instant.listeners.InstantDocumentListener
- Called when annotation sync has been finished with an error.
- onSyncError(com.pspdfkit.instant.document.InstantPdfDocument,com.pspdfkit.instant.exceptions.InstantException) - function in com.pspdfkit.instant.listeners.SimpleInstantDocumentListener
- Called when annotation sync has been finished with an error.
- onSyncError(com.pspdfkit.instant.document.InstantPdfDocument,com.pspdfkit.instant.exceptions.InstantException) - function in com.pspdfkit.instant.ui.InstantPdfActivity
- Called when annotation sync has been finished with an error.
- onSyncError(com.pspdfkit.instant.document.InstantPdfDocument,com.pspdfkit.instant.exceptions.InstantException) - function in com.pspdfkit.instant.ui.InstantPdfFragment
- Called when annotation sync has been finished with an error.
- onSyncFinished(com.pspdfkit.instant.document.InstantPdfDocument) - function in com.pspdfkit.instant.listeners.InstantDocumentListener
- Called when annotation sync has been finished successfully.
- onSyncFinished(com.pspdfkit.instant.document.InstantPdfDocument) - function in com.pspdfkit.instant.listeners.SimpleInstantDocumentListener
- Called when annotation sync has been finished successfully.
- onSyncFinished(com.pspdfkit.instant.document.InstantPdfDocument) - function in com.pspdfkit.instant.ui.InstantPdfActivity
- Called when annotation sync has been finished successfully.
- onSyncFinished(com.pspdfkit.instant.document.InstantPdfDocument) - function in com.pspdfkit.instant.ui.InstantPdfFragment
- Called when annotation sync has been finished successfully.
- onSyncStarted(com.pspdfkit.instant.document.InstantPdfDocument) - function in com.pspdfkit.instant.listeners.InstantDocumentListener
- Called when annotation sync has been started.
- onSyncStarted(com.pspdfkit.instant.document.InstantPdfDocument) - function in com.pspdfkit.instant.listeners.SimpleInstantDocumentListener
- Called when annotation sync has been started.
- onSyncStarted(com.pspdfkit.instant.document.InstantPdfDocument) - function in com.pspdfkit.instant.ui.InstantPdfActivity
- Called when annotation sync has been started.
- onSyncStarted(com.pspdfkit.instant.document.InstantPdfDocument) - function in com.pspdfkit.instant.ui.InstantPdfFragment
- Called when annotation sync has been started.
- onTabClicked(com.pspdfkit.ui.tabs.PdfTabBarItem) - function in com.pspdfkit.ui.tabs.PdfTabBar.OnTabClickedListener
- Called when tab bar item has been clicked.
- onTabsChanged() - function in com.pspdfkit.ui.tabs.PdfTabBar.OnTabsChangedListener
- Called when tabs list changes (when tab gets added or removed).
- onTextBlockStyleChange(java.util.UUID,com.pspdfkit.internal.contentediting.models.TextBlockStyleInfo) - function in com.pspdfkit.ui.contentediting.ContentEditingStylingBar
- Called when a style that affects the whole textblock has successfully been changed.
- onTextBlockStyleChange(java.util.UUID,com.pspdfkit.internal.contentediting.models.TextBlockStyleInfo) - function in com.pspdfkit.ui.special_mode.manager.ContentEditingManager.OnContentEditingContentChangeListener
- Called when a style that affects the whole textblock has successfully been changed.
- onTextChanged(com.pspdfkit.forms.TextFormField,com.pspdfkit.forms.TextFormElement,java.lang.String) - function in com.pspdfkit.forms.FormListeners.OnTextFormFieldUpdatedListener
- Called when text changed in text form field.
- onTextChanged(java.lang.CharSequence,int,int,int) - function in com.pspdfkit.ui.inspector.views.OptionPickerInspectorView
- onThumbnailChanged(android.view.View,int) - function in com.pspdfkit.ui.thumbnail.PdfScrollableThumbnailBar
- Called whenever the user touched on a thumbnail, selecting a different page.
- onThumbnailChanged(android.view.View,int) - function in com.pspdfkit.ui.thumbnail.ThumbnailAdapter.OnThumbnailClickListener
- Called whenever the user touched on a thumbnail, selecting a different page.
- onToolbarMenuItemClick(com.pspdfkit.ui.toolbar.ContextualToolbar,com.pspdfkit.ui.toolbar.ContextualToolbarMenuItem) - function in com.pspdfkit.ui.toolbar.ContextualToolbar.OnMenuItemClickListener
- Called when the menu item is clicked on the ContextualToolbar.
- onToolbarMenuItemLongClick(com.pspdfkit.ui.toolbar.ContextualToolbar,com.pspdfkit.ui.toolbar.ContextualToolbarMenuItem) - function in com.pspdfkit.ui.toolbar.ContextualToolbar.OnMenuItemLongClickListener
- Called then the menu item with submenu is long-clicked on the ContextualToolbar.
- onTouchEvent(android.view.MotionEvent) - function in com.pspdfkit.ui.PdfOutlineView
- onTouchEvent(android.view.MotionEvent) - function in com.pspdfkit.ui.scrollbar.VerticalScrollBar
- onTouchEvent(android.view.MotionEvent) - function in com.pspdfkit.ui.search.PdfSearchViewInline
- onTouchEvent(android.view.MotionEvent) - function in com.pspdfkit.ui.search.PdfSearchViewModular
- onTouchEvent(android.view.MotionEvent) - function in com.pspdfkit.ui.thumbnail.PdfStaticThumbnailBar
- onTouchEvent(android.view.MotionEvent) - function in com.pspdfkit.ui.toolbar.ContextualToolbar
- onTouchEvent(android.view.MotionEvent) - function in com.pspdfkit.ui.toolbar.ContextualToolbarMenuBar
- onTrimMemory(int) - function in com.pspdfkit.ui.PdfActivity
- onUndoHistoryChanged(com.pspdfkit.undo.UndoManager) - function in com.pspdfkit.ui.toolbar.AnnotationCreationToolbar
- Notifies the observer that the undo history has changed inside the undo manager.
- onUndoHistoryChanged(com.pspdfkit.undo.UndoManager) - function in com.pspdfkit.ui.toolbar.AnnotationEditingToolbar
- Notifies the observer that the undo history has changed inside the undo manager.
- onUndoHistoryChanged(com.pspdfkit.undo.UndoManager) - function in com.pspdfkit.ui.toolbar.ContentEditingToolbar
- Notifies the observer that the undo history has changed inside the undo manager.
- onUndoHistoryChanged(com.pspdfkit.undo.UndoManager) - function in com.pspdfkit.undo.OnUndoHistoryChangeListener
- Notifies the observer that the undo history has changed inside the undo manager.
- OnUndoHistoryChangeListener - class in com.pspdfkit.undo
- Listener used to notify user that the undo history has changed.
- onUnitChanged(com.pspdfkit.annotations.measurements.Scale.UnitTo) - function in com.pspdfkit.ui.inspector.views.PrecisionPickerInspectorView
- Our options change depending on what the selected unit, so we need to be notified on change.
- onUnitPicked(com.pspdfkit.annotations.measurements.Scale.UnitTo) - function in com.pspdfkit.ui.inspector.views.UnitsPickerInspectorView.UnitPickerListener
- Called when a unit was picked.
- onUserInteraction() - function in com.pspdfkit.ui.PdfActivity
- onUserInterfaceVisibilityChanged(boolean) - function in com.pspdfkit.listeners.PdfActivityListener
- Called when user interface visibility have changed.
- onUserInterfaceVisibilityChanged(boolean) - function in com.pspdfkit.ui.PdfActivity
- Called when user interface visibility have changed.
- onUserInterfaceVisibilityChanged(boolean) - function in com.pspdfkit.ui.PdfUiFragment
- Called when user interface visibility have changed.
- onValuePicked(com.pspdfkit.ui.inspector.views.SliderPickerInspectorView,int) - function in com.pspdfkit.ui.inspector.views.SliderPickerInspectorView.SliderPickerListener
- Called when a value was picked using slider.
- onValuePicked(com.pspdfkit.ui.inspector.views.TextInputInspectorView,java.lang.String) - function in com.pspdfkit.ui.inspector.views.TextInputInspectorView.TextInputListener
- Called when a value was picked using text input.
- onValueSet(com.pspdfkit.ui.editor.UnitSelectionEditText,int) - function in com.pspdfkit.ui.editor.UnitSelectionEditText.UnitSelectionListener
- Called when a unit was selected.
- onViewCreated(android.view.View,android.os.Bundle) - function in com.pspdfkit.ui.AnnotationCreatorInputDialogFragment
- onViewCreated(android.view.View,android.os.Bundle) - function in com.pspdfkit.ui.PdfFragment
- onViewReady(com.pspdfkit.ui.search.PdfSearchViewLazy,com.pspdfkit.ui.search.PdfSearchView) - function in com.pspdfkit.ui.search.PdfSearchViewLazy.OnViewReadyListener
- onViewsHidden(int,java.util.List) - function in com.pspdfkit.ui.overlay.OverlayViewProvider
- Called when views that have been previously returned by getViewsForPage have become hidden because the hosting page has become hidden.
- onViewsRecycled(int,java.util.List) - function in com.pspdfkit.ui.overlay.OverlayViewProvider
- Called when views that have been previously returned by getViewsForPage have been recycled because their hosting page was recycled.
- onViewsShown(int,java.util.List) - function in com.pspdfkit.ui.overlay.OverlayViewProvider
- Called when views that have been previously returned by getViewsForPage have become visible because the hosting page has become visible.
- OnVisibilityChangedListener - class in com.pspdfkit.listeners
- Listener for receiving visibility changes of PSPDFKit views.
- OnVisibilityChangedListenerManager - class in com.pspdfkit.listeners
- Collection of multiple OnVisibilityChangedListener objects.
- onWindowFocusChanged(boolean) - function in com.pspdfkit.ui.PdfActivity
- onWindowFocusChanged(boolean) - function in com.pspdfkit.ui.PdfPasswordView
- open() - function in com.pspdfkit.document.download.source.AssetDownloadSource
- Opens an InputStream for downloading the document.
- open() - function in com.pspdfkit.document.download.source.ContentResolverDownloadSource
- Opens an InputStream for downloading the document.
- open() - function in com.pspdfkit.document.download.source.DownloadSource
- Opens an InputStream for downloading the document.
- open() - function in com.pspdfkit.document.download.source.URLDownloadSource
- Opens an InputStream for downloading the document.
- OPEN_ARROW - enum entry in com.pspdfkit.annotations.LineEndType
- openAssetFile(android.net.Uri,java.lang.String) - function in com.pspdfkit.media.AssetsContentProvider
- openDocument(android.content.Context,android.net.Uri) - function in com.pspdfkit.document.ImageDocumentLoader
- Opens an image document from a Uri.
- openDocument(android.content.Context,com.pspdfkit.document.DocumentSource) - function in com.pspdfkit.document.ImageDocumentLoader
- Opens an image document from a Uri.
- openDocument(android.content.Context,android.net.Uri) - function in com.pspdfkit.document.PdfDocumentLoader
- Opens a PDF document from a Uri.
- openDocument(android.content.Context,android.net.Uri,java.lang.String) - function in com.pspdfkit.document.PdfDocumentLoader
- Opens a PDF document from a Uri.
- openDocument(android.content.Context,com.pspdfkit.document.DocumentSource) - function in com.pspdfkit.document.PdfDocumentLoader
- Opens a PDF document from a Uri.
- openDocument(android.content.Context,com.pspdfkit.document.DocumentSource,boolean) - function in com.pspdfkit.document.PdfDocumentLoader
- Opens a PDF document from a Uri.
- openDocument(java.lang.String) - function in com.pspdfkit.instant.client.InstantClient
- Downloads and opens document from Instant Server (PSPDFKit Document Engine) synchronously.
- openDocument(java.lang.String) - function in com.pspdfkit.instant.client.InstantDocumentDescriptor
- Downloads and opens document from Instant Server (PSPDFKit Document Engine) (synchronously).
- openDocumentAsync(android.content.Context,android.net.Uri) - function in com.pspdfkit.document.ImageDocumentLoader
- Opens an image document from a Uri.
- openDocumentAsync(android.content.Context,com.pspdfkit.document.DocumentSource) - function in com.pspdfkit.document.ImageDocumentLoader
- Opens an image document from a Uri.
- openDocumentAsync(android.content.Context,android.net.Uri) - function in com.pspdfkit.document.PdfDocumentLoader
- Opens a PDF document from an Uri.
- openDocumentAsync(android.content.Context,android.net.Uri,java.lang.String) - function in com.pspdfkit.document.PdfDocumentLoader
- Opens a PDF document from an Uri.
- openDocumentAsync(android.content.Context,com.pspdfkit.document.DocumentSource) - function in com.pspdfkit.document.PdfDocumentLoader
- Opens a PDF document from a DocumentSource.
- openDocumentAsync(android.content.Context,com.pspdfkit.document.DocumentSource,boolean) - function in com.pspdfkit.document.PdfDocumentLoader
- Opens a PDF document from an Uri.
- openDocumentAsync(java.lang.String) - function in com.pspdfkit.instant.client.InstantClient
- Downloads and opens document from Instant Server (PSPDFKit Document Engine), asynchronously.
- openDocumentAsync(java.lang.String) - function in com.pspdfkit.instant.client.InstantDocumentDescriptor
- Downloads and opens document from Instant Server (PSPDFKit Document Engine) asynchronously.
- openDocuments(android.content.Context,java.util.List) - function in com.pspdfkit.document.PdfDocumentLoader
- Opens multiple PDF document from a list of sources.
- openDocuments(android.content.Context,java.util.List,boolean) - function in com.pspdfkit.document.PdfDocumentLoader
- Opens multiple PDF document from a list of sources.
- openDocumentsAsync(android.content.Context,java.util.List) - function in com.pspdfkit.document.PdfDocumentLoader
- Opens multiple PDF document from a list Uris.
- openDocumentsAsync(android.content.Context,java.util.List,boolean) - function in com.pspdfkit.document.PdfDocumentLoader
- Opens multiple PDF document from a list Uris.
- option1(android.content.Context) - function in com.pspdfkit.configuration.signatures.SignatureColorOptions
- Gets the first color option.
- option2(android.content.Context) - function in com.pspdfkit.configuration.signatures.SignatureColorOptions
- Gets the second color option.
- option3(android.content.Context) - function in com.pspdfkit.configuration.signatures.SignatureColorOptions
- Gets the third color option.
- OptionPickerInspectorView - class in com.pspdfkit.ui.inspector.views
- Picker for picking values from fixed list of options.
- OptionPickerInspectorView.OnOptionPickedListener - class in com.pspdfkit.ui.inspector.views.OptionPickerInspectorView
- Listener for option selection changes.
- OriginAndZoom - enum entry in com.pspdfkit.document.DestinationType
Display the page with the coordinates (left, top) positioned at the upper-left corner of the window and the contents of the page magnified by the factor zoom. A null value for any of the parameters left, top, or zoom specifies that the current value of that parameter shall be retained unchanged. A zoom value of 0 has the same meaning as a null value.
- OTHER - enum entry in com.pspdfkit.media.MediaUri.UriType
Arbitrary link (without pspdf:// prefix), or the one that doesn't need to be played.
- OUTLINE - enum entry in com.pspdfkit.annotations.actions.NamedAction.NamedActionType
Show document outline.
- OUTLINE_COLOR - enum entry in com.pspdfkit.annotations.configuration.AnnotationProperty
Annotation outline color, used for redaction annotations. Controls outline color picker in the annotation inspector.
- OutlineElement - class in com.pspdfkit.document
- A document outline element (or "table of contents entry"), usually the header of a chapter.
- OutlineElement.Builder - class in com.pspdfkit.document.OutlineElement
- Builder for OutlineElement.
- OutlineElement.OutlineElementStyle - class in com.pspdfkit.document.OutlineElement
- Style of outline element text.
- OutlineElementState - class in com.pspdfkit.document
- State to manage if outline elements are expanded or collapsed
- outlineEnabled(java.lang.Boolean) - function in com.pspdfkit.configuration.activity.PdfActivityConfiguration.Builder
- Enable/disable outline menu in the activity.
- outputFile(java.io.File) - function in com.pspdfkit.document.download.DownloadRequest.Builder
- Sets the
outputFile
for the download. - outputFolder(java.io.File) - function in com.pspdfkit.document.download.DownloadRequest.Builder
- Sets the
outputFolder
for the download. - OutputStreamAdapter - class in com.pspdfkit.document.providers
- The OutputStreamAdapter allows you to use a WritableDataProvider in APIs that expect an OutputStream.
- OutputStreamAdapter.Builder - class in com.pspdfkit.document.providers.OutputStreamAdapter
- Creates instances of the OutputStreamAdapter.
- OVERLAY - enum entry in com.pspdfkit.annotations.BlendMode
B(cb, cs) = HardLight(cs, cb) Multiplies or screens the colours, depending on the backdrop colour value. Source colours overlay the backdrop while preserving its highlights and shadows. The backdrop colour is not replaced but is mixed with the source colour to reflect the lightness or darkness of the backdrop.
See also
PorterDuff.Mode#OVERLAY
- OVERLAY_TEXT - enum entry in com.pspdfkit.annotations.configuration.AnnotationProperty
The text to overlay over redacted parts. Controls overlay text editor in the annotation inspector.
- OverlayLayoutParams - class in com.pspdfkit.ui.overlay
- Layout parameters for overlay views.
- OverlayLayoutParams.LayoutPosition - class in com.pspdfkit.ui.overlay.OverlayLayoutParams
- Value used for defining whether to layout view around its center or from its top-left corner.
- OverlayLayoutParams.SizingMode - class in com.pspdfkit.ui.overlay.OverlayLayoutParams
- Value used for defining how measuring and layouting of the view will work.
- OverlayViewProvider - class in com.pspdfkit.ui.overlay
- Base class for classes that can return a list of views that should be drawn on top of the document.
- OverlayViewProvider.OverlayViewProviderObserver - class in com.pspdfkit.ui.overlay.OverlayViewProvider
- An observer interested in changes to the underlying set of views.
- overwriteExisting(boolean) - function in com.pspdfkit.document.download.DownloadRequest.Builder
- If set to
true
and the outputFile already exists, the download re-download the document.