public class BoxPSPDFFragment
extends com.pspdfkit.ui.PSPDFFragment
android.support.v4.app.Fragment.InstantiationException, android.support.v4.app.Fragment.SavedStatecom.pspdfkit.ui.special_mode.manager.PSPDFAnnotationManager.OnAnnotationCreationModeChangeListener, com.pspdfkit.ui.special_mode.manager.PSPDFAnnotationManager.OnAnnotationCreationModeSettingsChangeListener, com.pspdfkit.ui.special_mode.manager.PSPDFAnnotationManager.OnAnnotationDeselectedListener, com.pspdfkit.ui.special_mode.manager.PSPDFAnnotationManager.OnAnnotationEditingModeChangeListener, com.pspdfkit.ui.special_mode.manager.PSPDFAnnotationManager.OnAnnotationSelectedListener, com.pspdfkit.ui.special_mode.manager.PSPDFAnnotationManager.OnAnnotationUpdatedListener| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PARAM_ACTIVITY_CONFIGURATION |
static java.lang.String |
PARAM_CONFIGURATION |
static java.lang.String |
PARAM_CONTENT_SIGNATURES |
static java.lang.String |
PARAM_DOCUMENT_PATHS |
static java.lang.String |
PARAM_PASSWORDS |
| Constructor and Description |
|---|
BoxPSPDFFragment() |
| Modifier and Type | Method and Description |
|---|---|
com.pspdfkit.configuration.activity.PSPDFActivityConfiguration |
getViewConfiguration() |
static BoxPSPDFFragment |
newInstance(android.net.Uri uri,
java.lang.String password,
java.lang.String license,
com.pspdfkit.configuration.activity.PSPDFActivityConfiguration configuration) |
android.view.View |
onCreateView(android.view.LayoutInflater var1,
android.view.ViewGroup var2,
android.os.Bundle var3) |
void |
onDocumentLoaded(com.pspdfkit.document.PSPDFDocument document) |
void |
onDocumentLoadFailed(java.lang.Throwable throwable) |
void |
setPreviewDocumentFragment(BoxPreviewDocumentFragment boxPreviewDocumentFragment) |
addInsets, clearSelectedAnnotations, clearTextSelection, convertPDFPointToViewPoint, convertPDFRectToViewRect, convertViewPointToPDFPoint, convertViewRectToPDFRect, enterAnnotationCreationMode, enterAnnotationCreationMode, enterAnnotationCreationMode, enterAnnotationEditingMode, enterTextSelectionMode, executeAction, exitCurrentlyActiveMode, getAnnotationDefaults, getAnnotationPreferences, getConfiguration, getDocument, getEventBus, getPage, getPageToViewTransformation, getSelectedAnnotations, getTextSelection, getVisiblePages, getZoomScale, isScrollingEnabled, isZoomingEnabled, newInstance, newInstance, newInstance, newInstance, newInstance, newInstance, newInstance, newInstance, newInstanceFromSources, newInstanceFromSources, newInstanceFromSources, notifyAnnotationHasChanged, onActivityCreated, onAnnotationDeselected, onAnnotationSelected, onCreate, onDestroy, onDestroyView, onDetach, onDocumentClick, onDocumentSave, onDocumentSaved, onDocumentSaveFailed, onDocumentScrolled, onDocumentZoomed, onLowMemory, onPageChanged, onPageClick, onPrepareAnnotationSelection, onSaveInstanceState, onScrollStateChanged, onStop, registerAnnotationCreationModeChangeListener, registerAnnotationCreationModeSettingsChangeListener, registerAnnotationDeselectedListener, registerAnnotationEditingModeChangeListener, registerAnnotationSelectedListener, registerAnnotationUpdatedListener, registerDocumentListener, registerDocumentScrollListener, registerDrawableProvider, registerTextSelectionChangeListener, registerTextSelectionModeChangeListener, save, scrollTo, setAnnotationDefaultsProvider, setBackgroundColor, setCustomPdfSource, setCustomPdfSources, setInsets, setPage, setPage, setScrollingEnabled, setSelectedAnnotation, setSelectedAnnotations, setTextSelection, setZoomingEnabled, unregisterAnnotationCreationModeChangeListener, unregisterAnnotationCreationModeSettingsChangeListener, unregisterAnnotationDeselectedListener, unregisterAnnotationEditingModeChangeListener, unregisterAnnotationSelectedListener, unregisterAnnotationUpdatedListener, unregisterDocumentListener, unregisterDocumentScrollListener, unregisterDrawableProvider, unregisterTextSelectionChangeListener, unregisterTextSelectionModeChangeListener, zoomBy, zoomTo, zoomTodump, equals, getActivity, getAllowEnterTransitionOverlap, getAllowReturnTransitionOverlap, getArguments, getChildFragmentManager, getContext, getEnterTransition, getExitTransition, getFragmentManager, getHost, getId, getLayoutInflater, getLoaderManager, getParentFragment, getReenterTransition, getResources, getRetainInstance, getReturnTransition, getSharedElementEnterTransition, getSharedElementReturnTransition, getString, getString, getTag, getTargetFragment, getTargetRequestCode, getText, getUserVisibleHint, getView, hashCode, hasOptionsMenu, instantiate, instantiate, isAdded, isDetached, isHidden, isInLayout, isMenuVisible, isRemoving, isResumed, isVisible, onActivityResult, onAttach, onAttach, onConfigurationChanged, onContextItemSelected, onCreateAnimation, onCreateContextMenu, onCreateOptionsMenu, onDestroyOptionsMenu, onHiddenChanged, onInflate, onInflate, onOptionsItemSelected, onOptionsMenuClosed, onPause, onPrepareOptionsMenu, onRequestPermissionsResult, onResume, onStart, onViewCreated, onViewStateRestored, registerForContextMenu, requestPermissions, setAllowEnterTransitionOverlap, setAllowReturnTransitionOverlap, setArguments, setEnterSharedElementCallback, setEnterTransition, setExitSharedElementCallback, setExitTransition, setHasOptionsMenu, setInitialSavedState, setMenuVisibility, setReenterTransition, setRetainInstance, setReturnTransition, setSharedElementEnterTransition, setSharedElementReturnTransition, setTargetFragment, setUserVisibleHint, shouldShowRequestPermissionRationale, startActivity, startActivity, startActivityForResult, startActivityForResult, toString, unregisterForContextMenupublic static final java.lang.String PARAM_DOCUMENT_PATHS
public static final java.lang.String PARAM_ACTIVITY_CONFIGURATION
public static final java.lang.String PARAM_CONFIGURATION
public static final java.lang.String PARAM_PASSWORDS
public static final java.lang.String PARAM_CONTENT_SIGNATURES
public android.view.View onCreateView(@NonNull
android.view.LayoutInflater var1,
@Nullable
android.view.ViewGroup var2,
@Nullable
android.os.Bundle var3)
onCreateView in class com.pspdfkit.ui.PSPDFFragmentpublic static BoxPSPDFFragment newInstance(android.net.Uri uri, java.lang.String password, java.lang.String license, com.pspdfkit.configuration.activity.PSPDFActivityConfiguration configuration)
public void setPreviewDocumentFragment(BoxPreviewDocumentFragment boxPreviewDocumentFragment)
public com.pspdfkit.configuration.activity.PSPDFActivityConfiguration getViewConfiguration()
public void onDocumentLoaded(@NonNull
com.pspdfkit.document.PSPDFDocument document)
onDocumentLoaded in interface com.pspdfkit.listeners.DocumentListeneronDocumentLoaded in class com.pspdfkit.ui.PSPDFFragmentpublic void onDocumentLoadFailed(java.lang.Throwable throwable)
onDocumentLoadFailed in interface com.pspdfkit.listeners.DocumentListeneronDocumentLoadFailed in class com.pspdfkit.ui.PSPDFFragment