Foxit PDF SDK
com.foxit.sdk.pdf.TextFillSignObject Class Reference
Inheritance diagram for com.foxit.sdk.pdf.TextFillSignObject:
com.foxit.sdk.pdf.FillSignObject com.foxit.sdk.common.Base

Public Member Functions

 TextFillSignObject (FillSignObject fillsign_object)
 Constructor, with parent class object. More...
 
 TextFillSignObject ()
 Constructor.
 
synchronized void delete ()
 Clean up related resources immediately. More...
 
TextFillSignObjectDataArray getTextDataArray ()
 Get text data array. More...
 
boolean isCombFieldMode ()
 Check whether current mode is comb field mode or not. More...
 
- Public Member Functions inherited from com.foxit.sdk.pdf.FillSignObject
 FillSignObject (FillSignObject other)
 Constructor, with another fill-sign object. More...
 
 FillSignObject ()
 Constructor.
 
synchronized void delete ()
 Clean up related resources immediately. More...
 
boolean generateContent () throws com.foxit.sdk.PDFException
 Generate content for current fill-sign object. More...
 
RectF getRect () throws com.foxit.sdk.PDFException
 Get rectangle, in PDF coordinate system. More...
 
int getType () throws com.foxit.sdk.PDFException
 Get fill-sign type. More...
 
boolean isEmpty ()
 Check whether current object is empty or not. More...
 
void move (PointF point, float width, float height, int rotation)
 Move current fill-sign object. More...
 
- Public Member Functions inherited from com.foxit.sdk.common.Base
synchronized void delete ()
 Clean up related resources immediately. More...
 

Detailed Description

Class TextFillSignObject is derived from class FillSignObject , and is used to represent a text fill-sign object.

See also
FillSignObject

Constructor & Destructor Documentation

◆ TextFillSignObject()

com.foxit.sdk.pdf.TextFillSignObject.TextFillSignObject ( FillSignObject  fillsign_object)

Constructor, with parent class object.

Parameters
[in]fillsign_objectParent class object.

Member Function Documentation

◆ delete()

synchronized void com.foxit.sdk.pdf.TextFillSignObject.delete ( )

Clean up related resources immediately.

Returns
None.
Note
Once this function is called, current object cannot be used anymore.

◆ getTextDataArray()

TextFillSignObjectDataArray com.foxit.sdk.pdf.TextFillSignObject.getTextDataArray ( )

Get text data array.

Returns
A text data array.

◆ isCombFieldMode()

boolean com.foxit.sdk.pdf.TextFillSignObject.isCombFieldMode ( )

Check whether current mode is comb field mode or not.

Returns
true means current mode is comb field mode, while false means current mode is normal mode.