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

Public Member Functions

 TextFillSignObjectData (TextState text_state, String text)
 Constructor, with parameters.
More...
 
 TextFillSignObjectData ()
 Constructor.

 
 TextFillSignObjectData (TextFillSignObjectData text_data)
 Constructor, with another text fill-sign object data.
More...
 
String getText ()
 Get text content string. More...
 
TextState getText_state ()
 Get text state information. More...
 
void set (TextState text_state, String text)
 Set value.
More...
 
void setText (String value)
 Set text content string. More...
 
void setText_state (TextState value)
 Set text state information. More...
 

Detailed Description

This class represents text fill-sign object data.

Constructor & Destructor Documentation

◆ TextFillSignObjectData() [1/2]

com.foxit.sdk.pdf.TextFillSignObjectData.TextFillSignObjectData ( TextState  text_state,
String  text 
)

Constructor, with parameters.

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

◆ TextFillSignObjectData() [2/2]

com.foxit.sdk.pdf.TextFillSignObjectData.TextFillSignObjectData ( TextFillSignObjectData  text_data)

Constructor, with another text fill-sign object data.

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

Member Function Documentation

◆ getText()

com.foxit.sdk.pdf.TextFillSignObjectData.getText ( )

Get text content string.

Returns
Text content string.

◆ getText_state()

com.foxit.sdk.pdf.TextFillSignObjectData.getText_state ( )

Get text state information.

Returns
Text state information.

◆ set()

void com.foxit.sdk.pdf.TextFillSignObjectData.set ( TextState  text_state,
String  text 
)

Set value.

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

◆ setText()

com.foxit.sdk.pdf.TextFillSignObjectData.setText ( String  value)

Set text content string.

Parameters
[in]valueText content string.
Returns
None.

◆ setText_state()

com.foxit.sdk.pdf.TextFillSignObjectData.setText_state ( TextState  value)

Set text state information.

Parameters
[in]valueText state information.
Returns
None.