Foxit PDF SDK
FSTextFillSignObjectData Class Reference
Inheritance diagram for FSTextFillSignObjectData:
FSBase

Instance Methods

(id) - initWithText_data:
 Constructor, with another text fill-sign object data.
More...
 
(id) - initWithText_state:text:
 Constructor, with parameters.
More...
 
(void) - set:text:
 Set value.
More...
 

Properties

NSString * text
 Text content string.

 
FSTextStatetext_state
 Text state information.

 

Detailed Description

This class represents text fill-sign object data.

Method Documentation

◆ initWithText_data:()

- (id) initWithText_data: (FSTextFillSignObjectData*)  text_data

Constructor, with another text fill-sign object data.

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

◆ initWithText_state:text:()

- (id) initWithText_state: (FSTextState*)  text_state
text: (NSString *)  text 

Constructor, with parameters.

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

◆ set:text:()

- (void) set: (FSTextState*)  text_state
text: (NSString *)  text 

Set value.

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