Foxit PDF SDK
FSDK.TextFillSignObjectData Class Reference

Public Member Functions

 constructor ()
 Constructor.
 
 constructor (text_state, text)
 Constructor, with parameters. More...
 
 Set (text_state, text)
 Set value. More...
 

Public Attributes

 text
 Text content string.
 
 text_state
 Text state information.
 

Detailed Description

This class represents text fill-sign object data.

Member Function Documentation

◆ constructor()

FSDK.TextFillSignObjectData.constructor ( text_state  ,
text   
)

Constructor, with parameters.

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

◆ Set()

FSDK.TextFillSignObjectData.Set ( text_state  ,
text   
)

Set value.

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