Foxit PDF SDK  9.1
com.foxit.uiextensions.annots.AnnotContent Interface Reference

Public Member Functions

int getPageIndex ()
 
int getType ()
 
String getNM ()
 
RectF getBBox ()
 
int getColor ()
 
int getFillColor ()
 
int getOpacity ()
 
float getLineWidth ()
 
String getSubject ()
 
DateTime getModifiedDate ()
 
String getContents ()
 
String getIntent ()
 
String getAuthor ()
 

Detailed Description

Interface that defines properties of annotation

Member Function Documentation

◆ getAuthor()

String com.foxit.uiextensions.annots.AnnotContent.getAuthor ( )

Return the author of a annotation

◆ getBBox()

RectF com.foxit.uiextensions.annots.AnnotContent.getBBox ( )

Return the bbox of a annotation

◆ getColor()

int com.foxit.uiextensions.annots.AnnotContent.getColor ( )

Return the color of a annotation

◆ getContents()

String com.foxit.uiextensions.annots.AnnotContent.getContents ( )

Return the contents of a annotation

◆ getFillColor()

int com.foxit.uiextensions.annots.AnnotContent.getFillColor ( )

Return the interior-color of a annotation

◆ getIntent()

String com.foxit.uiextensions.annots.AnnotContent.getIntent ( )

Return the intent of a annotation

◆ getLineWidth()

float com.foxit.uiextensions.annots.AnnotContent.getLineWidth ( )

Return the line width of a annotation. usually for line, square, circle, polygon, polyline and so on

◆ getModifiedDate()

DateTime com.foxit.uiextensions.annots.AnnotContent.getModifiedDate ( )

Return the modified date of a annotation

◆ getNM()

String com.foxit.uiextensions.annots.AnnotContent.getNM ( )

Return the uniquely identifying of a annotation

◆ getOpacity()

int com.foxit.uiextensions.annots.AnnotContent.getOpacity ( )

Return the opacity of a annotation

◆ getPageIndex()

int com.foxit.uiextensions.annots.AnnotContent.getPageIndex ( )

Return the page index of a annotation

◆ getSubject()

String com.foxit.uiextensions.annots.AnnotContent.getSubject ( )

Return the subject of a annotation

◆ getType()

int com.foxit.uiextensions.annots.AnnotContent.getType ( )

Return the type of a annotation