A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z 

R

RADIOBUTTON - enum entry in com.pspdfkit.forms.FormType

Sets of related buttons that can each be on or off. Typically, at most one radio button in a set may be on at any given time.

RadioButtonFormConfiguration - class in com.pspdfkit.forms
Configuration class of com.pspdfkit.forms.RadioButtonFormElement for the creation of a com.pspdfkit.forms.FormField using addFormElementsToPage or addFormElementToPage.
RadioButtonFormConfiguration.Builder - class in com.pspdfkit.forms.RadioButtonFormConfiguration
Builder used to construct RadioButtonFormConfiguration instance.
RadioButtonFormElement - class in com.pspdfkit.forms
A single radio button in a radio group represented by RadioButtonFormField.
RadioButtonFormField - class in com.pspdfkit.forms
A group of radio buttons in a PDF form that are mutually exclusive.
Range - class in com.pspdfkit.datastructures
Represents a range indexed from 0.
RAW - enum entry in com.pspdfkit.annotations.sound.AudioEncoding

Audio samples are stored as unsigned values.

ReactNative - enum entry in com.pspdfkit.initialization.CrossPlatformTechnology
 
read(long,long) - function in com.pspdfkit.document.providers.DataProvider
Called by PSPDFKit to read data from the document.
read(long,long) - function in com.pspdfkit.document.providers.InputStreamDataProvider
Called by PSPDFKit to read data from the document.
READ_FAILED - enum entry in com.pspdfkit.instant.exceptions.InstantErrorCode

Reading from the filesystem failed. This can happen if the filesystem structure of the disk cache has been modified unexpectedly.

READ_ONLY - enum entry in com.pspdfkit.configuration.annotations.AnnotationReplyFeatures

The annotation reply ui is enabled but read-only.

READER_VIEW - enum entry in com.pspdfkit.LicenseFeature

Enables extracting page content and displaying it in easily readable format.

READONLY - enum entry in com.pspdfkit.annotations.AnnotationFlags

If set, don't allow the annotation to interact with the user. Ignored for Widget.

readSupportList(android.os.Parcel,java.util.List,java.lang.Class) - function in com.pspdfkit.utils.ParcelExtensions
Reads into the given list items containing a particular object type that were written with Parcel.writeTypedList at the current Parcel.dataPosition.
readSupportParcelable(android.os.Parcel,java.lang.ClassLoader,java.lang.Class) - function in com.pspdfkit.utils.ParcelExtensions
Reads a new Parcelable from the parcel.
reauthenticateWithJwt(java.lang.String) - function in com.pspdfkit.instant.document.InstantPdfDocument
Updates the token used to authenticate access to the document with a new JWT.
reauthenticateWithJwtAsync(java.lang.String) - function in com.pspdfkit.instant.document.InstantPdfDocument
Updates the token used to authenticate access to the document with a new JWT, asynchronously.
RECEIVE_FOCUS - enum entry in com.pspdfkit.annotations.actions.AnnotationTriggerEvent

Triggered when annotation is selected.

RECEIVING_CHANGES - enum entry in com.pspdfkit.instant.document.InstantDocumentState

The document is busy syncing — currently receiving changes from the server.

If the communication with the server fails, the document will fall back into the DIRTY or CLEAN state — depending on whether or not there are unsynced changes. If all goes well, this state will transition to either the CLEAN or the SENDING_CHANGES state — depending on whether new local changes have accumulated during the transmission. This will also notify all registered InstantDocumentListener.

Note: This repeated back and forth between the SENDING_CHANGES and #RECEIVING_CHANGES state is what we call the sync cycle. It starts when a sync request is made, and — if all goes well — ends when there are no local changes left.

recordAnnotationZIndexEdit(com.pspdfkit.annotations.Annotation,int,int) - function in com.pspdfkit.ui.special_mode.controller.AnnotationEditingController
Records the z-index being changed on the specified annotation.
RecyclableFrameLayout - class in com.pspdfkit.ui
A FrameLayout that dispatches recycle calls to its child views.
recycle() - function in com.pspdfkit.ui.RecyclableFrameLayout
Recycles the object to be used at a later point.
REDACT - enum entry in com.pspdfkit.annotations.AnnotationType
 
REDACTION - enum entry in com.pspdfkit.LicenseFeature

Enables redacting page content.

REDACTION - enum entry in com.pspdfkit.ui.special_mode.controller.AnnotationTool

Annotation redaction.

RedactionAnnotation - class in com.pspdfkit.annotations
Represents a redaction annotation on the document.
RedactionAnnotationConfiguration - class in com.pspdfkit.annotations.configuration
Configuration for redaction annotations.
RedactionAnnotationConfiguration.Builder - class in com.pspdfkit.annotations.configuration.RedactionAnnotationConfiguration
Interface for configuration builder.
redactionAnnotationPreviewEnabled(boolean) - function in com.pspdfkit.configuration.rendering.AnnotationRenderConfiguration.Builder
Sets redaction annotation preview enabled, false by default.
redactionAnnotationPreviewEnabled(boolean) - function in com.pspdfkit.configuration.rendering.PageRenderConfiguration.Builder
Sets redaction annotation preview enabled, false by default.
RedactionAnnotationPreviewInspectorView - class in com.pspdfkit.ui.inspector.views
Inspector view used for displaying redaction annotation preview.
RedactionView - class in com.pspdfkit.ui.redaction
Responsible for the UI used to apply redactions.
RedactionView.RedactionViewListener - class in com.pspdfkit.ui.redaction.RedactionView
Listener receiving calls when redaction events are triggered.
redactSelectedText() - function in com.pspdfkit.ui.special_mode.controller.TextSelectionController
Redact currently selected text.
redo() - function in com.pspdfkit.document.editor.PdfDocumentEditor
Perform redo changes on document editor.
redo() - function in com.pspdfkit.ui.special_mode.controller.DocumentEditingController
Perform redo changes on document editor.
redo() - function in com.pspdfkit.undo.UndoManager
Redoes the next edit or throws an exception if a redo operation is not possible.
RedoEditFailedException - class in com.pspdfkit.undo.exceptions
Exception thrown by com.pspdfkit.undo.UndoManager if redoing of an edit failed.
redoEnabled(boolean) - function in com.pspdfkit.configuration.PdfConfiguration.Builder
Enables or disables redo support.
redoEnabled(boolean) - function in com.pspdfkit.configuration.activity.PdfActivityConfiguration.Builder
Enables or disables redo support.
refreshItemsVisibility() - function in com.pspdfkit.ui.PdfOutlineView.OutlinePagerAdapter
Refresh items visibility in the adapter.
refreshMediaStore(android.content.Context,com.pspdfkit.document.ImageDocument) - function in com.pspdfkit.document.ImageDocumentUtils
Sends a media scanner broadcast intent that will trigger a re-scanning of the 's original image file.
refreshViewPager() - function in com.pspdfkit.ui.PdfOutlineView
Refreshes the view pager adapter and binds it to the pager tabs.
region(int,int,int,int) - function in com.pspdfkit.configuration.rendering.PageRenderConfiguration.Builder
Render a sub-region of the page.
registerDrawableProviderObserver(com.pspdfkit.ui.drawable.PdfDrawableProvider.DrawableProviderObserver) - function in com.pspdfkit.ui.drawable.PdfDrawableProvider
Register a DrawableProviderObserver to be notified of changes of provided drawables.
REGULAR_EXPRESSION - enum entry in com.pspdfkit.document.search.CompareOptions

