Foxit PDF SDK
FoxitPDFSDKPython2.TextFillSignObject Class Reference
Inheritance diagram for FoxitPDFSDKPython2.TextFillSignObject:
FoxitPDFSDKPython2.FillSignObject FoxitPDFSDKPython2.Base

Public Member Functions

def TextFillSignObject (fillsign_object)
 Constructor, with parent class object. More...
 
def GetTextDataArray ()
 Get text data array. More...
 
def IsCombFieldMode ()
 Check whether current mode is comb field mode or not. More...
 
- Public Member Functions inherited from FoxitPDFSDKPython2.FillSignObject
def FillSignObject (other)
 Constructor, with another fill-sign object. More...
 
def GenerateContent ()
 Generate content for current fill-sign object. More...
 
def GetRect ()
 Get rectangle, in [PDF coordinate system] (). More...
 
def GetType ()
 Get fill-sign type. More...
 
def IsEmpty ()
 Check whether current object is empty or not. More...
 
def Move (point, width, height, rotation)
 Move current fill-sign object. 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()

def FoxitPDFSDKPython2.TextFillSignObject.TextFillSignObject (   fillsign_object)

Constructor, with parent class object.

Constructor.

Parameters
[in]fillsign_objectParent class object.

Member Function Documentation

◆ GetTextDataArray()

def FoxitPDFSDKPython2.TextFillSignObject.GetTextDataArray ( )

Get text data array.

Returns
A text data array.

◆ IsCombFieldMode()

def FoxitPDFSDKPython2.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.