Class TextFillSignObject is derived from class FillSignObject , and is used to represent a text fill-sign object.
- See also
- FillSignObject
◆ TextFillSignObject()
def FoxitPDFSDKPython2.TextFillSignObject.TextFillSignObject |
( |
|
fillsign_object | ) |
|
Constructor, with parent class object.
- Parameters
-
[in] | fillsign_object | Parent class object. |
◆ 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.