If specified, regular expression search is enabled. When using this flag, SMART_SEARCH flag is ignored.

Note:TextSearch makes use of java.util.regex.Pattern API for regex search. Refer to its javadoc for a summary of supported regular expression constructs.

REJECTED - enum entry in com.pspdfkit.annotations.note.AuthorState

The user disagrees with the change.

REJECTED - enum entry in com.pspdfkit.annotations.stamps.PredefinedStampType
 
release() - function in com.pspdfkit.PSPDFKit
Releases PSPDFKit library and all associated caches from memory.<br></br>BE WARNED: After this call all existing com.pspdfkit.document.PdfDocument instances WILL be invalid and calling methods on them will result in a crash.
release() - function in com.pspdfkit.document.providers.DataProvider
Called when the provided document is being closed.
release() - function in com.pspdfkit.document.providers.InputStreamDataProvider
Called when the provided document is being closed.
release() - function in com.pspdfkit.signatures.SignatureBitmapStorage
Release all the resources.
rememberDocumentState(android.net.Uri,com.pspdfkit.configuration.activity.PdfActivityConfiguration) - function in com.pspdfkit.jetpack.compose.interactors.DocumentStateKt
A state object that can be hoisted to control and observe properties of the com.pspdfkit.jetpack.compose.views.DocumentView.
remove(android.content.Context,com.pspdfkit.annotations.measurements.MeasurementValueConfiguration) - function in com.pspdfkit.annotations.measurements.MeasurementValueConfigurationEditor
Deletes the provided configuration from the document.
remove(com.pspdfkit.annotations.measurements.MeasurementValueConfiguration,boolean,boolean) - function in com.pspdfkit.annotations.measurements.MeasurementValueConfigurationEditor
Deletes the `value` configuration from the document's configuration list.
REMOVE - enum entry in com.pspdfkit.undo.EditingOperation

One page was removed.

removeActionMenuListener(com.pspdfkit.ui.actionmenu.ActionMenuListener) - function in com.pspdfkit.ui.actionmenu.ActionMenu
Removes a previously added listener.
removeAllDocuments() - function in com.pspdfkit.ui.DocumentCoordinator
Removes all documents managed by this coordinator.
removeAllDocumentsExceptVisible() - function in com.pspdfkit.ui.DocumentCoordinator
Removes all documents managed by this coordinator except for the currently visible one.
removeAllInspectorViews() - function in com.pspdfkit.ui.inspector.PropertyInspector
Removes all inspector views from inspector.
removeAllItemDecorations() - function in com.pspdfkit.ui.inspector.PropertyInspector
Removes all ItemDecorations from this inspector.
removeAllLoggers() - function in com.pspdfkit.utils.PdfLog
Removes all registered loggers.
removeAllViews() - function in com.pspdfkit.ui.toolbar.ContextualToolbarSubMenu
 
