Foxit PDF SDK
FSTextFillSignObject Class Reference
Inheritance diagram for FSTextFillSignObject:
FSFillSignObject FSBase

Instance Methods

(FSTextFillSignObjectDataArray *) - getTextDataArray
 Get text data array.
More...
 
(id) - initWithFillsign_object:
 Constructor, with parent class object.
More...
 
(BOOL) - isCombFieldMode
 Check whether current mode is comb field mode or not.
More...
 
- Instance Methods inherited from FSFillSignObject
(BOOL) - generateContent
 Generate content for current fill-sign object.
More...
 
(FSRectF *) - getRect
 Get rectangle, in PDF coordinate system.
More...
 
(FSFillSignFillSignObjectType- getType
 Get fill-sign type.
More...
 
(id) - init
 Constructor.

 
(id) - initWithOther:
 Constructor, with another fill-sign object.
More...
 
(BOOL) - isEmpty
 Check whether current object is empty or not.
More...
 
(void) - move:width:height:rotation:
 Move current fill-sign object.
More...
 

Detailed Description

Class FSTextFillSignObject is derived from class FSFillSignObject , and is used to represent a text fill-sign object.

See also
FSFillSignObject

Method Documentation

◆ getTextDataArray()

- (FSTextFillSignObjectDataArray *) getTextDataArray

Get text data array.

Returns
A text data array.

◆ initWithFillsign_object:()

- (id) initWithFillsign_object: (FSFillSignObject*)  fillsign_object

Constructor, with parent class object.

Parameters
[in]fillsign_objectParent class object.

◆ isCombFieldMode()

- (BOOL) isCombFieldMode

Check whether current mode is comb field mode or not.

Returns
YES means current mode is comb field mode, while NO means current mode is normal mode.