Foxit PDF SDK
FoxitPDFSDKPython3.TextFillSignObjectData Class Reference
Inheritance diagram for FoxitPDFSDKPython3.TextFillSignObjectData:
FoxitPDFSDKPython3.Base

Public Member Functions

def TextFillSignObjectData ()
 Constructor.

 
def TextFillSignObjectData (text_data)
 Constructor, with another text fill-sign object data.
More...
 
def Set (text_state, text)
 Set value.
More...
 

Static Public Attributes

 text = _swig_property(_fsdk.TextFillSignObjectData_text_get, _fsdk.TextFillSignObjectData_text_set)
 Text content string.

 
 text_state = _swig_property(_fsdk.TextFillSignObjectData_text_state_get, _fsdk.TextFillSignObjectData_text_state_set)
 Text state information.

 

Detailed Description

This class represents text fill-sign object data.

Constructor & Destructor Documentation

◆ TextFillSignObjectData()

def FoxitPDFSDKPython3.TextFillSignObjectData.TextFillSignObjectData (   text_data)

Constructor, with another text fill-sign object data.

Parameters
[in]text_dataAnother text fill-sign object data.

Member Function Documentation

◆ Set()

def FoxitPDFSDKPython3.TextFillSignObjectData.Set (   text_state,
  text 
)

Set value.

Parameters
[in]text_stateText state information.
[in]textText content string.
Returns
None.