removeAnalyticsClient(com.pspdfkit.analytics.AnalyticsClient) - function in com.pspdfkit.PSPDFKit
Remove a previously added AnalyticsClient from PSPDFKit.
removeAnnotationFromPage(com.pspdfkit.annotations.Annotation) - function in com.pspdfkit.annotations.AnnotationProvider
Removes annotation from the document.
removeAnnotationFromPageAsync(com.pspdfkit.annotations.Annotation) - function in com.pspdfkit.annotations.AnnotationProvider
Removes annotation from this document asynchronously.
removeAnnotationViewsListener(com.pspdfkit.ui.annotations.AnnotationViewsListener) - function in com.pspdfkit.ui.PdfFragment
Removes a listener from the list of AnnotationViewsListeners.
removeAppearanceStreamGenerator(com.pspdfkit.annotations.appearance.AppearanceStreamGenerator) - function in com.pspdfkit.annotations.AnnotationProvider
Remove appearance stream generator that was previously added in addAppearanceStreamGenerator.
removeAppearanceStreamGenerator(java.lang.String) - function in com.pspdfkit.annotations.stamps.CustomStampAppearanceStreamGenerator
Removes appearance stream generator for the given subject that was previously registered via addAppearanceStreamGenerator.
removeAudioPlaybackListener(com.pspdfkit.ui.audio.AudioPlaybackController.AudioPlaybackListener) - function in com.pspdfkit.ui.audio.AudioPlaybackController
Removes a previously registered AudioPlaybackListener.
removeAudioPlaybackModeChangeListener(com.pspdfkit.ui.audio.AudioModeListeners.AudioPlaybackModeChangeListener) - function in com.pspdfkit.ui.audio.AudioModeListeners
Removes a previously registered AudioPlaybackModeChangeListener.
removeAudioRecordingListener(com.pspdfkit.ui.audio.AudioRecordingController.AudioRecordingListener) - function in com.pspdfkit.ui.audio.AudioRecordingController
Removes a previously registered AudioRecordingListener.
removeAudioRecordingModeChangeListener(com.pspdfkit.ui.audio.AudioModeListeners.AudioRecordingModeChangeListener) - function in com.pspdfkit.ui.audio.AudioModeListeners
Removes a previously registered AudioRecordingModeChangeListener.
removeBackStackListener(com.pspdfkit.ui.navigation.NavigationBackStack.BackStackListener) - function in com.pspdfkit.ui.navigation.NavigationBackStack
Removes the back stack listener.
removeBookmark(com.pspdfkit.bookmarks.Bookmark) - function in com.pspdfkit.bookmarks.BookmarkProvider
Removes bookmark from the document.
removeBookmarkAsync(com.pspdfkit.bookmarks.Bookmark) - function in com.pspdfkit.bookmarks.BookmarkProvider
Remove bookmark from the document.
removeBookmarkListener(com.pspdfkit.bookmarks.BookmarkProvider.BookmarkListener) - function in com.pspdfkit.bookmarks.BookmarkProvider
Removes a previously registered BookmarkListener.
removeBookmarkListener(com.pspdfkit.bookmarks.BookmarkProvider.BookmarkListener) - function in com.pspdfkit.ui.outline.BookmarkViewAdapter
Removes this view from bookmark change events via BookmarkListener interface.
removeBookmarkListener(com.pspdfkit.bookmarks.BookmarkProvider.BookmarkListener) - function in com.pspdfkit.ui.outline.DefaultBookmarkAdapter
Removes this view from bookmark change events via BookmarkListener interface.
removeChangeListener(com.pspdfkit.annotations.measurements.MeasurementValueConfigurationEditor.ChangeListener) - function in com.pspdfkit.annotations.measurements.MeasurementValueConfigurationEditor
Remove a previously registered ChangeListener.
removeContextualToolbar(boolean) - function in com.pspdfkit.ui.toolbar.ToolbarCoordinatorLayout
Removes current contextual toolbar from the layout (if there is any).
removeContextualToolbar(boolean) - function in com.pspdfkit.ui.toolbar.ToolbarCoordinatorLayoutController
Removes current contextual toolbar from the layout (if there is any).
removeDocument(com.pspdfkit.ui.DocumentDescriptor) - function in com.pspdfkit.ui.DocumentCoordinator
Removes the document if it's managed by this coordinator.
removeDocumentActionListener(com.pspdfkit.document.DocumentActionListener) - function in com.pspdfkit.annotations.actions.ActionResolver
Removes a previously added DocumentActionListener that can handle actions bound to PDF objects.
removeDocumentActionListener(com.pspdfkit.document.DocumentActionListener) - function in com.pspdfkit.ui.PdfFragment
Removes a previously added DocumentActionListener that can handle actions bound to PDF objects.
removeDocumentListener(com.pspdfkit.listeners.DocumentListener) - function in com.pspdfkit.ui.PdfFragment
Removes a previously registered DocumentListener.
removeDocuments(java.util.List) - function in com.pspdfkit.document.library.PdfLibrary
Invalidates index for documents.
removeDocumentScrollListener(com.pspdfkit.listeners.scrolling.DocumentScrollListener) - function in com.pspdfkit.ui.PdfFragment
Removes a previously registered DocumentScrollListener.
removeDrawableProvider(com.pspdfkit.ui.drawable.PdfDrawableProvider) - function in com.pspdfkit.ui.PdfFragment
Removes a previously added PdfDrawableProvider.
removeDrawableProvider(com.pspdfkit.ui.drawable.PdfDrawableProvider) - function in com.pspdfkit.ui.PdfOutlineView
Removes a previously added PdfDrawableProvider.
removeDrawableProvider(com.pspdfkit.ui.drawable.PdfDrawableProvider) - function in com.pspdfkit.ui.PdfThumbnailBar
Removes a previously added PdfDrawableProvider.
removeDrawableProvider(com.pspdfkit.ui.drawable.PdfDrawableProvider) - function in com.pspdfkit.ui.PdfThumbnailGrid
Removes a previously added PdfDrawableProvider.
removeDrawableProvider(com.pspdfkit.ui.drawable.PdfDrawableProvider) - function in com.pspdfkit.ui.drawable.PdfDrawableManager
Removes a previously added PdfDrawableProvider.
removeFormElementFromPage(com.pspdfkit.forms.FormElement) - function in com.pspdfkit.forms.FormProvider
Allows to programmatically remove a form element from the document.
removeFormElementFromPageAsync(com.pspdfkit.forms.FormElement) - function in com.pspdfkit.forms.FormProvider
Allows to programmatically remove a form element from the document, asynchronously.
removeInspectorView(com.pspdfkit.ui.inspector.PropertyInspectorView) - function in com.pspdfkit.ui.inspector.PropertyInspector
Removes inspector view from inspector.
removeInstantDocumentListener(com.pspdfkit.instant.listeners.InstantDocumentListener) - function in com.pspdfkit.instant.document.InstantPdfDocument
Removes listener, previously registered via addInstantDocumentListener.
removeInstantDocumentListener(com.pspdfkit.instant.listeners.InstantDocumentListener) - function in com.pspdfkit.instant.ui.InstantPdfFragment
Removes a previously added InstantDocumentListener.
removeItemDecoration(com.pspdfkit.ui.inspector.PropertyInspector.ItemDecoration) - function in com.pspdfkit.ui.inspector.PropertyInspector
Removes an ItemDecoration from this inspector.
removeLibraryIndexingListener(com.pspdfkit.document.library.LibraryIndexingListener) - function in com.pspdfkit.document.library.PdfLibrary
Removes a registered LibraryIndexingListener added with addLibraryIndexingListener.
removeLocalStorage() - function in com.pspdfkit.instant.client.InstantClient
Removes local storage for this client.
removeLocalStorage() - function in com.pspdfkit.instant.client.InstantDocumentDescriptor
Removes local storage for this layer.
removeLocalStorage() - function in com.pspdfkit.instant.document.InstantPdfDocument
Removes local storage for this document.
removeLocalStorageForDocument(java.lang.String) - function in com.pspdfkit.instant.client.InstantClient
Invalidates all layers of the document with the given ID and removes its local storage.
removeLogger(com.pspdfkit.utils.PdfLog.Logger) - function in com.pspdfkit.utils.PdfLog
Removes previously registered logger.
removeOnAnnotationCreationModeChangeListener(com.pspdfkit.ui.special_mode.manager.AnnotationManager.OnAnnotationCreationModeChangeListener) - function in com.pspdfkit.ui.PdfFragment
Remove a previously registered OnAnnotationCreationModeChangeListener.
removeOnAnnotationCreationModeChangeListener(com.pspdfkit.ui.special_mode.manager.AnnotationManager.OnAnnotationCreationModeChangeListener) - function in com.pspdfkit.ui.special_mode.manager.AnnotationManager
Remove a previously registered OnAnnotationCreationModeChangeListener.
removeOnAnnotationCreationModeSettingsChangeListener(com.pspdfkit.ui.special_mode.manager.AnnotationManager.OnAnnotationCreationModeSettingsChangeListener) - function in com.pspdfkit.ui.PdfFragment
Remove a previously registered OnAnnotationCreationModeSettingsChangeListener.
removeOnAnnotationCreationModeSettingsChangeListener(com.pspdfkit.ui.special_mode.manager.AnnotationManager.OnAnnotationCreationModeSettingsChangeListener) - function in com.pspdfkit.ui.special_mode.manager.AnnotationManager
Remove a previously registered OnAnnotationCreationModeSettingsChangeListener.
removeOnAnnotationDeselectedListener(com.pspdfkit.ui.special_mode.manager.AnnotationManager.OnAnnotationDeselectedListener) - function in com.pspdfkit.ui.PdfFragment
Remove a previously registered OnAnnotationDeselectedListener.
removeOnAnnotationDeselectedListener(com.pspdfkit.ui.special_mode.manager.AnnotationManager.OnAnnotationDeselectedListener) - function in com.pspdfkit.ui.special_mode.manager.AnnotationManager
Remove a previously registered OnAnnotationDeselectedListener.
removeOnAnnotationEditingModeChangeListener(com.pspdfkit.ui.special_mode.manager.AnnotationManager.OnAnnotationEditingModeChangeListener) - function in com.pspdfkit.ui.PdfFragment
Remove a previously registered OnAnnotationEditingModeChangeListener.
removeOnAnnotationEditingModeChangeListener(com.pspdfkit.ui.special_mode.manager.AnnotationManager.OnAnnotationEditingModeChangeListener) - function in com.pspdfkit.ui.special_mode.manager.AnnotationManager
Remove a previously registered OnAnnotationEditingModeChangeListener.
removeOnAnnotationSelectedListener(com.pspdfkit.ui.special_mode.manager.AnnotationManager.OnAnnotationSelectedListener) - function in com.pspdfkit.ui.PdfFragment
Remove a previously registered OnAnnotationSelectedListener.
removeOnAnnotationSelectedListener(com.pspdfkit.ui.special_mode.manager.AnnotationManager.OnAnnotationSelectedListener) - function in com.pspdfkit.ui.special_mode.manager.AnnotationManager
Remove a previously registered OnAnnotationSelectedListener.
removeOnAnnotationUpdatedListener(com.pspdfkit.annotations.AnnotationProvider.OnAnnotationUpdatedListener) - function in com.pspdfkit.annotations.AnnotationProvider
Removes a previously added OnAnnotationUpdatedListener.
removeOnAnnotationUpdatedListener(com.pspdfkit.annotations.AnnotationProvider.OnAnnotationUpdatedListener) - function in com.pspdfkit.ui.PdfFragment
Remove a previously registered AnnotationProvider.OnAnnotationUpdatedListener.
removeOnAnnotationUpdatedListener(com.pspdfkit.annotations.AnnotationProvider.OnAnnotationUpdatedListener) - function in com.pspdfkit.ui.special_mode.manager.AnnotationManager
Remove a previously registered AnnotationProvider.OnAnnotationUpdatedListener.
removeOnAudioInspectorLifecycleListener(com.pspdfkit.ui.audio.AudioView.AudioInspectorLifecycleListener) - function in com.pspdfkit.ui.audio.AudioView
Removes a previously added AudioInspectorLifecycleListener.
removeOnButtonFormFieldUpdatedListener(com.pspdfkit.forms.FormListeners.OnButtonFormFieldUpdatedListener) - function in com.pspdfkit.forms.FormProvider
Removes previously registered OnButtonFormFieldUpdatedListener.
removeOnChoiceFormFieldUpdatedListener(com.pspdfkit.forms.FormListeners.OnChoiceFormFieldUpdatedListener) - function in com.pspdfkit.forms.FormProvider
Removes previously registered OnChoiceFormFieldUpdatedListener.
removeOnContentEditingBarLifecycleListener(com.pspdfkit.ui.contentediting.ContentEditingStylingBar.OnContentEditingBarLifecycleListener) - function in com.pspdfkit.ui.contentediting.ContentEditingStylingBar
Removes a previously added OnContentEditingBarLifecycleListener.
removeOnContentEditingContentChangeListener(com.pspdfkit.ui.special_mode.manager.ContentEditingManager.OnContentEditingContentChangeListener) - function in com.pspdfkit.ui.PdfFragment
 
