Package-level declarations
Types
Wrapper for holding AnnotationListener callbacks.
Contains the default values used by com.pspdfkit.jetpack.compose.views.DocumentView
This acts as a bridge between PdfFragment and DocumentView to access respective functionalities.
Wrapper for holding all DocumentListener callbacks.
Contains all types of listeners provided to com.pspdfkit.jetpack.compose.views.DocumentView.
A state object that can be hoisted to control and observe properties of the com.pspdfkit.jetpack.compose.views.DocumentView. Create instances of this object using rememberDocumentState.
Wrapper for holding FormListener callbacks.
Wrapper for holding InstantDocumentListener callbacks for real-time collaboration events.
Extends DocumentManager with support for Instant (real-time collaboration) document events.
Wrapper for holding UiListener callbacks.
Functions
Default helper method to get DocumentManager instance.
Default helper method to get DocumentManager instance.
A state object that can be hoisted to control and observe properties of the com.pspdfkit.jetpack.compose.views.DocumentView. Returns a Saver containing the DocumentState, used for remembering the state of a given document.
A state object that can be hoisted to control and observe properties of the com.pspdfkit.jetpack.compose.views.ImageDocumentView. Returns a Saver containing the DocumentState, used for remembering the state of a given document.
A state object that can be hoisted to control and observe properties of an Instant document in a com.pspdfkit.jetpack.compose.views.DocumentView. Returns a Saver containing the DocumentState, used for remembering the state of an Instant document.