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

Instance Methods

(void) - dealloc
 
(void *) - getCptr
 
(id) - init
 
(id) - initWithCptr:swigOwnCObject:
 
(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.
More...
 
FSTextStatetext_state
 Text state information.
More...
 

Additional Inherited Members

- Protected Attributes inherited from FSBase
BOOL swigCMemOwn
 
void * swigCPtr
 

Detailed Description

This class represents text fill-sign object data.

Method Documentation

◆ dealloc

- (void) dealloc

Reimplemented from FSBase.

◆ getCptr

- (void*) getCptr

Reimplemented from FSBase.

◆ init

- (id) init

◆ initWithCptr:swigOwnCObject:

- (id) initWithCptr: (void *)  cptr
swigOwnCObject: (BOOL)  ownCObject 

Reimplemented from FSBase.

◆ 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.

Property Documentation

◆ text

- (NSString *) text
readwritenonatomiccopy

Text content string.

◆ text_state

- (FSTextState *) text_state
readwritenonatomiccopy

Text state information.