Foxit PDF SDK
 All Classes Namespaces Functions Enumerations Enumerator Properties Pages
foxit.pdf.TextFillSignObjectData Class Reference
Inheritance diagram for foxit.pdf.TextFillSignObjectData:
foxit.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...
 
void Set (TextState text_state, string text)
 Set value. More...
 

Properties

string text [get, set]
 Text content string.
 
TextState text_state [get, set]
 Text state information.
 

Detailed Description

This class represents text fill-sign object data.

Constructor & Destructor Documentation

foxit.pdf.TextFillSignObjectData.TextFillSignObjectData ( TextState  text_state,
string  text 
)
inline

Constructor, with parameters.

Parameters
[in]text_stateText state information.
[in]textText content string.
Returns
None.
foxit.pdf.TextFillSignObjectData.TextFillSignObjectData ( TextFillSignObjectData  text_data)
inline

Constructor, with another text fill-sign object data.

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

Member Function Documentation

void foxit.pdf.TextFillSignObjectData.Set ( TextState  text_state,
string  text 
)
inline

Set value.

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