removeOnContentEditingContentChangeListener(com.pspdfkit.ui.special_mode.manager.ContentEditingManager.OnContentEditingContentChangeListener) - function in com.pspdfkit.ui.special_mode.manager.ContentEditingManager
 
removeOnContentEditingModeChangeListener(com.pspdfkit.ui.special_mode.manager.ContentEditingManager.OnContentEditingModeChangeListener) - function in com.pspdfkit.ui.PdfFragment
 
removeOnContentEditingModeChangeListener(com.pspdfkit.ui.special_mode.manager.ContentEditingManager.OnContentEditingModeChangeListener) - function in com.pspdfkit.ui.special_mode.manager.ContentEditingManager
 
removeOnDocumentCoordinatorEmptyListener(com.pspdfkit.ui.DocumentCoordinator.OnDocumentCoordinatorEmptyListener) - function in com.pspdfkit.ui.DocumentCoordinator
Removes a previously registered OnDocumentCoordinatorEmptyListener.
removeOnDocumentEditingModeChangeListener(com.pspdfkit.ui.special_mode.manager.DocumentEditingManager.OnDocumentEditingModeChangeListener) - function in com.pspdfkit.ui.special_mode.manager.DocumentEditingManager
Removes a previously registered OnDocumentEditingModeChangeListener.
removeOnDocumentEditingPageSelectionChangeListener(com.pspdfkit.ui.special_mode.manager.DocumentEditingManager.OnDocumentEditingPageSelectionChangeListener) - function in com.pspdfkit.ui.special_mode.manager.DocumentEditingManager
Removes a previously registered OnDocumentEditingPageSelectionChangeListener.
removeOnDocumentInfoViewModeChangeListener(com.pspdfkit.ui.documentinfo.OnDocumentInfoViewModeChangeListener) - function in com.pspdfkit.ui.PdfOutlineView
Removes the listener for the editing mode changes on this document info view.
removeOnDocumentInfoViewSaveListener(com.pspdfkit.ui.documentinfo.OnDocumentInfoViewSaveListener) - function in com.pspdfkit.ui.PdfOutlineView
Removes the listener for saving the document info changes.
removeOnDocumentSavedListener(com.pspdfkit.ui.PdfThumbnailGrid.OnDocumentSavedListener) - function in com.pspdfkit.ui.PdfThumbnailGrid
Removes a listener from the list of registered onDocumentSaved listeners
removeOnDocumentSavedListener(com.pspdfkit.ui.PdfThumbnailGrid.OnPageClickListener) - function in com.pspdfkit.ui.PdfThumbnailGrid
Removes a listener from the list of registered onPageClick listeners
removeOnDocumentsChangedListener(com.pspdfkit.ui.DocumentCoordinator.OnDocumentsChangedListener) - function in com.pspdfkit.ui.DocumentCoordinator
Removes a previously registered OnDocumentsChangedListener.
removeOnDocumentVisibleListener(com.pspdfkit.ui.DocumentCoordinator.OnDocumentVisibleListener) - function in com.pspdfkit.ui.DocumentCoordinator
Removes a previously registered OnDocumentVisibleListener.
removeOnFormEditingBarLifecycleListener(com.pspdfkit.ui.forms.FormEditingBar.OnFormEditingBarLifecycleListener) - function in com.pspdfkit.ui.forms.FormEditingBar
Removes a previously added OnFormEditingBarLifecycleListener.
removeOnFormElementClickedListener(com.pspdfkit.ui.special_mode.manager.FormManager.OnFormElementClickedListener) - function in com.pspdfkit.ui.PdfFragment
Removes a previously registered OnFormElementClickedListener.
removeOnFormElementClickedListener(com.pspdfkit.ui.special_mode.manager.FormManager.OnFormElementClickedListener) - function in com.pspdfkit.ui.special_mode.manager.FormManager
Removes a previously registered OnFormElementClickedListener.
removeOnFormElementDeselectedListener(com.pspdfkit.ui.special_mode.manager.FormManager.OnFormElementDeselectedListener) - function in com.pspdfkit.ui.PdfFragment
Removes a previously registered OnFormElementDeselectedListener.
removeOnFormElementDeselectedListener(com.pspdfkit.ui.special_mode.manager.FormManager.OnFormElementDeselectedListener) - function in com.pspdfkit.ui.special_mode.manager.FormManager
Removes a previously registered OnFormElementDeselectedListener.
removeOnFormElementEditingModeChangeListener(com.pspdfkit.ui.special_mode.manager.FormManager.OnFormElementEditingModeChangeListener) - function in com.pspdfkit.ui.PdfFragment
Removes a previously registered OnFormElementEditingModeChangeListener.
removeOnFormElementEditingModeChangeListener(com.pspdfkit.ui.special_mode.manager.FormManager.OnFormElementEditingModeChangeListener) - function in com.pspdfkit.ui.special_mode.manager.FormManager
Removes a previously registered OnFormElementEditingModeChangeListener.
removeOnFormElementSelectedListener(com.pspdfkit.ui.special_mode.manager.FormManager.OnFormElementSelectedListener) - function in com.pspdfkit.ui.PdfFragment
Removes a previously registered OnFormElementSelectedListener.
removeOnFormElementSelectedListener(com.pspdfkit.ui.special_mode.manager.FormManager.OnFormElementSelectedListener) - function in com.pspdfkit.ui.special_mode.manager.FormManager
Removes a previously registered OnFormElementSelectedListener.
removeOnFormElementUpdatedListener(com.pspdfkit.ui.special_mode.manager.FormManager.OnFormElementUpdatedListener) - function in com.pspdfkit.ui.PdfFragment
Removes a previously registered OnFormElementUpdatedListener.
removeOnFormElementUpdatedListener(com.pspdfkit.ui.special_mode.manager.FormManager.OnFormElementUpdatedListener) - function in com.pspdfkit.ui.special_mode.manager.FormManager
Removes a previously registered OnFormElementUpdatedListener.
removeOnFormElementViewUpdatedListener(com.pspdfkit.ui.special_mode.manager.FormManager.OnFormElementViewUpdatedListener) - function in com.pspdfkit.ui.PdfFragment
Removes a previously registered OnFormElementViewUpdatedListener.
removeOnFormElementViewUpdatedListener(com.pspdfkit.ui.special_mode.manager.FormManager.OnFormElementViewUpdatedListener) - function in com.pspdfkit.ui.special_mode.manager.FormManager
Removes a previously registered OnFormElementViewUpdatedListener.
removeOnFormFieldUpdatedListener(com.pspdfkit.forms.FormListeners.OnFormFieldUpdatedListener) - function in com.pspdfkit.forms.FormProvider
Removes previously registered OnFormFieldUpdatedListener.
removeOnFormTabOrderUpdatedListener(com.pspdfkit.forms.FormListeners.OnFormTabOrderUpdatedListener) - function in com.pspdfkit.forms.FormProvider
Removes previously registered OnFormTabOrderUpdatedListener.
removeOnTabClickedListener(com.pspdfkit.ui.tabs.PdfTabBar.OnTabClickedListener) - function in com.pspdfkit.ui.tabs.PdfTabBar
Removes a previously registered OnTabClickedListener.
removeOnTabsChangedListener(com.pspdfkit.ui.tabs.PdfTabBar.OnTabsChangedListener) - function in com.pspdfkit.ui.tabs.PdfTabBar
Removes a previously registered OnTabsChangedListener.
removeOnTextFormFieldUpdatedListener(com.pspdfkit.forms.FormListeners.OnTextFormFieldUpdatedListener) - function in com.pspdfkit.forms.FormProvider
Removes previously registered OnTextFormFieldUpdatedListener.
removeOnTextSelectionChangeListener(com.pspdfkit.ui.special_mode.manager.TextSelectionManager.OnTextSelectionChangeListener) - function in com.pspdfkit.ui.PdfFragment
Removes a OnTextSelectionChangeListener, which gets notified when text selection changes in the document, such as different text is selected.
removeOnTextSelectionChangeListener(com.pspdfkit.ui.special_mode.manager.TextSelectionManager.OnTextSelectionChangeListener) - function in com.pspdfkit.ui.special_mode.manager.TextSelectionManager
Removes a OnTextSelectionChangeListener, which gets notified when text selection changes in the document, such as different text is selected.
removeOnTextSelectionModeChangeListener(com.pspdfkit.ui.special_mode.manager.TextSelectionManager.OnTextSelectionModeChangeListener) - function in com.pspdfkit.ui.PdfFragment
Removes a previously added OnTextSelectionModeChangeListener, which gets notified when entering and exiting a text selection in the document.
removeOnTextSelectionModeChangeListener(com.pspdfkit.ui.special_mode.manager.TextSelectionManager.OnTextSelectionModeChangeListener) - function in com.pspdfkit.ui.special_mode.manager.TextSelectionManager
Removes a previously added OnTextSelectionModeChangeListener, which gets notified when entering and exiting a text selection in the document.
removeOnUndoHistoryChangeListener(com.pspdfkit.undo.OnUndoHistoryChangeListener) - function in com.pspdfkit.undo.UndoManager
Removes a previously added OnUndoHistoryChangeListener.
removeOnVisibilityChangedListener(com.pspdfkit.listeners.OnVisibilityChangedListener) - function in com.pspdfkit.listeners.OnVisibilityChangedListenerManager
Removes a previously added listener from the collection.
removeOnVisibilityChangedListener(com.pspdfkit.listeners.OnVisibilityChangedListener) - function in com.pspdfkit.ui.PSPDFKitViews
Remove on visibility changed listener from every instantiated view.
removeOnVisibilityChangedListener(com.pspdfkit.listeners.OnVisibilityChangedListener) - function in com.pspdfkit.ui.PSPDFKitViews.PSPDFView
Unregister a previously registered listener that no longer wants to receive visibility change events.
removeOnVisibilityChangedListener(com.pspdfkit.listeners.OnVisibilityChangedListener) - function in com.pspdfkit.ui.PdfOutlineView
Unregister a previously registered listener that no longer wants to receive visibility change events.
removeOnVisibilityChangedListener(com.pspdfkit.listeners.OnVisibilityChangedListener) - function in com.pspdfkit.ui.PdfReaderView
Unregister a previously registered listener that no longer wants to receive visibility change events.
removeOnVisibilityChangedListener(com.pspdfkit.listeners.OnVisibilityChangedListener) - function in com.pspdfkit.ui.PdfThumbnailBar
Unregister a previously registered listener that no longer wants to receive visibility change events.
removeOnVisibilityChangedListener(com.pspdfkit.listeners.OnVisibilityChangedListener) - function in com.pspdfkit.ui.PdfThumbnailGrid
Unregister a previously registered listener that no longer wants to receive visibility change events.
removeOnVisibilityChangedListener(com.pspdfkit.listeners.OnVisibilityChangedListener) - function in com.pspdfkit.ui.search.PdfSearchViewLazy
Unregister a previously registered listener that no longer wants to receive visibility change events.
removeOnVisibilityChangedListener(com.pspdfkit.listeners.OnVisibilityChangedListener) - function in com.pspdfkit.ui.thumbnail.PdfScrollableThumbnailBar
Unregister a previously registered listener that no longer wants to receive visibility change events.
removeOnVisibilityChangedListener(com.pspdfkit.listeners.OnVisibilityChangedListener) - function in com.pspdfkit.ui.thumbnail.PdfStaticThumbnailBar
Unregister a previously registered listener that no longer wants to receive visibility change events.
removeOnVisibilityChangedListener(com.pspdfkit.listeners.OnVisibilityChangedListener) - function in com.pspdfkit.ui.thumbnail.PdfThumbnailBarController
Removes a previously added visibility change listener.
removeOverlayViewProvider(com.pspdfkit.ui.overlay.OverlayViewProvider) - function in com.pspdfkit.ui.PdfFragment
Removes a previously added OverlayViewProvider.
removeOverlayViewProviderObserver(com.pspdfkit.ui.overlay.OverlayViewProvider.OverlayViewProviderObserver) - function in com.pspdfkit.ui.overlay.OverlayViewProvider
Unregister a previously registered OverlayViewProviderObserver so it won't receive any future changes of provided views.
removePages(java.util.Set) - function in com.pspdfkit.document.editor.PdfDocumentEditor
Removes pages from the document.
removePages(java.util.Set) - function in com.pspdfkit.document.processor.PdfProcessorTask
Removes passed pages from document.
removePropertyInspectorLifecycleListener(com.pspdfkit.ui.inspector.PropertyInspectorCoordinatorLayoutController.PropertyInspectorLifecycleListener) - function in com.pspdfkit.ui.PdfUi
Removes previously registered listener for lifecycle changes of the PropertyInspector as it goes through the PropertyInspectorCoordinatorLayout - preparing, displaying, removing.
removePropertyInspectorLifecycleListener(com.pspdfkit.ui.inspector.PropertyInspectorCoordinatorLayoutController.PropertyInspectorLifecycleListener) - function in com.pspdfkit.ui.inspector.PropertyInspectorCoordinatorLayout
Removes previously registered listener for lifecycle changes of the PropertyInspector as it goes through the PropertyInspectorCoordinatorLayout - preparing, displaying, removing.
removePropertyInspectorLifecycleListener(com.pspdfkit.ui.inspector.PropertyInspectorCoordinatorLayoutController.PropertyInspectorLifecycleListener) - function in com.pspdfkit.ui.inspector.PropertyInspectorCoordinatorLayoutController
Removes previously registered listener for lifecycle changes of the PropertyInspector as it goes through the PropertyInspectorCoordinatorLayout - preparing, displaying, removing.
removeSelectedPages() - function in com.pspdfkit.ui.special_mode.controller.DocumentEditingController
Perform remove selected pages action on document editor.
removeSignature() - function in com.pspdfkit.forms.SignatureFormField
Removes the digital signing information attached to this form field.
removeSignature(com.pspdfkit.signatures.Signature) - function in com.pspdfkit.signatures.storage.DatabaseSignatureStorage
Removes the given signature from the signature storage.
removeSignature(com.pspdfkit.signatures.Signature) - function in com.pspdfkit.signatures.storage.SignatureStorage
Removes the given signature from the signature storage.
removeSignatureAsync() - function in com.pspdfkit.forms.SignatureFormField
Asynchronously removes the digital signing information attached to this form field.
removeSignatureFormField(com.pspdfkit.forms.SignatureFormField) - function in com.pspdfkit.signatures.DocumentSignatureInfo
Removes the signature form field from document.
removeSignatures(java.util.List) - function in com.pspdfkit.signatures.storage.DatabaseSignatureStorage
Removes the given signatures from the signature storage.
removeSignatures(java.util.List) - function in com.pspdfkit.signatures.storage.SignatureStorage
Removes the given signatures from the signature storage.
renderAppearanceStreamToBitmapAsync(android.content.Context) - function in com.pspdfkit.annotations.stamps.StampPickerItem
Renders configured appearance stream to bitmap with size defined in getDefaultPdfWidth and getDefaultPdfHeight scaled to display size.
renderedDrawables(java.util.List) - function in com.pspdfkit.configuration.rendering.PageRenderConfiguration.Builder
 
