java.lang.Object | ||||
↳ | DialogFragment | |||
↳ | com.pdftron.pdf.dialog.base.BaseBottomDialogFragment | |||
↳ | com.pdftron.pdf.controls.AnnotStyleDialogFragment | |||
↳ | com.pdftron.pdf.dialog.watermark.WatermarkDialog |
Dialog Fragment containing UI for watermark settings from the user.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public static final String | TAG |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
WatermarkDialog() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static WatermarkDialog |
newInstance(PDFViewCtrl pdfViewCtrl)
Initializes a
WatermarkDialog dialog with the default annotation style. | ||||||||||
static WatermarkDialog |
newInstance(AnnotStyle annotStyle, PDFViewCtrl pdfViewCtrl)
Initializes a
WatermarkDialog with the given annotation style. | ||||||||||
void |
show(FragmentManager fragmentManager)
Show the dialog
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Initializes a WatermarkDialog
dialog with the default annotation style.
Initializes a WatermarkDialog
with the given annotation style.
annotStyle | initial style for the watermark style picker |
---|---|
pdfViewCtrl | the PDFViewCtrl to add watermark to |
Show the dialog