Foxit PDF SDK  9.1
com.foxit.uiextensions.annots.IFlattenEventListener Class Referenceabstract

Public Member Functions

void onAnnotWillFlatten (PDFPage page, Annot annot)
 
void onAnnotFlattened (PDFPage page, Annot annot)
 
void onAnnotsWillFlatten (PDFDoc doc)
 
void onAnnotsFlattened (PDFDoc doc)
 

Detailed Description

interface definition for a callback to be invoked when flatten annotation or document.

Member Function Documentation

◆ onAnnotFlattened()

void com.foxit.uiextensions.annots.IFlattenEventListener.onAnnotFlattened ( PDFPage  page,
Annot  annot 
)

Called when a annotation.has flattened.

Parameters
pageThe PDFPage which flatten annotation.
annotThe specified annotation has flattened

◆ onAnnotsFlattened()

void com.foxit.uiextensions.annots.IFlattenEventListener.onAnnotsFlattened ( PDFDoc  doc)

Called when annotations.has flattened.

Parameters
docThe PDFDoc which flatten annotations.

◆ onAnnotsWillFlatten()

void com.foxit.uiextensions.annots.IFlattenEventListener.onAnnotsWillFlatten ( PDFDoc  doc)

Called when annotations.will be flattened.

Parameters
docThe PDFDoc which flatten annotations.

◆ onAnnotWillFlatten()

void com.foxit.uiextensions.annots.IFlattenEventListener.onAnnotWillFlatten ( PDFPage  page,
Annot  annot 
)

Called when a annotation.will be flattened.

Parameters
pageThe PDFPage which flatten annotation.
annotThe specified annotation will be flattened