renderPageToBitmap(android.content.Context,int,int,int) - function in com.pspdfkit.document.PdfDocument
Renders page to a bitmap.
renderPageToBitmap(android.content.Context,int,int,int,com.pspdfkit.configuration.rendering.PageRenderConfiguration) - function in com.pspdfkit.document.PdfDocument
Renders page to a bitmap.
renderPageToBitmap(int,android.graphics.Bitmap,com.pspdfkit.configuration.rendering.PageRenderConfiguration) - function in com.pspdfkit.document.editor.PdfDocumentEditor
Renders the given page into a Bitmap buffer.
renderPageToBitmapAsync(android.content.Context,int,int,int) - function in com.pspdfkit.document.PdfDocument
Renders page to a bitmap.
renderPageToBitmapAsync(android.content.Context,int,int,int,com.pspdfkit.configuration.rendering.PageRenderConfiguration) - function in com.pspdfkit.document.PdfDocument
Renders page to a bitmap.
renderToBitmap(android.graphics.Bitmap) - function in com.pspdfkit.annotations.Annotation
Renders the appearance of this annotation into the passed bitmap.
renderToBitmap(android.graphics.Bitmap,com.pspdfkit.configuration.rendering.AnnotationRenderConfiguration) - function in com.pspdfkit.annotations.Annotation
Renders the appearance of this annotation into the passed bitmap.
renderToBitmapAsync(android.graphics.Bitmap) - function in com.pspdfkit.annotations.Annotation
Asynchronously renders the appearance of this annotation into the passed bitmap.
renderToBitmapAsync(android.graphics.Bitmap,com.pspdfkit.configuration.rendering.AnnotationRenderConfiguration) - function in com.pspdfkit.annotations.Annotation
Asynchronously renders the appearance of this annotation into the passed bitmap.
RENDITION - enum entry in com.pspdfkit.annotations.actions.ActionType
 
