java.lang.Object | |
↳ | com.pspdfkit.ui.dialog.DocumentSharingDialogConfiguration |
Configuration for document sharing dialog.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
class | DocumentSharingDialogConfiguration.Builder | Builder used to construct DocumentSharingDialogConfiguration instance. |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DocumentSharingDialogConfiguration() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract int |
getCurrentPage()
Currently displayed page in the shared document.
| ||||||||||
abstract String |
getDialogTitle()
Title of the sharing dialog.
| ||||||||||
abstract int |
getDocumentPages()
Pages in the shared document.
| ||||||||||
abstract String |
getInitialDocumentName()
Default name displayed in the sharing dialog.
| ||||||||||
abstract String |
getPositiveButtonText()
The text to display in the positive button of the sharing dialog.
| ||||||||||
abstract boolean |
isInitialPagesSpinnerAllPages()
Returns
true if the initial position for Pages spinner is set to 'All pages', false otherwise. | ||||||||||
abstract boolean |
isSavingFlow()
Returns
true if saving flow is enabled, and the layout will reflect the change
accordingly. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Currently displayed page in the shared document. Used to pre-fill page range picker.
Pages in the shared document. Used to pre-fill page range picker.
Default name displayed in the sharing dialog.
The text to display in the positive button of the sharing dialog.
Returns true
if the initial position for Pages spinner is set to 'All pages', false
otherwise.
true
if the initial position for Pages spinner is set to 'All pages'.
Returns true
if saving flow is enabled, and the layout will reflect the change
accordingly.
true
if saving flow is enabled, false
otherwise.