PdfActivityConfiguration
Configuration for PDF display in a separate activity or com.pspdfkit.ui.PdfUiFragment. Use build to create an instance of this class.
Types
Builder
Link copied to clipboard
Builder used to construct a PdfActivityConfiguration instance.
SearchType
Link copied to clipboard
Type of search.
Functions
getActivityTitle
Link copied to clipboard
Returns the title set to the target activity.
getConfiguration
Link copied to clipboard
Returns configuration for the document.
getDarkTheme
Link copied to clipboard
Returns theme resource used to override dark theme of the launched activity.
getListedAnnotationTypes
Link copied to clipboard
Returns a set of annotation types to be displayed in the annotation list.
getSearchConfiguration
Link copied to clipboard
Returns the search configuration applied to the search views.
getSearchType
Link copied to clipboard
Returns the search type set on the activity.
getSettingsMenuItemShown
Link copied to clipboard
Returns items shown in the settings menu.
getTabBarHidingMode
Link copied to clipboard
Returns the tab bar hiding mode set on the activity.
getThumbnailBarMode
Link copied to clipboard
Returns the thumbnail bar mode set on the activity.
getUserInterfaceViewMode
Link copied to clipboard
Returns the user interface mode set on the activity.
hideUserInterfaceWhenCreatingAnnotations
Link copied to clipboard
Returns whether user interface controls should be hidden when annotation creation toolbar is in vertical position (left/right).
isAnnotationListEnabled
Link copied to clipboard
Indicates whether the list of annotations is enabled or not.
isAnnotationListReorderingEnabled
Link copied to clipboard
Indicates whether reordering annotations in the annotation list is enabled.
isAnnotationNoteHintingEnabled
Link copied to clipboard
Indicates whether to show visual indicators for annotations that have annotation notes.
isBookmarkEditingEnabled
Link copied to clipboard
Indicates whether the bookmarks can be edited or not.
isBookmarkListEnabled
Link copied to clipboard
Indicates whether the list of bookmarks is enabled or not.
isDocumentEditorEnabled
Link copied to clipboard
Indicates whether the document editor is enabled or not.
isDocumentInfoViewEnabled
Link copied to clipboard
Indicates whether the document info view is enabled or not.
isDocumentInfoViewSeparated
Link copied to clipboard
Indicates whether the document info view is a separate window, or displayed as a tab in the outline
isImmersiveMode
Link copied to clipboard
Indicates whether the immersive mode is activated or not.
isOutlineEnabled
Link copied to clipboard
Indicates whether the outline is enabled or not.
isPrintingEnabled
Link copied to clipboard
Indicates whether the printing support is enabled or not.
isReaderViewEnabled
Link copied to clipboard
Indicates whether we display the reader view and its action icon in the main toolbar.
isRedactionUiEnabled
Link copied to clipboard
Indicates whether we show the UI to apply redactions when there are in the document.
isSearchEnabled
Link copied to clipboard
Indicates whether the search is enabled or not.
isSettingsItemEnabled
Link copied to clipboard
Indicates whether the settings menu item is shown or not.
isShowDocumentTitleOverlayEnabled
Link copied to clipboard
Indicates whether the document title overlay is set to show or not.
isShowNavigationButtonsEnabled
Link copied to clipboard
Indicates whether the navigation buttons are set to show or not.
isShowPageLabels
Link copied to clipboard
Indicates whether the page labels are set to show or not.
isShowPageNumberOverlay
Link copied to clipboard
Indicates whether the page number overlay is set to show or not.
isSignatureButtonPositionForcedInMainToolbar
Link copied to clipboard
Indicates whether the signature button position is forced in the main toolbar or not.
isThumbnailGridEnabled
Link copied to clipboard
Indicates whether the thumbnail grid is enabled or not.
isVolumeButtonsNavigationEnabled
Link copied to clipboard
Indicates whether to use volume buttons for navigation between document pages.
Properties
DEFAULT_LISTED_ANNOTATION_TYPES
Link copied to clipboard
SEARCH_INLINE
Link copied to clipboard
SEARCH_MODULAR
Link copied to clipboard