RenditionAction - class in com.pspdfkit.annotations.actions
A rendition action controls the playing of multimedia content.
RenditionAction.RenditionActionType - class in com.pspdfkit.annotations.actions.RenditionAction
Types of rendition actions.
REPEAT_OVERLAY_TEXT - enum entry in com.pspdfkit.annotations.configuration.AnnotationProperty

Overlay text repeat property, used for redaction annotations. Controls repeat overlay text switch in the annotation inspector.

replaceWith(com.pspdfkit.ui.navigation.NavigationBackStack) - function in com.pspdfkit.ui.navigation.NavigationBackStack
Replaces navigation back stack with another instance.
REQUEST_FAILED - enum entry in com.pspdfkit.instant.exceptions.InstantErrorCode

The request did not complete due to some networking problem. Most likely, the connection was interrupted.

Note: More details can be found in the underlying error getUnderlyingError, which will be the integer representation of a HTTP error.

requirePdfFragment() - function in com.pspdfkit.instant.ui.InstantPdfActivity
Returns the PdfFragment that is used to show the document.
requirePdfFragment() - function in com.pspdfkit.ui.PdfUi
Returns the PdfFragment that is used to show the document.
reset() - function in com.pspdfkit.forms.FormField
Resets form field to its original value.
reset() - function in com.pspdfkit.ui.inspector.PropertyInspector
Resets inspector to its initial state.
reset() - function in com.pspdfkit.ui.inspector.contentediting.DefaultContentEditingInspectorController.ContentEditingPropertyInspector
Resets inspector to its initial state.
RESET_FORM - enum entry in com.pspdfkit.annotations.actions.ActionType
 
