java.lang.Object |
↳ |
DialogFragment |
|
↳ |
com.pdftron.pdf.controls.PrintAnnotationsSummaryDialogFragment |
Class Overview
A dialog that lets user select the print options including document, annotations and summary of annotations
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
boolean
|
equals(Object arg0)
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
public
PrintAnnotationsSummaryDialogFragment
()
Public Methods
public
static
PrintAnnotationsSummaryDialogFragment
newInstance
(boolean documentChecked, boolean annotationsChecked, boolean summaryChecked)
Returns a new instance of the class
Parameters
documentChecked |
True if the document should be printed |
annotationsChecked |
True if the annotations on the document should be printed |
summaryChecked |
True if the summary of annotations should be printed |
public
void
onCreate
(Bundle savedInstanceState)
public
Dialog
onCreateDialog
(Bundle savedInstanceState)