public class

PrintAnnotationsSummaryDialogFragment

extends DialogFragment
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

Nested Classes
interface PrintAnnotationsSummaryDialogFragment.PrintAnnotationsSummaryListener  
Public Constructors
PrintAnnotationsSummaryDialogFragment()
Public Methods
static PrintAnnotationsSummaryDialogFragment newInstance(boolean documentChecked, boolean annotationsChecked, boolean summaryChecked)
Returns a new instance of the class
void onCreate(Bundle savedInstanceState)
Dialog onCreateDialog(Bundle savedInstanceState)
void onStart()
void setPrintAnnotationsSummaryListener(PrintAnnotationsSummaryDialogFragment.PrintAnnotationsSummaryListener listener)
[Expand]
Inherited Methods
From class java.lang.Object

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
Returns
  • The new instance

public void onCreate (Bundle savedInstanceState)

public Dialog onCreateDialog (Bundle savedInstanceState)

public void onStart ()

public void setPrintAnnotationsSummaryListener (PrintAnnotationsSummaryDialogFragment.PrintAnnotationsSummaryListener listener)