resetAnnotationCreator() - function in com.pspdfkit.preferences.PSPDFKitPreferences
Resets the annotation creator by nullifying the value.
resetDocument() - function in com.pspdfkit.ui.PSPDFKitViews
Reset/clear the document on all instantiated views.
ResetFormAction - class in com.pspdfkit.annotations.actions
Resets one or more form fields to their default value.
resetForwardList() - function in com.pspdfkit.ui.navigation.NavigationBackStack
Removes all forward navigation items.
RESETTING_FOR_DATABASE_MIGRATION - enum entry in com.pspdfkit.instant.document.InstantDocumentState

The layer's record store is being updated with the latest server version. The database will be usable in read-only mode until this process completes. Any pre-existing local changes will be sent to the server before the local record store is purged. Upon success, we transition to state "clean".

resizePage(int,com.pspdfkit.utils.Size) - function in com.pspdfkit.document.processor.PdfProcessorTask
Re-sizes the selected page to pageSize.
resizeToFitText(com.pspdfkit.annotations.configuration.AnnotationConfigurationRegistry,com.pspdfkit.utils.Size) - function in com.pspdfkit.annotations.FreeTextAnnotation
Resizes the annotation to fit the text.
resizeToFitText(com.pspdfkit.annotations.FreeTextAnnotation,com.pspdfkit.document.PdfDocument,com.pspdfkit.utils.FreeTextAnnotationUtils.ScaleMode,com.pspdfkit.utils.FreeTextAnnotationUtils.ScaleMode) - function in com.pspdfkit.utils.FreeTextAnnotationUtils
Resizes the given free text annotation so the text fits inside its bounds.
ResourceInterceptor - class in com.pspdfkit.document.html
Used to intercept resource requests in HtmlToPdfConverter to allow providing custom data for these resources.
ResourceRequest - class in com.pspdfkit.document.html
Encapsulates request for a resource.
ResourceResponse - class in com.pspdfkit.document.html
Encapsulates resource response.
restore(androidx.fragment.app.FragmentManager,com.pspdfkit.document.editor.page.NewPageDialog.Callback) - function in com.pspdfkit.document.editor.page.NewPageDialog
Restore existing dialog.
restore(androidx.fragment.app.FragmentManager,java.util.List,boolean,com.pspdfkit.document.editor.page.NewPageDialog.Callback) - function in com.pspdfkit.document.editor.page.NewPageDialog
Restore existing dialog.
restore(androidx.fragment.app.FragmentManager,java.util.List,com.pspdfkit.document.editor.page.NewPageDialog.Callback) - function in com.pspdfkit.document.editor.page.NewPageDialog
Restore existing dialog.
restore(androidx.fragment.app.FragmentActivity,com.pspdfkit.document.processor.ComparisonDialogListener) - function in com.pspdfkit.document.processor.DocumentComparisonDialog
Restores the document comparison dialog after a configuration change.
restore(androidx.fragment.app.FragmentManager,com.pspdfkit.ui.dialog.DocumentPrintDialog.PrintDialogListener) - function in com.pspdfkit.ui.dialog.DocumentPrintDialog
Restores PrintDialogListener in existing instance of the dialog.
restore(androidx.fragment.app.FragmentManager,com.pspdfkit.ui.dialog.DocumentSharingDialog.SharingDialogListener) - function in com.pspdfkit.ui.dialog.DocumentSharingDialog
Restores SharingDialogListener in existing instance of the dialog if exists.
restore(androidx.fragment.app.FragmentManager,com.pspdfkit.ui.settings.SettingsDialogListener) - function in com.pspdfkit.ui.settings.SettingsDialog.Companion
Restores existing instance of the dialog if exists.
restore(androidx.fragment.app.FragmentManager,com.pspdfkit.signatures.listeners.OnSignaturePickedListener) - function in com.pspdfkit.ui.signatures.ElectronicSignatureFragment
Restores any previously shown ElectronicSignatureFragment by re-attaching a .
restore(androidx.fragment.app.FragmentManager,com.pspdfkit.signatures.listeners.OnSignaturePickedListener,com.pspdfkit.signatures.storage.SignatureStorage) - function in com.pspdfkit.ui.signatures.ElectronicSignatureFragment
Restores any previously shown ElectronicSignatureFragment by re-attaching a .
restore(androidx.fragment.app.FragmentManager,com.pspdfkit.signatures.listeners.OnSignaturePickedListener,com.pspdfkit.signatures.storage.SignatureStorage) - function in com.pspdfkit.ui.signatures.SignaturePickerFragment.Companion
Restores any previously shown SignaturePickerFragment by re-attaching a [ ].
restore(androidx.fragment.app.FragmentManager,com.pspdfkit.signatures.listeners.OnSignaturePickedListener) - function in com.pspdfkit.ui.signatures.SignaturePickerFragment.Companion
Restores any previously shown SignaturePickerFragment by re-attaching a [ ].
restoreDefaults() - function in com.pspdfkit.signatures.TrustedKeyStore
Reloads the default certificates from the OS and assets.
restoreFromState(com.pspdfkit.ui.PdfFragment,com.pspdfkit.internal.undo.annotations.OnEditRecordedListener) - function in com.pspdfkit.ui.editor.AnnotationEditor
Restore and retrieve a previously created annotation editor instance.
restoreLastViewedPage(boolean) - function in com.pspdfkit.configuration.PdfConfiguration.Builder
Enables or disables restoration of the last viewed page when reopening a document.
restoreLastViewedPage(boolean) - function in com.pspdfkit.configuration.activity.PdfActivityConfiguration.Builder
Enables or disables restoration of the last viewed page when reopening a document.
restoreState(android.os.Parcelable,java.lang.ClassLoader) - function in com.pspdfkit.ui.ViewStatePagerAdapter
 
RESUME - enum entry in com.pspdfkit.annotations.actions.RenditionAction.RenditionActionType
 
resume() - function in com.pspdfkit.ui.audio.AudioPlaybackController
Resumes playback of the media.
resume() - function in com.pspdfkit.ui.audio.AudioRecordingController
Resumes recording.
reuseBitmap(android.graphics.Bitmap) - function in com.pspdfkit.configuration.rendering.PageRenderConfiguration.Builder
Reuse bitmap as the rendering target and prevent allocation of new one.
reuseExistingSignatureAppearanceStream() - function in com.pspdfkit.signatures.SignatureAppearance
Controls whether or not an existing appearance stream for the signature should be used.
REVERSE_CLOSED_ARROW - enum entry in com.pspdfkit.annotations.LineEndType
 
REVERSE_OPEN_ARROW - enum entry in com.pspdfkit.annotations.LineEndType
 
REVISED - enum entry in com.pspdfkit.annotations.stamps.PredefinedStampType
 
REVOKED - enum entry in com.pspdfkit.signatures.DigitalSignatureValidationResult.CertificateStatus

The certificate has been revoked. According to the spec, this is an invalid state (error).

REVOKED_BUT_VALID_IN_THE_PAST - enum entry in com.pspdfkit.signatures.DigitalSignatureValidationResult.CertificateStatus

The certificate has been revoked as of today but we have confidence that this certificate was valid in the past, when the signature was created. According to the specification, this is an indeterminate state (warning).

REVOKED_NO_POE - enum entry in com.pspdfkit.signatures.DigitalSignatureValidationResult.CertificateStatus

The certificate has been revoked but we don't have proof of existence (POE) of the digital signature. According to the specification, this is an indeterminate state (warning).

REWIND - enum entry in com.pspdfkit.annotations.actions.RichMediaExecuteAction.RichMediaExecuteActionType
 
REWRITE_FILE - enum entry in com.pspdfkit.document.providers.WritableDataProvider.WriteMode

Written file will be rewritten in full.

RICH_MEDIA_EXECUTE - enum entry in com.pspdfkit.annotations.actions.ActionType
 
RICHMEDIA - enum entry in com.pspdfkit.annotations.AnnotationType

Embedded PDF video

RichMediaAnnotation - class in com.pspdfkit.annotations
RichMedia annotations are defined in the ISO32000 Adobe Supplement and are the modern way of embedding video content.
RichMediaExecuteAction - class in com.pspdfkit.annotations.actions
Action for starting com.pspdfkit.annotations.RichMediaAnnotations.
RichMediaExecuteAction.RichMediaExecuteActionType - class in com.pspdfkit.annotations.actions.RichMediaExecuteAction
Types of rich media execute actions.
RIGHT - enum entry in com.pspdfkit.annotations.FreeTextAnnotation.FreeTextTextJustification
 
RIGHT - enum entry in com.pspdfkit.document.processor.PagePosition
 
RIGHT - enum entry in com.pspdfkit.ui.note.AlignedAnnotationHinterDrawable.HorizontalAlignment
 
RIGHT - enum entry in com.pspdfkit.ui.toolbar.ToolbarCoordinatorLayout.LayoutParams.Position
 
RIGHT_EDGE - enum entry in com.pspdfkit.document.PageBinding

This document should be displayed RTL. This means that the page with index 0 will be on the right and the last page on the left.

ROTATE - enum entry in com.pspdfkit.undo.EditingOperation

One page was rotated.

rotatePage(int,int) - function in com.pspdfkit.document.processor.PdfProcessorTask
Rotates the selected page for passed degrees.
rotatePages(java.util.Set,int) - function in com.pspdfkit.document.editor.PdfDocumentEditor
Rotate pages of the document.
rotateSelectedPages() - function in com.pspdfkit.ui.special_mode.controller.DocumentEditingController
Perform rotate selected pages action on document editor.
rotation(int) - function in com.pspdfkit.document.processor.NewPage.Builder
Rotates the page.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z