11 #import <CoreGraphics/CoreGraphics.h>
37 @class StructTreeEntity;
39 @class StructMarkedContent;
40 @class StructObjectContent;
131 @class FSTransitionArray;
138 @class FSNotifyWidgetChangeInfo;
178 #import <Foundation/Foundation.h>
185 @interface SWIGTYPE_p_void : NSObject
190 -(id)init NS_UNAVAILABLE;
192 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
202 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
215 @property (nonatomic, getter=getX)
int x;
216 @property (nonatomic, getter=getY)
int y;
218 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
220 -(id)initWithOther: (
FSPoint*)other;
221 -(void)set: (
int)x y: (
int)y;
222 -(void)add: (
int)x y: (
int)y;
223 -(void)subtract: (
int)x y: (
int)y;
234 @property (nonatomic, getter=getX)
float x;
235 @property (nonatomic, getter=getY)
float y;
237 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
239 -(id)initWithOther: (
FSPointF*)other;
240 -(void)set: (
float)x y: (
float)y;
241 -(void)add: (
float)x y: (
float)y;
242 -(void)subtract: (
float)x y: (
float)y;
250 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
255 -(BOOL)setSize: (
int)nNewSize nGrowBy: (
int)nGrowBy;
258 -(BOOL)setAt: (
int)nIndex newElement: (
FSRectF*)newElement;
259 -(BOOL)setAtGrow: (
int)nIndex newElement: (
FSRectF*)newElement;
260 -(BOOL)add: (
FSRectF*)newElement;
261 -(BOOL)insertAt: (
int)nIndex newElement: (
FSRectF*)newElement nCount: (
int)nCount;
262 -(BOOL)removeAt: (
int)nIndex nCount: (
int)nCount;
263 -(int)find: (
FSRectF*)data iStart: (
int)iStart;
271 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
276 -(BOOL)setSize: (
int)nNewSize nGrowBy: (
int)nGrowBy;
279 -(BOOL)setAt: (
int)nIndex newElement: (
FSPointF*)newElement;
280 -(BOOL)setAtGrow: (
int)nIndex newElement: (
FSPointF*)newElement;
282 -(BOOL)insertAt: (
int)nIndex newElement: (
FSPointF*)newElement nCount: (
int)nCount;
283 -(BOOL)removeAt: (
int)nIndex nCount: (
int)nCount;
284 -(int)find: (
FSPointF*)data iStart: (
int)iStart;
292 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
297 -(BOOL)setSize: (
int)nNewSize nGrowBy: (
int)nGrowBy;
299 -(float)getAt: (
int)nIndex;
300 -(BOOL)setAt: (
int)nIndex newElement: (
float)newElement;
301 -(BOOL)setAtGrow: (
int)nIndex newElement: (
float)newElement;
302 -(BOOL)add: (
float)newElement;
303 -(BOOL)insertAt: (
int)nIndex newElement: (
float)newElement nCount: (
int)nCount;
304 -(BOOL)removeAt: (
int)nIndex nCount: (
int)nCount;
305 -(int)find: (
float)data iStart: (
int)iStart;
313 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
318 -(BOOL)setSize: (
int)nNewSize nGrowBy: (
int)nGrowBy;
320 -(int)getAt: (
int)nIndex;
321 -(BOOL)setAt: (
int)nIndex newElement: (
int)newElement;
322 -(BOOL)setAtGrow: (
int)nIndex newElement: (
int)newElement;
323 -(BOOL)add: (
int)newElement;
324 -(BOOL)insertAt: (
int)nIndex newElement: (
int)newElement nCount: (
int)nCount;
325 -(BOOL)removeAt: (
int)nIndex nCount: (
int)nCount;
326 -(int)find: (
int)data iStart: (
int)iStart;
334 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
339 -(BOOL)setSize: (
int)nNewSize nGrowBy: (
int)nGrowBy;
341 -(
unsigned int)getAt: (
int)nIndex;
342 -(BOOL)setAt: (
int)nIndex newElement: (
unsigned int)newElement;
343 -(BOOL)setAtGrow: (
int)nIndex newElement: (
unsigned int)newElement;
344 -(BOOL)add: (
unsigned int)newElement;
345 -(BOOL)insertAt: (
int)nIndex newElement: (
unsigned int)newElement nCount: (
int)nCount;
346 -(BOOL)removeAt: (
int)nIndex nCount: (
int)nCount;
347 -(int)find: (
unsigned int)data iStart: (
int)iStart;
358 @property (nonatomic, getter=getLeft)
int left;
359 @property (nonatomic, getter=getTop)
int top;
360 @property (nonatomic, getter=getRight)
int right;
361 @property (nonatomic, getter=getBottom)
int bottom;
363 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
365 -(id)initWithLeft1: (
int)left1 top1: (
int)top1 right1: (
int)right1 bottom1: (
int)bottom1;
370 -(void)intersect: (
FSRectI*)src;
371 -(void)union: (
FSRectI*)other_rect;
372 -(void)offset: (
int)dx dy: (
int)dy;
373 -(BOOL)contains: (
FSRectI*)other_rect;
374 -(BOOL)containsPoint: (
int)x y: (
int)y;
386 @property (nonatomic, getter=getLeft)
float left;
387 @property (nonatomic, getter=getRight)
float right;
388 @property (nonatomic, getter=getBottom)
float bottom;
389 @property (nonatomic, getter=getTop)
float top;
391 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
393 -(id)initWithLeft1: (
float)left1 bottom1: (
float)bottom1 right1: (
float)right1 top1: (
float)top1;
394 -(id)initWithRect: (
FSRectI*)rect;
398 -(BOOL)contains: (
FSRectF*)other_rect;
400 -(void)intersect: (
FSRectF*)other_rect;
401 -(void)union: (
FSRectF*)other_rect;
405 -(void)initRect: (
float)x y: (
float)y;
406 -(void)updateRect: (
float)x y: (
float)y;
409 -(void)inflateWithValues: (
float)x y: (
float)y;
411 -(void)defalteWithValues: (
float)x y: (
float)y;
413 -(void)translate: (
float)e f: (
float)f;
415 -(BOOL)containsPointF: (
FSPointF*)point;
416 +(BOOL)IsRectAdjacent: (
FSRectF*)rect1 rect2: (
FSRectF*)rect2 alignmentTolerance: (
float)alignmentTolerance distanceTolerance: (
float)distanceTolerance direction: (
int)direction;
427 @property (nonatomic, getter=getA)
float a;
428 @property (nonatomic, getter=getB)
float b;
429 @property (nonatomic, getter=getC)
float c;
430 @property (nonatomic, getter=getD)
float d;
431 @property (nonatomic, getter=getE)
float e;
432 @property (nonatomic, getter=getF)
float f;
434 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
436 -(id)initWithA1: (
float)a1 b1: (
float)b1 c1: (
float)c1 d1: (
float)d1 e1: (
float)e1 f1: (
float)f1;
437 -(void)set: (
float)a b: (
float)b c: (
float)c d: (
float)d e: (
float)e f: (
float)f;
440 -(void)concat: (
float)a b: (
float)b c: (
float)c d: (
float)d e: (
float)e f: (
float)f bPrepended: (BOOL)bPrepended;
441 -(void)concatWithMatrix: (
FSMatrix2D*)m bPrepended: (BOOL)bPrepended;
442 -(void)concatInverse: (
FSMatrix2D*)m bPrepended: (BOOL)bPrepended;
449 -(void)translate: (
float)x y: (
float)y bPrepended: (BOOL)bPrepended;
450 -(void)translateI: (
int)x y: (
int)y bPrepended: (BOOL)bPrepended;
451 -(void)scale: (
float)sx sy: (
float)sy bPrepended: (BOOL)bPrepended;
452 -(void)rotate: (
float)fRadian bPrepended: (BOOL)bPrepended;
453 -(void)rotateAt: (
float)fRadian x: (
float)x y: (
float)y bPrepended: (BOOL)bPrepended;
454 -(void)shear: (
float)fAlphaRadian fBetaRadian: (
float)fBetaRadian bPrepended: (BOOL)bPrepended;
460 -(float)transformXDistanceInFloat: (
float)dx;
461 -(int)transformXDistance: (
int)dx;
462 -(float)transformYDistanceInFloat: (
float)dy;
463 -(int)transformYDistance: (
int)dy;
464 -(float)transformDistanceInFloat: (
float)dx dy: (
float)dy;
465 -(int)transformDistanceInInteger: (
int)dx dy: (
int)dy;
466 -(float)transformDistance: (
float)distance;
467 -(void)transformPoint: (
int *)x y: (
int *)y;
468 -(void)transformRectF: (
FSRectF*)rect;
469 -(void)transformRect: (
FSRectI*)rect;
470 -(void)transformPointF: (
FSPointF*)point;
586 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
597 @property (nonatomic, getter=getYear)
unsigned short year;
598 @property (nonatomic, getter=getMonth)
unsigned short month;
599 @property (nonatomic, getter=getDay)
unsigned short day;
600 @property (nonatomic, getter=getHour)
unsigned short hour;
601 @property (nonatomic, getter=getMinute)
unsigned short minute;
602 @property (nonatomic, getter=getSecond)
unsigned short second;
603 @property (nonatomic, getter=getMilliseconds)
unsigned short milliseconds;
604 @property (nonatomic, getter=getUtc_hour_offset)
short utc_hour_offset;
605 @property (nonatomic, getter=getUtc_minute_offset)
unsigned short utc_minute_offset;
607 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
610 -(id)initWithYear: (
unsigned short)year month: (
unsigned short)month day: (
unsigned short)day hour: (
unsigned short)hour minute: (
unsigned short)minute second: (
unsigned short)second milliseconds: (
unsigned short)milliseconds utc_hour_offset: (
short)utc_hour_offset utc_minute_offset: (
unsigned short)utc_minute_offset;
613 -(void)set: (
unsigned short)year month: (
unsigned short)month day: (
unsigned short)day hour: (
unsigned short)hour minute: (
unsigned short)minute second: (
unsigned short)second milliseconds: (
unsigned short)milliseconds utc_hour_offset: (
short)utc_hour_offset utc_minute_offset: (
unsigned short)utc_minute_offset;
649 typedef NS_ENUM(NSInteger, FSPosition) {
713 typedef NS_ENUM(NSInteger, FSFileFormatType) {
726 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
727 +(NSData *)base64Encode: (NSData *)buffer;
728 +(NSData *)base64Decode: (NSData *)buffer;
729 +(NSData *)flateCompress: (NSData *)buffer;
730 +(NSData *)flateDecompress: (NSData *)buffer;
746 -(id)init NS_UNAVAILABLE;
748 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
762 @property (nonatomic, getter=getGraphics_objs_count_in_one_step)
int graphics_objs_count_in_one_step;
764 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
765 -(id)initWithGraphics_objs_count_in_one_step: (
int)graphics_objs_count_in_one_step;
767 -(void)set: (
int)graphics_objs_count_in_one_step;
777 -(id)init NS_UNAVAILABLE;
779 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
780 +(
FSErrorCode)initialize: (NSString *)sn key: (NSString *)key;
781 +(
FSErrorCode)initializeWithJSXFAThreadsafety: (NSString *)sn key: (NSString *)key is_optimize_memory: (BOOL)is_optimize_memory enable_js_xfa_threadsafety: (BOOL)enable_js_xfa_threadsafety;
784 +(BOOL)hasModuleLicenseRight: (
FSModuleName)module_name;
785 +(NSString *)getVersion;
786 +(BOOL)setCacheSize: (
unsigned int)size;
787 +(BOOL)enableJavaScript: (BOOL)enable_javascript;
792 +(BOOL)registerSignatureCallback: (NSString *)filter sub_filter: (NSString *)sub_filter signature_callback: (
id<
FSSignatureCallback>)signature_callback;
793 +(void)unregisterSignatureCallback: (NSString *)filter sub_filter: (NSString *)sub_filter;
794 +(BOOL)registerSecurityCallback: (NSString *)filter callback: (
id<
FSSecurityCallback>)callback;
795 +(BOOL)unregisterSecurityCallback: (NSString *)filter;
798 +(void)setRenderTextGamma: (
float)gamma;
799 +(void)setLogFile: (NSString *)log_file_path;
803 +(void)setDefaultICCProfilesPath: (NSString *)icc_profile_folder_path;
806 +(void)enableThreadSafety: (BOOL)is_enable_thread_safety;
807 +(NSString *)executeJavaScript: (NSString *)java_script;
808 +(BOOL)addExternalFontPath: (NSString *)font_path;
809 +(void)matchExternalFontsOnly: (BOOL)only_match;
832 @property (nonatomic, getter=getLine_width)
float line_width;
834 @property (nonatomic, getter=getMiter_limit)
float miter_limit;
836 @property (nonatomic, getter=getDash_phase)
float dash_phase;
839 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
858 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
860 -(id)initWithIndex: (
int)index;
861 -(id)initWithStart_index: (
int)start_index end_index: (
int)end_index filter: (
FSRangeFilter)filter;
862 -(id)initWithOther: (
FSRange*)other;
864 -(void)addSingle: (
int)index;
865 -(void)addSegment: (
int)start_index end_index: (
int)end_index filter: (
FSRangeFilter)filter;
867 -(int)getSegmentStart: (
int)segment_index;
868 -(int)getSegmentEnd: (
int)segment_index;
939 -(id)init NS_UNAVAILABLE;
941 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
942 -(id)initWithName: (NSString *)name styles: (
unsigned int)styles charset: (
FSFontCharset)charset weight: (
int)weight;
944 -(id)initWithFont_file_path: (NSString *)font_file_path face_index: (
int)face_index charset: (
FSFontCharset)charset;
945 -(id)initWithOther: (
FSFont*)other;
951 -(BOOL)isEmbedded: (
FSPDFDoc*)document;
952 -(BOOL)isSupportEmbedded: (
FSPDFDoc*)document;
953 -(
FSFont*)embed: (
FSPDFDoc*)document is_add_all_unicodes: (BOOL)is_add_all_unicodes;
957 -(
FSRectI*)getCharBBox: (
unsigned int)unicode;
958 -(float)getCharWidth: (
unsigned int)unicode;
959 -(
FSRectI*)getCharBBoxWithPDFDoc: (
unsigned int)unicode document: (
FSPDFDoc*)document;
960 -(float)getCharWidthWithPDFDoc: (
unsigned int)unicode document: (
FSPDFDoc*)document;
961 -(
unsigned int)getStyles: (
FSPDFDoc*)document;
963 -(BOOL)isStandardFont: (
FSPDFDoc*)document;
966 -(NSString *)getBaseFontName: (
FSPDFDoc*)document;
967 -(BOOL)isVertWriting: (
FSPDFDoc*)document;
968 -(NSString *)getEncoding: (
FSPDFDoc*)document;
969 -(BOOL)setEncoding: (
FSPDFDoc*)document value: (NSString *)value;
970 -(BOOL)isCharSupported: (
unsigned int)unicode document: (
FSPDFDoc*)document;
981 @property (nonatomic, retain, getter=getFile_read) id<FSFileReaderCallback> file_read;
982 @property (nonatomic, getter=getFace_index)
int face_index;
984 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1005 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1007 -(id)initWithOther: (
FSPath*)other;
1017 -(BOOL)removePoint: (
int)index;
1018 -(BOOL)appendRect: (
FSRectF*)rect;
1019 -(BOOL)appendEllipse: (
FSRectF*)rect;
1022 -(void)increasePointCount: (
int)count;
1034 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1037 -(
unsigned long)getSize;
1038 -(
FSPath*)getAt: (
unsigned long)index;
1039 -(void)add: (
FSPath*)element;
1040 -(void)removeAt: (
unsigned long)index;
1041 -(void)insertAt: (
unsigned long)index element: (
FSPath*)element;
1056 -(id)init NS_UNAVAILABLE;
1058 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1067 -(
FSColor*)convertColorWithRGBColor: (
int)r_value g_value: (
int)g_value b_value: (
int)b_value;
1068 -(
FSColor*)convertColorWithCMYKColor: (
int)c_value m_value: (
int)m_value y_value: (
int)y_value k_value: (
int)k_value;
1077 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1080 -(id)initWithOther: (
FSColor*)other;
1112 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1113 -(id)initWithWidth: (
int)width height: (
int)height format: (
FSBitmapDIBFormat)format buffer: (NSData *)buffer pitch: (
int)pitch;
1114 -(id)initWithOther: (
FSBitmap*)other;
1123 -(void)fillRect: (
unsigned int)color rect: (
FSRectI*)rect;
1125 -(
FSRectI*)calculateBBoxByColor: (
unsigned int)backgroud_color;
1126 -(
FSRectI*)detectBBoxByColorDiffer: (
int)detection_size color_differ: (
int)color_differ;
1127 -(
FSBitmap*)swapXY: (BOOL)is_flip_horz is_flip_vert: (BOOL)is_flip_vert clip_rect: (
FSRectI*)clip_rect;
1128 -(
FSBitmap*)flip: (BOOL)is_flip_horz is_flip_vert: (BOOL)is_flip_vert;
1166 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1168 -(id)initWithPath: (NSString *)path;
1170 -(id)initWithOther: (
FSImage*)other;
1176 -(
FSBitmap*)getFrameBitmap: (
int)index;
1179 -(BOOL)addFrame: (
FSBitmap*)bitmap;
1180 -(void)setDPIs: (
int)x_dpi y_dpi: (
int)y_dpi;
1181 -(BOOL)saveAs: (NSString *)file_path;
1182 -(BOOL)saveAsWithStreamCallback: (
id<
FSFileStreamCallback>)file file_extension: (NSString *)file_extension;
1184 -(id)initWithBuffer: (NSData *)buffer;
1212 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1224 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1226 -(id)initWithOther: (PDFDictionaryArray*)other;
1228 -(int)getUpperBound;
1229 -(BOOL)setSize: (
int)nNewSize nGrowBy: (
int)nGrowBy;
1233 -(BOOL)setAtGrow: (
int)nIndex newElement: (
FSPDFDictionary*)newElement;
1235 -(BOOL)insertAt: (
int)nIndex newElement: (
FSPDFDictionary*)newElement nCount: (
int)nCount;
1236 -(BOOL)removeAt: (
int)nIndex nCount: (
int)nCount;
1262 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1263 +(
FSPDFObject*)createFromBoolean: (BOOL)boolean_value;
1264 +(
FSPDFObject*)createFromFloat: (
float)float_value;
1265 +(
FSPDFObject*)createFromInteger: (
int)integer_value;
1266 +(
FSPDFObject*)createFromString: (NSString *)string_value;
1267 +(
FSPDFObject*)createFromStringWithLength: (NSString *)string_value length: (
int)length;
1271 +(
FSPDFObject*)createReference: (
FSPDFDoc*)document object_number: (
unsigned int)object_number;
1277 -(
unsigned int)getObjNum;
1285 -(NSString *)getName;
1286 -(NSString *)getWideString;
1290 -(NSData *)getString;
1312 -(id)
init NS_UNAVAILABLE;
1314 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1318 -(
unsigned long long)getDataSize: (BOOL)is_raw_data;
1321 -(NSData *)getData: (BOOL)is_raw_data;
1322 -(void)setData: (NSData *)buffer;
1329 -(id)
init NS_UNAVAILABLE;
1331 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1338 -(void)addBoolean: (BOOL)boolean_value;
1340 -(void)addFloat: (
float)float_value;
1341 -(void)addInteger: (
int)integer_value;
1343 -(void)addRect: (
FSRectF*)rect;
1344 -(void)addName: (NSString *)name;
1345 -(void)addString: (NSString *)new_string;
1346 -(void)insertAt: (
int)index element: (
FSPDFObject*)element;
1347 -(void)setAt: (
int)index element: (
FSPDFObject*)element;
1348 -(void)removeAt: (
int)index;
1356 -(id)
init NS_UNAVAILABLE;
1358 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1360 -(BOOL)hasKey: (NSString *)key;
1362 -(long)moveNext: (
long)position;
1363 -(NSString *)getKey: (
long)position;
1365 -(void)setAt: (NSString *)key pdf_object: (
FSPDFObject*)pdf_object;
1366 -(void)setAtReference: (NSString *)key pdf_object: (
FSPDFObject*)pdf_object document: (
FSPDFDoc*)document;
1367 -(void)setAtBoolean: (NSString *)key value: (BOOL)value;
1368 -(void)setAtDateTime: (NSString *)key value: (
FSDateTime*)value;
1369 -(void)setAtFloat: (NSString *)key value: (
float)value;
1370 -(void)setAtInteger: (NSString *)key value: (
int)value;
1371 -(void)setAtMatrix: (NSString *)key value: (
FSMatrix2D*)value;
1372 -(void)setAtRect: (NSString *)key value: (
FSRectF*)value;
1373 -(void)setAtName: (NSString *)key value: (NSString *)value;
1374 -(void)setAtString: (NSString *)key value: (NSString *)value;
1375 -(void)removeAt: (NSString *)key;
1383 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1388 -(BOOL)setSize: (
int)nNewSize nGrowBy: (
int)nGrowBy;
1394 -(BOOL)insertAt: (
int)nIndex newElement: (
FSGraphicsObject*)newElement nCount: (
int)nCount;
1395 -(BOOL)removeAt: (
int)nIndex nCount: (
int)nCount;
1404 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1409 -(BOOL)setSize: (
int)nNewSize nGrowBy: (
int)nGrowBy;
1412 -(BOOL)setAt: (
int)nIndex newElement: (
FSTextObject*)newElement;
1413 -(BOOL)setAtGrow: (
int)nIndex newElement: (
FSTextObject*)newElement;
1415 -(BOOL)insertAt: (
int)nIndex newElement: (
FSTextObject*)newElement nCount: (
int)nCount;
1416 -(BOOL)removeAt: (
int)nIndex nCount: (
int)nCount;
1424 @property (nonatomic, weak, getter=getFillColor)
FSColor* fillColor;
1425 @property (nonatomic, weak, getter=getStrokeColor)
FSColor* strokeColor;
1426 -(id)
init NS_UNAVAILABLE;
1428 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1441 -(id)
init NS_UNAVAILABLE;
1443 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1444 -(BOOL)hasTag: (NSString *)tag_name;
1446 -(NSString *)getItemTagName: (
int)index;
1447 -(int)getItemMCID: (
int)index;
1449 -(int)addItem: (NSString *)tag_name property_dict: (
FSPDFDictionary*)property_dict;
1450 -(BOOL)removeItem: (NSString *)tag_name;
1491 @property (nonatomic, getter=getStrokeColor)
unsigned int strokeColor;
1492 @property (nonatomic, getter=getFillColor)
unsigned int fillColor;
1493 @property (nonatomic, weak, getter=getColorState)
FSColorState* colorState;
1494 @property (nonatomic, getter=getFillOpacity)
float fillOpacity;
1495 @property (nonatomic, getter=getStrokeOpacity)
float strokeOpacity;
1496 @property (nonatomic, weak, getter=getMatrix)
FSMatrix2D* matrix;
1497 @property (nonatomic, weak, getter=getGraphState)
FSGraphState* graphState;
1499 @property (nonatomic, weak, getter=getClipRect)
FSRectF* clipRect;
1501 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1504 -(BOOL)hasTransparency;
1505 -(BOOL)transform: (
FSMatrix2D*)matrix need_transform_clippath: (BOOL)need_transform_clippath;
1508 -(int)getClipPathCount;
1509 -(
FSPath*)getClipPath: (
int)index;
1510 -(
FSFillMode)getClipPathFillMode: (
int)index;
1512 -(BOOL)removeClipPath: (
int)index;
1513 -(int)getClipTextObjectCount;
1516 -(BOOL)removeClipTextObject: (
int)index;
1525 -(void)rotate: (
int)angle;
1547 @property (nonatomic, getter=getVersion)
unsigned int version;
1548 @property (nonatomic, getter=getFont_size)
float font_size;
1549 @property (nonatomic, getter=getFont_vertical_size)
float font_vertical_size;
1550 @property (nonatomic, getter=getFont_horizontal_size)
float font_horizontal_size;
1551 @property (nonatomic, getter=getCharspace)
float charspace;
1552 @property (nonatomic, getter=getWordspace)
float wordspace;
1554 @property (nonatomic, weak, getter=getTextmatrix) NSArray<NSNumber *> * textmatrix;
1555 @property (nonatomic, weak, getter=getOrigin_position)
FSPointF* origin_position;
1556 @property (nonatomic, weak, getter=getFont)
FSFont* font;
1558 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1559 -(id)initWithVersion: (
unsigned int)version font: (
FSFont*)font font_size: (
float)font_size charspace: (
float)charspace wordspace: (
float)wordspace textmode: (
FSTextStateMode)textmode origin_position: (
FSPointF*)origin_position textmatrix: (NSArray<NSNumber *> *)textmatrix;
1562 -(void)set: (
unsigned int)version font: (
FSFont*)font font_size: (
float)font_size charspace: (
float)charspace wordspace: (
float)wordspace textmode: (
FSTextStateMode)textmode origin_position: (
FSPointF*)origin_position textmatrix: (NSArray<NSNumber *> *)textmatrix;
1569 -(id)
init NS_UNAVAILABLE;
1571 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1574 -(void)setImage: (
FSImage*)image frame_index: (
int)frame_index;
1588 @property (nonatomic, weak, getter=getText) NSString * text;
1589 -(id)
init NS_UNAVAILABLE;
1591 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1594 -(void)setTextState: (
FSPDFPage*)page text_state: (
FSTextState*)text_state is_italic: (BOOL)is_italic weight: (int)weight;
1596 -(
FSPointF*)getCharPos: (
int)index;
1597 -(float)getCharWidthByIndex: (
int)index;
1598 -(float)getCharHeightByIndex: (
int)index;
1606 @property (nonatomic, getter=getStrokeState) BOOL strokeState;
1607 @property (nonatomic, weak, getter=getPathData)
FSPath* pathData;
1608 -(id)
init NS_UNAVAILABLE;
1610 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1619 -(id)
init NS_UNAVAILABLE;
1621 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1625 -(BOOL)importPageContent: (
FSPDFPage*)source_page is_annots_included: (BOOL)is_annots_included;
1632 -(id)
init NS_UNAVAILABLE;
1634 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1651 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1657 -(BOOL)hasName: (NSString *)name;
1659 -(NSString *)getName: (
int)index;
1661 -(BOOL)setObj: (NSString *)name pdf_object: (
FSPDFObject*)pdf_object;
1662 -(BOOL)rename: (NSString *)old_name new_name: (NSString *)new_name;
1663 -(BOOL)add: (NSString *)name pdf_object: (
FSPDFObject*)pdf_object;
1664 -(BOOL)removeObj: (NSString *)name;
1677 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1683 -(BOOL)hasNumber: (
int)number;
1685 -(BOOL)setObj: (
int)number pdf_object: (
FSPDFObject*)pdf_object;
1686 -(BOOL)removeObj: (
int)number;
1702 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1723 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1729 -(void)removeChild: (
int)index;
1740 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1762 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1774 -(id)
init NS_UNAVAILABLE;
1776 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1777 -(id)initWithDocument: (
FSPDFDoc*)document;
1782 -(void)removeChild: (
int)index;
1852 @property (nonatomic, weak, getter=getRenditionName) NSString * renditionName;
1853 @property (nonatomic, weak, getter=getMediaClipName) NSString * mediaClipName;
1854 @property (nonatomic, weak, getter=getMediaClipFile)
FSFileSpec* mediaClipFile;
1855 @property (nonatomic, weak, getter=getMediaClipContentType) NSString * mediaClipContentType;
1857 @property (nonatomic, weak, getter=getMediaDescriptions) NSArray<NSString *> * mediaDescriptions;
1858 -(id)
init NS_UNAVAILABLE;
1860 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1865 -(BOOL)hasMediaClip;
1866 -(NSString *)getMediaBaseURL;
1874 -(BOOL)isControlBarVisible;
1882 -(int)getRepeatCount;
1886 -(
unsigned int)getBackgroundColor;
1888 -(float)getBackgroundOpacity;
1892 -(int)getFloatingWindowWidth;
1893 -(int)getFloatingWindowHeight;
1897 -(FSPosition)getFloatingWindowPosition;
1901 -(BOOL)hasFloatingWindowTitleBar;
1903 -(BOOL)hasFloatingWindowCloseButton;
1907 -(NSArray<NSString *> *)getFloatingWindowTitles;
1915 @property (nonatomic, weak, getter=getSoftwareURI) NSString * softwareURI;
1916 @property (nonatomic, weak, getter=getOSIdentifiers) NSArray<NSData *> * oSIdentifiers;
1917 -(id)
init NS_UNAVAILABLE;
1919 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1941 -(id)
init NS_UNAVAILABLE;
1943 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
1944 +(
FSDestination*)createXYZ: (
FSPDFDoc*)document page_index: (
int)page_index left: (
float)left top: (
float)top zoom_factor: (
float)zoom_factor;
1948 +(
FSDestination*)createFitRect: (
FSPDFDoc*)document page_index: (
int)page_index left: (
float)left bottom: (
float)bottom right: (
float)right top: (
float)top;
1953 -(id)initWithDest_array: (
FSPDFArray*)dest_array;
1956 -(int)getPageIndex: (
FSPDFDoc*)document;
2001 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2004 -(id)initWithAction: (
FSAction*)action;
2010 -(
FSAction*)getSubAction: (
int)index;
2011 -(void)setSubAction: (
int)index sub_action: (
FSAction*)sub_action;
2012 -(void)insertSubAction: (
int)index sub_action: (
FSAction*)sub_action;
2013 -(void)removeSubAction: (
int)index;
2022 -(id)
init NS_UNAVAILABLE;
2024 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2025 -(id)initWithAction: (
FSAction*)action;
2032 @property (nonatomic, weak, getter=getURI) NSString * uRI;
2033 -(id)
init NS_UNAVAILABLE;
2035 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2036 -(id)initWithAction: (
FSAction*)action;
2037 -(BOOL)isTrackPosition;
2038 -(void)setTrackPositionFlag: (BOOL)is_track_position;
2045 @property (nonatomic, weak, getter=getScript) NSString * script;
2046 -(id)
init NS_UNAVAILABLE;
2048 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2049 -(id)initWithAction: (
FSAction*)action;
2056 @property (nonatomic, weak, getter=getName) NSString * name;
2057 -(id)
init NS_UNAVAILABLE;
2059 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2060 -(id)initWithAction: (
FSAction*)action;
2068 @property (nonatomic, weak, getter=getDestinationName) NSString * destinationName;
2069 @property (nonatomic, weak, getter=getFileSpec)
FSFileSpec* fileSpec;
2071 -(id)
init NS_UNAVAILABLE;
2073 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2074 -(id)initWithAction: (
FSAction*)action;
2081 @property (nonatomic, weak, getter=getRelationship) NSString * relationship;
2082 @property (nonatomic, weak, getter=getAttachedFileName) NSString * attachedFileName;
2083 @property (nonatomic, getter=getPageIndex)
int pageIndex;
2084 @property (nonatomic, getter=getFileAttachmentAnnotIndex)
int fileAttachmentAnnotIndex;
2086 -(id)
init NS_UNAVAILABLE;
2088 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2089 -(id)initWithDocument: (
FSPDFDoc*)document;
2101 @property (nonatomic, weak, getter=getDestinationName) NSString * destinationName;
2102 @property (nonatomic, weak, getter=getRootFile)
FSFileSpec* rootFile;
2105 -(id)
init NS_UNAVAILABLE;
2107 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2108 -(id)initWithAction: (
FSAction*)action;
2131 @property (nonatomic, weak, getter=getURL) NSString * uRL;
2132 @property (nonatomic, weak, getter=getFieldNames) NSArray<NSString *> * fieldNames;
2133 @property (nonatomic, getter=getFlags)
unsigned int flags;
2134 -(id)
init NS_UNAVAILABLE;
2136 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2137 -(id)initWithAction: (
FSAction*)action;
2144 @property (nonatomic, weak, getter=getFieldNames) NSArray<NSString *> * fieldNames;
2145 @property (nonatomic, getter=getFlags)
unsigned int flags;
2146 -(id)
init NS_UNAVAILABLE;
2148 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2149 -(id)initWithAction: (
FSAction*)action;
2156 @property (nonatomic, weak, getter=getFDFFileSpec)
FSFileSpec* fDFFileSpec;
2157 -(id)
init NS_UNAVAILABLE;
2159 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2160 -(id)initWithAction: (
FSAction*)action;
2167 @property (nonatomic, weak, getter=getFieldNames) NSArray<NSString *> * fieldNames;
2168 @property (nonatomic, getter=getHideState) BOOL hideState;
2169 -(id)
init NS_UNAVAILABLE;
2171 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2172 -(id)initWithAction: (
FSAction*)action;
2179 @property (nonatomic, weak, getter=getFileSpec)
FSFileSpec* fileSpec;
2181 -(id)
init NS_UNAVAILABLE;
2183 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2184 -(id)initWithAction: (
FSAction*)action;
2185 -(NSString *)getWinFileName;
2186 -(NSString *)getWinDefaultDirectory;
2187 -(NSString *)getWinAppOperation;
2188 -(NSString *)getWinAppParameter;
2189 -(void)setWinLaunchParameter: (NSString *)file_name default_directory: (NSString *)default_directory operation: (NSString *)operation app_parameter: (NSString *)app_parameter;
2206 @property (nonatomic, weak, getter=getScreenAnnot)
FSScreen* screenAnnot;
2207 @property (nonatomic, weak, getter=getJavaScript) NSString * javaScript;
2208 -(id)
init NS_UNAVAILABLE;
2210 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2211 -(id)initWithAction: (
FSAction*)action;
2212 -(int)getRenditionCount;
2214 -(void)insertRendition: (
FSRendition*)rendition index: (
int)index;
2228 -(id)
init NS_UNAVAILABLE;
2230 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2231 -(id)initWithAction: (
FSAction*)action;
2234 -(PDFDictionaryArray*)getOCGStateArray: (
int)index;
2236 -(BOOL)replaceOCGStates: (
FSPDFDoc*)document index: (
int)index ocg_dict_array: (PDFDictionaryArray*)ocg_dict_array;
2237 -(void)removeOCGStates: (
int)index;
2239 -(void)setRadioButtonStatePreserved: (BOOL)is_preserved;
2270 -(id)
init NS_UNAVAILABLE;
2272 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2275 -(id)initWithField: (
FSField*)field;
2276 -(id)initWithAnnot: (
FSAnnot*)annot;
2301 @property (nonatomic, getter=getFlags)
unsigned int flags;
2302 @property (nonatomic, getter=getText_size)
float text_size;
2303 @property (nonatomic, getter=getText_color)
unsigned int text_color;
2304 @property (nonatomic, weak, getter=getFont)
FSFont* font;
2306 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2307 -(id)initWithFlags: (
unsigned int)flags font: (
FSFont*)font text_size: (
float)text_size text_color: (
unsigned int)text_color;
2310 -(void)set: (
unsigned int)flags font: (
FSFont*)font text_size: (
float)text_size text_color: (
unsigned int)text_color;
2327 @property (nonatomic, weak, getter=getFont)
FSFont* font;
2328 @property (nonatomic, getter=getText_size)
float text_size;
2329 @property (nonatomic, getter=getText_alignment)
FSAlignment text_alignment;
2330 @property (nonatomic, getter=getText_color)
unsigned int text_color;
2331 @property (nonatomic, getter=getIs_bold) BOOL is_bold;
2332 @property (nonatomic, getter=getIs_italic) BOOL is_italic;
2333 @property (nonatomic, getter=getIs_underline) BOOL is_underline;
2334 @property (nonatomic, getter=getIs_strikethrough) BOOL is_strikethrough;
2336 @property (nonatomic, getter=getChar_space)
float char_space;
2337 @property (nonatomic, getter=getWord_space)
float word_space;
2339 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2340 -(id)initWithFont: (
FSFont*)font text_size: (
float)text_size text_alignment: (
FSAlignment)text_alignment text_color: (
unsigned int)text_color is_bold: (BOOL)is_bold is_italic: (BOOL)is_italic is_underline: (BOOL)is_underline is_strikethrough: (BOOL)is_strikethrough mark_style: (
FSRichTextStyleCornerMarkStyle)mark_style char_space: (
float)char_space word_space: (
float)word_space;
2343 -(void)set: (
FSFont*)font text_size: (
float)text_size text_alignment: (
FSAlignment)text_alignment text_color: (
unsigned int)text_color is_bold: (BOOL)is_bold is_italic: (BOOL)is_italic is_underline: (BOOL)is_underline is_strikethrough: (BOOL)is_strikethrough mark_style: (
FSRichTextStyleCornerMarkStyle)mark_style char_space: (
float)char_space word_space: (
float)word_space;
2362 @property (nonatomic, getter=getWidth)
float width;
2364 @property (nonatomic, getter=getCloud_intensity)
float cloud_intensity;
2365 @property (nonatomic, getter=getDash_phase)
float dash_phase;
2368 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2369 -(id)initWithWidth: (
float)width style: (
FSBorderInfoStyle)style intensity: (
float)intensity dash_phase: (
float)dash_phase dashes: (
FSFloatArray*)dashes;
2372 -(void)set: (
float)width style: (
FSBorderInfoStyle)style intensity: (
float)intensity dash_phase: (
float)dash_phase dashes: (
FSFloatArray*)dashes;
2382 @property (nonatomic, weak, getter=getFirst)
FSPointF* first;
2383 @property (nonatomic, weak, getter=getSecond)
FSPointF* second;
2384 @property (nonatomic, weak, getter=getThird)
FSPointF* third;
2385 @property (nonatomic, weak, getter=getFourth)
FSPointF* fourth;
2387 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2403 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2406 -(
unsigned long)getSize;
2409 -(void)removeAt: (
unsigned long)index;
2410 -(void)insertAt: (
unsigned long)index element: (
FSQuadPoints*)element;
2431 @property (nonatomic, getter=getIs_proportional_scaling) BOOL is_proportional_scaling;
2432 @property (nonatomic, getter=getHorizontal_fraction)
float horizontal_fraction;
2433 @property (nonatomic, getter=getVertical_fraction)
float vertical_fraction;
2434 @property (nonatomic, getter=getFit_bounds) BOOL fit_bounds;
2436 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2438 -(id)initWithType: (
FSIconFitScaleWayType)type is_proportional_scaling: (BOOL)is_proportional_scaling horizontal_fraction: (
float)horizontal_fraction vertical_fraction: (
float)vertical_fraction fit_bounds: (BOOL)fit_bounds;
2439 -(id)initWithIcon_fit: (
FSIconFit*)icon_fit;
2440 -(void)set: (
FSIconFitScaleWayType)type is_proportional_scaling: (BOOL)is_proportional_scaling horizontal_fraction: (
float)horizontal_fraction vertical_fraction: (
float)vertical_fraction fit_bounds: (BOOL)fit_bounds;
2537 @property (nonatomic, weak, getter=getContent) NSString * content;
2538 @property (nonatomic, weak, getter=getModifiedDateTime)
FSDateTime* modifiedDateTime;
2539 @property (nonatomic, getter=getFlags)
unsigned int flags;
2540 @property (nonatomic, weak, getter=getUniqueID) NSString * uniqueID;
2541 @property (nonatomic, weak, getter=getBorderInfo)
FSBorderInfo* borderInfo;
2542 @property (nonatomic, getter=getBorderColor)
unsigned int borderColor;
2544 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2546 -(id)initWithAnnot: (
FSAnnot*)annot;
2555 -(BOOL)FSMoveWithResetAppearance: (
FSRectF*)rect is_reset_appearance: (BOOL)is_reset_appearance;
2556 -(BOOL)resetAppearanceStream;
2557 -(BOOL)FSResetApStreamWithIsGenerateNewAppearanceObj: (BOOL)is_generate_new_appearance_obj;
2575 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2578 -(
unsigned long)getSize;
2579 -(
FSAnnot*)getAt: (
unsigned long)index;
2580 -(void)add: (
FSAnnot*)element;
2581 -(void)removeAt: (
unsigned long)index;
2582 -(void)insertAt: (
unsigned long)index element: (
FSAnnot*)element;
2594 @property (nonatomic, getter=getFirst_color)
unsigned int first_color;
2595 @property (nonatomic, getter=getSecond_color)
unsigned int second_color;
2597 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2598 -(id)initWithFirstcolor: (
unsigned int)firstcolor secondcolor: (
unsigned int)secondcolor;
2601 -(void)set: (
unsigned int)firstcolor secondcolor: (
unsigned int)secondcolor;
2614 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2617 -(
unsigned long)getSize;
2618 -(
FSMarkup*)getAt: (
unsigned long)index;
2620 -(void)removeAt: (
unsigned long)index;
2621 -(void)insertAt: (
unsigned long)index element: (
FSMarkup*)element;
2634 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2637 -(
unsigned long)getSize;
2638 -(
FSNote*)getAt: (
unsigned long)index;
2639 -(void)add: (
FSNote*)element;
2640 -(void)removeAt: (
unsigned long)index;
2641 -(void)insertAt: (
unsigned long)index element: (
FSNote*)element;
2653 typedef NS_ENUM(NSInteger, FSMarkupState) {
2688 @property (nonatomic, weak, getter=getPopup)
FSPopup* popup;
2689 @property (nonatomic, weak, getter=getTitle) NSString * title;
2690 @property (nonatomic, weak, getter=getSubject) NSString * subject;
2691 @property (nonatomic, getter=getOpacity)
float opacity;
2692 @property (nonatomic, weak, getter=getIntent) NSString * intent;
2693 @property (nonatomic, weak, getter=getCreationDateTime)
FSDateTime* creationDateTime;
2694 @property (nonatomic, getter=getBorderOpacity)
float borderOpacity;
2695 @property (nonatomic, getter=getFillOpacity)
float fillOpacity;
2697 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2698 -(id)initWithAnnot: (
FSAnnot*)annot;
2700 -(int)getReplyCount;
2701 -(
FSNote*)getReply: (
int)index;
2703 -(BOOL)removeReply: (
int)index;
2704 -(BOOL)removeAllReplies;
2711 -(BOOL)removeAllStateAnnots;
2712 -(int)getRichTextCount;
2713 -(NSString *)getRichTextContent: (
int)index;
2714 -(void)setRichTextContent: (
int)index content: (NSString *)content;
2717 -(void)addRichText: (NSString *)content style: (
FSRichTextStyle*)style;
2718 -(void)insertRichText: (
int)index content: (NSString *)content style: (
FSRichTextStyle*)style;
2719 -(void)removeRichText: (
int)index;
2725 @property (nonatomic, getter=getOpenStatus) BOOL openStatus;
2726 @property (nonatomic, weak, getter=getIconName) NSString * iconName;
2727 @property (nonatomic, getter=getState) FSMarkupState state;
2729 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2731 -(id)initWithAnnot: (
FSAnnot*)annot;
2733 -(BOOL)isStateAnnot;
2743 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2744 -(id)initWithAnnot: (
FSAnnot*)annot;
2752 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2754 -(id)initWithAnnot: (
FSAnnot*)annot;
2762 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2764 -(id)initWithAnnot: (
FSAnnot*)annot;
2772 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2774 -(id)initWithAnnot: (
FSAnnot*)annot;
2782 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2784 -(id)initWithAnnot: (
FSAnnot*)annot;
2793 @property (nonatomic, weak, getter=getAction)
FSAction* action;
2795 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2797 -(id)initWithAnnot: (
FSAnnot*)annot;
2798 -(BOOL)removeAction;
2806 @property (nonatomic, getter=getFillColor)
unsigned int fillColor;
2807 @property (nonatomic, weak, getter=getInnerRect)
FSRectF* innerRect;
2808 @property (nonatomic, weak, getter=getMeasureRatio) NSString * measureRatio;
2810 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2812 -(id)initWithAnnot: (
FSAnnot*)annot;
2813 -(NSString *)getMeasureRatioW;
2817 -(void)setMeasureConversionFactor: (
FSMarkupMeasureType)measure_type factor: (
float)factor;
2825 @property (nonatomic, getter=getFillColor)
unsigned int fillColor;
2826 @property (nonatomic, weak, getter=getInnerRect)
FSRectF* innerRect;
2827 @property (nonatomic, weak, getter=getMeasureRatio) NSString * measureRatio;
2829 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2831 -(id)initWithAnnot: (
FSAnnot*)annot;
2832 -(NSString *)getMeasureRatioW;
2836 -(void)setMeasureConversionFactor: (
FSMarkupMeasureType)measure_type factor: (
float)factor;
2844 @property (nonatomic, getter=getFillColor)
unsigned int fillColor;
2846 @property (nonatomic, weak, getter=getInnerRect)
FSRectF* innerRect;
2848 @property (nonatomic, weak, getter=getCalloutLinePoints)
FSPointFArray* calloutLinePoints;
2849 @property (nonatomic, weak, getter=getTextMatrix)
FSMatrix2D* textMatrix;
2852 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2854 -(id)initWithAnnot: (
FSAnnot*)annot;
2858 -(void)allowTextOverflow: (BOOL)is_text_overflow;
2872 @property (nonatomic, getter=getStyleFillColor)
unsigned int styleFillColor;
2873 @property (nonatomic, weak, getter=getStartPoint)
FSPointF* startPoint;
2874 @property (nonatomic, weak, getter=getEndPoint)
FSPointF* endPoint;
2875 @property (nonatomic, getter=getCaptionPositionType)
FSLineCapPos captionPositionType;
2876 @property (nonatomic, weak, getter=getCaptionOffset)
FSPointF* captionOffset;
2877 @property (nonatomic, getter=getLeaderLineLength)
float leaderLineLength;
2878 @property (nonatomic, getter=getLeaderLineExtensionLength)
float leaderLineExtensionLength;
2879 @property (nonatomic, getter=getLeaderLineOffset)
float leaderLineOffset;
2880 @property (nonatomic, weak, getter=getMeasureRatio) NSString * measureRatio;
2882 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2884 -(id)initWithAnnot: (
FSAnnot*)annot;
2886 -(void)enableCaption: (BOOL)cap;
2887 -(NSString *)getMeasureRatioW;
2891 -(void)setMeasureConversionFactor: (
FSMarkupMeasureType)measure_type factor: (
float)factor;
2899 @property (nonatomic, weak, getter=getInkList)
FSPath* inkList;
2901 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2903 -(id)initWithAnnot: (
FSAnnot*)annot;
2904 -(void)enableUseBezier: (BOOL)use_bezier;
2911 @property (nonatomic, weak, getter=getIconName) NSString * iconName;
2912 @property (nonatomic, getter=getRotation)
int rotation;
2914 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2916 -(id)initWithAnnot: (
FSAnnot*)annot;
2917 -(void)setBitmap: (
FSBitmap*)bitmap;
2918 -(void)setImage: (
FSImage*)image frame_index: (
int)frame_index compress: (
int)compress;
2919 -(void)rotate: (
int)angle;
2928 @property (nonatomic, getter=getOpacity)
float opacity;
2929 @property (nonatomic, weak, getter=getTitle) NSString * title;
2930 @property (nonatomic, weak, getter=getAction)
FSAction* action;
2932 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2934 -(id)initWithAnnot: (
FSAnnot*)annot;
2935 -(void)setImage: (
FSImage*)image frame_index: (
int)frame_index compress: (
int)compress;
2937 -(void)removeAction;
2944 @property (nonatomic, getter=getFillColor)
unsigned int fillColor;
2946 @property (nonatomic, weak, getter=getMeasureRatio) NSString * measureRatio;
2948 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2950 -(id)initWithAnnot: (
FSAnnot*)annot;
2951 -(NSString *)getMeasureRatioW;
2955 -(void)setMeasureConversionFactor: (
FSMarkupMeasureType)measure_type factor: (
float)factor;
2963 @property (nonatomic, getter=getStyleFillColor)
unsigned int styleFillColor;
2967 @property (nonatomic, weak, getter=getMeasureRatio) NSString * measureRatio;
2969 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2971 -(id)initWithAnnot: (
FSAnnot*)annot;
2972 -(NSString *)getMeasureRatioW;
2976 -(void)setMeasureConversionFactor: (
FSMarkupMeasureType)measure_type factor: (
float)factor;
2984 @property (nonatomic, weak, getter=getInnerRect)
FSRectF* innerRect;
2986 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2988 -(id)initWithAnnot: (
FSAnnot*)annot;
2995 @property (nonatomic, weak, getter=getIconName) NSString * iconName;
2997 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
2999 -(id)initWithAnnot: (
FSAnnot*)annot;
3008 @property (nonatomic, getter=getOpenStatus) BOOL openStatus;
3010 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3012 -(id)initWithAnnot: (
FSAnnot*)annot;
3021 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3023 -(id)initWithAnnot: (
FSAnnot*)annot;
3039 @property (nonatomic, weak, getter=getAction)
FSAction* action;
3040 @property (nonatomic, getter=getMKRotation)
FSRotation mKRotation;
3041 @property (nonatomic, getter=getMKBorderColor)
unsigned int mKBorderColor;
3042 @property (nonatomic, getter=getMKBackgroundColor)
unsigned int mKBackgroundColor;
3043 @property (nonatomic, weak, getter=getMKNormalCaption) NSString * mKNormalCaption;
3044 @property (nonatomic, weak, getter=getMKRolloverCaption) NSString * mKRolloverCaption;
3045 @property (nonatomic, weak, getter=getMKDownCaption) NSString * mKDownCaption;
3046 @property (nonatomic, weak, getter=getMKNormalIconBitmap)
FSBitmap* mKNormalIconBitmap;
3047 @property (nonatomic, weak, getter=getMKRolloverIconBitmap)
FSBitmap* mKRolloverIconBitmap;
3048 @property (nonatomic, weak, getter=getMKDownIconBitmap)
FSBitmap* mKDownIconBitmap;
3049 @property (nonatomic, weak, getter=getMKIconFit)
FSIconFit* mKIconFit;
3051 @property (nonatomic, weak, getter=getAppearanceState) NSString * appearanceState;
3053 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3055 -(id)initWithAnnot: (
FSAnnot*)annot;
3058 -(void)removeAction;
3061 -(void)setMKNormalIconImage: (
FSImage*)image frame_index: (
int)frame_index;
3062 -(void)setMKRolloverIconImage: (
FSImage*)image frame_index: (
int)frame_index;
3063 -(void)setMKDownIconImage: (
FSImage*)image frame_index: (
int)frame_index;
3064 -(NSString *)getAppearanceOnStateName;
3074 @property (nonatomic, getter=getFillColor)
unsigned int fillColor;
3075 @property (nonatomic, getter=getApplyFillColor)
unsigned int applyFillColor;
3076 @property (nonatomic, weak, getter=getOverlayText) NSString * overlayText;
3077 @property (nonatomic, getter=getOverlayTextAlignment)
FSAlignment overlayTextAlignment;
3079 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3081 -(id)initWithAnnot: (
FSAnnot*)annot;
3082 -(BOOL)isOverlayTextRepeated;
3083 -(void)enableRepeatOverlayText: (BOOL)is_to_repeat_overlay_text;
3084 -(void)enableAutoFontSize;
3102 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3104 -(id)initWithAnnot: (
FSAnnot*)annot;
3118 -(id)
init NS_UNAVAILABLE;
3120 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3121 -(id)initWithAnnot: (
FSAnnot*)annot;
3138 @property (nonatomic, getter=getDevice_width)
int device_width;
3139 @property (nonatomic, getter=getDevice_height)
int device_height;
3140 @property (nonatomic, weak, getter=getDevice_margin)
FSRectF* device_margin;
3142 @property (nonatomic, getter=getResolution)
int resolution;
3143 @property (nonatomic, getter=getCopies)
unsigned int copies;
3144 -(id)
init NS_UNAVAILABLE;
3146 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3147 -(id)initWithDevice_width: (
int)device_width device_height: (
int)device_height device_margin: (
FSRectF*)device_margin orientation: (
FSPrintDeviceSettingDataOrientationFlag)orientation resolution: (
int)resolution copies: (
unsigned int)copies;
3149 -(void)set: (
int)device_width device_height: (
int)device_height device_margin: (
FSRectF*)device_margin orientation: (
FSPrintDeviceSettingDataOrientationFlag)orientation resolution: (
int)resolution copies: (
unsigned int)copies;
3154 typedef NS_ENUM(NSInteger, FSRendererColorMode) {
3177 typedef NS_ENUM(NSInteger, FSRendererDeviceType) {
3183 -(id)
init NS_UNAVAILABLE;
3185 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3186 -(id)initWithBitmap: (
FSBitmap*)bitmap is_rgb_order: (BOOL)is_rgb_order;
3187 -(id)initWithContext: (CGContextRef)context device_type: (FSRendererDeviceType)device_type;
3200 -(void)setClipRect: (
FSRectI*)clip_rect;
3204 -(void)setRenderContentFlags: (
unsigned int)render_content_flags;
3205 -(void)setRenderAnnotsForThumbnail: (BOOL)is_render_annots_for_thumbnail;
3206 -(void)setRenderFormField: (BOOL)is_render_formfield;
3207 -(void)setRenderSignature: (BOOL)is_render_signature;
3209 -(void)setRenderLayer: (BOOL)is_render_one_layer;
3210 -(void)setColorMode: (FSRendererColorMode)color_mode;
3211 -(void)setMappingModeColors: (
unsigned int)background_color foreground_color: (
unsigned int)foreground_color;
3212 -(void)setForegroundColorMode: (
unsigned int)foreground_color_mode;
3213 -(void)setForegroundColor: (
unsigned int)foreground_color;
3214 -(void)setClearType: (BOOL)is_clear_type;
3215 -(void)setPrintTextAsGraphic: (BOOL)is_to_print_text_graphic;
3216 -(void)setPrintTextAsImage: (BOOL)is_to_print_text_image;
3217 -(void)setForceDownSample: (BOOL)is_to_force_down_sample;
3218 -(void)setOverprint: (BOOL)is_to_enable_overprint;
3219 -(void)setJPEGDownSample: (BOOL)is_jepg_down_sample;
3220 -(void)setJPXDownSample: (BOOL)is_jpx_down_sample;
3221 -(void)enableForPrint: (BOOL)is_render_for_print;
3222 -(void)setForceHalftone: (BOOL)is_to_force_halftone;
3223 -(void)setRenderPathThinLine: (BOOL)is_render_path_thin_line;
3224 -(void)setRenderTextAntiAliasing: (BOOL)is_render_text_antialiasing;
3225 -(void)setRenderPathAntiAliasing: (BOOL)is_render_path_antialiasing;
3226 -(void)setRenderPathFullCovered: (BOOL)is_render_path_full_covered;
3227 -(void)setRenderImageAntiAliasing: (BOOL)is_render_image_antialiasing;
3228 -(void)setRenderEnhanceThinLines: (BOOL)is_render_enhance_thin_lines;
3229 -(void)setRenderSignatureState: (BOOL)is_render_signature_state;
3230 -(void)setScreenDPIScale: (
float)scale;
3248 -(id)
init NS_UNAVAILABLE;
3250 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3252 -(id)initWithPdf_doc: (
FSPDFDoc*)pdf_doc;
3254 -(int)getAssociatedFilesCount: (
FSPDFObject*)pdf_object;
3255 -(int)getAssociatedFilesCountWithGraphicsObject: (
FSGraphicsObject*)graphics_object;
3259 -(void)associateFileWithGraphicsObject: (
FSGraphicsObject*)graphics_object mark_content_item_index: (
int)mark_content_item_index current_resource: (
FSPDFObject*)current_resource property_name: (NSString *)property_name file_spec: (
FSFileSpec*)file_spec;
3263 -(void)associateFileWithAnnot: (
FSAnnot*)annot file_spec: (
FSFileSpec*)file_spec;
3264 -(void)removeAssociatedFile: (
FSPDFObject*)pdf_object index: (
int)index;
3265 -(void)removeAssociatedFileWithGraphicsObject: (
FSGraphicsObject*)graphics_object index: (
int)index;
3277 -(id)
init NS_UNAVAILABLE;
3279 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3282 -(id)initWithPath: (NSString *)path;
3283 -(id)initWithOther: (
FSFDFDoc*)other;
3287 -(BOOL)setPDFPath: (NSString *)pdf_path;
3288 -(BOOL)saveAs: (NSString *)file_path;
3292 -(id)initWithBuffer: (NSData *)buffer;
3304 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3307 -(
unsigned long)getSize;
3310 -(void)removeAt: (
unsigned long)index;
3311 -(void)insertAt: (
unsigned long)index element: (
FSMenuList*)element;
3318 @interface FSMenuItemExArray : NSObject
3324 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3326 -(id)initWithOther: (FSMenuItemExArray*)other;
3327 -(
unsigned long)getSize;
3330 -(void)removeAt: (
unsigned long)index;
3331 -(void)insertAt: (
unsigned long)index element: (
FSMenuItemEx*)element;
3343 @property (nonatomic, getter=getLevel)
int level;
3344 @property (nonatomic, weak, getter=getName) NSString * name;
3345 @property (nonatomic, weak, getter=getSub_menu_list_array)
FSMenuListArray* sub_menu_list_array;
3347 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3349 -(id)initWithMenu_list: (
FSMenuList*)menu_list;
3350 -(void)set: (
int)level name: (NSString *)name sub_menu_list_array: (
FSMenuListArray*)sub_menu_list_array;
3360 @property (nonatomic, weak, getter=getItem_name) NSString * item_name;
3361 @property (nonatomic, weak, getter=getReturn_name) NSString * return_name;
3362 @property (nonatomic, getter=getIs_checked) BOOL is_checked;
3363 @property (nonatomic, getter=getIs_enabled) BOOL is_enabled;
3364 @property (nonatomic, weak, getter=getSub_menu_item_array) FSMenuItemExArray* sub_menu_item_array;
3366 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3369 -(void)set: (NSString *)item_name return_name: (NSString *)return_name is_checked: (BOOL)is_checked is_enabled: (BOOL)is_enabled sub_menu_item_array: (FSMenuItemExArray*)sub_menu_item_array;
3379 @property (nonatomic, weak, getter=getCorporation) NSString * corporation;
3380 @property (nonatomic, weak, getter=getEmail) NSString * email;
3381 @property (nonatomic, weak, getter=getLogin_name) NSString * login_name;
3382 @property (nonatomic, weak, getter=getName) NSString * name;
3383 @property (nonatomic, weak, getter=getFirst_name) NSString * first_name;
3384 @property (nonatomic, weak, getter=getLast_name) NSString * last_name;
3385 @property (nonatomic, weak, getter=getTitle) NSString * title;
3386 @property (nonatomic, weak, getter=getDepartment) NSString * department;
3388 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3390 -(id)initWithCorporation: (NSString *)corporation email: (NSString *)email login_name: (NSString *)login_name name: (NSString *)name first_name: (NSString *)first_name last_name: (NSString *)last_name title: (NSString *)title department: (NSString *)department;
3392 -(void)set: (NSString *)corporation email: (NSString *)email login_name: (NSString *)login_name name: (NSString *)name first_name: (NSString *)first_name last_name: (NSString *)last_name title: (NSString *)title department: (NSString *)department;
3402 @property (nonatomic, weak, getter=getName) NSString * name;
3403 @property (nonatomic, getter=getPos)
int pos;
3404 @property (nonatomic, weak, getter=getExec) NSString * exec;
3405 @property (nonatomic, weak, getter=getEnable) NSString * enable;
3406 @property (nonatomic, weak, getter=getMarked) NSString * marked;
3407 @property (nonatomic, weak, getter=getTooltip) NSString * tooltip;
3408 @property (nonatomic, weak, getter=getLabel) NSString * label;
3409 @property (nonatomic, weak, getter=getBitmap)
FSBitmap* bitmap;
3411 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3414 -(void)set: (NSString *)name pos: (
int)pos exec: (NSString *)exec enable: (NSString *)enable marked: (NSString *)marked tooltip: (NSString *)tooltip label: (NSString *)label bitmap: (
FSBitmap*)bitmap;
3424 @property (nonatomic, weak, getter=getName) NSString * name;
3425 @property (nonatomic, weak, getter=getUser) NSString * user;
3426 @property (nonatomic, weak, getter=getParent) NSString * parent;
3427 @property (nonatomic, getter=getPos)
int pos;
3428 @property (nonatomic, weak, getter=getPos_str) NSString * pos_str;
3429 @property (nonatomic, weak, getter=getExec) NSString * exec;
3430 @property (nonatomic, weak, getter=getEnable) NSString * enable;
3431 @property (nonatomic, weak, getter=getMarked) NSString * marked;
3433 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3436 -(void)set: (NSString *)name user: (NSString *)user parent: (NSString *)parent pos: (
int)pos pos_str: (NSString *)pos_str exec: (NSString *)exec enable: (NSString *)enable marked: (NSString *)marked;
3447 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3450 -(
unsigned long)getSize;
3453 -(void)removeAt: (
unsigned long)index;
3466 @property (nonatomic, weak, getter=getName) NSString * name;
3467 @property (nonatomic, weak, getter=getItem_id) NSString * item_id;
3468 @property (nonatomic, weak, getter=getType) NSString * type;
3469 @property (nonatomic, weak, getter=getNext_tab) NSString * next_tab;
3470 @property (nonatomic, getter=getWidth)
int width;
3471 @property (nonatomic, getter=getHeight)
int height;
3472 @property (nonatomic, getter=getChar_width)
int char_width;
3473 @property (nonatomic, getter=getChar_height)
int char_height;
3474 @property (nonatomic, weak, getter=getFont) NSString * font;
3475 @property (nonatomic, getter=getBold) BOOL bold;
3476 @property (nonatomic, getter=getItalic) BOOL italic;
3477 @property (nonatomic, weak, getter=getAlignment) NSString * alignment;
3478 @property (nonatomic, weak, getter=getAlign_children) NSString * align_children;
3481 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3484 -(void)set: (NSString *)name item_id: (NSString *)item_id type: (NSString *)type next_tab: (NSString *)next_tab width: (
int)width height: (
int)height char_width: (
int)char_width char_height: (
int)char_height font: (NSString *)font bold: (BOOL)bold italic: (BOOL)italic alignment: (NSString *)alignment align_children: (NSString *)align_children element_array: (
FSDialogDescriptionElementArray*)element_array;
3494 @property (nonatomic, weak, getter=getName) NSString * name;
3495 @property (nonatomic, weak, getter=getFirst_tab) NSString * first_tab;
3496 @property (nonatomic, getter=getWidth)
int width;
3497 @property (nonatomic, getter=getHeight)
int height;
3498 @property (nonatomic, getter=getChar_width)
int char_width;
3499 @property (nonatomic, getter=getChar_height)
int char_height;
3500 @property (nonatomic, weak, getter=getAlign_children) NSString * align_children;
3503 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3506 -(void)set: (NSString *)name first_tab: (NSString *)first_tab width: (
int)width height: (
int)height char_width: (
int)char_width char_height: (
int)char_height align_children: (NSString *)align_children element_array: (
FSDialogDescriptionElementArray*)element_array;
3516 @property (nonatomic, weak, getter=getUsername) NSString * username;
3517 @property (nonatomic, weak, getter=getPassword) NSString * password;
3518 @property (nonatomic, getter=getIs_use_platform_auth) BOOL is_use_platform_auth;
3520 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3523 -(void)set: (NSString *)username password: (NSString *)password is_use_platform_auth: (BOOL)is_use_platform_auth;
3533 @property (nonatomic, weak, getter=getRequest_url) NSString * request_url;
3534 @property (nonatomic, weak, getter=getRequest_content) NSString * request_content;
3535 @property (nonatomic, weak, getter=getSoap_action) NSString * soap_action;
3536 @property (nonatomic, weak, getter=getSoap_namespace) NSString * soap_namespace;
3537 @property (nonatomic, weak, getter=getSoap_version) NSString * soap_version;
3538 @property (nonatomic, weak, getter=getContent_type) NSString * content_type;
3539 @property (nonatomic, getter=getIs_encode) BOOL is_encode;
3540 @property (nonatomic, getter=getIs_wiredump) BOOL is_wiredump;
3541 @property (nonatomic, weak, getter=getRequest_header) NSString * request_header;
3544 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3547 -(void)set: (NSString *)request_url request_content: (NSString *)request_content soap_action: (NSString *)soap_action soap_namespace: (NSString *)soap_namespace soap_version: (NSString *)soap_version content_type: (NSString *)content_type is_encode: (BOOL)is_encode is_wiredump: (BOOL)is_wiredump request_header: (NSString *)request_header authenticate: (
FSSOAPAuthenticateInfo*)authenticate;
3557 @property (nonatomic, weak, getter=getResponse_header) NSString * response_header;
3558 @property (nonatomic, weak, getter=getResponse_body) NSString * response_body;
3559 @property (nonatomic, weak, getter=getNetwork_error) NSString * network_error;
3560 @property (nonatomic, getter=getStatus_code)
unsigned int status_code;
3562 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3565 -(void)set: (NSString *)response_header response_body: (NSString *)response_body network_error: (NSString *)network_error status_code: (
unsigned int)status_code;
3615 @property (nonatomic, getter=getIs_show_ui) BOOL is_show_ui;
3616 @property (nonatomic, getter=getIs_reverse) BOOL is_reverse;
3617 @property (nonatomic, getter=getIs_print_as_image) BOOL is_print_as_image;
3618 @property (nonatomic, getter=getIs_print_auto_center) BOOL is_print_auto_center;
3619 @property (nonatomic, getter=getIs_print_auto_rotate) BOOL is_print_auto_rotate;
3620 @property (nonatomic, getter=getIs_simulate_overprinting) BOOL is_simulate_overprinting;
3621 @property (nonatomic, getter=getIs_print_page_border) BOOL is_print_page_border;
3622 @property (nonatomic, weak, getter=getPage_range)
FSRange* page_range;
3624 @property (nonatomic, weak, getter=getPrinter_name) NSString * printer_name;
3625 @property (nonatomic, weak, getter=getOutput_file_name) NSString * output_file_name;
3626 @property (nonatomic, getter=getNum_copies)
int num_copies;
3628 @property (nonatomic, getter=getIs_tile_label) BOOL is_tile_label;
3629 @property (nonatomic, getter=getTile_mark) BOOL tile_mark;
3630 @property (nonatomic, getter=getTile_overlap)
float tile_overlap;
3631 @property (nonatomic, getter=getTile_scale)
float tile_scale;
3635 @property (nonatomic, getter=getNum_pages_h)
int num_pages_h;
3636 @property (nonatomic, getter=getNum_pages_v)
int num_pages_v;
3639 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3685 @property (nonatomic, getter=getHas_close) BOOL has_close;
3686 @property (nonatomic, getter=getHas_title) BOOL has_title;
3687 @property (nonatomic, weak, getter=getTitle) NSString * title;
3689 @property (nonatomic, weak, getter=getRect)
FSRectF* rect;
3691 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3710 @property (nonatomic, getter=getAuto_play) BOOL auto_play;
3711 @property (nonatomic, weak, getter=getBase_url) NSString * base_url;
3712 @property (nonatomic, getter=getBg_color)
unsigned int bg_color;
3713 @property (nonatomic, getter=getBg_opacity)
float bg_opacity;
3714 @property (nonatomic, getter=getDuration)
int duration;
3715 @property (nonatomic, getter=getPage)
int page;
3716 @property (nonatomic, getter=getRepeat)
int repeat;
3717 @property (nonatomic, getter=getShow_ui) BOOL show_ui;
3718 @property (nonatomic, getter=getIs_visible) BOOL is_visible;
3719 @property (nonatomic, getter=getVolume)
int volume;
3721 @property (nonatomic, weak, getter=getFloating_wnd_info)
FSFloatingInfo* floating_wnd_info;
3723 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3726 -(void)set: (BOOL)auto_play base_url: (NSString *)base_url bg_color: (
unsigned int)bg_color bg_opacity: (
float)bg_opacity duration: (
int)duration page: (
int)page repeat: (
int)repeat show_ui: (BOOL)show_ui is_visible: (BOOL)is_visible volume: (
int)volume window_type: (
FSMediaSettingsPlayerWindowType)window_type floating_wnd_info: (
FSFloatingInfo*)floating_wnd_info;
3736 @property (nonatomic, weak, getter=getDoc)
FSPDFDoc* doc;
3737 @property (nonatomic, weak, getter=getScreen_annot)
FSScreen* screen_annot;
3738 @property (nonatomic, weak, getter=getRendition)
FSRendition* rendition;
3739 @property (nonatomic, weak, getter=getURL) NSString * uRL;
3740 @property (nonatomic, weak, getter=getAudio_format) NSString * audio_format;
3743 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3746 -(void)set: (
FSPDFDoc*)doc screen_annot: (
FSScreen*)screen_annot rendition: (
FSRendition*)rendition URL: (NSString *)URL audio_format: (NSString *)audio_format player_settings: (
FSMediaSettings*)player_settings;
3762 @property (nonatomic, getter=getIs_whole_word) BOOL is_whole_word;
3763 @property (nonatomic, getter=getIs_case_sensitive) BOOL is_case_sensitive;
3764 @property (nonatomic, getter=getIs_search_bookmarks) BOOL is_search_bookmarks;
3765 @property (nonatomic, getter=getIs_search_in_markup) BOOL is_search_in_markup;
3766 @property (nonatomic, getter=getIs_search_in_attachments) BOOL is_search_in_attachments;
3767 @property (nonatomic, getter=getIs_ignore_accents) BOOL is_ignore_accents;
3768 @property (nonatomic, getter=getIs_proximity) BOOL is_proximity;
3769 @property (nonatomic, getter=getIs_stemming) BOOL is_stemming;
3770 @property (nonatomic, getter=getIs_ignore_full_width) BOOL is_ignore_full_width;
3771 @property (nonatomic, getter=getMax_docs)
int max_docs;
3773 @property (nonatomic, getter=getIs_search_doc_text) BOOL is_search_doc_text;
3775 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3778 -(void)set: (BOOL)is_whole_word is_case_sensitive: (BOOL)is_case_sensitive is_search_bookmarks: (BOOL)is_search_bookmarks is_search_in_marup: (BOOL)is_search_in_marup is_search_in_attachments: (BOOL)is_search_in_attachments is_ignore_accents: (BOOL)is_ignore_accents is_proximity: (BOOL)is_proximity is_stemming: (BOOL)is_stemming is_ignore_full_width: (BOOL)is_ignore_full_width max_docs: (
int)max_docs word_matching: (
FSSearchOptionWordMatching)word_matching is_search_doc_text: (BOOL)is_search_doc_text;
3788 @property (nonatomic, weak, getter=getName) NSString * name;
3789 @property (nonatomic, getter=getIs_available) BOOL is_available;
3790 @property (nonatomic, weak, getter=getPath) NSString * path;
3791 @property (nonatomic, getter=getIs_selected) BOOL is_selected;
3793 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
3796 -(void)set: (NSString *)name is_available: (BOOL)is_available path: (NSString *)path is_selected: (BOOL)is_selected;
3801 typedef NS_ENUM(NSInteger, FSMediaPlayerCallbackJSMediaPlayerState) {
3802 FSMediaPlayerCallbackJSMediaPlayerStateOpen = 0,
3803 FSMediaPlayerCallbackJSMediaPlayerStateClose = 1,
3804 FSMediaPlayerCallbackJSMediaPlayerStatePlaying = 2,
3805 FSMediaPlayerCallbackJSMediaPlayerStateStop = 3,
3806 FSMediaPlayerCallbackJSMediaPlayerStateSuspend = 4
3985 @property (nonatomic, getter=getPage_index)
int page_index;
3986 @property (nonatomic, getter=getField_control_index)
int field_control_index;
3990 @property (nonatomic, weak, getter=getField_or_annot_name) NSString * field_or_annot_name;
3991 @property (nonatomic, weak, getter=getNew_value) NSString * new_value;
3992 @property (nonatomic, weak, getter=getOld_value) NSString * old_value;
3994 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4001 typedef NS_ENUM(NSInteger, FSActionCallbackLanguage) {
4002 FSActionCallbackLanguageUnknown = 0,
4003 FSActionCallbackLanguageCHS = 1,
4004 FSActionCallbackLanguageCHT = 2,
4005 FSActionCallbackLanguageDAN = 3,
4006 FSActionCallbackLanguageDEU = 4,
4007 FSActionCallbackLanguageENU = 5,
4008 FSActionCallbackLanguageESP = 6,
4009 FSActionCallbackLanguageFRA = 7,
4010 FSActionCallbackLanguageITA = 8,
4011 FSActionCallbackLanguageKOR = 9,
4012 FSActionCallbackLanguageJPN = 10,
4013 FSActionCallbackLanguageNLD = 11,
4014 FSActionCallbackLanguageNOR = 12,
4015 FSActionCallbackLanguagePTB = 13,
4016 FSActionCallbackLanguageSUO = 14,
4017 FSActionCallbackLanguageSVE = 15
4020 typedef NS_ENUM(NSInteger, FSActionCallbackAppInfoType) {
4021 FSActionCallbackAppInfoTypeFormsVersion = 0x0,
4022 FSActionCallbackAppInfoTypeViewerType = 0x01,
4023 FSActionCallbackAppInfoTypeViewerVariation = 0x02,
4024 FSActionCallbackAppInfoTypeViewerVersion = 0x03,
4025 FSActionCallbackAppInfoTypeAppVersion = 0x04
4028 typedef NS_ENUM(NSInteger, FSActionCallbackMailType) {
4029 FSActionCallbackMailTypeDoc = 0,
4030 FSActionCallbackMailTypeForm = 1,
4031 FSActionCallbackMailTypeMsg = 2
4034 typedef NS_ENUM(NSInteger, FSActionCallbackJSFieldValueChangeType) {
4035 FSActionCallbackJSFieldValueChangedByFormat = 0,
4036 FSActionCallbackJSFieldValueChangedByCalculation = 1,
4037 FSActionCallbackJSFieldValueChangedBySetValue = 2,
4038 FSActionCallbackJSFieldValueChangedBySetReadOnly = 3,
4039 FSActionCallbackJSFieldValueChangedByFillColor = 4
4042 typedef NS_ENUM(NSInteger, FSActionCallbackJSMediaPlayerState) {
4043 FSActionCallbackJSMediaPlayerStateOpen = 0,
4044 FSActionCallbackJSMediaPlayerStateClose = 1,
4045 FSActionCallbackJSMediaPlayerStatePlaying = 2,
4046 FSActionCallbackJSMediaPlayerStateStop = 3,
4047 FSActionCallbackJSMediaPlayerStateSuspend = 4
4050 typedef NS_ENUM(NSInteger, FSActionCallbackLayoutMode) {
4051 FSActionCallbackLayoutModeSinglePage = 0,
4052 FSActionCallbackLayoutModeContinuous = 1,
4053 FSActionCallbackLayoutModeFacing = 2,
4054 FSActionCallbackLayoutModeContinuousFacing = 3
4057 typedef NS_ENUM(NSInteger, FSActionCallbackJsMailResult) {
4058 FSActionCallbackJSMailResultFailed = 0,
4059 FSActionCallbackJSMailResultSuccess = 1,
4060 FSActionCallbackJSMailResultUserAbort = 2
4063 typedef NS_ENUM(NSInteger, FSActionCallbackSearchScope) {
4064 FSActionCallbackSearchScopeActiveDoc = 0,
4065 FSActionCallbackSearchScopeFolder = 1,
4066 FSActionCallbackSearchScopeIndex = 2,
4067 FSActionCallbackSearchScopeActiveIndexes = 3
4070 typedef NS_ENUM(NSInteger, FSActionCallbackModifyItemType) {
4071 FSActionCallbackModifyItemTypeNone = 0,
4072 FSActionCallbackModifyItemTypeField = 1,
4073 FSActionCallbackModifyItemTypeAnnot = 2,
4074 FSActionCallbackModifyItemTypePage = 3,
4075 FSActionCallbackModifyItemTypeDoc = 4
4097 @property (nonatomic, weak, getter=getTitle) NSString * title;
4098 @property (nonatomic, getter=getColor)
unsigned int color;
4099 @property (nonatomic, getter=getStyle)
unsigned int style;
4100 @property (nonatomic, weak, getter=getAction)
FSAction* action;
4101 -(id)
init NS_UNAVAILABLE;
4103 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4113 -(BOOL)removeAction;
4115 -(BOOL)isFirstChild;
4124 -(id)
init NS_UNAVAILABLE;
4126 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4131 -(NSString *)getKey: (
int)index;
4132 -(
FSFileSpec*)getEmbeddedFile: (NSString *)key;
4133 -(BOOL)setEmbeddedFile: (NSString *)key file_spec: (
FSFileSpec*)file_spec;
4134 -(BOOL)addEmbeddedFile: (NSString *)key file_spec: (
FSFileSpec*)file_spec;
4135 -(BOOL)addFromFilePath: (NSString *)key file_path: (NSString *)file_path;
4136 -(BOOL)removeEmbeddedFile: (NSString *)key;
4138 -(BOOL)extractEmbeddedFileTo: (NSString *)key dst_file_path: (NSString *)dst_file_path;
4146 @property (nonatomic, weak, getter=getFileName) NSString * fileName;
4148 @property (nonatomic, weak, getter=getDescription) NSString * description;
4149 @property (nonatomic, weak, getter=getCreationDateTime)
FSDateTime* creationDateTime;
4150 @property (nonatomic, weak, getter=getModifiedDateTime)
FSDateTime* modifiedDateTime;
4151 @property (nonatomic, weak, getter=getSubtype) NSString * subtype;
4152 @property (nonatomic, weak, getter=getChecksum) NSData * checksum;
4153 -(id)
init NS_UNAVAILABLE;
4155 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4156 -(id)initWithDocument: (
FSPDFDoc*)document;
4160 -(
long long)getFileSize;
4161 -(
long long)getCompressedEmbeddedFileSize;
4163 -(BOOL)embed: (NSString *)file_path;
4164 -(BOOL)embedWithPDFObject: (
FSPDFObject*)pdf_object;
4168 -(BOOL)exportToFile: (NSString *)path;
4181 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4184 -(
unsigned long)getSize;
4187 -(void)removeAt: (
unsigned long)index;
4188 -(void)insertAt: (
unsigned long)index element: (
FSLayerNode*)element;
4200 @property (nonatomic, getter=getMin_factor)
float min_factor;
4201 @property (nonatomic, getter=getMax_factor)
float max_factor;
4203 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4205 -(id)initWithMin_factor: (
float)min_factor max_factor: (
float)max_factor;
4207 -(void)set: (
float)min_factor max_factor: (
float)max_factor;
4220 -(id)
init NS_UNAVAILABLE;
4222 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4223 -(id)initWithDocument: (
FSPDFDoc*)document;
4241 @property (nonatomic, weak, getter=getSubtype) NSString * subtype;
4244 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4262 -(id)
init NS_UNAVAILABLE;
4264 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4274 -(BOOL)setVisible: (
FSLayerNode*)layer is_visible: (BOOL)is_visible;
4281 -(id)
init NS_UNAVAILABLE;
4283 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4288 -(BOOL)removeChild: (
int)index;
4289 -(BOOL)moveTo: (
FSLayerNode*)parent_layer_node index: (
int)index;
4290 -(
FSLayerNode*)addChild: (
int)index name: (NSString *)name has_Layer: (BOOL)has_Layer;
4294 -(BOOL)hasIntent: (NSString *)intent;
4300 -(BOOL)setName: (NSString *)name;
4301 -(BOOL)setDefaultVisible: (BOOL)is_visible;
4322 -(id)
init NS_UNAVAILABLE;
4324 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4325 -(void)onTimer: (
int)timer;
4331 typedef NS_ENUM(NSInteger, FSFillerAssistCallbackPopupMenuItem) {
4332 FSFillerAssistCallbackPopupMenuItemNone = 0,
4333 FSFillerAssistCallbackPopupMenuItemCut = 1,
4334 FSFillerAssistCallbackPopupMenuItemCopy = 2,
4335 FSFillerAssistCallbackPopupMenuItemPaste = 3,
4336 FSFillerAssistCallbackPopupMenuItemDelete = 4,
4337 FSFillerAssistCallbackPopupMenuItemSelectAll = 5
4446 -(id)
init NS_UNAVAILABLE;
4448 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4450 -(id)initWithOther: (
FSFiller*)other;
4453 -(BOOL)onLButtonDown: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
4454 -(BOOL)onLButtonUp: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
4455 -(BOOL)onLButtonDoubleClick: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
4456 -(BOOL)onMouseMove: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
4457 -(BOOL)onMouseEnter: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
4458 -(BOOL)onMouseHover: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
4459 -(BOOL)onMouseLeave: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
4460 -(BOOL)onMouseWheel: (
FSPDFPage*)page point: (
FSPointF*)point delta: (
int)delta flags: (
unsigned int)flags;
4461 -(BOOL)onRButtonDown: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
4462 -(BOOL)onRButtonUp: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
4463 -(BOOL)onRButtonDoubleClick: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
4464 -(BOOL)onWheelButtonDown: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
4465 -(BOOL)onWheelButtonUp: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
4466 -(BOOL)onWheelButtonDoubleClick: (
FSPDFPage*)page point: (
FSPointF*)point flags: (
unsigned int)flags;
4467 -(BOOL)onKeyDown: (
unsigned int)key_code flags: (
unsigned int)flags;
4468 -(BOOL)onKeyUp: (
unsigned int)key_code flags: (
unsigned int)flags;
4469 -(BOOL)onChar: (
unsigned int)char_code flags: (
unsigned int)flags;
4472 -(void)highlightFormFields: (BOOL)is_highlight;
4473 -(void)highlightFormFieldsAndSignatures: (BOOL)is_highlight is_sign_highlight: (BOOL)is_sign_highlight;
4474 -(void)setHighlightColor: (
unsigned int)color;
4475 -(void)showOverflowIndicator: (BOOL)is_show_overflow_indicator;
4493 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4496 -(
unsigned long)getSize;
4497 -(
FSField*)getAt: (
unsigned long)index;
4498 -(void)add: (
FSField*)element;
4499 -(void)removeAt: (
unsigned long)index;
4500 -(void)insertAt: (
unsigned long)index element: (
FSField*)element;
4512 @property (nonatomic, weak, getter=getOption_value) NSString * option_value;
4513 @property (nonatomic, weak, getter=getOption_label) NSString * option_label;
4514 @property (nonatomic, getter=getSelected) BOOL selected;
4515 @property (nonatomic, getter=getDefault_selected) BOOL default_selected;
4517 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4519 -(id)initWithOption_value: (NSString *)option_value option_label: (NSString *)option_label selected: (BOOL)selected default_selected: (BOOL)default_selected;
4521 -(void)set: (NSString *)option_value option_label: (NSString *)option_label selected: (BOOL)selected default_selected: (BOOL)default_selected;
4532 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4535 -(
unsigned long)getSize;
4538 -(void)removeAt: (
unsigned long)index;
4539 -(void)insertAt: (
unsigned long)index element: (
FSChoiceOption*)element;
4577 @property (nonatomic, getter=getFlags)
unsigned int flags;
4578 @property (nonatomic, weak, getter=getDefaultValue) NSString * defaultValue;
4579 @property (nonatomic, weak, getter=getValue) NSString *
value;
4581 @property (nonatomic, weak, getter=getAlternateName) NSString * alternateName;
4583 @property (nonatomic, weak, getter=getMappingName) NSString * mappingName;
4584 @property (nonatomic, getter=getMaxLength)
int maxLength;
4586 @property (nonatomic, getter=getTopVisibleIndex)
int topVisibleIndex;
4588 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4590 -(id)initWithField: (
FSField*)field;
4593 -(NSString *)getName;
4594 -(int)getControlCount;
4596 -(int)getControlCountWithPDFPage: (
FSPDFPage*)page;
4602 -(
FSPDFObject*)getInheritedAttribute: (NSString *)attribute_name;
4611 @property (nonatomic, weak, getter=getFieldsInCalculationOrder)
FSFieldArray* fieldsInCalculationOrder;
4612 -(id)
init NS_UNAVAILABLE;
4614 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4615 -(id)initWithDocument: (
FSPDFDoc*)document;
4616 -(id)initWithOther: (
FSForm*)other;
4618 -(BOOL)needConstructAppearances;
4619 -(void)setConstructAppearances: (BOOL)need_construct;
4623 -(BOOL)validateFieldName: (
FSFieldType)type field_name: (NSString *)field_name;
4624 -(BOOL)renameField: (
FSField*)field new_field_name: (NSString *)new_field_name;
4626 -(BOOL)moveControl: (
FSControl*)control field_name: (NSString *)field_name;
4627 -(void)removeField: (
FSField*)field;
4628 -(void)removeControl: (
FSControl*)control;
4629 -(int)getFieldCount: (NSString *)filter;
4630 -(
FSField*)getField: (
int)index filter: (NSString *)filter;
4631 -(int)getControlCount: (
FSPDFPage*)page;
4635 -(BOOL)exportToXML: (NSString *)file_path;
4636 -(BOOL)exportToXMLWithFieldArray: (NSString *)file_path field_array: (
FSFieldArray*)field_array is_include: (BOOL)is_include;
4638 -(BOOL)importFromXML: (NSString *)file_path;
4639 -(BOOL)exportToCSV: (NSString *)csv_file_path pdf_file_name: (NSString *)pdf_file_name is_append: (BOOL)is_append;
4640 -(BOOL)exportToCSVWithStreamCallback: (
id<
FSFileStreamCallback>)csv_file pdf_file_name: (NSString *)pdf_file_name is_append: (BOOL)is_append;
4641 -(BOOL)exportToHTML: (NSString *)html_file_path field_array: (
FSFieldArray*)field_array is_include: (BOOL)is_include;
4643 -(BOOL)exportToTXT: (NSString *)txt_file_path field_array: (
FSFieldArray*)field_array is_include: (BOOL)is_include;
4646 -(void)fixPageFields: (
int)page_index;
4653 @property (nonatomic, weak, getter=getExportValue) NSString * exportValue;
4656 -(id)
init NS_UNAVAILABLE;
4658 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4666 -(void)setChecked: (BOOL)checked_status;
4667 -(BOOL)isDefaultChecked;
4668 -(void)setDefaultChecked: (BOOL)checked_status;
4680 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4683 -(
unsigned long)getSize;
4686 -(void)removeAt: (
unsigned long)index;
4687 -(void)insertAt: (
unsigned long)index element: (
FSSignature*)element;
4797 @property (nonatomic, getter=getAppearanceFlags)
unsigned int appearanceFlags;
4798 @property (nonatomic, weak, getter=getSignTime)
FSDateTime* signTime;
4799 @property (nonatomic, weak, getter=getFilter) NSString * filter;
4800 @property (nonatomic, weak, getter=getSubFilter) NSString * subFilter;
4801 @property (nonatomic, weak, getter=getBitmap)
FSBitmap* bitmap;
4803 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4804 -(id)initWithField: (
FSField*)field;
4810 -(NSArray<NSString *> *)getFieldMDPActionFields;
4811 -(void)enableIncrementalSaveForFirstSigning: (BOOL)enable_incremental_save;
4816 -(NSString *)getCertificateInfo: (NSString *)key;
4817 -(
unsigned int)getState;
4818 -(BOOL)clearSignedData;
4820 -(
FSPDFDoc*)getSignedVersionDocument: (NSString *)file_path;
4821 -(void)setAppearanceContent: (NSString *)appearance_content;
4826 -(void)setImage: (
FSImage*)image frame_index: (
int)frame_index;
4827 -(void)setImageWithFilePath: (NSString *)file_path frame_index: (
int)frame_index;
4829 -(void)setDefaultContentsLength: (
unsigned int)default_length;
4831 -(NSString *)getCert: (
int)index;
4832 -(void)setCertChain: (NSArray<NSString *> *)cert_chain;
4836 -(void)setCustomObject: (NSString *)key pdf_object: (
FSPDFObject*)pdf_object;
4838 -(BOOL)generateAppearance;
4840 -(void)enableEmbedFont: (BOOL)enable_embed_font;
4847 typedef NS_ENUM(NSInteger, FSSignatureCallbackCertValidity) {
4848 FSSignatureCallbackCertValid = 0,
4849 FSSignatureCallbackCertExpired = 1,
4850 FSSignatureCallbackCertUnsupportType = 2,
4851 FSSignatureCallbackCertDataError = 3,
4852 FSSignatureCallbackCertInvalidPassword = 4,
4853 FSSignatureCallbackCertInvalidPath = 5,
4854 FSSignatureCallbackCertNotSet = 6,
4855 FSSignatureCallbackCertCannotGetPrivateKey = 7
4866 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4869 +(int)getServerCount;
4873 +(void)setDefaultServerWithIndex: (
int)index;
4875 +(
FSTimeStampServer*)addServer: (NSString *)server_name server_url: (NSString *)server_url user_name: (NSString *)user_name password: (NSString *)password;
4876 +(void)removeServerWithIndex: (
int)index;
4896 -(id)
init NS_UNAVAILABLE;
4898 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4928 @property (nonatomic, getter=getOffset)
float offset;
4929 @property (nonatomic, getter=getFirst_page_percent)
float first_page_percent;
4930 @property (nonatomic, getter=getIs_on_perforation) BOOL is_on_perforation;
4932 @property (nonatomic, getter=getIs_display_multiple_seal) BOOL is_display_multiple_seal;
4933 @property (nonatomic, getter=getPage_count_for_each_seal)
int page_count_for_each_seal;
4934 -(id)
init NS_UNAVAILABLE;
4936 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4937 -(id)initWithPaging_seal_position: (
FSPagingSealConfigPagingSealPosition)paging_seal_position offset: (
float)offset first_page_percent: (
float)first_page_percent is_on_perforation: (BOOL)is_on_perforation paging_seal_style: (
FSPagingSealConfigPagingSealStyle)paging_seal_style is_display_multiple_seal: (BOOL)is_display_multiple_seal page_count_for_each_seal: (
int)page_count_for_each_seal;
4938 -(void)set: (
FSPagingSealConfigPagingSealPosition)paging_seal_position offset: (
float)offset first_page_percent: (
float)first_page_percent is_on_perforation: (BOOL)is_on_perforation paging_seal_style: (
FSPagingSealConfigPagingSealStyle)paging_seal_style is_display_multiple_seal: (BOOL)is_display_multiple_seal page_count_for_each_seal: (
int)page_count_for_each_seal;
4952 -(id)
init NS_UNAVAILABLE;
4954 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4971 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
4979 -(long)insertGraphicsObject: (
long)position_insert_after graphics_object: (
FSGraphicsObject*)graphics_object;
4981 -(BOOL)removeGraphicsObjectByPosition: (
long)position;
4982 -(long)moveGraphicsObjectByPosition: (
long)current_position position_move_after: (
long)position_move_after;
5035 @property (nonatomic, getter=getUserUnitSize)
float userUnitSize;
5036 -(id)
init NS_UNAVAILABLE;
5038 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5049 -(
FSMatrix2D*)getDisplayMatrix: (
int)left top: (
int)top width: (
int)width height: (
int)height rotate: (
FSRotation)rotate;
5051 -(int)getAnnotCount;
5052 -(
FSAnnot*)getAnnot: (
int)index;
5053 -(
FSAnnot*)getAnnotAtPoint: (
FSPointF*)position tolerance: (
float)tolerance;
5059 -(BOOL)removeAnnot: (
FSAnnot*)annot;
5060 -(void)moveAnnotToFirst: (
FSAnnot*)annot;
5061 -(void)moveAnnotToLast: (
FSAnnot*)annot;
5062 -(void)moveAnnotToPrev: (
FSAnnot*)annot;
5063 -(void)moveAnnotToNext: (
FSAnnot*)annot;
5064 -(void)updateAnnotList;
5065 -(BOOL)hasTransparency;
5067 -(BOOL)flatten: (BOOL)for_display options: (
unsigned int)options;
5068 -(BOOL)flattenAnnot: (
FSAnnot*)annot;
5069 -(BOOL)setAnnotGroup: (
FSMarkupArray*)annot_array header_index: (
int)header_index;
5071 -(
FSSignature*)addSignatureWithFieldName: (
FSRectF*)rect field_name: (NSString *)field_name;
5074 -(BOOL)hasWatermark;
5075 -(BOOL)removeAllWatermarks;
5076 -(void)setSize: (
float)width height: (
float)height;
5080 -(BOOL)transform: (
FSMatrix2D*)matrix need_transform_clip_path: (BOOL)need_transform_clip_path need_transform_annotations: (BOOL)need_transform_annotations;
5082 -(void)setClipRect: (
FSRectF*)clip_rect;
5083 -(void)setThumbnail: (
FSBitmap*)thumbnail;
5090 -(BOOL)addImage: (
FSImage*)image frame_index: (
int)frame_index position: (
FSPointF*)position width: (
float)width height: (
float)height auto_generate_content: (BOOL)auto_generate_content;
5091 -(BOOL)addImageFromFilePath: (NSString *)file_path position: (
FSPointF*)position width: (
float)width height: (
float)height auto_generate_content: (BOOL)auto_generate_content;
5096 -(
FSPDFObject*)getInheritedAttribute: (NSString *)attruibute_name;
5097 -(void)clearRenderCache;
5099 -(BOOL)addText: (NSString *)text rect: (
FSRectF*)rect style: (
FSRichTextStyle*)style matrix: (
FSMatrix2D*)matrix is_each_text: (BOOL)is_each_text disable_embed_font: (BOOL)disable_embed_font;
5113 @property (nonatomic, getter=getStart_number)
int start_number;
5114 @property (nonatomic, getter=getEnd_number)
int end_number;
5117 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5118 -(id)initWithStart_number: (
int)start_number end_number: (
int)end_number filter: (
FSRangeFilter)filter;
5121 -(void)set: (
int)start_number end_number: (
int)end_number filter: (
FSRangeFilter)filter;
5131 @property (nonatomic, weak, getter=getHeader_left_content) NSString * header_left_content;
5132 @property (nonatomic, weak, getter=getHeader_center_content) NSString * header_center_content;
5133 @property (nonatomic, weak, getter=getHeader_right_content) NSString * header_right_content;
5134 @property (nonatomic, weak, getter=getFooter_left_content) NSString * footer_left_content;
5135 @property (nonatomic, weak, getter=getFooter_center_content) NSString * footer_center_content;
5136 @property (nonatomic, weak, getter=getFooter_right_content) NSString * footer_right_content;
5138 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5139 -(id)initWithHeader_left_content: (NSString *)header_left_content header_center_content: (NSString *)header_center_content header_right_content: (NSString *)header_right_content footer_left_content: (NSString *)footer_left_content footer_center_content: (NSString *)footer_center_content footer_right_content: (NSString *)footer_right_content;
5142 -(void)set: (NSString *)header_left_content header_center_content: (NSString *)header_center_content header_right_content: (NSString *)header_right_content footer_left_content: (NSString *)footer_left_content footer_center_content: (NSString *)footer_center_content footer_right_content: (NSString *)footer_right_content;
5152 @property (nonatomic, weak, getter=getFont)
FSFont* font;
5153 @property (nonatomic, getter=getText_size)
float text_size;
5154 @property (nonatomic, getter=getText_color)
unsigned int text_color;
5156 @property (nonatomic, weak, getter=getPage_margin)
FSRectF* page_margin;
5157 @property (nonatomic, getter=getHas_text_shrinked) BOOL has_text_shrinked;
5158 @property (nonatomic, getter=getHas_fixedsize_for_print) BOOL has_fixedsize_for_print;
5159 @property (nonatomic, getter=getStart_page_number)
int start_page_number;
5161 @property (nonatomic, getter=getIs_to_embed_font) BOOL is_to_embed_font;
5162 @property (nonatomic, getter=getIs_underline) BOOL is_underline;
5163 @property (nonatomic, getter=getIs_replace_font) BOOL is_replace_font;
5165 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5166 -(id)initWithFont: (
FSFont*)font text_size: (
float)text_size text_color: (
unsigned int)text_color page_range: (
FSPageNumberRange*)page_range page_margin: (
FSRectF*)page_margin has_text_shrinked: (BOOL)has_text_shrinked has_fixedsize_for_print: (BOOL)has_fixedsize_for_print start_page_number: (
int)start_page_number content: (
FSHeaderFooterContent*)content is_to_embed_font: (BOOL)is_to_embed_font is_underline: (BOOL)is_underline;
5169 -(void)set: (
FSFont*)font text_size: (
float)text_size text_color: (
unsigned int)text_color page_range: (
FSPageNumberRange*)page_range page_margin: (
FSRectF*)page_margin has_text_shrinked: (BOOL)has_text_shrinked has_fixedsize_for_print: (BOOL)has_fixedsize_for_print start_page_number: (
int)start_page_number content: (
FSHeaderFooterContent*)content is_to_embed_font: (BOOL)is_to_embed_font is_underline: (BOOL)is_underline;
5208 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5214 -(void)addString: (NSString *)new_string;
5235 @property (nonatomic, getter=getRow_space)
float row_space;
5236 @property (nonatomic, getter=getCol_space)
float col_space;
5237 @property (nonatomic, getter=getRotation)
float rotation;
5238 @property (nonatomic, getter=getOpacity)
int opacity;
5239 @property (nonatomic, getter=getScale)
int scale;
5240 @property (nonatomic, getter=getFlags)
unsigned int flags;
5242 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5243 -(id)initWithRow_space: (
float)row_space col_space: (
float)col_space rotation: (
float)rotation opacity: (
int)opacity scale: (
int)scale flags: (
unsigned int)flags;
5246 -(void)set: (
float)row_space col_space: (
float)col_space rotation: (
float)rotation opacity: (
int)opacity scale: (
int)scale flags: (
unsigned int)flags;
5256 @property (nonatomic, getter=getVersion)
int version;
5257 @property (nonatomic, weak, getter=getType) NSString * type;
5258 @property (nonatomic, weak, getter=getApp_id) NSString * app_id;
5259 @property (nonatomic, weak, getter=getUri) NSString * uri;
5260 @property (nonatomic, weak, getter=getDescription) NSString * description;
5262 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5264 -(id)initWithVersion: (
int)version type: (NSString *)type app_id: (NSString *)app_id uri: (NSString *)uri description: (NSString *)description;
5266 -(void)set: (
int)version type: (NSString *)type app_id: (NSString *)app_id uri: (NSString *)uri description: (NSString *)description;
5276 @property (nonatomic, getter=getVersion)
float version;
5277 @property (nonatomic, weak, getter=getCrypto_filter) NSString * crypto_filter;
5278 @property (nonatomic, weak, getter=getFile_name) NSString * file_name;
5279 @property (nonatomic, getter=getFile_size)
long long file_size;
5280 @property (nonatomic, weak, getter=getDescription) NSString * description;
5282 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5284 -(id)initWithVersion: (
float)version crypto_filter: (NSString *)crypto_filter file_name: (NSString *)file_name file_size: (
long long)file_size description: (NSString *)description;
5286 -(void)set: (
float)version crypto_filter: (NSString *)crypto_filter file_name: (NSString *)file_name file_size: (
long long)file_size description: (NSString *)description;
5296 @property (nonatomic, getter=getEnable_remove_metadata) BOOL enable_remove_metadata;
5297 @property (nonatomic, getter=getEnable_remove_fileattachment) BOOL enable_remove_fileattachment;
5298 @property (nonatomic, getter=getEnable_remove_bookmark) BOOL enable_remove_bookmark;
5299 @property (nonatomic, getter=getEnable_remove_searchIndex) BOOL enable_remove_searchIndex;
5300 @property (nonatomic, getter=getEnable_remove_comment) BOOL enable_remove_comment;
5301 @property (nonatomic, getter=getEnable_remove_form_fields) BOOL enable_remove_form_fields;
5302 @property (nonatomic, getter=getEnable_remove_hidden_text) BOOL enable_remove_hidden_text;
5303 @property (nonatomic, getter=getEnable_remove_hidden_layer) BOOL enable_remove_hidden_layer;
5304 @property (nonatomic, getter=getEnable_remove_content) BOOL enable_remove_content;
5305 @property (nonatomic, getter=getEnable_remove_link) BOOL enable_remove_link;
5306 @property (nonatomic, getter=getEnable_remove_overlaping) BOOL enable_remove_overlaping;
5308 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5319 @property (nonatomic, getter=getWidth)
float width;
5320 @property (nonatomic, getter=getHeight)
float height;
5323 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5324 -(id)initWithWidth: (
float)width height: (
float)height rotation: (
FSRotation)rotation;
5327 -(void)set: (
float)width height: (
float)height rotation: (
FSRotation)rotation;
5338 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5341 -(
unsigned long)getSize;
5344 -(void)removeAt: (
unsigned long)index;
5345 -(void)insertAt: (
unsigned long)index element: (
FSPageBasicInfo*)element;
5357 @property (nonatomic, weak, getter=getNonstandard_font_name_array) NSArray<NSString *> * nonstandard_font_name_array;
5358 @property (nonatomic, weak, getter=getStandard_font_name_array) NSArray<NSString *> * standard_font_name_array;
5360 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5372 @property (nonatomic, weak, getter=getTitle) NSString * title;
5373 @property (nonatomic, weak, getter=getBookmark_level_array)
FSInt32Array* bookmark_level_array;
5374 @property (nonatomic, getter=getIs_show_serial_number) BOOL is_show_serial_number;
5375 @property (nonatomic, getter=getInclude_toc_pages) BOOL include_toc_pages;
5377 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5378 -(id)initWithTitle: (NSString *)title bookmark_level_array: (
FSInt32Array*)bookmark_level_array is_show_serial_number: (BOOL)is_show_serial_number include_toc_pages: (BOOL)include_toc_pages;
5380 -(void)set: (NSString *)title bookmark_level_array: (
FSInt32Array*)bookmark_level_array is_show_serial_number: (BOOL)is_show_serial_number include_toc_pages: (BOOL)include_toc_pages;
5469 @property (nonatomic, getter=getFileVersion)
int fileVersion;
5471 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5473 -(id)initWithPath: (NSString *)path;
5475 -(id)initWithOther: (
FSPDFDoc*)other;
5477 -(
unsigned long long)getFileSize;
5478 -(BOOL)isLinearized;
5484 -(int)getFirstAvailPageIndex;
5487 -(void)clearRenderCache;
5491 -(BOOL)isUserPassword: (NSString *)password;
5492 -(BOOL)isOwnerPassword: (NSString *)password;
5493 -(NSString *)getUserPassword: (NSString *)owner_password;
5499 -(BOOL)saveAs: (NSString *)file_path save_flags: (
unsigned int)save_flags;
5504 -(int)getBookmarkLevelDepth;
5505 -(BOOL)removeBookmark: (
FSBookmark*)bookmark;
5507 -(BOOL)hasHeaderFooter;
5511 -(BOOL)removeAllHeaderFooters;
5519 -(
FSPDFObject*)getIndirectObject: (
unsigned int)object_number;
5520 -(
unsigned int)addIndirectObject: (
FSPDFObject*)pdf_object;
5521 -(void)deleteIndirectObject: (
unsigned int)object_number;
5522 -(
unsigned int)getUserPermissions;
5526 -(
long long)getWrapperOffset;
5529 -(BOOL)saveAsWrapperFile: (NSString *)file_path wrapper_data: (
FSWrapperData*)wrapper_data user_permissions: (
unsigned int)user_permissions owner_password: (NSString *)owner_password;
5530 -(
FSProgressive*)startSaveAsPayloadFile: (NSString *)file_path payload_file_path: (NSString *)payload_file_path crypto_filter: (NSString *)crypto_filter description: (NSString *)description version: (
float)version save_flags: (
unsigned int)save_flags pause: (
id<
FSPauseCallback>)pause;
5532 -(int)getReadingBookmarkCount;
5534 -(
FSReadingBookmark*)insertReadingBookmark: (
int)reading_bookmark_index title: (NSString *)title dest_page_index: (
int)dest_page_index;
5536 -(int)getSignatureCount;
5539 -(
FSPDFPage*)insertPage: (
int)index width: (
float)width height: (
float)height;
5541 -(
FSPDFPage*)addPageFromTemplate: (NSString *)template_name;
5542 -(BOOL)hidePageTemplate: (NSString *)template_name;
5543 -(BOOL)removePage: (
int)index;
5544 -(BOOL)removePageWithPDFPage: (
FSPDFPage*)page;
5545 -(BOOL)movePageTo: (
FSPDFPage*)page dest_index: (
int)dest_index;
5546 -(BOOL)movePagesTo: (
FSRange*)page_range dest_index: (
int)dest_index;
5547 -(
FSProgressive*)startImportPagesFromFilePath: (
int)dest_index src_file_path: (NSString *)src_file_path password: (NSString *)password flags: (
unsigned int)flags layer_name: (NSString *)layer_name page_range: (
FSRange*)page_range pause: (
id<
FSPauseCallback>)pause;
5551 -(void)insertDocument: (
int)dest_index src_doc: (
FSPDFDoc*)src_doc options: (
unsigned int)options;
5552 -(void)insertDocumentWithBookmarkTitle: (
int)dest_index src_doc: (
FSPDFDoc*)src_doc options: (
unsigned int)options bookmark_title: (NSString *)bookmark_title;
5555 -(BOOL)importFromFDF: (
FSFDFDoc*)fdf_doc types: (
int)types page_range: (
FSRange*)page_range;
5556 -(BOOL)exportToFDF: (
FSFDFDoc*)fdf_doc types: (
int)types page_range: (
FSRange*)page_range;
5557 -(BOOL)exportAnnotToFDF: (
FSAnnot*)pdf_annot fdf_doc: (
FSFDFDoc*)fdf_doc;
5558 -(BOOL)exportFormFieldsToFDF: (
FSFieldArray*)field_array is_include: (BOOL)is_include fdf_doc: (
FSFDFDoc*)fdf_doc;
5559 -(NSString *)getHeader;
5562 -(BOOL)removeSecurity;
5564 -(
FSFont*)getFont: (
int)index;
5566 -(BOOL)setOpenAction: (
FSAction*)action;
5567 -(BOOL)removeOpenAction;
5568 -(BOOL)doJSOpenAction;
5574 -(void)addTableOfContents: (NSString *)title bookmark_level_array: (
FSInt32Array*)bookmark_level_array;
5576 -(void)setCacheFile: (
id<
FSFileStreamCallback>)file_stream is_own_file_stream: (BOOL)is_own_file_stream;
5579 -(NSString *)getPageText: (
int)page_index;
5580 -(
FSPagingSealSignature*)addPagingSealSignature: (
FSRange*)page_range width: (
float)width height: (
float)height to_check_permission: (BOOL)to_check_permission;
5586 -(
FSAnnotArray*)getAnnotsByIdArray: (NSArray<NSString *> *)unique_id_arr;
5587 -(void)removeStructTree;
5588 -(id)initWithBuffer: (NSData *)buffer;
5595 @property (nonatomic, weak, getter=getCreationDateTime)
FSDateTime* creationDateTime;
5596 @property (nonatomic, weak, getter=getModifiedDateTime)
FSDateTime* modifiedDateTime;
5597 -(id)
init NS_UNAVAILABLE;
5599 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5600 -(id)initWithDocument: (
FSPDFDoc*)document;
5603 -(BOOL)hasKey: (NSString *)key;
5604 -(NSArray<NSString *> *)getValues: (NSString *)key;
5605 -(BOOL)setValues: (NSString *)key value_array: (NSArray<NSString *> *)value_array;
5606 -(NSArray<NSString *> *)getCustomerKeys;
5607 -(void)removeCustomerKey: (NSString *)key;
5629 @property (nonatomic, getter=getReadingDirection) BOOL readingDirection;
5635 @property (nonatomic, getter=getPrintCopies)
int printCopies;
5636 @property (nonatomic, weak, getter=getPrintRange)
FSRange* printRange;
5637 -(id)
init NS_UNAVAILABLE;
5639 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5661 -(id)
init NS_UNAVAILABLE;
5663 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5664 -(id)initWithDocument: (
FSPDFDoc*)document;
5667 -(NSString *)getPageLabelTitle: (
int)page_index;
5668 -(BOOL)hasPageLabel: (
int)page_index;
5670 -(NSString *)getPageLabelPrefix: (
int)page_index;
5671 -(int)getPageLabelStart: (
int)page_index;
5672 -(void)setPageLabel: (
int)page_index label_style: (
FSPageLabelsStyle)label_style first_label_number: (
int)first_label_number prefix_string: (NSString *)prefix_string;
5673 -(void)removePageLabel: (
int)page_index;
5684 -(id)
init NS_UNAVAILABLE;
5686 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5687 -(id)initWithBitmap: (
FSBitmap*)bitmap simulate: (BOOL)simulate;
5688 -(id)initWithWidth: (
int)width height: (
int)height simulate: (BOOL)simulate;
5689 -(id)initWithOther: (
FSPSI*)other;
5692 -(void)setColor: (
unsigned int)color;
5693 -(void)setDiameter: (
int)diameter;
5694 -(void)setOpacity: (
float)opacity;
5705 @property (nonatomic, weak, getter=getTitle) NSString * title;
5706 @property (nonatomic, getter=getPageIndex)
int pageIndex;
5707 -(id)
init NS_UNAVAILABLE;
5709 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5712 -(
FSDateTime*)getDateTime: (BOOL)is_creation_date;
5713 -(void)setDateTime: (
FSDateTime*)date_time is_creation_date: (BOOL)is_creation_date;
5726 -(id)
init NS_UNAVAILABLE;
5728 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5732 -(void)setScreenSize: (
float)width height: (
float)height;
5733 -(void)setScreenMargin: (
int)left top: (
int)top right: (
int)right bottom: (
int)bottom;
5734 -(void)setZoom: (
int)zoom;
5735 -(void)setParseFlags: (
unsigned int)flags;
5736 -(void)setLineSpace: (
float)line_space;
5737 -(void)setImageScale: (
float)image_scale;
5738 -(void)setTopSpace: (
float)top_space;
5742 -(
FSMatrix2D*)getDisplayMatrix: (
float)offset_x offset_y: (
float)offset_y width: (
int)width height: (
int)height rotate: (
FSRotation)rotate;
5744 -(
FSPointF*)getFocusPosition: (
FSMatrix2D*)matrix focus_data: (NSString *)focus_data;
5756 @property (nonatomic, weak, getter=getOption_label) NSString * option_label;
5757 @property (nonatomic, getter=getSelected) BOOL selected;
5759 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5761 -(id)initWithOption_label: (NSString *)option_label selected: (BOOL)selected;
5763 -(void)set: (NSString *)option_label selected: (BOOL)selected;
5774 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
5777 -(
unsigned long)getSize;
5780 -(void)removeAt: (
unsigned long)index;
5788 typedef NS_ENUM(NSInteger, FSAppProviderCallbackAppInfo) {
5789 FSAppProviderCallbackAppInfoVersion = 0x0,
5790 FSAppProviderCallbackAppInfoLanguage = 0x01,
5791 FSAppProviderCallbackAppInfoPlatform = 0x02,
5792 FSAppProviderCallbackAppInfoVariation = 0x03,
5793 FSAppProviderCallbackAppInfoName = 0x04,
5794 FSAppProviderCallbackAppInfoType = 0x05
5797 typedef NS_ENUM(NSInteger, FSAppProviderCallbackBeepType) {
5798 FSAppProviderCallbackBeepTypeError = 0,
5799 FSAppProviderCallbackBeepTypeWarning = 1,
5800 FSAppProviderCallbackBeepTypeQuestion = 2,
5801 FSAppProviderCallbackBeepTypeStatus = 3,
5802 FSAppProviderCallbackBeepTypeDefault = 4
5805 typedef NS_ENUM(NSInteger, FSAppProviderCallbackStringID) {
5806 FSAppProviderCallbackStringIDValidateFailed = 1,
5807 FSAppProviderCallbackStringIDCalcOverride = 2,
5808 FSAppProviderCallbackStringIDModifyField = 3,
5809 FSAppProviderCallbackStringIDNotModifyField = 4,
5810 FSAppProviderCallbackStringIDAppName = 5,
5811 FSAppProviderCallbackStringIDImageFilter = 6,
5812 FSAppProviderCallbackStringIDUnknownCaught = 7,
5813 FSAppProviderCallbackStringIDUnableToSet = 8,
5814 FSAppProviderCallbackStringIDValueExcalmatory = 9,
5815 FSAppProviderCallbackStringIDInvalidEnumValue = 10,
5816 FSAppProviderCallbackStringIDUnsupportMethod = 11,
5817 FSAppProviderCallbackStringIDUnsupportProperty = 12,
5818 FSAppProviderCallbackStringIDInvalidPropertySetOperation = 13,
5819 FSAppProviderCallbackStringIDNotDefaultValue = 14,
5820 FSAppProviderCallbackStringIDUnableSetLanguage = 15,
5821 FSAppProviderCallbackStringIDUnableSetNumPages = 16,
5822 FSAppProviderCallbackStringIDUnableSetPlatformValue = 17,
5823 FSAppProviderCallbackStringIDUnableSetValidationsEnabledValue = 18,
5824 FSAppProviderCallbackStringIDUnableSetValidationsValue = 19,
5825 FSAppProviderCallbackStringIDUnableSetVersion = 20,
5826 FSAppProviderCallbackStringIDUnableSetReady = 21,
5827 FSAppProviderCallbackStringIDNumberOfOccur = 22,
5828 FSAppProviderCallbackStringIDUnableSetClassName = 23,
5829 FSAppProviderCallbackStringIDUnableSetLengthValue = 24,
5830 FSAppProviderCallbackStringIDUnsupportChar = 25,
5831 FSAppProviderCallbackStringIDBadSuffix = 26,
5832 FSAppProviderCallbackStringIDExpectedIdent = 27,
5833 FSAppProviderCallbackStringIDExpectedString = 28,
5834 FSAppProviderCallbackStringIDInvalidateChar = 29,
5835 FSAppProviderCallbackStringIDRedefinition = 30,
5836 FSAppProviderCallbackStringIDInvalidToken = 31,
5837 FSAppProviderCallbackStringIDInvalidExpression = 32,
5838 FSAppProviderCallbackStringIDUndefineIdentifier = 33,
5839 FSAppProviderCallbackStringIDInvalidateLeftValue = 34,
5840 FSAppProviderCallbackStringIDCompilerError = 35,
5841 FSAppProviderCallbackStringIDCannotModifyValue = 36,
5842 FSAppProviderCallbackStringIDParametersError = 37,
5843 FSAppProviderCallbackStringIDExpectedEndIf = 38,
5844 FSAppProviderCallbackStringIDUnexpectedExpression = 39,
5845 FSAppProviderCallbackStringIDConditionIsNull = 40,
5846 FSAppProviderCallbackStringIDIllegalBreak = 41,
5847 FSAppProviderCallbackStringIDIllegalContinue = 42,
5848 FSAppProviderCallbackStringIDExpectedOperator = 43,
5849 FSAppProviderCallbackStringIDDivideZero = 44,
5850 FSAppProviderCallbackStringIDCannotCovertToObject = 45,
5851 FSAppProviderCallbackStringIDNotFoundContainer = 46,
5852 FSAppProviderCallbackStringIDNotFoundProperty = 47,
5853 FSAppProviderCallbackStringIDNotFoundMethod = 48,
5854 FSAppProviderCallbackStringIDNotFoundConst = 49,
5855 FSAppProviderCallbackStringIDNotAssignObject = 50,
5856 FSAppProviderCallbackStringIDInvalidateInstruction = 51,
5857 FSAppProviderCallbackStringIDExpectedNumber = 52,
5858 FSAppProviderCallbackStringIDValidateOutOfArray = 53,
5859 FSAppProviderCallbackStringIDCannotAssign = 54,
5860 FSAppProviderCallbackStringIDNotFoundFunction = 55,
5861 FSAppProviderCallbackStringIDIsNotArray = 56,
5862 FSAppProviderCallbackStringIDOutOfArrayRange = 57,
5863 FSAppProviderCallbackStringIDNotSupportArrayCalculate = 58,
5864 FSAppProviderCallbackStringIDArgumentNotArray = 59,
5865 FSAppProviderCallbackStringIDArgumentExpectContainer = 60,
5866 FSAppProviderCallbackStringIDAccessProertyInNotObject = 61,
5867 FSAppProviderCallbackStringIDFunctionBuildIn = 62,
5868 FSAppProviderCallbackStringIDErrorMessage = 63,
5869 FSAppProviderCallbackStringIDIndexValueOutOfBounds = 64,
5870 FSAppProviderCallbackStringIDIncorrectNumberOfMethod = 65,
5871 FSAppProviderCallbackStringIDArgumentMismatch = 66,
5872 FSAppProviderCallbackStringIDInvalidEnumerate = 67,
5873 FSAppProviderCallbackStringIDInvalidAppend = 68,
5874 FSAppProviderCallbackStringIDSOMExpectedList = 69,
5875 FSAppProviderCallbackStringIDNotHaveProperty = 70,
5876 FSAppProviderCallbackStringIDInvalidNodeType = 71,
5877 FSAppProviderCallbackStringIDViolateBoundary = 72,
5878 FSAppProviderCallbackStringIDServerDeny = 73,
5879 FSAppProviderCallbackStringIDWeekDaySun = 74,
5880 FSAppProviderCallbackStringIDWeekDayMon = 75,
5881 FSAppProviderCallbackStringIDWeekDayTue = 76,
5882 FSAppProviderCallbackStringIDWeekDayWed = 77,
5883 FSAppProviderCallbackStringIDWeekDayThu = 78,
5884 FSAppProviderCallbackStringIDWeekDayFri = 79,
5885 FSAppProviderCallbackStringIDWeekDaySat = 80,
5886 FSAppProviderCallbackStringIDMonthJan = 81,
5887 FSAppProviderCallbackStringIDMonthFeb = 82,
5888 FSAppProviderCallbackStringIDMonthMarch = 83,
5889 FSAppProviderCallbackStringIDMonthApril = 84,
5890 FSAppProviderCallbackStringIDMonthMay = 85,
5891 FSAppProviderCallbackStringIDMonthJune = 86,
5892 FSAppProviderCallbackStringIDMonthJuly = 87,
5893 FSAppProviderCallbackStringIDMonthAug = 88,
5894 FSAppProviderCallbackStringIDMonthSep = 89,
5895 FSAppProviderCallbackStringIDMonthOct = 90,
5896 FSAppProviderCallbackStringIDMonthNov = 91,
5897 FSAppProviderCallbackStringIDMonthDec = 92,
5898 FSAppProviderCallbackStringIDToday = 93,
5899 FSAppProviderCallbackStringIDValidateLimit = 94,
5900 FSAppProviderCallbackStringIDValidateNullWarning = 95,
5901 FSAppProviderCallbackStringIDValidateNullError = 96,
5902 FSAppProviderCallbackStringIDValidateWarning = 97,
5903 FSAppProviderCallbackStringIDValidateError = 98,
5904 FSAppProviderCallbackStringIDValidateNumberError = 99,
5905 FSAppProviderCallbackStringIDScriptFailedError = 100,
5906 FSAppProviderCallbackStringIDScriptInvalidValue = 101,
5907 FSAppProviderCallbackStringIDSubmitValidateNullError = 102,
5908 FSAppProviderCallbackStringIDInvalidBarcodeValue = 103,
5909 FSAppProviderCallbackStringIDScriptArgumentMismatch = 104
5912 typedef NS_ENUM(NSInteger, FSAppProviderCallbackMsgBoxIconType) {
5913 FSAppProviderCallbackMsgBoxIconError = 0,
5914 FSAppProviderCallbackMsgBoxIconWarning = 1,
5915 FSAppProviderCallbackMsgBoxIconQuestion = 2,
5916 FSAppProviderCallbackMsgBoxIconStatus = 3
5919 typedef NS_ENUM(NSInteger, FSAppProviderCallbackMsgBoxButtonType) {
5920 FSAppProviderCallbackMsgBtnTypeOK = 0,
5921 FSAppProviderCallbackMsgBtnTypeOKCancel = 1,
5922 FSAppProviderCallbackMsgBtnTypeYesNo = 2,
5923 FSAppProviderCallbackMsgBtnTypeYesNoCancel = 3
5926 typedef NS_ENUM(NSInteger, FSAppProviderCallbackMsgBoxButtonID) {
5927 FSAppProviderCallbackMsgBtnIDOK = 1,
5928 FSAppProviderCallbackMsgBtnIDCancel = 2,
5929 FSAppProviderCallbackMsgBtnIDNo = 3,
5930 FSAppProviderCallbackMsgBtnIDYes = 4
5935 typedef NS_ENUM(NSInteger, FSDocProviderCallbackInvalidateFlag) {
5936 FSDocProviderCallbackInvalidateFlagAllPages = 0,
5937 FSDocProviderCallbackInvalidateFlagCurrentPage = 1
5940 typedef NS_ENUM(NSInteger, FSDocProviderCallbackPrintOption) {
5941 FSDocProviderCallbackPrintOptionShowDialog = 0x00000001,
5942 FSDocProviderCallbackPrintOptionCanCancel = 0x00000002,
5943 FSDocProviderCallbackPrintOptionShrinkPage = 0x00000004,
5944 FSDocProviderCallbackPrintOptionAsImage = 0x00000008,
5945 FSDocProviderCallbackPrintOptionReverseOrder = 0x00000010,
5946 FSDocProviderCallbackPrintOptionPrintAnnot = 0x00000020
5949 typedef NS_ENUM(NSInteger, FSDocProviderCallbackSubmitFormat) {
5950 FSDocProviderCallbackSubmitInXDP = 0,
5951 FSDocProviderCallbackSubmitInPDF = 1,
5952 FSDocProviderCallbackSubmitInUrlEncoded = 2,
5953 FSDocProviderCallbackSubmitInXFD = 3,
5954 FSDocProviderCallbackSubmitInXML = 4
5957 typedef NS_ENUM(NSInteger, FSDocProviderCallbackTextEncoding) {
5958 FSDocProviderCallbackTextEncodingNone = 0,
5959 FSDocProviderCallbackTextEncodingBig5 = 1,
5960 FSDocProviderCallbackTextEncodingFontSpecific = 2,
5961 FSDocProviderCallbackTextEncodingGBK = 3,
5962 FSDocProviderCallbackTextEncodingGB18030 = 4,
5963 FSDocProviderCallbackTextEncodingGB2312 = 5,
5964 FSDocProviderCallbackTextEncodingISO8859NN = 6,
5965 FSDocProviderCallbackTextEncodingKSC5601 = 7,
5966 FSDocProviderCallbackTextEncodingShiftJIS = 8,
5967 FSDocProviderCallbackTextEncodingUCS2 = 9,
5968 FSDocProviderCallbackTextEncodingUTF16 = 10,
5969 FSDocProviderCallbackTextEncodingUTF8 = 11
5972 typedef NS_ENUM(NSInteger, FSDocProviderCallbackPageViewEventType) {
5973 FSDocProviderCallbackPageViewEventTypeAdded = 0,
5974 FSDocProviderCallbackPageViewEventTypeRemoved = 1,
5975 FSDocProviderCallbackPageViewEventTypeAllRemoved = 2
5978 typedef NS_ENUM(NSInteger, FSDocProviderCallbackWidgetEventType) {
5979 FSDocProviderCallbackWidgetEventTypeAdded = 0,
5980 FSDocProviderCallbackWidgetEventTypeBeforeRemoved = 1
6033 -(id)
init NS_UNAVAILABLE;
6035 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6037 -(id)initWithDocument: (
FSPDFDoc*)document;
6038 -(id)initWithOther: (
FSXFADoc*)other;
6047 -(void)setPDFPath: (NSString *)pdf_file_path;
6048 -(BOOL)importData: (NSString *)file_path;
6051 -(void)flattenTo: (NSString *)output_file_path;
6056 -(
FSXFAWidget*)getWidgetByFullName: (NSString *)full_name;
6063 -(id)
init NS_UNAVAILABLE;
6065 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6068 -(
FSMatrix2D*)getDisplayMatrix: (
int)left top: (
int)top width: (
int)width height: (
int)height rotate: (
FSRotation)rotate;
6075 -(
FSXFAWidget*)getWidgetByFullName: (NSString *)full_name;
6463 @property (nonatomic, getter=getPage_index)
int page_index;
6466 @property (nonatomic, weak, getter=getOld_value) NSString * old_value;
6467 @property (nonatomic, weak, getter=getNew_value) NSString * new_value;
6468 @property (nonatomic, weak, getter=getWidget_name) NSString * widget_name;
6470 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6541 @property (nonatomic, weak, getter=getValue) NSString *
value;
6542 @property (nonatomic, weak, getter=getDefaultValue) NSString * defaultValue;
6543 -(id)
init NS_UNAVAILABLE;
6545 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6556 -(void)setCheckState: (BOOL)is_checked;
6558 -(BOOL)isSupportMultiline;
6559 -(BOOL)isSupportMultiSelect;
6561 -(BOOL)onMouseEnter;
6563 -(BOOL)onLButtonDown: (
FSPointF*)point flags: (
unsigned int)flags;
6564 -(BOOL)onLButtonUp: (
FSPointF*)point flags: (
unsigned int)flags;
6565 -(BOOL)onLButtonDoubleClick: (
FSPointF*)point flags: (
unsigned int)flags;
6566 -(BOOL)onMouseMove: (
FSPointF*)point flags: (
unsigned int)flags;
6567 -(BOOL)onRButtonDown: (
FSPointF*)point flags: (
unsigned int)flags;
6568 -(BOOL)onRButtonUp: (
FSPointF*)point flags: (
unsigned int)flags;
6569 -(BOOL)onKeyDown: (
unsigned int)key_code flags: (
unsigned int)flags;
6570 -(BOOL)onKeyUp: (
unsigned int)key_code flags: (
unsigned int)flags;
6571 -(BOOL)onChar: (
int)input_char flags: (
unsigned int)flags;
6578 -(NSString *)getToolTip;
6580 -(void)setImage: (
FSImage*)image;
6581 -(BOOL)isAllowRichText;
6584 -(BOOL)validateValue: (NSString *)value format: (NSString *)format;
6585 -(NSString *)getJavaScript;
6586 -(NSString *)getXMLContent;
6593 -(id)
init NS_UNAVAILABLE;
6595 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6596 -(id)initWithXfa_widget: (
FSXFAWidget*)xfa_widget;
6607 -(BOOL)paste: (NSString *)text;
6642 @property (nonatomic, weak, getter=getFont)
FSFont* font;
6644 @property (nonatomic, getter=getFont_size)
float font_size;
6645 @property (nonatomic, getter=getOrigin_x)
float origin_x;
6646 @property (nonatomic, getter=getOrigin_y)
float origin_y;
6647 @property (nonatomic, weak, getter=getChar_box)
FSRectF* char_box;
6648 @property (nonatomic, weak, getter=getChar_outbox)
FSRectF* char_outbox;
6649 @property (nonatomic, weak, getter=getMatrix)
FSMatrix2D* matrix;
6651 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6672 -(id)
init NS_UNAVAILABLE;
6674 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6675 -(id)initWithPage: (
FSPDFPage*)page flags: (
int)flags;
6680 -(NSString *)getChars: (
int)start count: (
int)count;
6681 -(int)getIndexAtPos: (
float)x y: (
float)y tolerance: (
float)tolerance;
6682 -(NSString *)getTextInRect: (
FSRectF*)rect;
6684 -(
FSRange*)getWordAtPos: (
float)x y: (
float)y tolerance: (
float)tolerance;
6685 -(int)getTextRectCount: (
int)start count: (
int)count;
6686 -(
FSRectF*)getTextRect: (
int)rect_index;
6687 -(
FSRotation)getBaselineRotation: (
int)rect_index;
6690 -(NSString *)getTextUnderAnnot: (
FSAnnot*)annot;
6705 -(id)
init NS_UNAVAILABLE;
6707 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6710 -(id)initWithText_page: (
FSTextPage*)text_page;
6711 -(id)initWithAnnot: (
FSAnnot*)annot;
6714 -(BOOL)setPattern: (NSString *)key_words is_regex_search: (BOOL)is_regex_search;
6715 -(BOOL)setStartPage: (
int)page_index;
6716 -(BOOL)setEndPage: (
int)page_index;
6717 -(BOOL)setStartCharacter: (
int)char_index;
6718 -(BOOL)setSearchFlags: (
unsigned int)search_flags;
6734 -(id)
init NS_UNAVAILABLE;
6736 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6749 -(id)
init NS_UNAVAILABLE;
6751 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6770 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6785 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
6786 @property (nonatomic, getter=getUser_permissions)
unsigned int user_permissions;
6788 @property (nonatomic, getter=getKey_length)
int key_length;
6790 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6791 -(id)initWithIs_encrypt_metadata: (BOOL)is_encrypt_metadata user_permissions: (
unsigned int)user_permissions cipher: (
FSSecurityHandlerCipherType)cipher key_length: (
int)key_length;
6794 -(void)set: (BOOL)is_encrypt_metadata user_permissions: (
unsigned int)user_permissions cipher: (
FSSecurityHandlerCipherType)cipher key_length: (
int)key_length;
6807 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6810 -(BOOL)initialize: (
FSStdEncryptData*)encrypt_data user_password: (NSString *)user_password owner_password: (NSString *)owner_password;
6811 -(BOOL)initializeW: (
FSStdEncryptData*)encrypt_data user_password: (NSString *)user_password owner_password: (NSString *)owner_password;
6812 -(void)setAES256ModifyFlags: (
unsigned int)modify_flags;
6823 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
6825 @property (nonatomic, weak, getter=getEnvelopes) NSArray<NSData *> * envelopes;
6827 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6828 -(id)initWithIs_encrypt_metadata: (BOOL)is_encrypt_metadata cipher: (
FSSecurityHandlerCipherType)cipher envelopes: (NSArray<NSData *> *)envelopes;
6838 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6852 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
6853 @property (nonatomic, weak, getter=getSub_filter) NSString * sub_filter;
6855 @property (nonatomic, getter=getKey_length)
int key_length;
6856 @property (nonatomic, getter=getIs_owner) BOOL is_owner;
6857 @property (nonatomic, getter=getUser_permissions)
unsigned int user_permissions;
6859 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6860 -(id)initWithIs_encrypt_metadata: (BOOL)is_encrypt_metadata sub_filter: (NSString *)sub_filter cipher: (
FSSecurityHandlerCipherType)cipher key_length: (
int)key_length is_owner: (BOOL)is_owner user_permissions: (
unsigned int)user_permissions;
6863 -(void)set: (BOOL)is_encrypt_metadata sub_filter: (NSString *)sub_filter cipher: (
FSSecurityHandlerCipherType)cipher key_length: (
int)key_length is_owner: (BOOL)is_owner user_permissions: (
unsigned int)user_permissions;
6870 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6873 -(NSString *)getDRMValue: (NSString *)key;
6874 -(BOOL)setDRMValue: (NSString *)key value: (NSString *)value;
6876 -(BOOL)initialize: (
FSDRMEncryptData*)encrypt_data file_id: (NSString *)file_id initial_key: (NSData *)initial_key;
6887 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
6888 @property (nonatomic, weak, getter=getFilter) NSString * filter;
6889 @property (nonatomic, weak, getter=getSub_filter) NSString * sub_filter;
6891 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6892 -(id)initWithIs_encrypt_metadata: (BOOL)is_encrypt_metadata filter: (NSString *)filter sub_filter: (NSString *)sub_filter;
6895 -(void)set: (BOOL)is_encrypt_metadata filter: (NSString *)filter sub_filter: (NSString *)sub_filter;
6902 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6916 @property (nonatomic, getter=getIs_encrypt_metadata) BOOL is_encrypt_metadata;
6917 @property (nonatomic, weak, getter=getPublish_license) NSString * publish_license;
6918 @property (nonatomic, weak, getter=getServer_eul_list) NSArray<NSData *> * server_eul_list;
6919 @property (nonatomic, getter=getIrm_version)
float irm_version;
6921 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6922 -(id)initWithIs_encrypt_metadata: (BOOL)is_encrypt_metadata publish_license: (NSString *)publish_license server_eul_list: (NSArray<NSData *> *)server_eul_list irm_version: (
float)irm_version;
6925 -(void)set: (BOOL)is_encrypt_metadata publish_license: (NSString *)publish_license server_eul_list: (NSArray<NSData *> *)server_eul_list irm_version: (
float)irm_version;
6932 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6960 -(id)
init NS_UNAVAILABLE;
6962 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
6971 -(BOOL)adjustStructureOrder: (
FSAnnotArray*)annot_array;
6978 -(id)
init NS_UNAVAILABLE;
6980 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7011 @property (nonatomic, getter=getPosition) FSPosition position;
7012 @property (nonatomic, getter=getOffset_x)
float offset_x;
7013 @property (nonatomic, getter=getOffset_y)
float offset_y;
7014 @property (nonatomic, getter=getFlags)
unsigned int flags;
7015 @property (nonatomic, getter=getScale_x)
float scale_x;
7016 @property (nonatomic, getter=getScale_y)
float scale_y;
7017 @property (nonatomic, getter=getRotation)
float rotation;
7018 @property (nonatomic, getter=getOpacity)
int opacity;
7020 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7021 -(id)initWithPosition: (FSPosition)position offset_x: (
float)offset_x offset_y: (
float)offset_y flags: (
unsigned int)flags scale_x: (
float)scale_x scale_y: (
float)scale_y rotation: (
float)rotation opacity: (
int)opacity;
7024 -(void)set: (FSPosition)position offset_x: (
float)offset_x offset_y: (
float)offset_y flags: (
unsigned int)flags scale_x: (
float)scale_x scale_y: (
float)scale_y rotation: (
float)rotation opacity: (
int)opacity;
7039 @property (nonatomic, getter=getFont_size)
float font_size;
7040 @property (nonatomic, getter=getColor)
unsigned int color;
7042 @property (nonatomic, getter=getLine_space)
float line_space;
7044 @property (nonatomic, weak, getter=getFont)
FSFont* font;
7046 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7059 -(id)
init NS_UNAVAILABLE;
7061 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7062 -(id)initWithDocument: (
FSPDFDoc*)document;
7066 -(void)enableFileStream: (NSString *)temp_directory_path apply_redaction_callback: (
id<
FSApplyRedactionCallback>)apply_redaction_callback;
7085 @property (nonatomic, getter=getLine_width)
float line_width;
7086 @property (nonatomic, getter=getColor)
unsigned int color;
7087 @property (nonatomic, getter=getDash_phase)
float dash_phase;
7090 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7105 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7108 -(
unsigned long)getSize;
7111 -(void)removeAt: (
unsigned long)index;
7112 -(void)insertAt: (
unsigned long)index element: (
FSTableCellData*)element;
7125 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7128 -(
unsigned long)getSize;
7131 -(void)removeAt: (
unsigned long)index;
7145 @property (nonatomic, getter=getCell_fill_color)
unsigned int cell_fill_color;
7146 @property (nonatomic, weak, getter=getCell_text) NSString * cell_text;
7147 @property (nonatomic, weak, getter=getCell_image)
FSImage* cell_image;
7148 @property (nonatomic, weak, getter=getCell_margin)
FSRectF* cell_margin;
7150 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7152 -(id)initWithCell_text_style: (
FSRichTextStyle*)cell_text_style cell_fill_color: (
unsigned int)cell_fill_color cell_text: (NSString *)cell_text cell_image: (
FSImage*)cell_image cell_margin: (
FSRectF*)cell_margin;
7154 -(void)set: (
FSRichTextStyle*)cell_text_style cell_fill_color: (
unsigned int)cell_fill_color cell_text: (NSString *)cell_text cell_image: (
FSImage*)cell_image cell_margin: (
FSRectF*)cell_margin;
7165 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7168 -(
unsigned long)getSize;
7169 -(
FSPoint*)getAt: (
unsigned long)index;
7170 -(void)add: (
FSPoint*)element;
7171 -(void)removeAt: (
unsigned long)index;
7172 -(void)insertAt: (
unsigned long)index element: (
FSPoint*)element;
7184 @property (nonatomic, weak, getter=getRect)
FSRectF* rect;
7185 @property (nonatomic, getter=getRow_count)
int row_count;
7186 @property (nonatomic, getter=getCol_count)
int col_count;
7188 @property (nonatomic, weak, getter=getOutside_border_right)
FSTableBorderInfo* outside_border_right;
7190 @property (nonatomic, weak, getter=getOutside_border_bottom)
FSTableBorderInfo* outside_border_bottom;
7194 @property (nonatomic, weak, getter=getRow_height_array)
FSFloatArray* row_height_array;
7195 @property (nonatomic, weak, getter=getCol_width_array)
FSFloatArray* col_width_array;
7197 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7210 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7212 +(BOOL)insertTablePagesToDocument: (
FSPDFDoc*)doc dest_page_index: (
int)dest_page_index page_width: (
float)page_width page_height: (
float)page_height data: (
FSTableData*)data cell_array: (
FSTableCellDataArray*)cell_array allow_to_cross_page: (BOOL)allow_to_cross_page tablegenerator_callback: (
id<
FSTableGeneratorCallback>)tablegenerator_callback;
7222 -(id)
init NS_UNAVAILABLE;
7224 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7225 -(id)initWithDirectory: (NSString *)directory;
7241 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7245 -(void)setDataBasePath: (NSString *)path_of_data_base;
7247 -(BOOL)updateIndexWithFilePath: (NSString *)file_path;
7268 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7269 +(
FSErrorCode)initialize: (NSString *)compliance_resource_folder_path compliance_engine_unlockcode: (NSString *)compliance_engine_unlockcode;
7272 +(void)releaseThreadContext;
7273 +(void)setTempFolderPath: (NSString *)temp_folder_path;
7274 +(void)enableHandleTransparency: (BOOL)enable_handle_transparency;
7275 +(void)setLanguage: (NSString *)language;
7301 @property (nonatomic, weak, getter=getPreflight_key) NSString * preflight_key;
7303 @property (nonatomic, weak, getter=getSrc_pdf_path) NSString * src_pdf_path;
7304 @property (nonatomic, weak, getter=getSaved_pdf_path) NSString * saved_pdf_path;
7305 @property (nonatomic, getter=getFirst_page_index)
int first_page_index;
7306 @property (nonatomic, getter=getLast_page_index)
int last_page_index;
7308 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7332 @property (nonatomic, getter=getTo_generate_overview) BOOL to_generate_overview;
7333 @property (nonatomic, getter=getTo_highlight_problems) BOOL to_highlight_problems;
7335 @property (nonatomic, weak, getter=getReport_file_path) NSString * report_file_path;
7337 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7345 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7350 -(NSArray<NSData *> *)getItemKeysArray: (NSString *)group_name;
7354 -(BOOL)canFixup: (NSString *)item_key;
7371 @property (nonatomic, getter=getUsed_count)
unsigned int used_count;
7373 @property (nonatomic, weak, getter=getName) NSString * name;
7374 @property (nonatomic, weak, getter=getComment) NSString * comment;
7375 @property (nonatomic, weak, getter=getReasons) NSArray<NSString *> * reasons;
7377 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7395 @property (nonatomic, getter=getTriggered_count)
unsigned int triggered_count;
7397 @property (nonatomic, weak, getter=getName) NSString * name;
7398 @property (nonatomic, weak, getter=getComment) NSString * comment;
7399 @property (nonatomic, weak, getter=getTrigger_values) NSArray<NSString *> * trigger_values;
7400 @property (nonatomic, getter=getPage_index)
int page_index;
7402 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7411 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7440 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7457 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7490 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7503 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7507 -(
FSResultInformation*)verify: (
int)verify_version src_pdf_path: (NSString *)src_pdf_path first_page_index: (
int)first_page_index last_page_index: (
int)last_page_index progress_callback: (
id<
FSComplianceProgressCallback>)progress_callback;
7540 @property (nonatomic, weak, getter=getRect_array)
FSRectFArray* rect_array;
7541 @property (nonatomic, weak, getter=getDiff_contents) NSString * diff_contents;
7543 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7557 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7560 -(
unsigned long)getSize;
7563 -(void)removeAt: (
unsigned long)index;
7579 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7595 -(id)
init NS_UNAVAILABLE;
7597 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7598 -(id)initWithBase_doc: (
FSPDFDoc*)base_doc compared_doc: (
FSPDFDoc*)compared_doc;
7601 -(
FSCompareResults*)doCompare: (
int)base_page_index compared_page_index: (
int)compared_page_index compare_flags: (
unsigned int)compare_flags;
7602 -(
FSPDFDoc*)generateComparedDoc: (
unsigned int)compare_flags;
7603 -(
FSPDFDoc*)GenerateComparedDocWithIsShowAllLayers: (
unsigned int)compare_flags is_show_all_layers: (BOOL)is_show_all_layers;
7614 @property (nonatomic, getter=getContent_streams)
unsigned int content_streams;
7615 @property (nonatomic, getter=getImages)
unsigned int images;
7616 @property (nonatomic, getter=getFonts)
unsigned int fonts;
7617 @property (nonatomic, getter=getBookmarks)
unsigned int bookmarks;
7618 @property (nonatomic, getter=getX_object_forms)
unsigned int x_object_forms;
7619 @property (nonatomic, getter=getStructure_infos)
unsigned int structure_infos;
7620 @property (nonatomic, getter=getAcroforms)
unsigned int acroforms;
7621 @property (nonatomic, getter=getLink_annots)
unsigned int link_annots;
7622 @property (nonatomic, getter=getNamed_destnations)
unsigned int named_destnations;
7623 @property (nonatomic, getter=getColor_space)
unsigned int color_space;
7624 @property (nonatomic, getter=getPattern_infos)
unsigned int pattern_infos;
7625 @property (nonatomic, getter=getPiece_infos)
unsigned int piece_infos;
7626 @property (nonatomic, getter=getComments_and_3d_contents)
unsigned int comments_and_3d_contents;
7627 @property (nonatomic, getter=getShading_pattern_infos)
unsigned int shading_pattern_infos;
7628 @property (nonatomic, getter=getExtend_graphics_states)
unsigned int extend_graphics_states;
7629 @property (nonatomic, getter=getCross_ref_tables)
unsigned int cross_ref_tables;
7630 @property (nonatomic, getter=getThumbs)
unsigned int thumbs;
7631 @property (nonatomic, getter=getEmbed_files)
unsigned int embed_files;
7632 @property (nonatomic, getter=getWeb_infos)
unsigned int web_infos;
7634 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7644 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7683 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7688 -(void)setImageDPI: (
int)dpi;
7689 -(void)setImageDPILimit: (
int)dpi_limit;
7692 -(void)setBackgroundDownScale: (
int)down_scale;
7693 -(void)setForegroundDownScale: (
int)down_scale;
7694 -(void)setTextSensitivity: (
int)text_sensitivity;
7695 -(void)setTileSize: (
int)size;
7732 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7736 -(void)setImageDPI: (
int)dpi;
7737 -(void)setImageDPILimit: (
int)dpi_limit;
7748 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7752 -(void)setSubsetAllEmFonts: (BOOL)is_subset_all_emb_fonts;
7753 -(void)setUnembeddedFontNameArray: (NSArray<NSString *> *)font_name_array;
7809 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7813 -(void)setOptimizerOptions: (
unsigned int)optimize_options;
7819 -(void)setCleanUpOptions: (
unsigned int)clean_up_options;
7820 -(void)setDiscardObjectsOptions: (
unsigned int)discard_objects_options;
7821 -(void)setDiscardUserDataOptions: (
unsigned int)discard_userdata_options;
7844 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7848 -(void)setOptimizedPages: (
FSRange*)pages;
7850 -(void)setColorGrayImageCompressionQuality: (
unsigned int)quality;
7955 @property (nonatomic, getter=getPage_width)
float page_width;
7956 @property (nonatomic, getter=getPage_height)
float page_height;
7957 @property (nonatomic, getter=getIs_to_page_scale) BOOL is_to_page_scale;
7958 @property (nonatomic, weak, getter=getPage_margin)
FSRectF* page_margin;
7959 @property (nonatomic, getter=getRotate_degrees)
FSRotation rotate_degrees;
7960 @property (nonatomic, getter=getIs_convert_link) BOOL is_convert_link;
7961 @property (nonatomic, getter=getIs_generate_tag) BOOL is_generate_tag;
7963 @property (nonatomic, getter=getTo_generate_bookmarks) BOOL to_generate_bookmarks;
7966 @property (nonatomic, getter=getTo_render_images) BOOL to_render_images;
7967 @property (nonatomic, getter=getTo_remove_underline_for_link) BOOL to_remove_underline_for_link;
7968 @property (nonatomic, getter=getTo_set_headerfooter) BOOL to_set_headerfooter;
7969 @property (nonatomic, weak, getter=getHeaderfooter_title) NSString * headerfooter_title;
7970 @property (nonatomic, weak, getter=getHeaderfooter_url) NSString * headerfooter_url;
7971 @property (nonatomic, weak, getter=getBookmark_root_name) NSString * bookmark_root_name;
7972 @property (nonatomic, getter=getTo_resize_objects) BOOL to_resize_objects;
7973 @property (nonatomic, getter=getTo_print_background) BOOL to_print_background;
7974 @property (nonatomic, getter=getTo_optimize_tag_tree) BOOL to_optimize_tag_tree;
7976 @property (nonatomic, getter=getTo_load_active_content) BOOL to_load_active_content;
7977 @property (nonatomic, getter=getTo_disable_sandbox) BOOL to_disable_sandbox;
7978 @property (nonatomic, getter=getTo_use_blacklist) BOOL to_use_blacklist;
7979 @property (nonatomic, getter=getTo_hide_header) BOOL to_hide_header;
7980 @property (nonatomic, getter=getTo_hide_footer) BOOL to_hide_footer;
7981 @property (nonatomic, getter=getTo_deny_local_file_access) BOOL to_deny_local_file_access;
7983 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
7985 -(id)initWithPage_width: (
float)page_width page_height: (
float)page_height is_to_page_scale: (BOOL)is_to_page_scale page_margin: (
FSRectF*)page_margin is_convert_link: (BOOL)is_convert_link rotate_degrees: (
FSRotation)rotate_degrees is_generate_tag: (BOOL)is_generate_tag page_mode: (
FSHTML2PDFSettingDataHTML2PDFPageMode)page_mode to_generate_bookmarks: (BOOL)to_generate_bookmarks scaling_mode: (
FSHTML2PDFSettingDataHTML2PDFScalingMode)scaling_mode encoding_format: (
FSHTML2PDFSettingDataHTML2PDFEncodingFormat)encoding_format to_render_images: (BOOL)to_render_images to_remove_underline_for_link: (BOOL)to_remove_underline_for_link to_set_headerfooter: (BOOL)to_set_headerfooter headerfooter_title: (NSString *)headerfooter_title headerfooter_url: (NSString *)headerfooter_url bookmark_root_name: (NSString *)bookmark_root_name to_resize_objects: (BOOL)to_resize_objects to_print_background: (BOOL)to_print_background to_optimize_tag_tree: (BOOL)to_optimize_tag_tree media_style: (
FSHTML2PDFSettingDataHTML2PDFMediaStyle)media_style to_load_active_content: (BOOL)to_load_active_content to_disable_sandbox: (BOOL)to_disable_sandbox to_use_blacklist: (BOOL)to_use_blacklist to_hide_header: (BOOL)to_hide_header to_hide_footer: (BOOL)to_hide_footer to_deny_local_file_access: (BOOL)to_deny_local_file_access;
7986 -(void)set: (
float)page_width page_height: (
float)page_height is_to_page_scale: (BOOL)is_to_page_scale page_margin: (
FSRectF*)page_margin is_convert_link: (BOOL)is_convert_link rotate_degrees: (
FSRotation)rotate_degrees is_generate_tag: (BOOL)is_generate_tag page_mode: (
FSHTML2PDFSettingDataHTML2PDFPageMode)page_mode to_generate_bookmarks: (BOOL)to_generate_bookmarks scaling_mode: (
FSHTML2PDFSettingDataHTML2PDFScalingMode)scaling_mode encoding_format: (
FSHTML2PDFSettingDataHTML2PDFEncodingFormat)encoding_format to_render_images: (BOOL)to_render_images to_remove_underline_for_link: (BOOL)to_remove_underline_for_link to_set_headerfooter: (BOOL)to_set_headerfooter headerfooter_title: (NSString *)headerfooter_title headerfooter_url: (NSString *)headerfooter_url bookmark_root_name: (NSString *)bookmark_root_name to_resize_objects: (BOOL)to_resize_objects to_print_background: (BOOL)to_print_background to_optimize_tag_tree: (BOOL)to_optimize_tag_tree media_style: (
FSHTML2PDFSettingDataHTML2PDFMediaStyle)media_style to_load_active_content: (BOOL)to_load_active_content to_disable_sandbox: (BOOL)to_disable_sandbox to_use_blacklist: (BOOL)to_use_blacklist to_hide_header: (BOOL)to_hide_header to_hide_footer: (BOOL)to_hide_footer to_deny_local_file_access: (BOOL)to_deny_local_file_access;
7996 @property (nonatomic, getter=getPage_width)
float page_width;
7997 @property (nonatomic, getter=getPage_height)
float page_height;
7998 @property (nonatomic, weak, getter=getPage_margin)
FSRectF* page_margin;
7999 @property (nonatomic, weak, getter=getFont)
FSFont* font;
8000 @property (nonatomic, getter=getText_size)
float text_size;
8001 @property (nonatomic, getter=getText_color)
unsigned int text_color;
8002 @property (nonatomic, getter=getLinespace)
float linespace;
8003 @property (nonatomic, getter=getIs_break_page) BOOL is_break_page;
8005 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8007 -(id)initWithPage_width: (
float)page_width page_height: (
float)page_height page_margin: (
FSRectF*)page_margin font: (
FSFont*)font text_size: (
float)text_size text_color: (
unsigned int)text_color linespace: (
float)linespace is_break_page: (BOOL)is_break_page;
8008 -(void)set: (
float)page_width page_height: (
float)page_height page_margin: (
FSRectF*)page_margin font: (
FSFont*)font text_size: (
float)text_size text_color: (
unsigned int)text_color linespace: (
float)linespace is_break_page: (BOOL)is_break_page;
8056 @property (nonatomic, getter=getExport_flags)
unsigned int export_flags;
8061 @property (nonatomic, getter=getIs_active_layout) BOOL is_active_layout;
8062 @property (nonatomic, weak, getter=getOutput_title) NSString * output_title;
8063 @property (nonatomic, weak, getter=getOutput_author) NSString * output_author;
8064 @property (nonatomic, weak, getter=getOutput_subject) NSString * output_subject;
8065 @property (nonatomic, weak, getter=getOutput_keywords) NSString * output_keywords;
8066 @property (nonatomic, weak, getter=getOutput_creator) NSString * output_creator;
8067 @property (nonatomic, weak, getter=getOutput_producer) NSString * output_producer;
8068 @property (nonatomic, getter=getPaper_width)
float paper_width;
8069 @property (nonatomic, getter=getPaper_height)
float paper_height;
8071 @property (nonatomic, getter=getIs_output_progress) BOOL is_output_progress;
8072 @property (nonatomic, weak, getter=getProgress_callback) SWIGTYPE_p_void* progress_callback;
8074 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8085 @property (nonatomic, retain, getter=getRelated_resource_file) id<FSFileReaderCallback> related_resource_file;
8086 @property (nonatomic, weak, getter=getResource_file_relative_path) NSString * resource_file_relative_path;
8088 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8100 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8103 -(
unsigned long)getSize;
8106 -(void)removeAt: (
unsigned long)index;
8121 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8122 +(void)fromHTML: (NSString *)src_html engine_path: (NSString *)engine_path cookies_path: (NSString *)cookies_path setting_data: (
FSHTML2PDFSettingData*)setting_data saved_pdf_path: (NSString *)saved_pdf_path timeout: (
int)timeout;
8123 +(void)fromHTMLWithReaderCallback: (NSString *)src_html engine_path: (NSString *)engine_path cookies_reader: (
id<
FSFileReaderCallback>)cookies_reader setting_data: (
FSHTML2PDFSettingData*)setting_data saved_pdf_path: (NSString *)saved_pdf_path timeout: (
int)timeout;
8124 +(void)fromHTMLWithSaveFileWriterCallback: (NSString *)src_html engine_path: (NSString *)engine_path cookies_reader: (
id<
FSFileReaderCallback>)cookies_reader setting_data: (
FSHTML2PDFSettingData*)setting_data saved_pdf_filestream: (
id<
FSFileWriterCallback>)saved_pdf_filestream timeout: (
int)timeout;
8126 +(void)fromTXT: (NSString *)src_txt saved_pdf_path: (NSString *)saved_pdf_path setting_data: (
FSTXT2PDFSettingData*)setting_data;
8127 +(void)fromImage: (NSString *)src_img saved_pdf_path: (NSString *)saved_pdf_path;
8129 +(BOOL)fromDWG: (NSString *)engine_path src_dwg_path: (NSString *)src_dwg_path saved_pdf_path: (NSString *)saved_pdf_path settings: (
FSDWG2PDFSettingData*)settings;
8130 +(BOOL)toXML: (NSString *)src_pdf_path src_file_password: (NSString *)src_file_password saved_xml_path: (NSString *)saved_xml_path saved_image_folder_path: (NSString *)saved_image_folder_path is_force_to_tagged_pdf: (BOOL)is_force_to_tagged_pdf;
8214 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8368 -(id)
init NS_UNAVAILABLE;
8370 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8397 -(id)
init NS_UNAVAILABLE;
8399 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8414 -(id)
init NS_UNAVAILABLE;
8416 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8430 -(id)
init NS_UNAVAILABLE;
8432 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8443 typedef NS_ENUM(NSInteger, FSTaggedPDFCallbackReportCategory) {
8444 FSTaggedPDFCallbackReportCategoryRegion = 0,
8445 FSTaggedPDFCallbackReportCategoryArtifact = 1,
8446 FSTaggedPDFCallbackReportCategoryParagraph = 2,
8447 FSTaggedPDFCallbackReportCategoryListItem = 3,
8448 FSTaggedPDFCallbackReportCategoryFigure = 4,
8449 FSTaggedPDFCallbackReportCategoryTable = 5,
8450 FSTaggedPDFCallbackReportCategoryTableRow = 6,
8451 FSTaggedPDFCallbackReportCategoryTableHeader = 7,
8452 FSTaggedPDFCallbackReportCategoryTocItem = 8
8455 typedef NS_ENUM(NSInteger, FSTaggedPDFCallbackReportConfidence) {
8456 FSTaggedPDFCallbackReportConfidenceHigh = 0,
8457 FSTaggedPDFCallbackReportConfidenceMediumHigh = 1,
8458 FSTaggedPDFCallbackReportConfidenceMedium = 2,
8459 FSTaggedPDFCallbackReportConfidenceMediumLow = 3,
8460 FSTaggedPDFCallbackReportConfidenceLow = 4
8466 -(id)
init NS_UNAVAILABLE;
8468 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8475 -(BOOL)setAsDecorativeFigure: (
int)figure_index;
8476 -(void)setFigureAlternateText: (
int)figure_index alternate_text: (NSString *)alternate_text;
8477 -(NSString *)getFigureAlternateText: (
int)figure_index;
8478 -(
FSRectF*)getFigureRect: (
int)figure_index;
8479 -(int)getFigurePageIndex: (
int)figure_index;
8490 @property (nonatomic, getter=getIs_whole_word) BOOL is_whole_word;
8491 @property (nonatomic, getter=getIs_case_sensitive) BOOL is_case_sensitive;
8492 -(id)
init NS_UNAVAILABLE;
8494 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8495 -(id)initWithIs_whole_word: (BOOL)is_whole_word is_case_sensitive: (BOOL)is_case_sensitive;
8497 -(void)set: (BOOL)is_whole_word is_case_sensitive: (BOOL)is_case_sensitive;
8505 -(id)
init NS_UNAVAILABLE;
8507 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8511 -(void)setPattern: (NSString *)keywords page_index: (
int)page_index find_option: (
FSFindOption*)find_option;
8513 -(BOOL)replacePrev: (NSString *)replace_text;
8514 -(BOOL)replaceNext: (NSString *)replace_text;
8523 -(id)
init NS_UNAVAILABLE;
8525 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8557 -(id)
init NS_UNAVAILABLE;
8559 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8564 -(void)startEditing: (
int)page_index start_point: (
FSPointF*)start_point end_point: (
FSPointF*)end_point;
8565 -(void)exitEditing: (BOOL)is_end_directly;
8566 -(BOOL)insertText: (NSString *)text;
8568 -(BOOL)onChar: (
unsigned int)char_code;
8569 -(BOOL)onKeyDown: (
unsigned int)key_code;
8570 -(BOOL)onKeyUp: (
unsigned int)key_code;
8571 -(BOOL)onLButtonDown: (
int)page_index point: (
FSPointF*)point;
8572 -(BOOL)onLButtonUp: (
int)page_index point: (
FSPointF*)point;
8573 -(BOOL)onLButtonDoubleClick: (
int)page_index point: (
FSPointF*)point;
8574 -(BOOL)onMouseMove: (
int)page_index point: (
FSPointF*)point;
8575 -(BOOL)onMouseWheel: (
int)page_index point: (
FSPointF*)point delta: (
int)delta;
8588 -(void)setFontName: (NSString *)font_name;
8589 -(void)setFontSize: (
float)font_size;
8590 -(void)setTextColor: (
unsigned int)text_color;
8591 -(void)setBold: (BOOL)is_bold;
8592 -(void)setItalic: (BOOL)is_italic;
8594 -(void)setCharSpace: (
float)char_space;
8595 -(void)setCharHorizontalScale: (
int)scale;
8596 -(void)setLineSpace: (
float)line_space;
8597 -(void)setUnderline: (BOOL)is_underline;
8598 -(void)setStrikethrough: (BOOL)is_striketrough;
8599 -(void)setSuperscript: (BOOL)is_superscript;
8600 -(void)setSubscript: (BOOL)is_subscript;
8601 -(void)setParagraphSpacing: (
float)paragraph_space;
8621 -(id)
init NS_UNAVAILABLE;
8623 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8630 -(BOOL)onLButtonDown: (
int)page_index point: (
FSPointF*)point;
8631 -(BOOL)onLButtonUp: (
int)page_index point: (
FSPointF*)point;
8632 -(BOOL)onMouseMove: (
int)page_index point: (
FSPointF*)point;
8645 -(id)
init NS_UNAVAILABLE;
8647 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8653 -(void)setSystemDPI: (
float)horizontal_dpi vertical_dpi: (
float)vertical_dpi;
8671 @property (nonatomic, weak, getter=getResponse_data) NSData * response_data;
8673 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8688 @property (nonatomic, weak, getter=getStart_time)
FSDateTime* start_time;
8689 @property (nonatomic, weak, getter=getEnd_time)
FSDateTime* end_time;
8691 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8733 @property (nonatomic, getter=getIs_ca) BOOL is_ca;
8734 @property (nonatomic, getter=getIs_trusted) BOOL is_trusted;
8735 @property (nonatomic, weak, getter=getResponse)
FSResponse* response;
8736 @property (nonatomic, weak, getter=getResponse_effect_time_range)
FSTimeRange* response_effect_time_range;
8737 @property (nonatomic, weak, getter=getRevoke_time)
FSDateTime* revoke_time;
8740 @property (nonatomic, weak, getter=getCert_check_time)
FSDateTime* cert_check_time;
8741 @property (nonatomic, getter=getExist_signature_vri_creation_time) BOOL exist_signature_vri_creation_time;
8742 @property (nonatomic, weak, getter=getSignature_vri_creation_time)
FSDateTime* signature_vri_creation_time;
8743 @property (nonatomic, getter=getExist_response_signature_vri_creation_time) BOOL exist_response_signature_vri_creation_time;
8744 @property (nonatomic, weak, getter=getResponse_signature_vri_creation_time)
FSDateTime* response_signature_vri_creation_time;
8746 @property (nonatomic, weak, getter=getCert) NSData * cert;
8748 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8764 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8767 -(
unsigned long)getSize;
8770 -(void)removeAt: (
unsigned long)index;
8783 @property (nonatomic, weak, getter=getIssuer) NSData * issuer;
8784 @property (nonatomic, weak, getter=getCert) NSData * cert;
8786 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8787 -(id)initWithCert: (NSData *)cert issuer: (NSData *)issuer;
8790 -(void)set: (NSData *)cert issuer: (NSData *)issuer;
8801 @property (nonatomic, weak, getter=getOcsp_array) NSArray<NSData *> * ocsp_array;
8802 @property (nonatomic, weak, getter=getCrl_array) NSArray<NSData *> * crl_array;
8804 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8805 -(id)initWithOcsp_array: (NSArray<NSData *> *)ocsp_array crl_array: (NSArray<NSData *> *)crl_array;
8808 -(void)set: (NSArray<NSData *> *)ocsp_array crl_array: (NSArray<NSData *> *)crl_array;
8825 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8828 -(
unsigned long)getSize;
8831 -(void)removeAt: (
unsigned long)index;
8851 -(id)
init NS_UNAVAILABLE;
8853 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8854 -(id)initWithDocument: (
FSPDFDoc*)document is_verify_signature: (BOOL)is_verify_signature use_expired_tst: (BOOL)use_expired_tst ignore_doc_info: (BOOL)ignore_doc_info time_type: (
FSLTVVerifierTimeType)time_type;
8876 -(id)
init NS_UNAVAILABLE;
8878 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8896 @property (nonatomic, weak, getter=getText_state)
FSTextState* text_state;
8897 @property (nonatomic, weak, getter=getText) NSString * text;
8898 -(id)
init NS_UNAVAILABLE;
8900 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8901 -(id)initWithText_state: (
FSTextState*)text_state text: (NSString *)text;
8903 -(void)set: (
FSTextState*)text_state text: (NSString *)text;
8914 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8917 -(
unsigned long)getSize;
8920 -(void)removeAt: (
unsigned long)index;
8940 -(id)
init NS_UNAVAILABLE;
8942 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8958 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8963 -(void)move: (
FSPointF*)point width: (
float)width height: (
float)height rotation: (
FSRotation)rotation;
8972 -(id)
init NS_UNAVAILABLE;
8974 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8984 -(id)
init NS_UNAVAILABLE;
8986 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8989 -(void)setBitmap: (
FSBitmap*)bitmap;
8996 -(id)
init NS_UNAVAILABLE;
8998 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
8999 -(id)initWithFile_path: (NSString *)file_path password: (NSString *)password;
9003 -(void)setBookmarkTitle: (NSString *)bookmark_title;
9004 -(void)setPDFFileName: (NSString *)pdf_file_name;
9016 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
9019 -(
unsigned long)getSize;
9022 -(void)removeAt: (
unsigned long)index;
9045 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
9055 -(id)
init NS_UNAVAILABLE;
9057 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
9058 -(id)initWithFile_path: (NSString *)file_path password: (NSString *)password;
9059 -(id)initWithReader_callback: (
id<
FSFileReaderCallback>)reader_callback password: (NSString *)password file_name: (NSString *)file_name;
9073 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
9076 -(
unsigned long)getSize;
9079 -(void)removeAt: (
unsigned long)index;
9080 -(void)insertAt: (
unsigned long)index element: (
FSFormFileInfo*)element;
9089 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
9090 +(void)combineFormsToCSV: (
FSFormFileInfoArray*)form_file_array dest_csv_file: (NSString *)dest_csv_file append: (BOOL)append;
9098 typedef NS_ENUM(NSInteger, FSAnnotationSummaryCallbackAnnotationSummaryStringID) {
9099 FSAnnotationSummaryCallbackAnnotationSummaryStringIDAuthor = 0,
9100 FSAnnotationSummaryCallbackAnnotationSummaryStringIDDate = 1,
9101 FSAnnotationSummaryCallbackAnnotationSummaryStringIDPage = 2,
9102 FSAnnotationSummaryCallbackAnnotationSummaryStringIDType = 3,
9103 FSAnnotationSummaryCallbackAnnotationSummaryStringIDDocumentTitle = 4,
9104 FSAnnotationSummaryCallbackAnnotationSummaryStringIDPageTitle = 5,
9105 FSAnnotationSummaryCallbackAnnotationSummaryStringIDNoAnnotations = 6,
9106 FSAnnotationSummaryCallbackAnnotationSummaryStringIDNumber = 7,
9107 FSAnnotationSummaryCallbackAnnotationSummaryStringIDSubject = 8
9135 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
9142 -(void)setAnnotType: (
FSAnnotType)type use_all: (BOOL)use_all;
9143 -(void)setFileTitle: (NSString *)title;
9144 -(void)setPageRect: (
FSRectF*)rect;
9145 -(void)setPageMargin: (
FSRectF*)margin;
9146 -(void)setStartPage: (
int)page_index;
9147 -(void)setEndPage: (
int)page_index;
9148 -(void)enableOutputNoAnnotationPage: (BOOL)enable;
9149 -(void)setConnectorLineColor: (
unsigned int)color;
9150 -(void)setConnectorLineOpacity: (
float)opacity;
9158 -(id)
init NS_UNAVAILABLE;
9160 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
9161 -(id)initWithDocument: (
FSPDFDoc*)document;
9205 -(id)
init NS_UNAVAILABLE;
9207 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
9208 -(id)initWithPdf_doc: (
FSPDFDoc*)pdf_doc;
9211 -(void)setSimulationProfile: (NSString *)icc_profile_path;
9214 -(
unsigned int)getSpotPlateColor: (NSString *)plate_name;
9215 -(void)setCheckStatus: (NSString *)plate_name to_check: (BOOL)to_check;
9216 -(BOOL)isChecked: (NSString *)plate_name;
9217 -(void)enableSimulateOverprint: (BOOL)is_to_simulate_overprint;
9232 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
9247 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
9250 -(
unsigned long)getSize;
9253 -(void)removeAt: (
unsigned long)index;
9254 -(void)insertAt: (
unsigned long)index element: (
FSPortfolioNode*)element;
9262 @property (nonatomic, weak, getter=getDescription) NSString * description;
9263 -(id)
init NS_UNAVAILABLE;
9265 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
9268 -(NSString *)getName;
9270 -(
FSPortfolioFileNode*)addFileWithStreamCallback: (id<FSFileStreamCallback>)file_stream file_name: (NSString *)file_name;
9283 -(id)
init NS_UNAVAILABLE;
9285 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
9295 @property (nonatomic, weak, getter=getKeyName) NSString * keyName;
9296 @property (nonatomic, weak, getter=getSubtypeName) NSString * subtypeName;
9297 @property (nonatomic, weak, getter=getDisplayName) NSString * displayName;
9299 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
9304 -(void)setVisibility: (BOOL)is_visible;
9316 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
9319 -(
unsigned long)getSize;
9322 -(void)removeAt: (
unsigned long)index;
9323 -(void)insertAt: (
unsigned long)index element: (
FSSchemaField*)element;
9339 @property (nonatomic, weak, getter=getSortingFieldKeyName) NSString * sortingFieldKeyName;
9340 @property (nonatomic, weak, getter=getInitialFileSpecKeyName) NSString * initialFileSpecKeyName;
9342 -(id)
init NS_UNAVAILABLE;
9344 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
9351 -(BOOL)isSortedInAscending;
9352 -(void)setSortingOrder: (BOOL)use_ascending_order;
9367 -(id)
init NS_UNAVAILABLE;
9369 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
9387 -(id)
init NS_UNAVAILABLE;
9389 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
9405 @property (nonatomic, weak, getter=getOutput_folder_path) NSString * output_folder_path;
9406 @property (nonatomic, getter=getAdd_before_or_after_orginal_name) BOOL add_before_or_after_orginal_name;
9407 @property (nonatomic, weak, getter=getCustom_name) NSString * custom_name;
9408 @property (nonatomic, weak, getter=getSeparator) NSString * separator;
9409 @property (nonatomic, getter=getIs_overwrite) BOOL is_overwrite;
9411 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
9413 -(void)set: (NSString *)output_folder_path add_before_or_after_orginal_name: (BOOL)add_before_or_after_orginal_name custom_name: (NSString *)custom_name separator: (NSString *)separator is_overwrite: (BOOL)is_overwrite;
9419 -(id)
init NS_UNAVAILABLE;
9421 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
9422 -(id)initWithFile_path: (NSString *)file_path password: (NSString *)password;
9423 -(id)initWithFile_reader: (
id<
FSFileReaderCallback>)file_reader password: (NSString *)password file_name: (NSString *)file_name;
9424 -(id)initWithDoc: (
FSPDFDoc*)doc file_name: (NSString *)file_name;
9438 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
9441 -(
unsigned long)getSize;
9444 -(void)removeAt: (
unsigned long)index;
9464 @property (nonatomic, weak, getter=getBefore_splitting_file_name) NSString * before_splitting_file_name;
9465 @property (nonatomic, weak, getter=getAfter_split_files_paths) NSArray<NSString *> * after_split_files_paths;
9468 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
9480 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
9483 -(
unsigned long)getSize;
9486 -(void)removeAt: (
unsigned long)index;
9498 -(id)initWithCptr: (
void*)cptr swigOwnCObject: (BOOL)ownCObject;
9526 -(void)onProgress:(NSString*)message progress:(
float)progress;
9551 -(void)progressNotify:(NSString*)before_splitting_file_name after_split_file_path:(NSString*)after_split_file_path split_page_count:(
int)split_page_count total_page_count:(
int)total_page_count;
9595 -(NSData *)readBlock: (
unsigned long long)offset size: (
unsigned long long)size;
9625 -(BOOL)writeBlock:(NSData*)data offset:(
unsigned long long)offset;
9656 -(NSData *)readBlock: (
unsigned long long)offset size: (
unsigned long long)size;
9665 -(BOOL)writeBlock:(NSData*)data offset:(
unsigned long long)offset;
9717 -(BOOL)seek:(
int)current_pos;
9726 -(FSMediaPlayerCallbackJSMediaPlayerState)
getState;
9758 -(BOOL)invalidateRect:(
FSPDFDoc*)document page_index:(
int)page_index pdf_rect:(
FSRectF*)pdf_rect;
9770 -(int)getCurrentPage:(
FSPDFDoc*)document;
9782 -(void)setCurrentPage:(
FSPDFDoc*)document page_index:(
int)page_index;
9823 -(BOOL)setPageRotation:(
FSPDFDoc*)document page_index:(
int)page_index rotation:(
FSRotation)rotation;
9837 -(BOOL)executeNamedAction:(
FSPDFDoc*)document named_action:(NSString*)named_action;
9851 -(BOOL)setDocChangeMark:(
FSPDFDoc*)document change_mark:(BOOL)change_mark;
9863 -(BOOL)getDocChangeMark:(
FSPDFDoc*)document;
9886 -(
FSPDFDoc*)getOpenedDoc:(
int)index;
9919 -(void)closeDoc:(
FSPDFDoc*)document is_prompt_to_save:(BOOL)is_prompt_to_save;
9932 -(
FSPDFDoc*)openDoc:(NSString*)file_path password:(NSString*)password;
9951 -(BOOL)beep:(
int)type;
9971 -(NSString*)response:(NSString*)question title:(NSString*)title default_value:(NSString*)default_value label:(NSString*)label is_password:(BOOL)is_password;
9983 -(NSString*)getFilePath:(
FSPDFDoc*)document;
9995 -(BOOL)isLocalFile:(
FSPDFDoc*)document;
10009 -(NSString*)getAttachmentsFilePath:(
FSPDFDoc*)pdf_doc name:(NSString*)name;
10023 -(NSString*)getExtractedEmbeddedFilePath:(
FSPDFDoc*)pdf_doc name:(NSString*)name;
10048 -(BOOL)print:(
FSPDFDoc*)document is_ui:(BOOL)is_ui page_range:(
FSRange*)page_range is_silent:(BOOL)is_silent is_shrunk_to_fit:(BOOL)is_shrunk_to_fit is_printed_as_image:(BOOL)is_printed_as_image is_reversed:(BOOL)is_reversed is_to_print_annots:(BOOL)is_to_print_annots;
10077 -(BOOL)submitForm:(
FSPDFDoc*)document form_data:(NSData*)form_data url:(NSString*)url file_format_type:(FSFileFormatType)file_format_type;
10089 -(BOOL)launchURL:(NSString*)url;
10113 -(NSString*)
browseFile:(BOOL)is_open_dialog file_format:(NSString*)file_format file_filter:(NSString*)file_filter;
10157 -(int)alert:(NSString*)msg title:(NSString*)title type:(
int)type icon:(
int)icon;
10188 -(NSString*)popupMenu:(
FSMenuListArray*)menus is_selected_item:(NSNumber**)is_selected_item;
10202 -(
FSMenuItemEx*)popupMenuEx:(FSMenuItemExArray*)menus is_selected_item:(NSNumber**)is_selected_item;
10218 -(NSString*)getAppInfo:(FSActionCallbackAppInfoType)type;
10251 -(BOOL)mailData:(
void*)data data_type:(FSActionCallbackMailType)data_type is_ui:(BOOL)is_ui to:(NSString*)to subject:(NSString*)subject cc:(NSString*)cc bcc:(NSString*)bcc message:(NSString*)message;
10267 -(
unsigned int)verifySignature:(
FSPDFDoc*)document pdf_signature:(
FSSignature*)pdf_signature;
10312 -(BOOL)removeToolButtom:(NSString*)button_name;
10343 -(BOOL) addMenuItem:(
FSMenuItemConfig*)menu_item_config is_prepend:(BOOL)is_prepend;
10385 -(void) setFullScreen:(BOOL)is_full_screen;
10402 -(void) onFieldValueChanged:(NSString*)field_name type:(FSActionCallbackJSFieldValueChangeType)type value_before_changed:(NSArray<NSString*>*)value_before_changed value_after_changed:(NSArray<NSString*>*)value_after_changed;
10433 -(FSActionCallbackJsMailResult)mailDoc:(
FSPDFDoc*)document to_address:(NSString*)to_address cc_address:(NSString*)cc_address bcc_address:(NSString*)bcc_address subject:(NSString*)subject message:(NSString*)message is_ui:(BOOL)is_ui;
10447 -(NSString*)getTemporaryFileName:(
FSPDFDoc*)document file_name:(NSString*)file_name;
10499 -(void)selectPageNthWord:(
int)page_index start_offset:(
int)start_offset end_offset:(
int)end_offset is_show_selection:(BOOL)is_show_selection;
10526 -(
FSRectF*)getPageWindowRect: (
FSPDFDoc*)document page_index:(
int)page_index;;
10553 -(void)setLayoutMode:(FSActionCallbackLayoutMode)layout_mode is_cover_mode:(BOOL)is_cover_mode;
10610 -(void)query:(NSString*)keywords search_scope:(FSActionCallbackSearchScope)search_scope search_option:(
FSSearchOption*)search_opion di_path:(NSString*)di_path;
10671 -(void) enablePageLoop:(BOOL)is_loop;
10703 -(void) setDefaultPageTransitionMode:(NSString*)trans_type trans_di:(NSString*)trans_di;
10727 -(void) postMessageToHtml:(NSArray<NSString*>*)message;
10780 -(BOOL) initModifyItem:(
FSPDFDoc*)document item_type:(FSActionCallbackModifyItemType)item_type page_index:(
int)page_index dict_name:(NSString*)dict_name;
10789 -(void) resetModifyItem:(
FSPDFDoc*)document;
10801 -(int) getVisiblePageCount:(
FSPDFDoc*)document;
10815 -(int) getVisiblePage:(
FSPDFDoc*)document index:(
int)index;
10856 -(BOOL)hasIcon: (
FSAnnotType)annot_type icon_name: (NSString*)icon_name;
10867 -(BOOL)canChangeColor: (
FSAnnotType)annot_type icon_name: (NSString*)icon_name;
10893 -(
FSShadingColor*)getShadingColor: (
FSAnnotType)annot_type icon_name: (NSString*)icon_name referenced_color: (
unsigned int)referenced_color shading_index: (
int)shading_index;
10903 -(NSNumber*)getDisplayWidth: (
FSAnnotType)annot_type icon_name: (NSString*)icon_name;
10913 -(NSNumber*)getDisplayHeight: (
FSAnnotType)annot_type icon_name: (NSString*)icon_name;
10971 -(void)onDocWillDestroy:(
FSPDFDoc*)document;
10979 -(void)onDocWillSave:(
FSPDFDoc*)document;
11014 -(BOOL)isDataAvail:(
int)offset size:(
int)size;
11029 -(BOOL)addDownloadHint:(
int)offset size:(
int)size;
11063 -(BOOL)setTimer:(
int)elapse timer:(
FSTimer*)timer out_timer_id:(
int*)out_timer_id;
11072 -(BOOL)killTimer:(
int)timer_id;
11084 -(void)focusGotOnControl:(
FSControl*)control value:(NSString*)value;
11097 -(void)focusLostFromControl:(
FSControl*)control value:(NSString*)value;
11120 -(BOOL)appendPopupMenuItem:(const
void*)h_popup_menu popup_menu_item:(FSFillerAssistCallbackPopupMenuItem)popup_menu_item default_string:(NSString*)default_string;
11134 -(BOOL)enablePopupMenuItem:(const
void*)h_popup_menu popup_menu_item:(FSFillerAssistCallbackPopupMenuItem)popup_menu_item is_enabled:(BOOL)is_enabled;
11146 -(BOOL)showPopupMenu:(const
void*)h_popup_menu point:(
FSPointF*)point;
11157 -(void)destroyPopupMenu:(const
void*)h_popup_menu;
11168 -(void)setClipboardText:(NSString*)text;
11189 -(void)reportInvalidValue:(NSString*)form_field_name invalid_value:(NSString*)invalid_value;
11216 -(int)retrieveSearchResult:(NSString*)file_path page_index:(
int)page_index match_result:(NSString*)match_result match_start_text_index:(
int)match_start_text_index match_end_text_index:(
int)match_end_text_index sentence:(NSString*)sentence match_sentence_start_text_index:(
int)match_sentence_start_text_index match_sentence_end_text_index:(
int)match_sentence_end_text_index;
11287 -(NSData*)getDecryptionKey:(NSData*)envelope_buffer;
11310 -(BOOL)isOwner: (
FSPDFDoc *)document sub_filter:(NSString*)sub_filter;
11322 -(
unsigned int)getUserPermissions:(
FSPDFDoc*)document sub_filter:(NSString*)sub_filter;
11348 -(int)getKeyLength:(
FSPDFDoc*)document sub_filter:(NSString*)sub_filter;
11359 -(NSString*)getFileID:(
FSPDFDoc*)document sub_filter:(NSString*)sub_filter;
11370 -(NSData*)getInitialKey:(
FSPDFDoc*)document sub_filter:(NSString*)sub_filter;
11394 -(
void *)createContext: (NSString*)filter sub_filter: (NSString*)sub_filter encrypt_info: (NSString*)encrypt_info;
11405 -(BOOL)releaseContext: (
void *)context;
11419 -(
unsigned int)getUserPermissions: (
void *)context user_permission: (
FSPDFDocUserPermissions)user_permission;
11430 -(BOOL)isOwner: (
void *)context;
11453 -(NSData *)getEncryptKey: (
void *)context;
11465 -(
unsigned int)getDecryptedSize: (
void *)context src_data_size: (
unsigned int)src_data_size;
11478 -(
void *)startDecryptor: (
void *)context obj_num: (
int)obj_num gen_num: (
int)gen_num;
11491 -(NSData*)decryptData: (
void *)decryptor encrypted_data: (
void *)encrypted_data encrypted_data_len: (
unsigned int)encrypted_data_len;
11502 -(NSData *)finishDecryptor: (
void *)decryptor;
11517 -(
unsigned int)getEncryptedSize: (
void *)context obj_num: (
int)obj_num gen_num: (
int)gen_num src_data: (
void *)src_data src_data_len: (
unsigned int)src_data_len;
11534 -(BOOL)encryptData: (
void *)context obj_num: (
int)obj_num gen_num: (
int)gen_num src_data: (
void *)src_data src_data_len: (
unsigned int)src_data_len out_dst_buffer: (
void *)out_dst_buffer out_dst_buffer_len: (
unsigned int*)out_dst_buffer_len;
11554 -(BOOL)useStandardCryptoMethod:(
void*)context;
11599 -(BOOL)startCalcDigest: (
id<
FSFileReaderCallback>)file byte_range_array: (NSArray<NSNumber *> *)byte_range_array signature: (
FSSignature*)signature client_data: (
void* )client_data;
11631 -(NSData *)getDigest: (
void* )client_data;
11652 -(NSData *)sign: (NSData*)digest cert_path: (NSString* )cert_path cert_password: (NSString* )cert_password digest_algorithm: (
FSSignatureDigestAlgorithm)digest_algorithm client_data: (
void* )client_data;
11673 -(NSData *)sign: (NSData*)digest cert_file_stream:(
id<
FSFileStreamCallback>)cert_file_stream cert_password: (NSString* )cert_password digest_algorithm: (
FSSignatureDigestAlgorithm)digest_algorithm client_data: (
void* )client_data;
11694 -(
FSSignatureStates)verifySigState: (NSData*)digest signed_data: (NSData*)signed_data client_data: (
void* )client_data;
11724 -(FSSignatureCallbackCertValidity)checkCertificateValidity:(NSString*)cert_path cert_password:(NSString*)cert_password client_data:(
void*)client_data;
11768 -(NSString*)getAppInfo:(FSActionCallbackAppInfoType)app_info;
11777 -(void)beep:(FSAppProviderCallbackBeepType)type;
11791 -(FSAppProviderCallbackMsgBoxButtonID)msgBox:(NSString*)message title:(NSString*)title icon_type: (FSAppProviderCallbackMsgBoxIconType) icon_type button_type: (FSAppProviderCallbackMsgBoxButtonType)button_type;
11804 -(NSString*)response:(NSString*)question title:(NSString*)title default_answer:(NSString*)default_answer is_mask:(BOOL)is_mask;
11827 -(NSString*)postRequestURL:(NSString*)url data:(NSString*)data content_type:(NSString*)content_type encode:(NSString*)encode header:(NSString*)header;
11838 -(BOOL)putRequestURL:(NSString*)url data:(NSString*)data encode:(NSString*)encode;
11856 -(NSString*)loadString:(FSAppProviderCallbackStringID)string_id;
11867 -(NSArray<NSString*>*)showFileDialog:(NSString*)string_title string_filter:(NSString*)string_filter is_openfile_dialog:(BOOL)is_openfile_dialog;
11890 -(void)invalidateRect:(
int)page_index rect:(
FSRectF*)rect flag:(FSDocProviderCallbackInvalidateFlag)flag;
11901 -(void)displayCaret:(
int)page_index is_visible:(BOOL)is_visible rect:(
FSRectF*)rect;
11916 -(BOOL)getPopupPos:(
int)page_index min_popup:(
float)min_popup max_popup:(
float)max_popup rect_widget:(
FSRectF*)rect_widget inout_rect_popup:(
FSRectF*)inout_rect_popup;
11925 -(BOOL)popupMenu:(
int)page_index rect_popup:(
FSPointF*)rect_popup;
11933 -(int)getCurrentPage:(
FSPDFDoc*) doc;
11942 -(void)setCurrentPage:(
FSPDFDoc*) doc current_page_index:(
int)current_page_index;
11950 -(void)setChangeMark:(
FSXFADoc*) doc;
11958 -(NSString*)getTitle:(
FSPDFDoc*) doc;
11968 -(void)setFocus:(
FSXFAWidget*)xfa_widget is_relayout:(BOOL) is_relayout;
11979 -(void)exportData:(
FSPDFDoc*)doc file_path:(NSString*) file_path;
11990 -(void)importData:(
FSPDFDoc*)doc file_path:(NSString*) file_path;
11999 -(void)gotoURL:(
FSPDFDoc*)doc url:(NSString*) url;
12012 -(void)print:(
FSPDFDoc*)doc start_page_index:(
int)start_page_index end_page_index:(
int)end_page_index options:(
int)options;
12020 -(int)getHighlightColor:(
FSPDFDoc*)doc;
12034 -(BOOL)submitData:(
FSPDFDoc*)doc target:(NSString*)target format:(FSDocProviderCallbackSubmitFormat)format text_encoding:(FSDocProviderCallbackTextEncoding)text_encoding content:(NSString*)content;
12045 -(void)pageViewEvent:(
int)page_index page_view_event_type:(FSDocProviderCallbackPageViewEventType)page_view_event_type;
12056 -(void)widgetEvent:(
FSXFAWidget *) xfa_widget widget_event_type:(FSDocProviderCallbackWidgetEventType)widget_event_type;
12083 -(void)updateCurrentStateData:(
int)current_rate current_state_string:(NSString*)current_state_string;
12101 -(NSArray<NSData*>*)getCertChainFromSignature: (NSData*)signature_content;
12142 -(BOOL)isCA:(NSData*)cert;
12151 -(
FSDateTime*)getDTSTime:(NSData*)signature_content;
12160 -(NSData*)getTSTSignature:(NSData*)signature_content;
12170 -(
FSDateTime*)getTSTTime:(NSData*)signature_content;
12180 -(
FSCertIssuerPair*)getOCSPCertAndIssuer:(NSData*)ocsp_data trust_cert_chain:(NSArray<NSData*>*)trust_cert_chain;
12190 -(
FSDateTime*)getOCSPProducedAtTime:(NSData*)ocsp_data;
12199 -(BOOL)isOCSPNeedCheck:(NSData*)ocsp_data;
12208 -(
FSTimeRange*)getCertValidTimeRange:(NSData*)cert;
12217 -(NSData*)getOCSPSignature:(NSData*)ocsp_data;
12226 -(NSData*)getCRLSignature:(NSData*)crl_data;
12266 -(BOOL)isCertTrusted:(NSData*)cert;
12274 -(BOOL)isCertTrustedRoot:(NSData*)cert;
12328 -(
FSFontMapResult*)mapFont:(NSString*)font_name is_truetype:(BOOL)is_truetype styles:(
unsigned int)styles weight:(
int)weight italic_angle:(
int)italic_angle charset:(
FSFontCharset)charset;
12343 -(NSArray<NSData *> *) mapFont:(NSString*)font_family_name charset:(
FSFontCharset)charset styles:(
unsigned int)styles weight:(
int)weight italic_angle:(
int)italic_angle;
12395 -(NSString*)loadString:(FSAnnotationSummaryCallbackAnnotationSummaryStringID)id;
12426 -(void)report:(FSTaggedPDFCallbackReportCategory)category confidence:(FSTaggedPDFCallbackReportConfidence)confidence page_index:(
int)page_index rect:(
FSRectF*)rect;
12448 -(BOOL)needToReplace:(NSString*)search_text replace_text:(NSString*)replace_text current_page_index:(
int)current_page_index text_rect_array:(
FSRectFArray*)text_rect_array;
12466 -(float)getTableTopMarginToPage:(
int)page_index;
12481 -(
FSPageBasicInfo*)GetNewPageBasicInfo:(
int)page_index rest_table_height:(
float)rest_table_height table_width:(
float)table_width;
12508 -(void*) getPageViewHandle:(
FSPDFDoc*)document page_index:(
int)page_index;
12526 -(float)getScale:(
FSPDFDoc*)document page_index:(
int)page_index;
12538 -(BOOL)gotoPageView:(
FSPDFDoc*)document page_index:(
int)page_index left:(
float)left top:(
float)top;
12546 -(NSArray<NSNumber *> *)getVisiblePageIndexArray:(
FSPDFDoc*)document;
12556 -(
FSRectF*)getPageVisibleRect:(
FSPDFDoc*)document page_index:(
int)page_index;
12566 -(
FSRectF*)getPageRect:(
FSPDFDoc*)document page_index:(
int)page_index;
12574 -(int)getCurrentPageIndex:(
FSPDFDoc*)document;
12595 -(void)invalidateRect:(
FSPDFDoc*)document page_index:(
int)page_index invalid_rects:(
FSRectFArray*)invalid_rects;
12613 -(void)setDocChangeMark:(
FSPDFDoc*)document;
12624 -(void)notifyTextInputReachLimit:(
FSPDFDoc*)document page_index:(
int)page_index;
FSPDFDocPasswordType
Enumeration for the type of current used password in a PDF document.
Definition: FSPDFObjC.h:5385
FSPagingSealSignature * getPagingSealSignature()
Get the associated paging seal signature.
XFA widget element: Start page.
Definition: FSPDFObjC.h:6171
NSString * getTemporaryDirectory()
A callback function to get temporary directory.
FSFullTextSearchRankMode
Enumeration for rank mode of full text search.
Definition: FSPDFObjC.h:7233
Definition: FSPDFObjC.h:4261
Revocatoin reason: superseded.
Definition: FSPDFObjC.h:8713
int getOpenedDocCount()
A callback function to receive the count of opened documents.
Multiply complements of backdrop by source color values, and then complement the result.
Definition: FSPDFObjC.h:1459
N key.
Definition: FSPDFObjC.h:4389
BOOL findNext()
Search for next matched pattern.
XFA widget element: Subset below.
Definition: FSPDFObjC.h:6090
Attribute type: role, which means strings of structure element meaning and standard type it maps to.
Definition: FSPDFObjC.h:8230
FSPDFPage * getPage()
Get the related PDF page.
Color space: DeviceN.
Definition: FSPDFObjC.h:693
The relationship is "Supplement" which means the file specification represents a supplemental represe...
Definition: FSPDFObjC.h:3241
Markup annotation state model: marked.
Definition: FSPDFObjC.h:2649
File format type: XFD.
Definition: FSPDFObjC.h:719
Detect and merge image fragments.
Definition: FSPDFObjC.h:7787
Compression quality: High, only for e_ImageCompressHigh compress mode.
Definition: FSPDFObjC.h:7717
BOOL onCopy()
Call this function when the popup menu item "Copy" is down.
NSString * getProviderVersion()
A callback function used to get provider version.
Foxit wrapper document.
Definition: FSPDFObjC.h:5463
Definition: FSPDFObjC.h:9585
XFA widget element: Delete.
Definition: FSPDFObjC.h:6290
Use for zooming.
Definition: FSPDFObjC.h:4258
XFA widget element: Xdp.
Definition: FSPDFObjC.h:6117
Attribute type: TBorderStyle, which represents the style of the border drawn on each edge of a table ...
Definition: FSPDFObjC.h:8254
XFA widget element: Meridiem Names.
Definition: FSPDFObjC.h:6326
If set, only show with RGB.
Definition: FSPDFObjC.h:9182
Border style: Beveled.
Definition: FSPDFObjC.h:2352
Winding fill mode, in which the system uses a direction in which a figure is drawn to determine wheth...
Definition: FSPDFObjC.h:646
XFA widget element: Form field filling.
Definition: FSPDFObjC.h:6252
Attribute type: TextDecorationType, which represents the text decoration, if any, to be applied to th...
Definition: FSPDFObjC.h:8260
This kind of event is triggered when the mouse button is depressed at a moment and the mouse pointer ...
Definition: FSPDFObjC.h:5998
Definition: FSPDFObjC.h:3783
File format type: XML.
Definition: FSPDFObjC.h:718
(Only useful for choice field) If set, the field's option items should be sorted alphabetically.
Definition: FSPDFObjC.h:4572
FSFileSpec * getFileSpec()
Get the related file specification object which is used to access an embedded file information and da...
Unknown Type.
Definition: FSPDFObjC.h:1753
Reverses the state of subsequent groups.
Definition: FSPDFObjC.h:2224
Fail to receive data during sending request process.
Definition: FSPDFObjC.h:4889
Window type: the rectangle occupied by the screen annotation which is associated with the rendition o...
Definition: FSPDFObjC.h:1819
Enum value: Circle, which means open circular bullet.
Definition: FSPDFObjC.h:8315
Icon fit information entry. "IF" in MK dictionary.
Definition: FSPDFObjC.h:2516
(Used with state model FSMarkupStateModelReview) The change has been deferred.
Definition: FSPDFObjC.h:2661
FSStructTreeEntityStructTreeEntityType getType()
Get structure tree entity type.
Encoding foramt: "ISO_2022_CN".
Definition: FSPDFObjC.h:7916
Structure element type: Annot, which means "Annotation" and represents an association between a porti...
Definition: FSPDFObjC.h:8181
FSAnnotProperty
Enumeration for some PDF annotation property.
Definition: FSPDFObjC.h:2499
Discard document tags.
Definition: FSPDFObjC.h:7785
Indicates that the point is the first point of a figure.
Definition: FSPDFObjC.h:996
int getCount()
Get the count of elements in current name tree.
Javascript event item type: button position.
Definition: FSPDFObjC.h:3875
FSXFADocType getType()
Get the XFA document type.
FSXFAWidget * getFirstWidget()
Get the first XFA widget in current tab order.
Any of players in this type may be used in playing the associated media clip.
Definition: FSPDFObjC.h:1802
Definition: FSPDFObjC.h:4123
Encoding foramt: "JAGRAN".
Definition: FSPDFObjC.h:7920
Definition: FSPDFObjC.h:7179
Definition: FSPDFObjC.h:7326
Definition: FSPDFObjC.h:10827
XFA widget element: Data model.
Definition: FSPDFObjC.h:6139
XFA loading error.
Definition: FSPDFObjC.h:502
Structure element type: Private, which means "Private element" and represents a grouping element cont...
Definition: FSPDFObjC.h:8153
FSSignatureSignatureType
Enumeration for signature type.
Definition: FSPDFObjC.h:4757
No encryption pattern.
Definition: FSPDFObjC.h:5394
Structure element type: TBody, which means "Table body row group" and represents a group of rows that...
Definition: FSPDFObjC.h:8172
XFA widget element: Era.
Definition: FSPDFObjC.h:6105
Enum value: Page, which means page artifacts. Production aids extraneous to the document itself,...
Definition: FSPDFObjC.h:8341
This kind of event is triggered before the document is rendered but after data binding.
Definition: FSPDFObjC.h:5992
Javascript event item type: rich text.
Definition: FSPDFObjC.h:3899
XFA widget element: Instance manager.
Definition: FSPDFObjC.h:6293
FSPDFDoc * createBlankDoc()
A callback function to create a blank PDF document object.
Two short lines meeting in an acute angle to form an open arrowhead.
Definition: FSPDFObjC.h:2670
Color space: DeviceCMYK. (4 components, C, M, Y, K)
Definition: FSPDFObjC.h:687
Result type: delete path.
Definition: FSPDFObjC.h:7522
XFA widget element: Border.
Definition: FSPDFObjC.h:6160
If set, show signing time on signature appearance.
Definition: FSPDFObjC.h:4730
If this is used, "mm/yy" would be used as the date format string.
Definition: FSPDFObjC.h:5184
Print Content: print the contents of form fields only. Useful for printing onto pre-preprinted forms.
Definition: FSPDFObjC.h:3573
Use Flate to encode streams that are not encoded.
Definition: FSPDFObjC.h:7769
Enum value: UpperRoman, which means uppercase roman numerals (I, II, III, IV, ...).
Definition: FSPDFObjC.h:8318
XFA widget element: Pagination.
Definition: FSPDFObjC.h:6134
FSTimeStampServerSendRequestResult
Enumeration for the result of sending time stamp request.
Definition: FSPDFObjC.h:4884
Result type: replace path.
Definition: FSPDFObjC.h:7524
Font charset: Traditional Chinese.
Definition: FSPDFObjC.h:894
If set, all annotations expect highlight will be rendered.
Definition: FSPDFObjC.h:3166
Device type: display device.
Definition: FSPDFObjC.h:3179
Definition: FSPDFObjC.h:3610
NSString * getCompressionFormat()
Get the name of the sound compression format used on the sample data.
Structure element info type: Alternative Description, which means the alternative description of stru...
Definition: FSPDFObjC.h:1716
Indicates that a line is drawn from the previous point to this point.
Definition: FSPDFObjC.h:997
Content has not been parsed yet. Usually, this represents PDF page has not been parsed yet.
Definition: FSPDFObjC.h:495
Annotation type: ink annotation. One of standard annotation in <PDF reference 1.7>.
Definition: FSPDFObjC.h:2461
FSTextPageTextParseFlags
Enumeration for parsing flags used for text page.
Definition: FSPDFObjC.h:6660
XFA widget element: Number pattern.
Definition: FSPDFObjC.h:6096
BOOL needToPause()
A callback function used to pause the current splitting progress.
int getSize()
Get the number of elements in the array.
XFA widget element: Date time symbols.
Definition: FSPDFObjC.h:6188
XFA widget element: Print scaling.
Definition: FSPDFObjC.h:6098
Javascript event item type: delay.
Definition: FSPDFObjC.h:3888
XFA widget element: Open action.
Definition: FSPDFObjC.h:6353
Definition: FSPDFObjC.h:11001
Attribute type: BackgroundColor, which represents the color to be used to fill the background of a ta...
Definition: FSPDFObjC.h:8238
Javascript event: Form field validate.
Definition: FSPDFObjC.h:3832
No text merge.
Definition: FSPDFObjC.h:4964
Value type: an array of elements.
Definition: FSPDFObjC.h:8364
Print Handling: Small or normal pages are printed in the original size and large pages are printed on...
Definition: FSPDFObjC.h:3606
Rotate 90 degrees in counter-clockwise direction.
Definition: FSPDFObjC.h:1161
Structure element type: Quote, which means "Quotation" and represents an inline portion of text attri...
Definition: FSPDFObjC.h:8175
1 key.
Definition: FSPDFObjC.h:4367
Bullet type: inverse tangent circle.
Definition: FSPDFObjC.h:8542
Left alignment.
Definition: FSPDFObjC.h:638
Definition: FSPDFObjC.h:11757
Widget attribute type: Right inset.
Definition: FSPDFObjC.h:6437
Compression mode: jpeg2000 lossy.
Definition: FSPDFObjC.h:7832
Invalid password. Usually, this error may occur when loading a PDF document with password....
Definition: FSPDFObjC.h:486
Name for module "AdvEdit".
Definition: FSPDFObjC.h:675
PAdES level: B-T.
Definition: FSPDFObjC.h:4767
(Currently, unsupported) Attribute type only for Table: Headers, which represents an array of element...
Definition: FSPDFObjC.h:8273
If set, form fields are to imported from or exported to FDF/XFDF document.
Definition: FSPDFObjC.h:5456
No "DWG2PDF" module right.
Definition: FSPDFObjC.h:559
XFA widget element: Current page.
Definition: FSPDFObjC.h:6319
Structure element type: BibEntry, which means "Bibliography entry" and represents a reference identif...
Definition: FSPDFObjC.h:8178
Show bookmark title as italic text.
Definition: FSPDFObjC.h:4082
When document is opened, thumbnail images are visible.
Definition: FSPDFObjC.h:5449
Definition: FSPDFObjC.h:11875
FSStructElement * getParentElement()
Get the parent structure element.
FSXFAWidgetPresenceProperty
Enumeration for presence attribute of XFA widget.
Definition: FSPDFObjC.h:6504
FSLRGraphicsObjectElement * getGraphicsObjectElement()
Get the related graphics object element.
Action type: reset-form action.
Definition: FSPDFObjC.h:1984
FSHitDataCheckSeverity
Enumeration for check severity of a hit data.
Definition: FSPDFObjC.h:7384
FSCertVerifyResultResponseInfoLocation
Enumeration for response information location.
Definition: FSPDFObjC.h:8721
XFA widget element: Certificates.
Definition: FSPDFObjC.h:6167
Booklet Binding: Right-side binding for text with right-to-left reading direction or Japanese-style v...
Definition: FSPDFObjC.h:3590
Booklet Duplex Mode: only prints all pages that appear on the front side of the paper.
Definition: FSPDFObjC.h:3584
(For Office-to-PDF conversion only) Libre office engine is not found.
Definition: FSPDFObjC.h:555
BOOL closeFigure()
Close current figure (which is also the last figure in current path).
The document has been changed within the scope of the signature. (This indicates that signature is in...
Definition: FSPDFObjC.h:4704
Always allowed.
Definition: FSPDFObjC.h:1797
Searchable text type: Only text displayed with SHX font is searchable.
Definition: FSPDFObjC.h:8041
If this is used, "dd/mm/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:5183
Color policy: No color policy. A drawing is exported with its native color palette (as is).
Definition: FSPDFObjC.h:8046
XFA widget element: Content copy.
Definition: FSPDFObjC.h:6200
Color policy: Drawing is exported to a monochrome PDF file.
Definition: FSPDFObjC.h:8047
When this is set, that means not to do halftone for shrinking or rotating.
Definition: FSPDFObjC.h:7725
Javascript event item type: insert item at.
Definition: FSPDFObjC.h:3912
"JavaScript" name tree.
Definition: FSPDFObjC.h:1643
FSProgressiveState
Enumeration for progress state.
Definition: FSPDFObjC.h:739
Multiply backdrop by source color values.
Definition: FSPDFObjC.h:1458
XFA widget element: Base.
Definition: FSPDFObjC.h:6309
Print Handling: Prints multiple pages on the same sheet of paper in the order required to read correc...
Definition: FSPDFObjC.h:3607
BOOL isEmpty()
Check whether current object is empty or not.
Encoding foramt: "Latin2".
Definition: FSPDFObjC.h:7871
int getSize()
Get the number of elements in the array.
Import pages without cloning stream objects into memory.
Definition: FSPDFObjC.h:5427
FSRendererContentFlag
Enumeration for rendering content flags.
Definition: FSPDFObjC.h:3162
Widget attribute type: Placement.
Definition: FSPDFObjC.h:6450
The state is undefined.
Definition: FSPDFObjC.h:4216
Relative type: align the floating window relative to the (selected) monitor display screen.
Definition: FSPDFObjC.h:3662
Definition: FSPDFObjC.h:9204
(Only useful for text field) If set, text entered in the field is not spell-checked.
Definition: FSPDFObjC.h:4566
Type of exported data: XDP.
Definition: FSPDFObjC.h:6029
BOOL flush()
Flush internal buffer of the file.
Javascript event item type: sound icon.
Definition: FSPDFObjC.h:3938
XFA widget element: Ex data.
Definition: FSPDFObjC.h:6282
PDF dictionary object.
Definition: FSPDFObjC.h:1250
Definition: FSPDFObjC.h:4487
Widget attribute type: Presence.
Definition: FSPDFObjC.h:6425
Signature label name for reason.
Definition: FSPDFObjC.h:4789
No "XFA" module right.
Definition: FSPDFObjC.h:542
FSStructTreeEntityStructTreeEntityType
Enumeration for structure tree entity type.
Definition: FSPDFObjC.h:1693
Definition: FSPDFObjC.h:11223
XFA widget element: Content area.
Definition: FSPDFObjC.h:6184
FSFieldType
Enumeration for form field type.
Definition: FSPDFObjC.h:4546
FSPDFArray * getOCGs()
Get the "OCGs" PDF array from current object.
Rendering intent: Perceptual.
Definition: FSPDFObjC.h:1049
Transparency mode: high resolution.
Definition: FSPDFObjC.h:7804
XFA widget element: Script model.
Definition: FSPDFObjC.h:6210
Structure element info type: Language, which means the natural language for all text in the structure...
Definition: FSPDFObjC.h:1715
Image graphics object.
Definition: FSPDFObjC.h:1479
Hatches export type: Exports hatch as a PDF path (solid hatches only).
Definition: FSPDFObjC.h:8035
Bit 6. If enabled, invisible layers will be added to PDF file (1.5 version required).
Definition: FSPDFObjC.h:8021
Enum value: Header.
Definition: FSPDFObjC.h:8343
Javascript event: Media ready.
Definition: FSPDFObjC.h:3855
If set, that means fields with same name will be renamed in combined result PDF file.
Definition: FSPDFObjC.h:9032
XFA widget element: Level.
Definition: FSPDFObjC.h:6126
FSDefaultAppearanceDefAPFlags
Enumeration for default appearance flags.
Definition: FSPDFObjC.h:2290
Definition: FSPDFObjC.h:6911
Rotate 180 degrees in clockwise direction.
Definition: FSPDFObjC.h:624
Time stamp server manager has not been initialized successfully.
Definition: FSPDFObjC.h:530
Javascript event item type: dash.
Definition: FSPDFObjC.h:3923
If set, that means bookmark will be inserted to target document as well.
Definition: FSPDFObjC.h:5443
Numbering type: 1) 2) 3)
Definition: FSPDFObjC.h:8550
XFA widget element: Wsdl connection.
Definition: FSPDFObjC.h:6152
Javascript event item type: default value.
Definition: FSPDFObjC.h:3886
Action type: remote go-to action.
Definition: FSPDFObjC.h:1974
Output alpha only, ignore color.
Definition: FSPDFObjC.h:3158
FSPDFDictionary * getCatalog()
Get the catalog dictionary.
int getChildrenCount()
Get the count of children nodes.
If set, show reason on signature appearance.
Definition: FSPDFObjC.h:4729
Annotation flag: locked.
Definition: FSPDFObjC.h:2486
BOOL activate()
Activate paragraph editing.
BOOL isGraphicsObjectElement()
Check whether current object is graphics object element or not.
XFA widget element: Command.
Definition: FSPDFObjC.h:6222
XFA widget type: radio button.
Definition: FSPDFObjC.h:6496
XFA widget element: Jog.
Definition: FSPDFObjC.h:6106
Window position: at the top right corner.
Definition: FSPDFObjC.h:3649
If set, only show with Calibrated.
Definition: FSPDFObjC.h:9188
Javascript event item type: rotation.
Definition: FSPDFObjC.h:3901
Font charset: Russian.
Definition: FSPDFObjC.h:897
Structure element type: L, which means "List" and represents a sequence of items of like meaning and ...
Definition: FSPDFObjC.h:8163
(For LTV only) Fail to load DSS.
Definition: FSPDFObjC.h:535
Colorant type: spot.
Definition: FSPDFObjC.h:9201
Print Content: print the document contents and comments.
Definition: FSPDFObjC.h:3572
Trigger a JavaScript action to be performed to recalculate the value of this field when that of anoth...
Definition: FSPDFObjC.h:2256
XFA widget element: Add silent print.
Definition: FSPDFObjC.h:6145
FSSignatureDocPermission
Enumeration for signature document permission.
Definition: FSPDFObjC.h:4772
FSDWG2PDFSettingDataDWG2PDFExportFlags
Enumeration for flags of DWG to PDF export.
Definition: FSPDFObjC.h:8015
Annotation flag: no zoom.
Definition: FSPDFObjC.h:2482
XFA widget element: Enforce.
Definition: FSPDFObjC.h:6143
FSLRStructureElementAttributeValueType
Enumeration for value type of element general layout attribute.
Definition: FSPDFObjC.h:8351
Structure element type: FormObject, which means form XObject graphics object element.
Definition: FSPDFObjC.h:8200
FSLTVVerifierVerifyMode
Enumeration for verifying mode.
Definition: FSPDFObjC.h:8846
Javascript event: Screen in view.
Definition: FSPDFObjC.h:3843
Definition: FSPDFObjC.h:1851
Name for module "PDF2Office".
Definition: FSPDFObjC.h:676
FSMarkupEndingStyle
Enumeration for line ending style.
Definition: FSPDFObjC.h:2665
BOOL isImageMask()
Check if current image object is treated as mask.
Font style: italic.
Definition: FSPDFObjC.h:881
If set, only show images.
Definition: FSPDFObjC.h:9191
FSTextStateMode
Enumeration for text mode.
Definition: FSPDFObjC.h:1531
int getFigureCount()
Get the count of figures in tagged document, excluding the decorative figures.
FSXFAWidgetWidgetEdgePosition
Enumeration for the positon of XFA widget edge position.
Definition: FSPDFObjC.h:6533
XFA widget element: Line.
Definition: FSPDFObjC.h:6387
The state is failed due to file size being too small.
Definition: FSPDFObjC.h:9454
No changes to the PDF document (which is signed by the signture) are permitted. Any change to this ki...
Definition: FSPDFObjC.h:4774
If this is used, "Page 1" would be used as the page number format string.
Definition: FSPDFObjC.h:5202
FSStructElement * getParentElement()
Get the parent structure element.
PAdES level: none.
Definition: FSPDFObjC.h:4765
Selecting source color and ignoring backdrop color.
Definition: FSPDFObjC.h:1457
Page size: B4.
Definition: FSPDFObjC.h:5028
FSGraphicsObjectBlendMode
Enumeration for render blend mode.
Definition: FSPDFObjC.h:1456
A fixup was not required.
Definition: FSPDFObjC.h:7363
FSPDFNumberTreeType
Enumeration for number tree type.
Definition: FSPDFObjC.h:1671
Off screen action: cancel playing the media clip.
Definition: FSPDFObjC.h:3674
A triangular closed arrowhead in the reverse direction from ClosedArrow.
Definition: FSPDFObjC.h:2674
File format type: XFDF.
Definition: FSPDFObjC.h:715
Definition: FSPDFObjC.h:1436
Assemble PDF document. (Bit 11 in permission value)
Definition: FSPDFObjC.h:5410
XFA widget element: Msg Id.
Definition: FSPDFObjC.h:6239
Definition: FSPDFObjC.h:1486
Out-of-memory error occurs.
Definition: FSPDFObjC.h:493
XFA widget element: Signature pseudo model.
Definition: FSPDFObjC.h:6151
XFA widget type: password edit.
Definition: FSPDFObjC.h:6495
FSPDFDocEncryptType getSecurityType()
Get the encryption type of current security handler.
Widget attribute type: Y. Y coordinate of the container's anchor point relative to the top-left corne...
Definition: FSPDFObjC.h:6406
NSString * browseFile()
A callback function to show a file selection dialog, and the selected file path should be returned.
(For Excel-to-PDF conversion only) Excel document does not have any content so it cannot be converted...
Definition: FSPDFObjC.h:552
No special line ending.
Definition: FSPDFObjC.h:2666
int getPitch()
Get bitmap pitch.
No operation is specified.
Definition: FSPDFObjC.h:2196
Certificate error: PDF document is encrypted by digital certificate but current user does not have th...
Definition: FSPDFObjC.h:488
void removeAll()
Remove all page labels.
Discard all alternate images.
Definition: FSPDFObjC.h:7784
Annotation type: redact annotation.
Definition: FSPDFObjC.h:2473
Bit 2. Submit fields regardless of whether they have a value.
Definition: FSPDFObjC.h:2116
Definition: FSPDFObjC.h:2155
Caption to the right of the icon.
Definition: FSPDFObjC.h:2525
Signature key name: producer content.
Definition: FSPDFObjC.h:4747
Action type: go-to action.
Definition: FSPDFObjC.h:1973
Attribute type only for Table: ColSpan, which represents the number of columns in the enclosing table...
Definition: FSPDFObjC.h:8272
(For ConnectedPDF only) The rights of Current user has expired.
Definition: FSPDFObjC.h:509
Definition: FSPDFObjC.h:12407
Corner mark style: subscript.
Definition: FSPDFObjC.h:2319
Result type: replace text.
Definition: FSPDFObjC.h:7518
Indicates property font of FSDefaultAppearance is meaningful.
Definition: FSPDFObjC.h:2291
XFA widget element: Label printer.
Definition: FSPDFObjC.h:6127
Hit test area: Client.
Definition: FSPDFObjC.h:6479
Configuration settings for removing hidden or sensitive data from a PDF document.
Definition: FSPDFObjC.h:5291
Definition: FSPDFObjC.h:1721
(For ConnectedPDF only) There is some error in response data.
Definition: FSPDFObjC.h:574
Trigger a JavaScript action to be performed before printing a document.
Definition: FSPDFObjC.h:2251
Widget attribute type: Border width.
Definition: FSPDFObjC.h:6440
(For FXOCR only) FXOCR Engine has not been initialized successfully.
Definition: FSPDFObjC.h:577
Enum value: Normal, which means to adjust the line height to include any nonzero value specified for ...
Definition: FSPDFObjC.h:8305
Definition: FSPDFObjC.h:2296
XFA widget element: Text edit.
Definition: FSPDFObjC.h:6296
This kind of event is triggered just after the returned data has been marshalled in the Connection Da...
Definition: FSPDFObjC.h:6006
Definition: FSPDFObjC.h:757
XFA widget element: Color.
Definition: FSPDFObjC.h:6240
XFA widget element: Barcode.
Definition: FSPDFObjC.h:6140
Definition: FSPDFObjC.h:2031
Definition: FSPDFObjC.h:6671
Name for module "DWG2PDF".
Definition: FSPDFObjC.h:674
Definition: FSPDFObjC.h:2943
Locale ID for country: Korea.
Definition: FSPDFObjC.h:709
Definition: FSPDFObjC.h:8396
BOOL getFullScreen()
A callback function to get whether the full screen mode is set.
Definition: FSPDFObjC.h:11579
Font charset: Korean (Wansung).
Definition: FSPDFObjC.h:892
FSMonoImageSettingsMonoImageCompressQuality
Enumeration for compression quality used for monochrome image.
Definition: FSPDFObjC.h:7711
int getSize()
Get the number of elements in the array.
Optimize PDF document by cleaning up.
Definition: FSPDFObjC.h:7761
PDF/E-1.
Definition: FSPDFObjC.h:7452
Image type is JPG or JPEG.
Definition: FSPDFObjC.h:1143
Definition: FSPDFObjC.h:6780
Bullet type: check.
Definition: FSPDFObjC.h:8540
Data is not ready. Usually this is used as an exception error code when loading document in asynchron...
Definition: FSPDFObjC.h:500
XFA widget element: Ex object.
Definition: FSPDFObjC.h:6351
FSRectF * getBBox()
Get bounding box.
(For PDF Optimizer PDF) There are some objects not image type.
Definition: FSPDFObjC.h:576
Structure element type: PathContent, which means path content element.
Definition: FSPDFObjC.h:8205
Revocatoin reason: cessation of operation.
Definition: FSPDFObjC.h:8714
Enum value: neutral, which means the state is neutral.
Definition: FSPDFObjC.h:8331
Font style: force bold.
Definition: FSPDFObjC.h:884
Scaling mode: Fixed page with no scale. In this mode, the text size of HTML content will not be chang...
Definition: FSPDFObjC.h:7863
Print PDF document with normal mode. (Bit 3 in permission value)
Definition: FSPDFObjC.h:5404
Join spilt operation type: Close.
Definition: FSPDFObjC.h:8617
Save document as a linearized file.
Definition: FSPDFObjC.h:5419
Definition: FSPDFObjC.h:9744
FSSignatureLabelName
Enumeration for signature label name.
Definition: FSPDFObjC.h:4786
FSHTML2PDFSettingDataHTML2PDFScalingMode
Enumeration for scaling mode used for converting HTML to PDF.
Definition: FSPDFObjC.h:7862
Encoding foramt: "ISO-8859-8-I".
Definition: FSPDFObjC.h:7908
FSPDFDocEncryptType
Enumeration for encryption type.
Definition: FSPDFObjC.h:5392
FSRectFArray * getMatchRects()
Get the rectangles of current match pattern.
This kind of event is triggered when a signature is about to be applied.
Definition: FSPDFObjC.h:6010
Definition: FSPDFObjC.h:7950
FSLocaleID getCurrentLocaleID()
A callback function used to specify current locale id.
When document is opened, attachment panels are visible.
Definition: FSPDFObjC.h:5452
FSPrintParamsDuplexType
Enumeration for the values used to set the printing duplex mode.
Definition: FSPDFObjC.h:3576
Page label style: no numbering style.
Definition: FSPDFObjC.h:5652
XFA widget element: Medium info.
Definition: FSPDFObjC.h:6340
If set, only show with Lab.
Definition: FSPDFObjC.h:9189
Definition: FSPDFObjC.h:9386
PDF/A-2a.
Definition: FSPDFObjC.h:7427
Definition: FSPDFObjC.h:2770
unsigned int getMCID()
Get marked-content identifier(MCID).
Annotations summary string ID: specify the prefix when author information is outputed in result docum...
Definition: FSPDFObjC.h:9133
XFA widget element: Wsdl address.
Definition: FSPDFObjC.h:6186
id init()
Construct an empty color.
Definition: FSPDFObjC.h:8758
FSPreflightReportSettingDataReportFileFormatType
Enumeration for the preflight report file format type.
Definition: FSPDFObjC.h:7314
Annotation type: polygon annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2453
FSRendererColorModeForegroundMode
Enumeration for rendering foreground color mode.
Definition: FSPDFObjC.h:3170
Error severity.
Definition: FSPDFObjC.h:7387
Action type: uniform resource identifier (URI) action.
Definition: FSPDFObjC.h:1978
Definition: FSPDFObjC.h:5367
Definition: FSPDFObjC.h:9043
XFA widget element: XML data.
Definition: FSPDFObjC.h:6352
MIP engine: get extended label information by id failed.
Definition: FSPDFObjC.h:572
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
int getMatchStartCharIndex()
Get the index of the first character of current match pattern, based on current match page.
If set, only show with DeviceCMYK and spot.
Definition: FSPDFObjC.h:9178
FSPDFPageCalcMarginMode
Enumeration for calculating margin mode.
Definition: FSPDFObjC.h:4999
ESC key.
Definition: FSPDFObjC.h:4351
If set, annotations (except link annotations) are to imported from or exported to FDF/XFDF document.
Definition: FSPDFObjC.h:5457
Widget attribute type: Lead digits.
Definition: FSPDFObjC.h:6448
If set, only show with CMYK.
Definition: FSPDFObjC.h:9181
FSLRStructureElement * getRootElement()
Get the root element of structure tree.
XFA widget element: bind.
Definition: FSPDFObjC.h:6310
0 key in the numeric keypad.
Definition: FSPDFObjC.h:4402
Viewing or printing condition:Coated GRACoL 2006.
Definition: FSPDFObjC.h:7256
Attribute type: BorderThickness, which represents the thickness of the border drawn on the edges of a...
Definition: FSPDFObjC.h:8241
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
FSRectF * getContentsRect()
Get contents rectangle.
Definition: FSPDFObjC.h:10923
Flip Horizontal.
Definition: FSPDFObjC.h:1155
Verification state of a signature is invalid.
Definition: FSPDFObjC.h:4700
XFA widget element: Encryption.
Definition: FSPDFObjC.h:6325
Home key.
Definition: FSPDFObjC.h:4356
int getChildCount()
Get the count of child structure tree entities in the current structure element.
Fit the entire page within the display area when display the page.
Definition: FSPDFObjC.h:1931
XFA widget type: check button.
Definition: FSPDFObjC.h:6487
Barcode format: ITF code.
Definition: FSPDFObjC.h:1198
Form field type: check box.
Definition: FSPDFObjC.h:4549
PDF/X-4p.
Definition: FSPDFObjC.h:7472
Widget attribute type: Access.
Definition: FSPDFObjC.h:6416
Annotation type: widget annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2466
Definition: FSPDFObjC.h:9310
int getHeight()
Get bitmap height.
NSString * getLocalFontName()
A callback function used to specify the font name used locally.
F8 key.
Definition: FSPDFObjC.h:4425
Encoding foramt: "X-BINARYENC".
Definition: FSPDFObjC.h:7929
XFA widget type: signature.
Definition: FSPDFObjC.h:6491
Javascript event item type: reset forms.
Definition: FSPDFObjC.h:3946
Structure element type: DocumentFragment (PDF 2.0), which represents a part of an original complete d...
Definition: FSPDFObjC.h:8139
FSPDFDictionary * getFDFDict()
Get the dictionary of "FDF" entry from catalog dictionary.
If set, only show with spot color.
Definition: FSPDFObjC.h:9177
Type of exported data: XML.
Definition: FSPDFObjC.h:6027
void removeAll()
Clean up the array.
Character flag: Generated.
Definition: FSPDFObjC.h:6631
Attribute type: Destination (PDF 2.0), which provides a means to access content.
Definition: FSPDFObjC.h:8234
XFA widget element: Comb.
Definition: FSPDFObjC.h:6174
Enum value: Right, which means right edge of the page.
Definition: FSPDFObjC.h:8338
Parsing flag for image mode.
Definition: FSPDFObjC.h:5721
FSRenditionFloatingWindowResizeType
Enumeration for resize type of floating window.
Definition: FSPDFObjC.h:1839
FSPagingSealConfigPagingSealStyle
Enumeration for paging seal signature style.
Definition: FSPDFObjC.h:4917
CRL response.
Definition: FSPDFObjC.h:8661
Widget attribute type: Min W.
Definition: FSPDFObjC.h:6435
Definition: FSPDFObjC.h:7390
Structure element type: AnnotObject, which means annotation object element.
Definition: FSPDFObjC.h:8202
Javascript event item type: set button icon.
Definition: FSPDFObjC.h:3907
4 key.
Definition: FSPDFObjC.h:4370
Parsing flag for normal mode, which means to parse all the contents in a PDF page.
Definition: FSPDFObjC.h:4995
Structure tree entity type: MarkedContent, which represents a marked-content item.
Definition: FSPDFObjC.h:1696
Ctrl key.
Definition: FSPDFObjC.h:4348
If set, match the whole word of keyword when searching.
Definition: FSPDFObjC.h:6699
Widget attribute type: Locale.
Definition: FSPDFObjC.h:6441
Filter type: JPXDecode, which means to decompress data encoded using the wavelet-based JPEG2000 stand...
Definition: FSPDFObjC.h:1307
The type of input object or current object is invalid.
Definition: FSPDFObjC.h:497
This kind of event is triggered after a successful WSDL transaction, just after the reply to the requ...
Definition: FSPDFObjC.h:6002
Javascript event item type: default style.
Definition: FSPDFObjC.h:3885
Not have image type yet.
Definition: FSPDFObjC.h:1141
DIB format: 24bpp format, with bits order "Blue, Green, Red". Blue is in the lowest order.
Definition: FSPDFObjC.h:1093
Page size: B2.
Definition: FSPDFObjC.h:5026
DIB format: 8bpp alpha mask.
Definition: FSPDFObjC.h:1097
Single page mode.
Definition: FSPDFObjC.h:7858
XFA widget element: Submit.
Definition: FSPDFObjC.h:6365
Name for module "Comparison".
Definition: FSPDFObjC.h:667
PDF/X-4.
Definition: FSPDFObjC.h:7471
Rotate the text block based on the right-top point of the rectangle.
Definition: FSPDFObjC.h:632
XFA widget element: Staple.
Definition: FSPDFObjC.h:6224
If set, the user may not change the value of the field. Any associated widget annotations will not in...
Definition: FSPDFObjC.h:4558
FSJoinSplitJoinSplitOperationType
Enumeration for join spilt operation type.
Definition: FSPDFObjC.h:8611
Line fill-sign object.
Definition: FSPDFObjC.h:8933
Definition: FSPDFObjC.h:3731
Warning severity.
Definition: FSPDFObjC.h:7386
Normal color mode.
Definition: FSPDFObjC.h:3155
Compression mode: retain, which means no compression.
Definition: FSPDFObjC.h:7706
Structure element type: Strong (PDF 2.0), which represents content for the purpose of strong importan...
Definition: FSPDFObjC.h:8190
Definition: FSPDFObjC.h:5627
XFA widget element: Ps Map.
Definition: FSPDFObjC.h:6229
Creates a color with the hue of the source color, and the saturation and luminosity of the backdrop c...
Definition: FSPDFObjC.h:1468
Definition: FSPDFObjC.h:3182
Page size: B3.
Definition: FSPDFObjC.h:5027
Annotation type: pressure sensitive ink annotation.
Definition: FSPDFObjC.h:2462
Widget attribute type: Overline period.
Definition: FSPDFObjC.h:6421
Trigger a JavaScript action to be performed after printing a document.
Definition: FSPDFObjC.h:2252
Window position: at the bottom center.
Definition: FSPDFObjC.h:3654
Structure element type: Caption, which represents a brief portion of text describing a table or figur...
Definition: FSPDFObjC.h:8145
Definition: FSPDFObjC.h:8895
FSHTML2PDFSettingDataHTML2PDFMediaStyle
Enumeration for media style used for converting HTML to PDF.
Definition: FSPDFObjC.h:7945
Widget attribute type: W. Width for layout purposes.
Definition: FSPDFObjC.h:6404
This kind of event is not a real event activity, just sign script in variables.
Definition: FSPDFObjC.h:6015
Cannot use current default time stamp server. Please check if default time stamp server can be used.
Definition: FSPDFObjC.h:540
Definition: FSPDFObjC.h:856
When this is set, that means to do bicubic interpolation for zooming.
Definition: FSPDFObjC.h:7677
Javascript event item type: gestures.
Definition: FSPDFObjC.h:3925
Projecting square cap. The stroke continues beyond the endpoint of the path for a distance equal to h...
Definition: FSPDFObjC.h:818
Monitor with the greatest width (in pixels)
Definition: FSPDFObjC.h:1829
The document has been changed outside of signature scope, and the changed invalidate the signature.
Definition: FSPDFObjC.h:4723
Definition: FSPDFObjC.h:12287
(For OFD only) OFD engine has not been initialized successfully.
Definition: FSPDFObjC.h:563
XFA widget element: Incremental merge.
Definition: FSPDFObjC.h:6377
Definition: FSPDFObjC.h:6704
File format type: FDF.
Definition: FSPDFObjC.h:714
FSMarkupStateModel
Enumeration for markup annotation's state model.
Definition: FSPDFObjC.h:2648
Signature type: time stamp.
Definition: FSPDFObjC.h:4759
Javascript event item type: page rotations.
Definition: FSPDFObjC.h:3954
Definition: FSPDFObjC.h:4576
FSBorderInfoStyle
Enumeration for PDF annotation border style.
Definition: FSPDFObjC.h:2348
XFA widget element: Mdp.
Definition: FSPDFObjC.h:6109
FSPDFNumberTreeType getType()
Get the type of current number tree.
XFA widget element: Bind items.
Definition: FSPDFObjC.h:6355
Use current time.
Definition: FSPDFObjC.h:8842
FSPDFDictionary * getDict()
Get the PDF dictionary of current object.
Error handle.
Definition: FSPDFObjC.h:487
Javascript event item type: line ending.
Definition: FSPDFObjC.h:3929
XFA widget element: Break.
Definition: FSPDFObjC.h:6094
The relationship is not known or cannot be described by other values.
Definition: FSPDFObjC.h:3237
XFA widget element: Field.
Definition: FSPDFObjC.h:6179
XFA widget element: ADBE JS Debugger.
Definition: FSPDFObjC.h:6315
The relationship is "Alternative" which means the file specification is an alternative representation...
Definition: FSPDFObjC.h:3240
Attribute type: ColumnCount, which represents the number of columns in the content of the grouping el...
Definition: FSPDFObjC.h:8264
Definition: FSPDFObjC.h:2357
Bit 11. Only those markup annotations whose "T" entry matches the name of the current user are being ...
Definition: FSPDFObjC.h:2125
Window position: at the top center.
Definition: FSPDFObjC.h:3648
Spread-justify all lines to fill the available region.
Definition: FSPDFObjC.h:6521
DIB format: 8bpp format, 256 color GrayScale bitmap.
Definition: FSPDFObjC.h:1099
Encoding foramt: "Unicode".
Definition: FSPDFObjC.h:7887
Allowed only if the document permissions allow content extraction.
Definition: FSPDFObjC.h:1795
Line spacing style: single line spacing.
Definition: FSPDFObjC.h:3030
Encoding foramt: "CP874".
Definition: FSPDFObjC.h:7895
If set, the watermark will be a part of page content when inserted to a PDF page.
Definition: FSPDFObjC.h:6996
The relationship is "Schema" which means the file specification is a schema definition for the associ...
Definition: FSPDFObjC.h:3244
XFA widget element: Assist.
Definition: FSPDFObjC.h:6231
Javascript event item type: points.
Definition: FSPDFObjC.h:3933
PDF/A-2b (without fallback conversion), just only for converting.
Definition: FSPDFObjC.h:7434
(Used with state model FSMarkupStateModelMarked) The annotation has not been marked by the user.
Definition: FSPDFObjC.h:2656
FSFillerVirtualKeyCode
Enumeration for virtual key code.
Definition: FSPDFObjC.h:4342
FSBookmarkPosition
Enumeration for bookmark position.
Definition: FSPDFObjC.h:4086
Javascript event: External execute.
Definition: FSPDFObjC.h:3848
Definition: FSPDFObjC.h:4860
Character flag: Normal.
Definition: FSPDFObjC.h:6630
Annotation type: movie annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2465
XFA widget element: Script.
Definition: FSPDFObjC.h:6267
Javascript event item type: arrow begin.
Definition: FSPDFObjC.h:3915
FSLTVVerifierTimeType getSignatureCheckTimeType()
Get the type of the time that is actually used to check siganture.
Encoding foramt: "GB18030".
Definition: FSPDFObjC.h:7914
Definition: FSPDFObjC.h:1675
5 key in the numeric keypad.
Definition: FSPDFObjC.h:4407
Window position: at the bottom left corner.
Definition: FSPDFObjC.h:3653
Widget attribute type: Vertical text alignment control.
Definition: FSPDFObjC.h:6431
Definition: FSPDFObjC.h:4280
Event flag: "Shift" key.
Definition: FSPDFObjC.h:4433
FSDWG2PDFSettingDataDWG2PDFColorPolicy
Enumeration for color policy used for converting DWG to PDF.
Definition: FSPDFObjC.h:8045
BOOL onCut()
Call this function when the popup menu item "Cut" is down.
Javascript event: Screen blur.
Definition: FSPDFObjC.h:3836
Page label style: lowercase letters.
Definition: FSPDFObjC.h:5657
This kind of event represents a validate operation.
Definition: FSPDFObjC.h:6017
Slash key in the numeric keypad.
Definition: FSPDFObjC.h:4417
Remove invalid links.
Definition: FSPDFObjC.h:7772
Page Up key.
Definition: FSPDFObjC.h:4353
Use the player's default setting (author has no preference).
Definition: FSPDFObjC.h:1812
No need to decode the stream data.
Definition: FSPDFObjC.h:1298
Barcode format: PDF-417 code.
Definition: FSPDFObjC.h:1199
Position: bottom left.
Definition: FSPDFObjC.h:656
int getSegmentCount()
Get the count of range segments.
Javascript event: Screen mouse down.
Definition: FSPDFObjC.h:3839
Filter type: ASCIIHexDecode, which means to decode data encoded in an ASCII hexadecimal representatio...
Definition: FSPDFObjC.h:1299
Definition: FSPDFObjC.h:12488
F5 key.
Definition: FSPDFObjC.h:4422
FSFDFDocType
Enumeration for FDF document type.
Definition: FSPDFObjC.h:3271
Line spacing style: one and half times line spacing.
Definition: FSPDFObjC.h:3031
Verification state of the time stamp issuer is unknown.
Definition: FSPDFObjC.h:4718
FSFontCharset
Enumeration for font charset.
Definition: FSPDFObjC.h:887
Annotation type: sound annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2464
Definition: FSPDFObjC.h:6768
CID Font charset: Adobe-Korea1.
Definition: FSPDFObjC.h:910
Monitor with the greatest height (in pixels)
Definition: FSPDFObjC.h:1828
If set, that means Javascript will be extracted as well.
Definition: FSPDFObjC.h:5433
FSPortfolioNodeType
Enumeration for portfolio node type.
Definition: FSPDFObjC.h:9224
Encoding foramt: "X-TAM-WEBTAMIL".
Definition: FSPDFObjC.h:7937
Revocatoin reason: remove from CRL.
Definition: FSPDFObjC.h:8716
Allowed only if the document permissions allow content extraction, including for accessibility purpos...
Definition: FSPDFObjC.h:1796
If set, that means structure trees of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:9033
FSSetOCGStateActionOCGState
Enumeration for set ocg state to perform when the set ocg state action is triggered.
Definition: FSPDFObjC.h:2221
Encoding foramt: "GB".
Definition: FSPDFObjC.h:7884
Enum value: Before, which means the placement for attributes Placement/RubyPosition or alignment for ...
Definition: FSPDFObjC.h:8287
FSPDFDocWrapperType
Enumeration for wrapper type.
Definition: FSPDFObjC.h:5461
Pause Break key.
Definition: FSPDFObjC.h:4350
Down icon (or alternate icon) entry. "IX" in MK dictionary.
Definition: FSPDFObjC.h:2515
Window position: at the center right.
Definition: FSPDFObjC.h:3652
Highlighting mode: Outline, which is to invert the annotation's border.
Definition: FSPDFObjC.h:2494
Enter key.
Definition: FSPDFObjC.h:4346
PAdES level: B-LTA.
Definition: FSPDFObjC.h:4769
Attribute type: SpaceBefore, which represents the amount of extra space preceding the before edge of ...
Definition: FSPDFObjC.h:8246
Widget attribute type: Baseline shift.
Definition: FSPDFObjC.h:6420
Definition: FSPDFObjC.h:7534
FSPDFDictionary * getStmDict()
Get PDF dictionary of the content stream that contains the marked-content sequence.
FSJavascriptModifyItemInfoJavascriptEventType
Enumeration for javascript event type.
Definition: FSPDFObjC.h:3811
Center the text horizontally within the available region.
Definition: FSPDFObjC.h:6519
int getDescent()
Get the descent value, in 1/1000 of em size (PDF units).
XFA widget element: Reasons.
Definition: FSPDFObjC.h:6333
Bit 9. Enable compression of internal PDF streams.
Definition: FSPDFObjC.h:8024
FSRichTextStyleCornerMarkStyle
Enumeration for corner mark style.
Definition: FSPDFObjC.h:2316
FSActionType getType()
Get action type.
Definition: FSPDFObjC.h:11381
Javascript event item type: leader extend.
Definition: FSPDFObjC.h:3927
Barcode format: Quick Response Code.
Definition: FSPDFObjC.h:1200
NSArray< NSData * > * GetCertificates()
Retrieve the array of certificates available for completing the certificate chain.
R (row order): Annotations are visited in rows running horizontally across the page.
Definition: FSPDFObjC.h:6953
XFA widget element: DNs.
Definition: FSPDFObjC.h:6149
FSOptimizerSettingsDiscardUserDataOptions
Enumeration for discarding user data options.
Definition: FSPDFObjC.h:7791
Name type: caption name. Name in this type will be retrieved from caption entry.
Definition: FSPDFObjC.h:6514
int getWidgetCount()
Get the count of XFA widget.
BOOL activate()
Activate join split editing.
Print Handling: Small pages are printed small, and large pages are shrunk to fit on the printer's pap...
Definition: FSPDFObjC.h:3604
Discard hidden layer content and flatten visible layers.
Definition: FSPDFObjC.h:7797
Javascript event: Form field mouse enter.
Definition: FSPDFObjC.h:3827
Viewing or printing condition:ISO Coated v2 (ECI).
Definition: FSPDFObjC.h:7257
NSArray< NSString * > * getSignatureAPStyleNameList()
A callback function to get the name list of signature appearance style.
The relationship is "Data" which means the file specification represents information used to derive a...
Definition: FSPDFObjC.h:3239
FSLayerZoomData * getZoomUsage()
Get the data for zooming usage.
Trigger a JavaScript action to be performed when the field's value is changed.
Definition: FSPDFObjC.h:2255
XFA widget element: Record set.
Definition: FSPDFObjC.h:6089
Flags of form fields (except specified form fields) will be set read-only.
Definition: FSPDFObjC.h:4783
This kind of event is triggered when the user has entered the maximum allowed amount of content into ...
Definition: FSPDFObjC.h:5995
Widget attribute type: Underline period.
Definition: FSPDFObjC.h:6443
Bit 4. Field names and values are submitted using an HTTP GET request.
Definition: FSPDFObjC.h:2118
Brightens backdrop color to reflect source colors.
Definition: FSPDFObjC.h:1463
A fixup failed.
Definition: FSPDFObjC.h:7362
XFA widget element: Reason.
Definition: FSPDFObjC.h:6198
XFA widget element: Threshold.
Definition: FSPDFObjC.h:6335
Page size: A4.
Definition: FSPDFObjC.h:5023
Signed signature.
Definition: FSPDFObjC.h:4946
Consider the object non-viable.
Definition: FSPDFObjC.h:1848
Widget attribute type: Margin left digits.
Definition: FSPDFObjC.h:6423
Numbering type: a. b. c.
Definition: FSPDFObjC.h:8553
Never scale.
Definition: FSPDFObjC.h:2422
CID Font charset: Unicode.
Definition: FSPDFObjC.h:911
Widget attribute type: Line through period.
Definition: FSPDFObjC.h:6438
Font type: TrueType.
Definition: FSPDFObjC.h:933
Indicates that this point is a control point or ending point for a Bezier spline.
Definition: FSPDFObjC.h:999
Definition: FSPDFObjC.h:5467
If set, do not print a watermark.
Definition: FSPDFObjC.h:6999
Portrait orientation for printing.
Definition: FSPDFObjC.h:3129
Definition: FSPDFObjC.h:1760
XFA widget element: Excl group.
Definition: FSPDFObjC.h:6195
Compression mode: jpeg2000.
Definition: FSPDFObjC.h:7658
Signature digest algorithm: sha384 algorithm.
Definition: FSPDFObjC.h:4753
XFA widget element: Date time edit.
Definition: FSPDFObjC.h:6201
Javascript event item type: runtime highlight.
Definition: FSPDFObjC.h:3964
Javascript event item type: char limit.
Definition: FSPDFObjC.h:3874
XFA widget element: Attributes.
Definition: FSPDFObjC.h:6192
PDF/A-3b (without fallback conversion), just only for converting.
Definition: FSPDFObjC.h:7435
Window position: at the bottom right corner.
Definition: FSPDFObjC.h:3655
If set, do not display a watermark.
Definition: FSPDFObjC.h:5227
No restriction.
Definition: FSPDFObjC.h:4773
(Reserved, currently, this module is not provided) Name for module "ConnectedPDF".
Definition: FSPDFObjC.h:662
Help key.
Definition: FSPDFObjC.h:4365
Inline graphics object.
Definition: FSPDFObjC.h:1482
No rotation.
Definition: FSPDFObjC.h:622
If this is used, "mm.yy" would be used as the date format string.
Definition: FSPDFObjC.h:5190
XFA widget element: Subform set.
Definition: FSPDFObjC.h:6091
If set, that means structure tree will be extracted as well.
Definition: FSPDFObjC.h:5432
Fail to send data during sending request process.
Definition: FSPDFObjC.h:4888
FSGraphStateLineCapStyle
Enumeration for line cap style.
Definition: FSPDFObjC.h:815
Position center left.
Definition: FSPDFObjC.h:653
FSGraphicsObject * getGraphicsObject()
Get related graphics object.
Definition: FSPDFObjC.h:6805
Save document without original data or unchanged objects.
Definition: FSPDFObjC.h:5417
Enum value: Dotten, which means the border is a series of dots.
Definition: FSPDFObjC.h:8297
Position: bottom right.
Definition: FSPDFObjC.h:658
XFA widget element: Select.
Definition: FSPDFObjC.h:6213
Trigger a JavaScript action to be performed when the user types a keystroke into a text field or comb...
Definition: FSPDFObjC.h:2253
Bullet type: solid diamond.
Definition: FSPDFObjC.h:8539
Rotation entry. "R" in MK dictionary.
Definition: FSPDFObjC.h:2507
Definition: FSPDFObjC.h:8413
0 key.
Definition: FSPDFObjC.h:4366
Compression mode: jbig2.
Definition: FSPDFObjC.h:7705
PDF/X-4 (Coated GRACoL 2006).
Definition: FSPDFObjC.h:7481
"Templates" name tree.
Definition: FSPDFObjC.h:1646
int getOCGStateCount()
Get the count of OCG states.
Encoding foramt: "TAM".
Definition: FSPDFObjC.h:7918
Rank the searching results according to how the result matches the expected searching patten,...
Definition: FSPDFObjC.h:7236
Searchable text type: Only text displayed with TTF font is searchable.
Definition: FSPDFObjC.h:8042
Form field type: push button.
Definition: FSPDFObjC.h:4548
BOOL isLeftNull()
Check if left value is a null object.
If this is used, "mm.dd.yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:5189
Format is invalid. For files, this may also mean that file is corrupted.
Definition: FSPDFObjC.h:485
Font type: Type1.
Definition: FSPDFObjC.h:932
If set, only show with DeviceCMYK.
Definition: FSPDFObjC.h:9174
Action type: movie action.
Definition: FSPDFObjC.h:1980
No response.
Definition: FSPDFObjC.h:8660
FSSignatureKeyName
Enumeration for signature key name.
Definition: FSPDFObjC.h:4740
Verification state of the issuer is unknown.
Definition: FSPDFObjC.h:4708
FSPDFDictionary * getDict()
Get PDF dictionary of current object.
Filter type: JBIG2Decode, which means to decompress data encoded using the JBIG2 standard,...
Definition: FSPDFObjC.h:1305
Definition: FSPDFObjC.h:12632
Not a PAdES signature.
Definition: FSPDFObjC.h:4764
Cannot get verify relevant information.
Definition: FSPDFObjC.h:4721
XFA widget element: Image.
Definition: FSPDFObjC.h:6203
7 key in the numeric keypad.
Definition: FSPDFObjC.h:4409
Definition: FSPDFObjC.h:7488
Bit 7. Enable embedding of TTF font program to PDF file. The TTF font will be reduced by removing unu...
Definition: FSPDFObjC.h:8022
No special searching options.
Definition: FSPDFObjC.h:6697
FSPDFObject * getMask()
Get the PDF object that represents the mask of current image graphics object.
Javascript event item type: down caption.
Definition: FSPDFObjC.h:3903
Attribute type: invalid.
Definition: FSPDFObjC.h:8229
This means LTV is enabled.
Definition: FSPDFObjC.h:8871
Highlighting mode: Toggle. This is only useful for widget annotation.
Definition: FSPDFObjC.h:2496
void resetForm()
Reset form.
XFA widget element: Subform.
Definition: FSPDFObjC.h:6212
Definition: FSPDFObjC.h:4674
Structure tree entity type: unknown.
Definition: FSPDFObjC.h:1694
Page Order type: pages are placed from left to right, from top to bottom.
Definition: FSPDFObjC.h:3596
Map a color value to the color range defined by a background color and a foreground color.
Definition: FSPDFObjC.h:3157
PDF/X-1a (Coated GRACoL 2006).
Definition: FSPDFObjC.h:7473
Align the text to the left edge of the available region.
Definition: FSPDFObjC.h:6522
Attribute type: Short (PDF 2.0), which contains a short form of the content of a TH structure element...
Definition: FSPDFObjC.h:8276
XFA widget element: Margin.
Definition: FSPDFObjC.h:6122
Print key.
Definition: FSPDFObjC.h:4361
Result type: insert path.
Definition: FSPDFObjC.h:7523
If this is set, that means to get text content of a PDF page by the stream order.
Definition: FSPDFObjC.h:6667
XFA widget element: Debug.
Definition: FSPDFObjC.h:6153
Position: center.
Definition: FSPDFObjC.h:654
FSStructElement * getParentElement()
Get the parent structure element.
NSString * getSignatureName()
Get signature name.
Definition: FSPDFObjC.h:8778
Locale ID for region: HongKong.
Definition: FSPDFObjC.h:703
If set, that means bookmarks of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:9031
PDF array object.
Definition: FSPDFObjC.h:1249
Widget attribute type: Underline.
Definition: FSPDFObjC.h:6419
Enum value: Row, which means column of a table.
Definition: FSPDFObjC.h:8333
Bit 3. Enable SHX font text to geometry conversion.
Definition: FSPDFObjC.h:8018
XFA widget element: Pick tray by PDF size.
Definition: FSPDFObjC.h:6391
Definition: FSPDFObjC.h:196
FSPDFXComplianceVersion
Enumeration for PDF/X version.
Definition: FSPDFObjC.h:7468
Numbering type: A. B. C.
Definition: FSPDFObjC.h:8551
Structure element type: Reference, which represents a citation to content elsewhere in the document.
Definition: FSPDFObjC.h:8177
Javascript modify item type: Doc.
Definition: FSPDFObjC.h:3865
FSPDFArray * getDestArray()
Get the destination PDF array.
Signature cannot be trusted (containing aggression).
Definition: FSPDFObjC.h:4705
Message box button: OK.
Definition: FSPDFObjC.h:3247
Filter type: DCTDecode, which means to decompress data encoded using a DCT (discrete cosine transform...
Definition: FSPDFObjC.h:1306
B key.
Definition: FSPDFObjC.h:4377
Definition: FSPDFObjC.h:4175
Signature data is destroyed (that means the signature data cannot be parsed properly).
Definition: FSPDFObjC.h:4701
Definition: FSPDFObjC.h:7991
(Reserved) Attribute type: ABox.
Definition: FSPDFObjC.h:8278
Definition: FSPDFObjC.h:1028
BOOL needToCancelNow()
A callback function used to check whether to cancel the searching process or not.
(Used with state model FSMarkupStateModelMarked) The annotation has been marked by the user.
Definition: FSPDFObjC.h:2655
Represents all graphics object types, only used as filter.
Definition: FSPDFObjC.h:1476
XFA widget element: Data value.
Definition: FSPDFObjC.h:6299
If set, that means to sort annotation by date in result document.
Definition: FSPDFObjC.h:9122
Join spilt operation type: Unlink.
Definition: FSPDFObjC.h:8615
Structure element type: Note, which represents an item of explanatory text, such as a footnote or an ...
Definition: FSPDFObjC.h:8176
Definition: FSPDFObjC.h:6062
BOOL isSpotColorSpace()
Check whether current color space object is a spot color space or not.
XFA widget element: Output bin.
Definition: FSPDFObjC.h:6178
Import pages normally.
Definition: FSPDFObjC.h:5425
void removeAll()
Clean up the array.
FSAnnotHighlightingMode
Enumeration for PDF annotation highlighting mode.
Definition: FSPDFObjC.h:2491
Definition: FSPDFObjC.h:7455
If set, only show with CalGray.
Definition: FSPDFObjC.h:9187
FSAnnotMKEntry
Enumeration for annotation's MK dictionary (an appearance characteristics) entry.
Definition: FSPDFObjC.h:2506
FDF document type: XFDF.
Definition: FSPDFObjC.h:3273
FSStructObjectContentStructObjectType
Enumeration for object type.
Definition: FSPDFObjC.h:1752
XFA widget element: ADBE_JSConsole.
Definition: FSPDFObjC.h:6278
Position: top left.
Definition: FSPDFObjC.h:650
Color space: DeviceRGB. (3 components, R, G, B)
Definition: FSPDFObjC.h:686
XFA widget element: Page range.
Definition: FSPDFObjC.h:6253
Annotation type: underline annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2456
Definition: FSPDFObjC.h:9230
Annotation type: 3D annotation. One of standard annotation in <PDF reference 1.7>.
Definition: FSPDFObjC.h:2471
Report file format type: PDF.
Definition: FSPDFObjC.h:7315
Enter key in the numeric keypad.
Definition: FSPDFObjC.h:4414
FSImageOrientation getOrientation()
Get image orientation.
Encoding foramt: Default.The encoding format will be automatically detected in chromium.
Definition: FSPDFObjC.h:7869
XFA widget element: Packets.
Definition: FSPDFObjC.h:6306
Enum value: tv, which means text-value field.
Definition: FSPDFObjC.h:8328
A circle filled with the annotation's interior color if any.
Definition: FSPDFObjC.h:2668
XFA widget element: Data.
Definition: FSPDFObjC.h:6320
Definition: FSPDFObjC.h:8819
Microsoft Office automation engine.
Definition: FSPDFObjC.h:8115
Normal caption entry. "CA" in MK dictionary.
Definition: FSPDFObjC.h:2510
Attribute type: Rotation.
Definition: FSPDFObjC.h:8232
BOOL generateContent()
Generate contents of current graphics objects.
If set, only show text.
Definition: FSPDFObjC.h:9195
Definition: FSPDFObjC.h:5230
XFA widget element: Manifest.
Definition: FSPDFObjC.h:6286
Select darker one of backdrop and source colors.
Definition: FSPDFObjC.h:1461
First rotate 90 in clockwise direction and then flip horizontal.
Definition: FSPDFObjC.h:1158
FSDWG2PDFSettingDataDWG2PDFExportHatchesType
Enumeration for hatches export type used for converting DWG to PDF.
Definition: FSPDFObjC.h:8032
XFA widget element: Pdfa.
Definition: FSPDFObjC.h:6131
Value type: an array of ARGB values.
Definition: FSPDFObjC.h:8362
Javascript event: Screen close.
Definition: FSPDFObjC.h:3838
int getMatchEndCharIndex()
Get the index of the last character of current match pattern, based on current match page.
6 key in the numeric keypad.
Definition: FSPDFObjC.h:4408
FSFixupDataFixupState
Enumeration for the state of a fixup data.
Definition: FSPDFObjC.h:7360
Structure element type: PageObject, which means page object element.
Definition: FSPDFObjC.h:8203
Definition: FSPDFObjC.h:6847
FSDestinationZoomMode
Enumeration for zoom mode.
Definition: FSPDFObjC.h:1929
float getContentWidth()
Get content width after current reflow page object has been parsed.
Enum value: Bottom, which means bottom edge of the page.
Definition: FSPDFObjC.h:8337
int getFrameCount()
Get frame count.
Javascript event item type: alignment.
Definition: FSPDFObjC.h:3877
PDF 2.0 wrapper document.
Definition: FSPDFObjC.h:5464
Action type: set-OCG-state action.
Definition: FSPDFObjC.h:1987
Javascript event: Form field mouse exit.
Definition: FSPDFObjC.h:3828
(Used with state model FSMarkupStateModelReview) The user disagrees with the change.
Definition: FSPDFObjC.h:2658
Structure element type: TFoot, which means "Table footer row group" and represents a group of rows th...
Definition: FSPDFObjC.h:8173
Optimize PDF document by compressing images.
Definition: FSPDFObjC.h:7760
Definition: FSPDFObjC.h:1355
5 key.
Definition: FSPDFObjC.h:4371
Definition: FSPDFObjC.h:8875
FSSnapPointMgrSnapPointFlags
Enumeration for snapping point flags which are used to specify what kind of point in a path is to be ...
Definition: FSPDFObjC.h:9379
FSLTVVerifierTimeType
Enumeration for time type.
Definition: FSPDFObjC.h:8839
Send request successfully.
Definition: FSPDFObjC.h:4885
A-law-encoded samples.
Definition: FSPDFObjC.h:3097
FSGraphicsObjectType
Enumeration for PDF graphics object type.
Definition: FSPDFObjC.h:1475
Signature digest algorithm: sha256 algorithm.
Definition: FSPDFObjC.h:4752
File cannot be found or could not be opened.
Definition: FSPDFObjC.h:484
S (structure order): Annotations are visited in the order in which they appear in the structure tree.
Definition: FSPDFObjC.h:6955
XFA widget element: Edge.
Definition: FSPDFObjC.h:6190
FSRenditionFloatingWindowOffscreenEvent
Enumeration for offscreen event type of floating window.
Definition: FSPDFObjC.h:1845
Encoding foramt: "X-TAM-TBOOMIS".
Definition: FSPDFObjC.h:7935
Definition: FSPDFObjC.h:9337
FSPDFStream * getSoundStream()
Get the stream of sound data.
FSPDFAComplianceVersion
Enumeration for PDF/A version.
Definition: FSPDFObjC.h:7424
Attribute type only for PrintField: Role, which represents the type of form field represented by this...
Definition: FSPDFObjC.h:8268
(Reserved, not supported yet) Result type: text attribute change.
Definition: FSPDFObjC.h:7531
XFA widget type: numeric edit.
Definition: FSPDFObjC.h:6490
(Only useful for text field) If set, use combs.
Definition: FSPDFObjC.h:4568
Javascript event item type: reset all forms.
Definition: FSPDFObjC.h:3947
Optimize PDF document by discarding objects.
Definition: FSPDFObjC.h:7762
Enum value: Watermark.
Definition: FSPDFObjC.h:8345
A short line at the endpoint perpendicular to the line itself.
Definition: FSPDFObjC.h:2672
An array of signed integer values.
Definition: FSPDFObjC.h:311
Normal icon entry. "I" in MK dictionary.
Definition: FSPDFObjC.h:2513
3 key.
Definition: FSPDFObjC.h:4369
Save document with removing redundant PDF objects.
Definition: FSPDFObjC.h:5420
Measurement of change along the y axis.
Definition: FSPDFObjC.h:2680
(Applicable for widget annotation only) Trigger an action to be performed when the annotation receive...
Definition: FSPDFObjC.h:2261
Font style: serif.
Definition: FSPDFObjC.h:877
FSConvertOffice2PdfEngine
Enumeration for engine type used for office to PDF conversion on Windows platforms.
Definition: FSPDFObjC.h:8114
If set, only show with DeviceGray.
Definition: FSPDFObjC.h:9186
Encoding foramt: "KOI8U".
Definition: FSPDFObjC.h:7905
Encryption type: password, which is the standard encryption.
Definition: FSPDFObjC.h:5395
Rollover caption entry. "RC" in MK dictionary.
Definition: FSPDFObjC.h:2511
Definition: FSPDFObjC.h:4219
If set, that means bookmark will be extracted as well.
Definition: FSPDFObjC.h:5437
Flatten all contents of a PDF page.
Definition: FSPDFObjC.h:5005
Enum value: Square, which means solid square bullet.
Definition: FSPDFObjC.h:8316
Right arrow key.
Definition: FSPDFObjC.h:4359
Action type: go-to-3D-view action.
Definition: FSPDFObjC.h:1990
Structure element type: TextContent, which means text content element.
Definition: FSPDFObjC.h:8204
PDF/A-3a.
Definition: FSPDFObjC.h:7430
Widget attribute type: Value.
Definition: FSPDFObjC.h:6446
Javascript event: Form field mouse up.
Definition: FSPDFObjC.h:3826
Annotation type: link annotation. One of standard annotation in <PDF reference 1.7>.
Definition: FSPDFObjC.h:2448
CID Font charset: Adobe-CNS1.
Definition: FSPDFObjC.h:908
If set, match the key word consecutively when searching. For example, "CC" will be matched twice in "...
Definition: FSPDFObjC.h:6700
Enum value: Decimal, which means decimal arabic numerals (1-9, 10-99, ...).
Definition: FSPDFObjC.h:8317
Trigger a JavaScript action to be performed before closing a document.
Definition: FSPDFObjC.h:2248
Definition: FSPDFObjC.h:5271
This means the print dialog should reflect no page scaling.
Definition: FSPDFObjC.h:5614
D key.
Definition: FSPDFObjC.h:4379
Use RC4 encryption algorithm, with the key length between 5 bytes and 16 bytes.
Definition: FSPDFObjC.h:6764
Annotation's down appearance.
Definition: FSPDFObjC.h:2533
Discard bookmarks.
Definition: FSPDFObjC.h:7783
Definition: FSPDFObjC.h:2066
Standard font: Times-Bold.
Definition: FSPDFObjC.h:924
Definition: FSPDFObjC.h:8119
Trigger a JavaScript action to be performed before saving a document.
Definition: FSPDFObjC.h:2249
XFA widget element: Time patterns.
Definition: FSPDFObjC.h:6380
If set, that means duplicate stream objects from source PDF files will be outputted to combined resul...
Definition: FSPDFObjC.h:9040
XFA widget element: Event.
Definition: FSPDFObjC.h:6136
Definition: FSPDFObjC.h:9157
Annotation type: pop-up annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2472
Encoding foramt: "UTF-32BE".
Definition: FSPDFObjC.h:7927
Javascript event item type: do caption.
Definition: FSPDFObjC.h:3924
Definition: FSPDFObjC.h:9400
Preflight library type: Foxit.
Definition: FSPDFObjC.h:7285
If this is used, "mm.dd.yy" would be used as the date format string.
Definition: FSPDFObjC.h:5188
FSPrintParamsBookletBinding
Enumeration for the values used to determine the duplex printing mode when printing a booklet.
Definition: FSPDFObjC.h:3588
F11 key.
Definition: FSPDFObjC.h:4428
Discard all annotations, forms and multimedia.
Definition: FSPDFObjC.h:7792
X key.
Definition: FSPDFObjC.h:4399
Backspace key.
Definition: FSPDFObjC.h:4344
Javascript event item type: normal caption.
Definition: FSPDFObjC.h:3902
If set, that means to use medium font size in result document.
Definition: FSPDFObjC.h:9129
BOOL onPaste()
Call this function when the popup menu item "Paste" is down.
XFA widget element: Behavior override.
Definition: FSPDFObjC.h:6206
Fit the entire height of the page's bounding box within the display area when display the page.
Definition: FSPDFObjC.h:1937
Hit test area: Unknown.
Definition: FSPDFObjC.h:6478
Definition: FSPDFObjC.h:1074
unsigned int getSignatureState()
Get signature state.
FSRectFArray * getRects()
Get the text rectangles of current text link object.
Annotation type: square annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2451
FSImageSettingsStretchMode
Enumeration for stretch mode.
Definition: FSPDFObjC.h:7672
FSResponseResponseType
Enumeration for response type.
Definition: FSPDFObjC.h:8659
Non expected byte range.
Definition: FSPDFObjC.h:4703
Javascript event item type: callout.
Definition: FSPDFObjC.h:3920
Rotate the text block based on the right-bottom point of the rectangle.
Definition: FSPDFObjC.h:634
FSPDFDoc * getCurrentDoc()
A callback function to receive current PDF document object.
int getBpp()
Get bitmap bits-per-pixel.
Color space: Invalid.
Definition: FSPDFObjC.h:684
(For ConnectedPDF only) The input ConnectedPDF DRM wrapper document is invalid.
Definition: FSPDFObjC.h:518
When document is opened, optional content group panels are visible.
Definition: FSPDFObjC.h:5451
This kind of event is triggered after successfully applying a signature.
Definition: FSPDFObjC.h:6005
FSRectF * getBBox()
Get bounding box.
NSString * getName()
Retrieve the postscript name.
Definition: FSPDFObjC.h:9570
T key.
Definition: FSPDFObjC.h:4395
Bit 4. Enable simple geometry optimization (separated segments to one polyline, Bezier curve control ...
Definition: FSPDFObjC.h:8019
If set, page content will be rendered.
Definition: FSPDFObjC.h:3163
Add multiple signatures. Use the FSSignature to display the appearance of paging seal signature,...
Definition: FSPDFObjC.h:4918
XFA widget element: Node list.
Definition: FSPDFObjC.h:6301
Optimize PDF document by doing transparency.
Definition: FSPDFObjC.h:7765
Compression mode: run-length.
Definition: FSPDFObjC.h:7707
Butt cap. The stroke is squared off at the endpoint of a path. There is no projection beyond the end ...
Definition: FSPDFObjC.h:816
May be resized only if aspect ratio is preserved.
Definition: FSPDFObjC.h:1841
Annotation type: paging seal annotation. A Foxit PDF SDK custom annotation type (not a standard annot...
Definition: FSPDFObjC.h:2475
If this is used, "mm/dd/yy" would be used as the date format string.
Definition: FSPDFObjC.h:5178
PDF/X-4 (ISO Coated v2 (ECI)).
Definition: FSPDFObjC.h:7482
If set, watermarks will share one form xobject if these watermarks use the same text and text's relat...
Definition: FSPDFObjC.h:7002
Result type: replace shading.
Definition: FSPDFObjC.h:7527
Twos-complement values.
Definition: FSPDFObjC.h:3095
CID Font charset: Unknown.
Definition: FSPDFObjC.h:906
FSFillerEventFlags
Enumeration for key event flags.
Definition: FSPDFObjC.h:4432
Definition: FSPDFObjC.h:8504
Definition: FSPDFObjC.h:7746
Encryption type: Foxit DRM encryption.
Definition: FSPDFObjC.h:5397
XFA widget element: Soap address.
Definition: FSPDFObjC.h:6250
The media is not scaled. Only the portions of the media rectangle that intersect the play rectangle a...
Definition: FSPDFObjC.h:1811
If this is used, "m.d.yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:5187
Signature digest algorithm: sha1 algorithm.
Definition: FSPDFObjC.h:4751
Minus key in the numeric keypad.
Definition: FSPDFObjC.h:4415
Round line join type.
Definition: FSPDFObjC.h:823
Measurement of angles.
Definition: FSPDFObjC.h:2683
Value type: enum.
Definition: FSPDFObjC.h:8353
This kind of event is triggered just after the data has been marshalled in the Connection Data DOM bu...
Definition: FSPDFObjC.h:6011
Page label style: lowercase roman numerals.
Definition: FSPDFObjC.h:5655
Select lighter one of backdrop and source colors.
Definition: FSPDFObjC.h:1462
Join spilt operation type: Join.
Definition: FSPDFObjC.h:8612
FSXFADocEventType
Enumeration for XFA event type.
Definition: FSPDFObjC.h:5985
Javascript event item type: import annot from xfdf.
Definition: FSPDFObjC.h:3959
FSPrintParamsPrintContent
Enumeration for the values used to set the contents of the print job.
Definition: FSPDFObjC.h:3570
Javascript modify type: Delete.
Definition: FSPDFObjC.h:3976
Annotation flag: no rotate.
Definition: FSPDFObjC.h:2483
int getCharCount()
Get the count of all the characters.
May be resized without preserving aspect ratio.
Definition: FSPDFObjC.h:1842
The capability of recovery from 25% amounts of damage.
Definition: FSPDFObjC.h:1206
Compression quality: Lossless.
Definition: FSPDFObjC.h:7712
Action type: submit-form action.
Definition: FSPDFObjC.h:1983
Javascript event item type: delete annot.
Definition: FSPDFObjC.h:3960
void removeAll()
Clean up the array.
XFA widget element: Digest method.
Definition: FSPDFObjC.h:6292
Definition: FSPDFObjC.h:2962
BOOL deactivate()
Deactivate join split editing.
Problems highlighted by layers.
Definition: FSPDFObjC.h:7323
This kind of event is triggered when the user changes the field value.
Definition: FSPDFObjC.h:5990
Enum value: Left, which means left edge of the page.
Definition: FSPDFObjC.h:8335
Definition: FSPDFObjC.h:3489
Javascript event item type: clear items.
Definition: FSPDFObjC.h:3909
FSHTML2PDFSettingDataHTML2PDFPageMode
Enumeration for page mode used for converting HTML to PDF.
Definition: FSPDFObjC.h:7857
float getContentHeight()
Get content height after current reflow page object has been parsed.
Show bookmark title as normal text.
Definition: FSPDFObjC.h:4081
Definition: FSPDFObjC.h:2055
If this is set, that means to get text content of a PDF page by the display order.
Definition: FSPDFObjC.h:6668
The relationship is "Encrypted payload" which means the file specification is an encrypted payload do...
Definition: FSPDFObjC.h:3242
Round rectangle fill-sign object.
Definition: FSPDFObjC.h:8932
Widget attribute type: Unknown.
Definition: FSPDFObjC.h:6454
If set, that means to use FSPDFDocSaveFlagXRefStream saving flag for the result file in order to redu...
Definition: FSPDFObjC.h:5435
FSPDFObject * getPDFObject()
Get the PDF object which represents the shading graphics object in PDF file.
float getTop()
Get top position value.
Widget attribute type: Border color.
Definition: FSPDFObjC.h:6451
Snapped point type: endpoint, which means the snapped point is an endpoint of a path.
Definition: FSPDFObjC.h:9360
Encoding foramt: "ASCII-7-bit".
Definition: FSPDFObjC.h:7891
C key.
Definition: FSPDFObjC.h:4378
FSSoundSampleEncodingFormat
Enumeration for encoding format of sound sample data.
Definition: FSPDFObjC.h:3093
Parse the text content of a PDF page with outputting the hyphen on a line feed.
Definition: FSPDFObjC.h:6662
If set, that means "OCProperties" of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:9035
Encoding foramt: "EUC-JP".
Definition: FSPDFObjC.h:7880
Window type: a full-screen window that obscures all other windows.
Definition: FSPDFObjC.h:1817
Action type: rendition action.
Definition: FSPDFObjC.h:1988
Discard external cross references.
Definition: FSPDFObjC.h:7793
Structure element type: Warichu, which represents the wrapper around the entire warichu assembly.
Definition: FSPDFObjC.h:8186
XFA widget element: Certificate.
Definition: FSPDFObjC.h:6341
Structure element type: RT, which means "Ruby annotation text" and represents the smaller-size text t...
Definition: FSPDFObjC.h:8184
void removeAll()
Clean up the array.
If set, only show with ICCBased CMYK.
Definition: FSPDFObjC.h:9176
FSPDFStream * getStream()
Get image stream.
Encoding foramt: "CP852".
Definition: FSPDFObjC.h:7893
FSPDFNameTree * getNameTree()
Get the EmbeddedFiles name tree.
Darkens backdrop color to reflect the source color.
Definition: FSPDFObjC.h:1464
Definition: FSPDFObjC.h:7681
Text fill-sign object.
Definition: FSPDFObjC.h:8929
FSOptimizeScannedPDFSettingsScannedMonoImageCompressMode
Enumeration for compression mode used for monochrome image.
Definition: FSPDFObjC.h:7835
Hit test area: Title Bar.
Definition: FSPDFObjC.h:6480
FSPDFDocExtractPagesOptions
Enumeration for options used for extracting pages.
Definition: FSPDFObjC.h:5430
Enum value: Hidden, which is same as None except in terms of border conflict resolution for table ele...
Definition: FSPDFObjC.h:8296
XFA widget element: Time.
Definition: FSPDFObjC.h:6164
Compression mode: jpeg2000 lossless.
Definition: FSPDFObjC.h:7831
Javascript event: Document did save.
Definition: FSPDFObjC.h:3819
XFA widget element: Event pseudo model.
Definition: FSPDFObjC.h:6185
Definition: FSPDFObjC.h:5660
PDF/X-4 (PSO Coated v3 (ECI)).
Definition: FSPDFObjC.h:7484
Window position: at the top left corner.
Definition: FSPDFObjC.h:3647
Action type: hide action.
Definition: FSPDFObjC.h:1981
XFA widget element: Signing.
Definition: FSPDFObjC.h:6265
File format type: XDP.
Definition: FSPDFObjC.h:717
Structure element type: Table, which represents a two-dimensional layout of rectangular data cells,...
Definition: FSPDFObjC.h:8167
(For Office-to-PDF conversion only) Office COM has not been initialized successfully.
Definition: FSPDFObjC.h:550
(Only useful for radio button) If set, a group of radio buttons within a radio button field that use ...
Definition: FSPDFObjC.h:4562
Javascript event: Menu execute.
Definition: FSPDFObjC.h:3846
FSFillSignFillSignObjectType
Enumeration for fill-sign object type.
Definition: FSPDFObjC.h:8928
Attribute type: BorderStyle, which represents the style of an element's border.
Definition: FSPDFObjC.h:8240
XFA widget element: Exclude.
Definition: FSPDFObjC.h:6124
A flag specifying whether to hide the viewer application's tool bars when the document is active.
Definition: FSPDFObjC.h:5619
Javascript event item type: insert from templates.
Definition: FSPDFObjC.h:3966
float getBottom()
Get bottom position value.
The monitor that contains the smallest section of the document window.
Definition: FSPDFObjC.h:1824
Invalid regular expression.
Definition: FSPDFObjC.h:566
This means certificate is expired.
Definition: FSPDFObjC.h:8703
(For compliance only) Compliance resource file(s) cannot be found or opened. Please check if complian...
Definition: FSPDFObjC.h:538
This kind of event applies only to drop-down choice lists for which open="userControl" or open="onEnt...
Definition: FSPDFObjC.h:6008
XFA widget element: Default typeface.
Definition: FSPDFObjC.h:6285
(For converting html to pdf only) The converted URL is on blacklist.
Definition: FSPDFObjC.h:562
XFA widget element: Page offset.
Definition: FSPDFObjC.h:6172
F2 key.
Definition: FSPDFObjC.h:4419
Cleanup page content Change 0A,0D in the content stream to Spaces.
Definition: FSPDFObjC.h:7774
FSParagraphEditingBulletType
Enumeration for bullet type.
Definition: FSPDFObjC.h:8535
XFA widget element: Group parent.
Definition: FSPDFObjC.h:6394
Trigger an action to be performed when the page is closed.
Definition: FSPDFObjC.h:2247
FSPointF * getMousePosition()
A callback function to get current mouse position.
Enum value: cb, which means check box.
Definition: FSPDFObjC.h:8326
No "Optimizer" module right.
Definition: FSPDFObjC.h:548
Measurement of change along the x axis.
Definition: FSPDFObjC.h:2679
Background color entry. "BG" in MK dictionary.
Definition: FSPDFObjC.h:2509
If this is used, "Page 1 of n" would be used as the page number format string.
Definition: FSPDFObjC.h:5203
Standard font: Times-Italic.
Definition: FSPDFObjC.h:926
Definition: FSPDFObjC.h:8212
float getSamplingRate()
Get the sampling rate, in samples per second.
XFA widget element: Batch output.
Definition: FSPDFObjC.h:6142
Encoding foramt: "EUC-CN".
Definition: FSPDFObjC.h:7885
Definition: FSPDFObjC.h:976
Structure element type: TH, which means "Table header cell" and represents a table cell containing he...
Definition: FSPDFObjC.h:8169
FSDocViewerPrefsViewerPref
Enumeration for how various GUI elements should behave when the document is opened.
Definition: FSPDFObjC.h:5618
Widget attribute type: Max H.
Definition: FSPDFObjC.h:6432
Definition: FSPDFObjC.h:7571
Align the text to the right edge of the available region.
Definition: FSPDFObjC.h:6524
XFA widget element: Lock document.
Definition: FSPDFObjC.h:6385
XFA widget element: Button.
Definition: FSPDFObjC.h:6158
PDF/A-2b.
Definition: FSPDFObjC.h:7428
Definition: FSPDFObjC.h:6818
FSTextSearchSearchFlags
Enumeration for searching flags.
Definition: FSPDFObjC.h:6696
Page Down key.
Definition: FSPDFObjC.h:4354
FSAnnotMKIconCaptionRelation
Enumeration for icon and caption relative position in annotation's MK dictionary.
Definition: FSPDFObjC.h:2520
FSAnnotArray * getAnnots()
Get an array of annotations which are related to current layer node.
Barcode format: UPC-A code.
Definition: FSPDFObjC.h:1196
BOOL canCut()
Check whether can cut text.
Compression quality: Maximum, only for e_ImageCompressHigh compress mode.
Definition: FSPDFObjC.h:7718
Not check the issuer.
Definition: FSPDFObjC.h:4711
Attribute type: Width, which represents the width of the element's content rectangle.
Definition: FSPDFObjC.h:8236
FSPDFDocImportPageFlags
Enumeration for flags used for importing pages.
Definition: FSPDFObjC.h:5424
(For Office-to-PDF conversion only) WPS office engine is not found.
Definition: FSPDFObjC.h:554
Structure element type: Aside (PDF 2.0), which represents content that is distinct from other content...
Definition: FSPDFObjC.h:8149
Encryption type: digital certificate encryption.
Definition: FSPDFObjC.h:5396
Up arrow key.
Definition: FSPDFObjC.h:4358
Flatten a PDF page without form controls.
Definition: FSPDFObjC.h:5007
Standard font: Helvetica-Oblique, Italic.
Definition: FSPDFObjC.h:922
FSStructObjectContentStructObjectType getObjectType()
Get related object type.
Definition: FSPDFObjC.h:2866
Javascript event item type: rich contents.
Definition: FSPDFObjC.h:3936
Structure element type: ShadingContent, which means shading content element.
Definition: FSPDFObjC.h:8207
Trigger an action to be performed when the page is opened.
Definition: FSPDFObjC.h:2246
Javascript event item type: remove links.
Definition: FSPDFObjC.h:3953
Page Order type: pages are placed from right to left, from top to bottom.
Definition: FSPDFObjC.h:3597
Form field type: signature field.
Definition: FSPDFObjC.h:4554
Definition: FSPDFObjC.h:1542
Invalid license is used to initialize Foxit PDF SDK library.
Definition: FSPDFObjC.h:490
Attribute type: TextDecorationThickness, which represents the thickness of each line drawn as part of...
Definition: FSPDFObjC.h:8259
Javascript event: Media seek.
Definition: FSPDFObjC.h:3856
XFA widget element: Conformance.
Definition: FSPDFObjC.h:6383
FSRange * getGraphicsObjectRange()
Get the range of current content element in current graphics object.
Definition: FSPDFObjC.h:8644
If set, do not do halftone for shrinking or rotating.
Definition: FSPDFObjC.h:1105
Javascript event item type: line width.
Definition: FSPDFObjC.h:3894
Filter type: FlateDecode, which means to decompress data encoded using the zlib/deflate compression m...
Definition: FSPDFObjC.h:1302
(For HTML2PDF only)Occuring timeout during loading web page.
Definition: FSPDFObjC.h:575
Report file format type: XML.
Definition: FSPDFObjC.h:7316
Structure element type: Em (PDF 2.0), which means "Emphasis" and represents content for the purpose o...
Definition: FSPDFObjC.h:8189
XFA widget element: Document assembly.
Definition: FSPDFObjC.h:6396
Annotation type: caret annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2460
XFA widget element: Soap action.
Definition: FSPDFObjC.h:6284
Compression quality: High.
Definition: FSPDFObjC.h:7667
Fit the bounding box of page entirely within the display area when display the page.
Definition: FSPDFObjC.h:1935
Rollover icon entry. "RI" in MK dictionary.
Definition: FSPDFObjC.h:2514
No scaling way is specified.
Definition: FSPDFObjC.h:2418
Line spacing style: double line spacing.
Definition: FSPDFObjC.h:3032
XFA widget element: Sharpx HTML.
Definition: FSPDFObjC.h:6204
(Only useful for text field) If set, the value of this field should be represented as a rich text str...
Definition: FSPDFObjC.h:4571
Attribute type: RubyPosition, which represents the placement of the RT structure element relative to ...
Definition: FSPDFObjC.h:8262
Discard document information and metadata.
Definition: FSPDFObjC.h:7794
Event flag: the right button of the mouse is down.
Definition: FSPDFObjC.h:4441
This kind of event is triggered when a request is sent to a web service via WSDL, just after the data...
Definition: FSPDFObjC.h:6007
Javascript event item type: text font.
Definition: FSPDFObjC.h:3905
Definition: FSPDFObjC.h:2080
Font charset: Japanese (Shift-JIS).
Definition: FSPDFObjC.h:891
Structure element type: ContainerObject, which means container object element.
Definition: FSPDFObjC.h:8201
Javascript event: Link mouse up.
Definition: FSPDFObjC.h:3850
Definition: FSPDFObjC.h:772
BOOL isStructureElement()
Check whether current object is structure element or not.
FSPDFNumberTree * getNumberTree()
Get the page labels number tree.
Definition: FSPDFObjC.h:8683
FSOptimizerSettingsOptimizerOptions
Enumeration for optimizer options.
Definition: FSPDFObjC.h:7759
Duplex type: prints on both sides of the paper; the paper flips along the short edge.
Definition: FSPDFObjC.h:3579
XFA widget type: line.
Definition: FSPDFObjC.h:6494
Definition: FSPDFObjC.h:9532
FSPDFStreamFilter getStreamFilter()
Get the type of stream filter which indicate how the stream data must be decoded before the data is u...
Pause any rendition being played in association with related screen annotation. If no rendition is be...
Definition: FSPDFObjC.h:2199
Window type: a full-screen window that obscures all other windows.
Definition: FSPDFObjC.h:3702
Definition: FSPDFObjC.h:4095
PDF name object.
Definition: FSPDFObjC.h:1248
Opearte type: single checks.
Definition: FSPDFObjC.h:7292
Javascript modify item type: field.
Definition: FSPDFObjC.h:3862
FSIdentityProperties * getIdentityProperties()
A callback function used to get identity properties of current user.
XFA widget element: Locale.
Definition: FSPDFObjC.h:6318
Value type: an array of float values.
Definition: FSPDFObjC.h:8361
7 key.
Definition: FSPDFObjC.h:4373
XFA widget element: Config.
Definition: FSPDFObjC.h:6202
Custom color mode. map colors to foreground.
Definition: FSPDFObjC.h:3159
BOOL isContentElement()
Check whether current object is content element or not.
XFA widget element: Xml connection .
Definition: FSPDFObjC.h:6303
(Reserved, not supported yet) If set, only link annotations are to imported from or exported to XFDF ...
Definition: FSPDFObjC.h:5458
Enum value: on, which means the state is on.
Definition: FSPDFObjC.h:8329
Definition: FSPDFObjC.h:2227
PDF/A-3u.
Definition: FSPDFObjC.h:7432
PDF/A-1a.
Definition: FSPDFObjC.h:7425
Event flag: auto repeat.
Definition: FSPDFObjC.h:4438
(Reserved, currently, this module is not provided) Name for module "LayoutRecognition".
Definition: FSPDFObjC.h:671
Encoding foramt: "SJS".
Definition: FSPDFObjC.h:7881
XFA widget element: Ps.
Definition: FSPDFObjC.h:6086
XFA widget element: Pdf.
Definition: FSPDFObjC.h:6113
(For ConnectedPDF only) Input user token is invalid.
Definition: FSPDFObjC.h:507
Barcode format: Code128, including EAN128 code.
Definition: FSPDFObjC.h:1194
Event flag: "Ctrl" key.
Definition: FSPDFObjC.h:4434
Encoding foramt: "BHASKAR".
Definition: FSPDFObjC.h:7923
FSColorSpaceType getColorSpaceType()
Get color space type.
Widget attribute type: Space above.
Definition: FSPDFObjC.h:6449
FSBookmarkStyle
Enumeration for bookmark style type.
Definition: FSPDFObjC.h:4080
Bullet type: solid circle.
Definition: FSPDFObjC.h:8537
Definition: FSPDFObjC.h:4526
Compression mode: high.
Definition: FSPDFObjC.h:7704
Snapped point type: nearest point, which means the snapped point is the nearest point (which is in a ...
Definition: FSPDFObjC.h:9363
XFA widget element: traversal.
Definition: FSPDFObjC.h:6233
Structure element type: PathObject, which means path graphics object element.
Definition: FSPDFObjC.h:8197
Definition: FSPDFObjC.h:4895
Encoding foramt: "CSN_369103".
Definition: FSPDFObjC.h:7910
Javascript event: Page close.
Definition: FSPDFObjC.h:3822
Discard unreferenced named destination.
Definition: FSPDFObjC.h:7773
Normal orientation.
Definition: FSPDFObjC.h:1154
Filter type: ASCII85Decode, which means to decode data encoded in an ASCII base-85 representation,...
Definition: FSPDFObjC.h:1300
Definition: FSPDFObjC.h:1423
If set, that means to get the midpoint for two endpoints of a path.
Definition: FSPDFObjC.h:9381
Javascript event item type: rect.
Definition: FSPDFObjC.h:3897
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
BOOL isRadioButtonStatePreserved()
Get the radio-button preserved state.
XFA widget element: Pattern.
Definition: FSPDFObjC.h:6307
Definition: FSPDFObjC.h:2569
Javascript event item type: default is checked.
Definition: FSPDFObjC.h:3910
When this is set, that means not to do halftone for shrinking or rotating.
Definition: FSPDFObjC.h:7676
Verification state of the time stamp is expired.
Definition: FSPDFObjC.h:4717
Revocatoin reason: ceritifcate has no status.
Definition: FSPDFObjC.h:8708
No Field MDP action.
Definition: FSPDFObjC.h:4780
XFA widget element: Severity.
Definition: FSPDFObjC.h:6393
XFA widget element: Update.
Definition: FSPDFObjC.h:6254
FSLocaleID
Enumeration for locale ID.
Definition: FSPDFObjC.h:701
Structure element type: Document, which represents a complete document.
Definition: FSPDFObjC.h:8138
Remove invalid bookmarks.
Definition: FSPDFObjC.h:7771
Result type: delete image.
Definition: FSPDFObjC.h:7519
Not use encryption algorithm.
Definition: FSPDFObjC.h:6763
Javascript event item type: move page.
Definition: FSPDFObjC.h:3956
void dedent()
Decrease indent for text.
Y key.
Definition: FSPDFObjC.h:4400
FSXFADocType
Enumeration for XFA document type.
Definition: FSPDFObjC.h:6020
Enum value: TbRl, which means inline progression from top to bottom; block progression from right to ...
Definition: FSPDFObjC.h:8293
Enum value: Middle, which means children are centered within the table cell.
Definition: FSPDFObjC.h:8309
Monitor with the greatest color depth.
Definition: FSPDFObjC.h:1826
Structure element type: Div, which means "Division" and represents a generic block-level element or g...
Definition: FSPDFObjC.h:8143
(Used with state model FSMarkupStateModelReview) The change has been completed.
Definition: FSPDFObjC.h:2660
FSPreflightSettingDataOperateType
Enumeration for the preflight operate type.
Definition: FSPDFObjC.h:7290
FSFloatingInfoRelativeTarget
Enumeration for the values used to set relative position of floating window.
Definition: FSPDFObjC.h:3658
Any unknown error occurs.
Definition: FSPDFObjC.h:489
Widget attribute type: Top inset.
Definition: FSPDFObjC.h:6415
XFA widget element: Insert.
Definition: FSPDFObjC.h:6243
Type of exported data: Static XDP.
Definition: FSPDFObjC.h:6028
XFA widget element: Viewer preferences.
Definition: FSPDFObjC.h:6209
Structure element type: Index, which represents a sequence of entries containing identifying text acc...
Definition: FSPDFObjC.h:8148
Name for module "XFA".
Definition: FSPDFObjC.h:663
Locale ID for country: Japan.
Definition: FSPDFObjC.h:710
Compression mode: jbig2 lossless.
Definition: FSPDFObjC.h:7837
DIB format: 8bpp format, 256 color RGB bitmap.
Definition: FSPDFObjC.h:1098
A flag specifying whether to position the document's window in the center of the screen.
Definition: FSPDFObjC.h:5623
Resize type: may be resized only if the aspect ratio is preserved.
Definition: FSPDFObjC.h:3667
Text mode: fill text.
Definition: FSPDFObjC.h:1532
XFA widget element: D sig data.
Definition: FSPDFObjC.h:6360
Structure element type: Sub (PDF 2.0), which means "Sub-division of a block level element" and repres...
Definition: FSPDFObjC.h:8191
Javascript event item type: quadspoints.
Definition: FSPDFObjC.h:3934
XFA widget element: Number symbols.
Definition: FSPDFObjC.h:6371
Definition: FSPDFObjC.h:580
Annotation flag: locked contents.
Definition: FSPDFObjC.h:2488
FSLRStructureElement * getParentElement()
Get the parent element.
Encoding foramt: "BIG5_HKSCS".
Definition: FSPDFObjC.h:7915
Presence property: Inactive. Do not participate in interaction, layout, or rendering.
Definition: FSPDFObjC.h:6508
If set, show bitmap on signature appearance.
Definition: FSPDFObjC.h:4734
FSRenditionMediaPlayerFitStyle
Enumeration for the fit style.
Definition: FSPDFObjC.h:1806
Right Paging Seal.
Definition: FSPDFObjC.h:4912
If this is used, "m/d/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:5177
Attribute type: Subtype, which means the subtype of annotation or artifact.
Definition: FSPDFObjC.h:8243
XFA widget element: Execute.
Definition: FSPDFObjC.h:6199
Encoding foramt: "CP1255".
Definition: FSPDFObjC.h:7902
int getXDPI()
Get DPI for X-axis.
Shading graphics object.
Definition: FSPDFObjC.h:1480
Image type is BMP.
Definition: FSPDFObjC.h:1142
XFA widget type: unknown.
Definition: FSPDFObjC.h:6499
A bookmark is the previous sibling of another specified bookmark.
Definition: FSPDFObjC.h:4089
XFA widget element: Relevant.
Definition: FSPDFObjC.h:6280
The document has not been changed within the scope of the signature.
Definition: FSPDFObjC.h:4706
XFA widget element: Permissions.
Definition: FSPDFObjC.h:6363
(Only useful for text field) If set, the text field can contain multiple lines of text; if clear,...
Definition: FSPDFObjC.h:4563
Definition: FSPDFObjC.h:2044
Name for module "OFD".
Definition: FSPDFObjC.h:678
BOOL isBold()
Judge whether current font is bold or not.
FSGraphStateLineJoinStyle
Enumeration for line join style.
Definition: FSPDFObjC.h:821
Page size: A2.
Definition: FSPDFObjC.h:5021
Encoding foramt: "X-TAM-LTTMBARANI".
Definition: FSPDFObjC.h:7933
Indicates that this point is the ending point for a Bezier spline, and this point will also be connec...
Definition: FSPDFObjC.h:1000
Definition: FSPDFObjC.h:7730
Compression mode: zip.
Definition: FSPDFObjC.h:7708
Presence property: Invisible. Participate in interaction and layout but not rendering.
Definition: FSPDFObjC.h:6509
Encoding foramt: "X-TAM-SHREE".
Definition: FSPDFObjC.h:7934
BOOL isParsed()
Check if current reflow page has been parsed or not.
Definition: FSPDFObjC.h:10945
Value type: an array of integer values.
Definition: FSPDFObjC.h:8360
Form field type: text field.
Definition: FSPDFObjC.h:4553
Annotation flag: hidden.
Definition: FSPDFObjC.h:2480
BOOL verifyEncryptionParams()
Verify encryption parameters.
FSActionCallbackLanguage getLanguage()
A callback function to get the language of the running viewer application.
Page size: legal.
Definition: FSPDFObjC.h:5020
Structure element type: Hn (PDF 2.0), which represents heading with level 7 or more.
Definition: FSPDFObjC.h:8162
Definition: FSPDFObjC.h:1055
XFA widget element: Radial.
Definition: FSPDFObjC.h:6378
Subtracts the darker of the two constituent colors from lighter colors.
Definition: FSPDFObjC.h:1467
Structure element type: Form, which represents a widget annotation representing an interactive form f...
Definition: FSPDFObjC.h:8194
Definition: FSPDFObjC.h:7438
int getMatchSentenceEndIndex()
Get the index of the last character of current matched pattern, based on the matched sentence.
Expected data or object is not found.
Definition: FSPDFObjC.h:496
The application window.
Definition: FSPDFObjC.h:1834
Widget attribute type: Line height.
Definition: FSPDFObjC.h:6445
Bit 6. Field names and values are submitted as XFDF.
Definition: FSPDFObjC.h:2120
Locale ID for country: Germany.
Definition: FSPDFObjC.h:707
(For ConnectedPDF only) Loaded document is already a ConnectedPDF document.
Definition: FSPDFObjC.h:514
float getZoomFactor()
Get zoom factor.
Structure element type: RP, which means "Ruby punctuation" and represents punctuation surrounding the...
Definition: FSPDFObjC.h:8185
End key.
Definition: FSPDFObjC.h:4355
Attribute type: BlockAlign, which represents the alignment, in the block-progression direction,...
Definition: FSPDFObjC.h:8252
Edge position: right.
Definition: FSPDFObjC.h:6535
FSPDFDictionary * create()
Create a new dictionary object.
If set, do not print a watermark.
Definition: FSPDFObjC.h:5226
Encoding foramt: "ASCII".
Definition: FSPDFObjC.h:7870
Widget attribute type: Letter spacing.
Definition: FSPDFObjC.h:6429
Structure element type: ComplexContent, which means complex content element.
Definition: FSPDFObjC.h:8208
Javascript event item type: button align Y.
Definition: FSPDFObjC.h:3880
Portfolio node type: file.
Definition: FSPDFObjC.h:9227
Definition: FSPDFObjC.h:6733
Font charset: System default, for unknown or mapping purpose.
Definition: FSPDFObjC.h:889
Import pages with layers.
Definition: FSPDFObjC.h:5426
XFA widget element: Print high quality.
Definition: FSPDFObjC.h:6372
Enum value: off, which means the state is off.
Definition: FSPDFObjC.h:8330
Encoding foramt: "ISO-8859-15".
Definition: FSPDFObjC.h:7906
Portfolio node type: folder.
Definition: FSPDFObjC.h:9226
Markup annotation state model: review.
Definition: FSPDFObjC.h:2650
FSPrintParamsPageOrder
Enumeration for the values used to determine how the multiple pages are laid out on the sheet.
Definition: FSPDFObjC.h:3595
Bit 5. Coordinates of the mouse are transmitted as part of the form data.
Definition: FSPDFObjC.h:2119
This kind of event is triggered to tell an object that it has just been added to an array or that its...
Definition: FSPDFObjC.h:5996
Table border style: Solid.
Definition: FSPDFObjC.h:7075
Print Handling: Pages are rescaled to print multiple pages on each printer page.
Definition: FSPDFObjC.h:3605
Definition: FSPDFObjC.h:8556
Action type: launch action.
Definition: FSPDFObjC.h:1976
Font style: non-symbolic.
Definition: FSPDFObjC.h:880
Unknown language.
Definition: FSPDFObjC.h:2269
Encoding foramt: "ISO-8859-13".
Definition: FSPDFObjC.h:7911
Widget attribute type: Text intent.
Definition: FSPDFObjC.h:6411
FSWatermarkTextPropertiesFontStyle
Enumeration for watermark font style.
Definition: FSPDFObjC.h:7029
Javascript event item type: rollover caption.
Definition: FSPDFObjC.h:3904
Javascript event: Screen focus.
Definition: FSPDFObjC.h:3835
Definition: FSPDFObjC.h:7807
Name for module "OCR".
Definition: FSPDFObjC.h:666
PDF document is encrypted by some unsupported security handler.
Definition: FSPDFObjC.h:494
If this is used, "m/d" would be used as the date format string.
Definition: FSPDFObjC.h:5175
Bit 11. Enable hyperlinks export.
Definition: FSPDFObjC.h:8026
Data of current object is invalid.
Definition: FSPDFObjC.h:501
int getEndCharIndex()
Get the index of last character of current hyper-link URI, based on PDF page.
XFA widget element: Linearized.
Definition: FSPDFObjC.h:6367
XFA widget element: Version.
Definition: FSPDFObjC.h:6221
BOOL isEmpty()
Check whether current object is empty or not.
XFA widget element: Submit format.
Definition: FSPDFObjC.h:6225
Widget attribute type: Max W.
Definition: FSPDFObjC.h:6433
Locale ID for country: Italy.
Definition: FSPDFObjC.h:708
Definition: FSPDFObjC.h:2608
Widget attribute type: Type face.
Definition: FSPDFObjC.h:6409
Top Paging Seal.
Definition: FSPDFObjC.h:4913
XFA widget element: Day.
Definition: FSPDFObjC.h:6104
A short line at the endpoint approximately 30 degrees clockwise from perpendicular to the line itself...
Definition: FSPDFObjC.h:2675
Bit 5. If enabled, layer support will be added to PDF file (1.5 version required).
Definition: FSPDFObjC.h:8020
PDF/X-1a.
Definition: FSPDFObjC.h:7469
Image type is webp.
Definition: FSPDFObjC.h:1149
Color space: ICCBased DeviceGray. (1 component, gray)
Definition: FSPDFObjC.h:696
Value type: an array of wide strings.
Definition: FSPDFObjC.h:8363
Enum value: Groove, which means the border looks as though it were carved into the canvas.
Definition: FSPDFObjC.h:8301
Definition: FSPDFObjC.h:381
Nothing.
Definition: FSPDFObjC.h:1846
Definition: FSPDFObjC.h:2099
Bit 1. Enable embedding of TTF(True Type Font) program to PDF file. The whole TTF font file will be e...
Definition: FSPDFObjC.h:8016
XFA widget element: Effective input policy.
Definition: FSPDFObjC.h:6381
Structure element type: H4, which represents heading with level 4.
Definition: FSPDFObjC.h:8159
Definition: FSPDFObjC.h:1256
Print Handling: Pages are enlarged or shrunk to fit the printe's paper.
Definition: FSPDFObjC.h:3603
BOOL copySelected()
Copy the selected text.
Encoding foramt: "TSCII".
Definition: FSPDFObjC.h:7917
XFA widget type: push button.
Definition: FSPDFObjC.h:6486
Name for module "Optimizer".
Definition: FSPDFObjC.h:669
This kind of event is triggered at the very end of processing if and only if all validations succeede...
Definition: FSPDFObjC.h:5991
Javascript event item type: note icon.
Definition: FSPDFObjC.h:3930
FSAnnotFlags
Enumeration for PDF annotation flags.
Definition: FSPDFObjC.h:2478
If set, only show with ICCBased RGB.
Definition: FSPDFObjC.h:9184
DIB format: 32bpp format, with bits order "Blue, Green, Red, Alpha". Blue is in the lowest order.
Definition: FSPDFObjC.h:1095
NSArray< NSData * > * getComponentNames()
Get a string array which represents the name of colorant for Separation color space,...
FSBitmapDIBFormat
Enumeration for DIB format.
Definition: FSPDFObjC.h:1090
Definition: FSPDFObjC.h:2824
Javascript pre-sign item type: border color.
Definition: FSPDFObjC.h:3870
Structure tree entity type: Element, which represents a structure element.
Definition: FSPDFObjC.h:1695
Booklet Binding: Left-side binding for Western-style left-to-right reading direction....
Definition: FSPDFObjC.h:3591
The state is unchanged.
Definition: FSPDFObjC.h:4215
Definition: FSPDFObjC.h:4445
XFA widget element: Incremental load.
Definition: FSPDFObjC.h:6374
(For compliance only) Fail to initialize compliance engine.
Definition: FSPDFObjC.h:529
XFA widget element: Hyphenation.
Definition: FSPDFObjC.h:6162
XFA widget element: Digest methods.
Definition: FSPDFObjC.h:6246
Enum value: RlTb, which means inline progression from right to left; block progression from top to bo...
Definition: FSPDFObjC.h:8292
Device type: printer.
Definition: FSPDFObjC.h:3178
The capability of recovery from 7% amounts of damage.
Definition: FSPDFObjC.h:1204
XFA widget type: arc.
Definition: FSPDFObjC.h:6488
FSMenuListArray * getMenuItemNameList()
A callback function to get the menu item name list.
FSPageLabelsStyle
Enumeration for page label style.
Definition: FSPDFObjC.h:5651
Enum value: Distribute, which means the content is to be expanded to fill the available width in the ...
Definition: FSPDFObjC.h:8313
XFA widget element: Effective output policy.
Definition: FSPDFObjC.h:6314
Result type: unsupported or invalid.
Definition: FSPDFObjC.h:7515
No "AdvEdit" module right.
Definition: FSPDFObjC.h:560
Type definition for point class for integer.
Definition: FSPDFObjC.h:210
Use for representing a document designer's structural organization of artwork.
Definition: FSPDFObjC.h:4255
Discard private data of other applications.
Definition: FSPDFObjC.h:7796
FSPortfolioInitialViewMode
Enumeration for initial view mode for a portfolio PDF document.
Definition: FSPDFObjC.h:9330
XFA widget element: Data group.
Definition: FSPDFObjC.h:6329
XFA widget element: Submit Url.
Definition: FSPDFObjC.h:6275
Locale ID for region: Taiwan.
Definition: FSPDFObjC.h:704
BOOL isEmpty()
Check whether current object is empty or not.
unsigned long long getSize()
Get the current stream size, in bytes.
Unknown filter type.
Definition: FSPDFObjC.h:1297
XFA widget element: Producer.
Definition: FSPDFObjC.h:6237
Definition: FSPDFObjC.h:2425
FSReflowPageFlags
Enumeration for parsing flags used for a reflow page.
Definition: FSPDFObjC.h:5719
XFA widget element: Pagination override.
Definition: FSPDFObjC.h:6332
Widget attribute type: Stroke.
Definition: FSPDFObjC.h:6424
Javascript event item type: button fit bounds.
Definition: FSPDFObjC.h:3881
(For LTV only) Fail to switch PDF verion.
Definition: FSPDFObjC.h:533
Widget attribute type: Number of cells.
Definition: FSPDFObjC.h:6428
FSPDFDictionary * getDict()
Get PDF dictionary of related object.
If set, only show line art.
Definition: FSPDFObjC.h:9196
Structure element type: TextObject, which means text graphics object element.
Definition: FSPDFObjC.h:8196
Event flag: key pad.
Definition: FSPDFObjC.h:4437
μ-law-encoded samples
Definition: FSPDFObjC.h:3096
Position: bottom center.
Definition: FSPDFObjC.h:657
XFA widget element: Set property.
Definition: FSPDFObjC.h:6169
BOOL needPauseNow()
Check whether need to pause now.
Javascript event item type: delete item at.
Definition: FSPDFObjC.h:3911
XFA widget element: Xsl.
Definition: FSPDFObjC.h:6119
Definition: FSPDFObjC.h:7296
Revocatoin reason: CA compromise.
Definition: FSPDFObjC.h:8711
PDF reference object.
Definition: FSPDFObjC.h:1253
Definition: FSPDFObjC.h:3511
PDF/X-3.
Definition: FSPDFObjC.h:7470
Right alignment.
Definition: FSPDFObjC.h:640
Attribute type: BBox, which represents the element's bounding box (the rectangle that completely encl...
Definition: FSPDFObjC.h:8235
W key.
Definition: FSPDFObjC.h:4398
J key.
Definition: FSPDFObjC.h:4385
Print Handling: No page scaling is applied.
Definition: FSPDFObjC.h:3602
Color space: CalRGB. (3 components, A, B, C)
Definition: FSPDFObjC.h:689
Bit 8. Determines whether software uses vector hidden-line removal for corresponding viewports.
Definition: FSPDFObjC.h:8023
F1 key.
Definition: FSPDFObjC.h:4418
XFA widget element: Part.
Definition: FSPDFObjC.h:6130
Definition: FSPDFObjC.h:6836
Definition: FSPDFObjC.h:7343
Value type: element.
Definition: FSPDFObjC.h:8358
XFA widget element: Page set.
Definition: FSPDFObjC.h:6248
Rotate the text block based on the left-top point of the rectangle.
Definition: FSPDFObjC.h:631
Text mode: stroke text.
Definition: FSPDFObjC.h:1533
Javascript event item type: add link.
Definition: FSPDFObjC.h:3967
Enum value: Ridge, which means the border looks as though it were coming out of the canvas (the oppos...
Definition: FSPDFObjC.h:8302
FSCertVerifyResultArray * getCertificateVerifyResults()
Get certificate verify results.
XFA widget element: Source set.
Definition: FSPDFObjC.h:6101
The media is not scaled. A scrolling user interface is provided if the media rectangle is wider or ta...
Definition: FSPDFObjC.h:1810
Structure element type: Title (PDF 2.0), which represents content that is usually referred to as the ...
Definition: FSPDFObjC.h:8150
Presence property: Visible. Participate in interaction, layout, and rendering.
Definition: FSPDFObjC.h:6506
Compression quality: Medium, only for e_ImageCompressHigh compress mode.
Definition: FSPDFObjC.h:7716
This kind of event is triggered just after the rendered form has been sent to the printer,...
Definition: FSPDFObjC.h:5987
XFA widget element: Month mames.
Definition: FSPDFObjC.h:6392
Verification state of the issuer is valid.
Definition: FSPDFObjC.h:4707
(For DWG-to-PDF conversion only) ODA engine is not found.
Definition: FSPDFObjC.h:557
Invalid PDF object type.
Definition: FSPDFObjC.h:1244
No "ConnectedPDF" module right.
Definition: FSPDFObjC.h:541
Annotation property: border color.
Definition: FSPDFObjC.h:2502
If set, the color of path need to be replaced.
Definition: FSPDFObjC.h:3172
Encoding foramt: "Arabic".
Definition: FSPDFObjC.h:7877
This kind of event represents a calculate operation.
Definition: FSPDFObjC.h:6016
Measurement of distance in any direction.
Definition: FSPDFObjC.h:2681
If set, only show without DeviceCMYK.
Definition: FSPDFObjC.h:9175
Hit test area: HyperLink.
Definition: FSPDFObjC.h:6481
Bullet type: right arrow (upper white and lower black).
Definition: FSPDFObjC.h:8541
FSWidgetLineSpacingStyle
Enumeration for line spacing style.
Definition: FSPDFObjC.h:3029
FSRenditionWindowType
Enumeration for the type of window that the media should play in.
Definition: FSPDFObjC.h:1815
Definition: FSPDFObjC.h:4795
Definition: FSPDFObjC.h:7594
Merge consecutive text-showing operators with equal y coordinates.
Definition: FSPDFObjC.h:4965
Standard font: Courier-Bold.
Definition: FSPDFObjC.h:916
Bit 1. If set, fields name defined in submit form action should be excluded from submitting; if not s...
Definition: FSPDFObjC.h:2115
int getTextLinkCount()
Get the count of the URL formatted texts, in related PDF page.
Font type: Type3.
Definition: FSPDFObjC.h:934
No "Compliance" module right.
Definition: FSPDFObjC.h:547
Scale only when icon is smaller than annotation rectangle.
Definition: FSPDFObjC.h:2421
FSHeaderFooterContentGeneratorDateFormatType
Enumeration for date format type.
Definition: FSPDFObjC.h:5174
Definition: FSPDFObjC.h:1210
The verified issue is current issuer.
Definition: FSPDFObjC.h:4712
Caption to the left of the icon.
Definition: FSPDFObjC.h:2526
Structure element type: Sect, which means "Section" and represents a container for grouping related c...
Definition: FSPDFObjC.h:8142
Javascript event: Screen mouse up.
Definition: FSPDFObjC.h:3840
Definition: FSPDFObjC.h:9294
NSData * getTimeStampMessage()
A callback function used to get time stamp message.
FSRenditionMediaPermission
Enumeration for PDF media player permission.
Definition: FSPDFObjC.h:1793
FDF document type: FDF.
Definition: FSPDFObjC.h:3272
Fill PDF form. (Bit 9 in permission value)
Definition: FSPDFObjC.h:5408
XFA document type: Static.
Definition: FSPDFObjC.h:6022
FSPDFPageBoxType
Enumeration for page box type.
Definition: FSPDFObjC.h:5010
Rendering intent: Relative Colorimetric.
Definition: FSPDFObjC.h:1050
Only even numbers in a range will be used (discards odd numbers).
Definition: FSPDFObjC.h:852
Darkens or lightens colors, depending on source color value.
Definition: FSPDFObjC.h:1466
Enum value: float.
Definition: FSPDFObjC.h:8324
FSPortfolioNodeType getNodeType()
Get node type.
Encoding foramt: "Hebrew".
Definition: FSPDFObjC.h:7879
XFA widget element: Presence.
Definition: FSPDFObjC.h:6218
Discard embedded page thumbnails.
Definition: FSPDFObjC.h:7781
Name for module "3D".
Definition: FSPDFObjC.h:677
XFA widget element: Arc.
Definition: FSPDFObjC.h:6103
BOOL canPaste()
Check whether can paste text.
Presence property: Hidden. Participate in interaction but not layout or rendering.
Definition: FSPDFObjC.h:6507
Highlighting mode: Invert, which is to invert the contents of the annotation rectangle.
Definition: FSPDFObjC.h:2493
Fail to create socket during sending request process.
Definition: FSPDFObjC.h:4886
Definition: FSPDFObjC.h:2760
If set, show signer on signature appearance.
Definition: FSPDFObjC.h:4733
Value type: ARGB color type, 32 bits, ((b) | ((g) << 8) | ((r) << 16)) | ((a) << 24).
Definition: FSPDFObjC.h:8356
Javascript event item type: border effect style.
Definition: FSPDFObjC.h:3919
Widget attribute type: Allow rich text.
Definition: FSPDFObjC.h:6414
XFA widget element: Duplex option.
Definition: FSPDFObjC.h:6308
Z key.
Definition: FSPDFObjC.h:4401
XFA widget element: Rename.
Definition: FSPDFObjC.h:6146
XFA widget element: Typefaces.
Definition: FSPDFObjC.h:6148
Filter type: LZWDecode, which means to decompress data encoded using the LZW (Lempel-Ziv-Welch) adapt...
Definition: FSPDFObjC.h:1301
Definition: FSPDFObjC.h:3441
Font charset: Hebrew.
Definition: FSPDFObjC.h:900
Window type: a hidden window.
Definition: FSPDFObjC.h:1818
Line spacing style: auto line spacing.
Definition: FSPDFObjC.h:3034
Verification state of a signature is valid.
Definition: FSPDFObjC.h:4699
Definition: FSPDFObjC.h:7642
Edge position: top.
Definition: FSPDFObjC.h:6534
FSFloatingInfoResizeType
Enumeration for the resize type, which specifies whether a floating window may be resized by the user...
Definition: FSPDFObjC.h:3665
Widget attribute type: Overline.
Definition: FSPDFObjC.h:6444
Definition: FSPDFObjC.h:9510
Structure tree entity type: ObjectContent, which represents a PDF object content item,...
Definition: FSPDFObjC.h:1697
Stop any rendition being played in association with related screen annotation and remove the associat...
Definition: FSPDFObjC.h:2198
Definition: FSPDFObjC.h:3461
BOOL apply()
Apply redaction in marked areas: remove the text or graphics under marked areas permanently.
Certificate for verifying issuer is revoked.
Definition: FSPDFObjC.h:4709
Depends on monitor specifier.
Definition: FSPDFObjC.h:1836
Enum value: rb, which means radio button.
Definition: FSPDFObjC.h:8325
Definition: FSPDFObjC.h:8051
XFA widget element: Solid.
Definition: FSPDFObjC.h:6187
FSPDFStreamFilter
Enumeration for stream filter type.
Definition: FSPDFObjC.h:1296
Bit 15. Enable measuring scale in pdf.
Definition: FSPDFObjC.h:8029
Standard font: ZapfDingbats.
Definition: FSPDFObjC.h:928
"NewWindow" flag is YES.
Definition: FSPDFObjC.h:1995
FSXFAWidgetModifyInfoWidgetAttributeType
Enumeration for XFA attribute type.
Definition: FSPDFObjC.h:6402
Javascript event item type: button scale when.
Definition: FSPDFObjC.h:3883
int getMatchSentenceStartIndex()
Get the index of the first character of current matched pattern, based on the matched sentence.
Multiple page mode.
Definition: FSPDFObjC.h:7859
Unknown signature.
Definition: FSPDFObjC.h:4944
(Only useful for text field) If set, the text entered in the field represents the pathname of a file ...
Definition: FSPDFObjC.h:4565
Attribute type: TextDecorationColor, which represents the color to be used for drawing text decoratio...
Definition: FSPDFObjC.h:8258
Border style: Cloudy.
Definition: FSPDFObjC.h:2354
void clear()
Clear all points.
void undo()
Undo this item.
If set, that means object streams will be used to generate combined result PDF file in order to reduc...
Definition: FSPDFObjC.h:9039
The full virtual desktop.
Definition: FSPDFObjC.h:1835
If set, that means signature will be extracted as well. It must be combined with .
Definition: FSPDFObjC.h:5438
If set, watermarks will share one image stream if these watermarks use the same image or bitmap.
Definition: FSPDFObjC.h:7001
Join spilt operation type: Spilt.
Definition: FSPDFObjC.h:8613
Color space: ICCBased.
Definition: FSPDFObjC.h:691
XFA widget element: Creator.
Definition: FSPDFObjC.h:6361
Definition: FSPDFObjC.h:6930
FSLayerPrintData * getPrintUsage()
Get the data for printing usage.
PDF number object.
Definition: FSPDFObjC.h:1246
If set, that means to layout document and annotations with connector lines on separate pages.
Definition: FSPDFObjC.h:9113
Structure element type: TD, which means "Table data cell" and represents a table cell containing data...
Definition: FSPDFObjC.h:8170
Font charset: ANSI (United States, Western Europe).
Definition: FSPDFObjC.h:888
XFA widget element: Encoding.
Definition: FSPDFObjC.h:6135
Parse the text content of a PDF page by the stream order.
Definition: FSPDFObjC.h:6663
Monitor with the greatest area (in pixels squared)
Definition: FSPDFObjC.h:1827
Structure element type: THead, which means "Table header row group" and represents a group of rows th...
Definition: FSPDFObjC.h:8171
XFA widget element: Password.
Definition: FSPDFObjC.h:6342
NSString * getPDFPath()
Get the path of related PDF document.
Miter line join type.
Definition: FSPDFObjC.h:822
Image type is TIF or TIFF.
Definition: FSPDFObjC.h:1146
XFA widget element: Xdc.
Definition: FSPDFObjC.h:6116
FSPDFDocDisplayMode
Enumeration for display mode which specifies how the document should be displayed when opened.
Definition: FSPDFObjC.h:5446
XFA widget element: user.
Definition: FSPDFObjC.h:6312
XFA widget element: Stipple.
Definition: FSPDFObjC.h:6191
Crop Box for page boundary.
Definition: FSPDFObjC.h:5012
Rotate the text block based on the left-bottom point of the rectangle.
Definition: FSPDFObjC.h:633
(For LTV only) Fail to load DTS.
Definition: FSPDFObjC.h:536
Standard font: Helvetica-Bold.
Definition: FSPDFObjC.h:920
If set, that means to sort annotation by annotation type in result document.
Definition: FSPDFObjC.h:9124
FSLRStructureElementAttributeValueEnum
Enumeration for element general layout attribute enum values.
Definition: FSPDFObjC.h:8282
Trigger an action to be performed when the page containing the annotation is opened.
Definition: FSPDFObjC.h:2263
New data conflicts with existed data.
Definition: FSPDFObjC.h:498
The media's width and height are scaled while preserving the aspect ratio so that the media and play ...
Definition: FSPDFObjC.h:1807
Flatten a PDF page without annotations.
Definition: FSPDFObjC.h:5006
Definition: FSPDFObjC.h:1110
void removeAllSubActions()
Remove all the sub-actions.
Widget attribute type: Horizontal text alignment control.
Definition: FSPDFObjC.h:6408
Structure element info type: Expanded Form, which means the expanded form of structure element.
Definition: FSPDFObjC.h:1717
Verification state of the time stamp is invalid.
Definition: FSPDFObjC.h:4716
Definition: FSPDFObjC.h:1700
XFA widget element: Keep.
Definition: FSPDFObjC.h:6241
XFA widget element: Connect string.
Definition: FSPDFObjC.h:6255
Only odd numbers in a range will be used (discards even numbers).
Definition: FSPDFObjC.h:853
Widget attribute type: Font color.
Definition: FSPDFObjC.h:6453
Enum value: LowerRoman, which means lowercase roman numerals (i, ii, iii, iv, ...).
Definition: FSPDFObjC.h:8319
XFA widget element: Time pattern.
Definition: FSPDFObjC.h:6141
Encoding foramt: "CP1257".
Definition: FSPDFObjC.h:7904
XFA widget element: Common.
Definition: FSPDFObjC.h:6330
Attribute type only for Table: RowSpan, which represents the number of rows in the enclosing table th...
Definition: FSPDFObjC.h:8271
Window type: a docked page window.
Definition: FSPDFObjC.h:3700
XFA widget element: Always embed.
Definition: FSPDFObjC.h:6269
Definition: FSPDFObjC.h:11199
Revocatoin reason: privilege with drawn.
Definition: FSPDFObjC.h:8717
If set, only show smooth shades.
Definition: FSPDFObjC.h:9193
FSLRGraphicsObjectElement * getParentGraphicsObjectElement()
Get the parent graphics object element.
If this is used, "1/n" would be used as the page number format string.
Definition: FSPDFObjC.h:5201
NSData * getTimeStampMessage()
Get time stamp message.
Fit the entire width of the page's bounding box within the display area when display the page.
Definition: FSPDFObjC.h:1936
File format type: TXT.
Definition: FSPDFObjC.h:721
Standard font: Courier-BoldOblique, Bold italic.
Definition: FSPDFObjC.h:917
Bit 14. "F" entry of submitted FDF is an embedded file stream.
Definition: FSPDFObjC.h:2127
When document is opened, neither document outlines nor thumbnail images are visible.
Definition: FSPDFObjC.h:5447
No "NewWindow" flag.
Definition: FSPDFObjC.h:1996
Bit 12. If enabled, layout geometry will be zoomed to paper size, else layout settings will be applie...
Definition: FSPDFObjC.h:8027
Invalidate all pages.
Definition: FSPDFObjC.h:7221
Structure element type: TOC, which means "Table of contents" and represents a list made up of table o...
Definition: FSPDFObjC.h:8146
Javascript event: Screen mouse enter.
Definition: FSPDFObjC.h:3841
Encoding foramt: "X-KDDI-Shift_JIS".
Definition: FSPDFObjC.h:7938
FSPrintDeviceSettingDataOrientationFlag
Enumeration for specifying the orientation of the printer.
Definition: FSPDFObjC.h:3128
FSCertVerifyResultRevocationReason
Enumeration for revocation reason for a certificate.
Definition: FSPDFObjC.h:8707
Definition: FSPDFObjC.h:1003
If set, only screen annotations will be rendered.
Definition: FSPDFObjC.h:3167
float getRight()
Get right position value.
BOOL isTopNull()
Check if top value is a null object.
Unknown initial view mode.
Definition: FSPDFObjC.h:9331
int getElementCount()
Get the count of elements.
(For LTV only) Fail to check DTS.
Definition: FSPDFObjC.h:534
Compression mode: high. This flag will be invalid if the image dpi is less than 200.
Definition: FSPDFObjC.h:7656
FSXFAWidgetWidgetType
Enumeration for the type of XFA widget.
Definition: FSPDFObjC.h:6484
Font charset: Baltic.
Definition: FSPDFObjC.h:902
Color space: ICCBased DeviceRGB. (3 components, R, G, B)
Definition: FSPDFObjC.h:697
F4 key.
Definition: FSPDFObjC.h:4421
Position: top center.
Definition: FSPDFObjC.h:651
Encoding foramt: "Latin4".
Definition: FSPDFObjC.h:7873
Filter type: RunLengthDecode, which means to decompress data encoded using a byte-oriented run-length...
Definition: FSPDFObjC.h:1303
Compression quality: Lossless, only for jpeg2000 compress mode.
Definition: FSPDFObjC.h:7669
Corner mark style: none.
Definition: FSPDFObjC.h:2317
Annotation flag: toggle no view.
Definition: FSPDFObjC.h:2487
Encoding foramt: "CP866".
Definition: FSPDFObjC.h:7894
void unlinkBoxes()
Call this function to unlink text.
Page size: B5.
Definition: FSPDFObjC.h:5029
Event flag: the left button of the mouse is down.
Definition: FSPDFObjC.h:4439
Word matching: match all words.
Definition: FSPDFObjC.h:3753
Definition: FSPDFObjC.h:3276
XFA widget element: Key usage.
Definition: FSPDFObjC.h:6123
This means the snapped point is invalid.
Definition: FSPDFObjC.h:9359
BOOL needToGenerateStreamFile()
A callback function used to check whether to generate stream file or not.
FSAnnotationSummarySettingsSortType
Enumeration for options used for sorting annotation in result document.
Definition: FSPDFObjC.h:9120
Definition: FSPDFObjC.h:1587
Structure element type: H5, which represents heading with level 5.
Definition: FSPDFObjC.h:8160
Javascript event item type: import data object.
Definition: FSPDFObjC.h:3943
Form XObject graphics object.
Definition: FSPDFObjC.h:1481
Javascript event item type: runtime highlight color.
Definition: FSPDFObjC.h:3965
2 key.
Definition: FSPDFObjC.h:4368
Progress state: progress is finished.
Definition: FSPDFObjC.h:742
FSAnnotType
Enumeration for PDF annotation type.
Definition: FSPDFObjC.h:2445
If set, that means OCProperties will be extracted as well.
Definition: FSPDFObjC.h:5434
U key.
Definition: FSPDFObjC.h:4396
Javascript event item type: display.
Definition: FSPDFObjC.h:3889
(Used with state model FSMarkupStateModelReview) The change will be working in the future.
Definition: FSPDFObjC.h:2662
Media Box for page boundary.
Definition: FSPDFObjC.h:5011
Annotation property: fill color.
Definition: FSPDFObjC.h:2503
Compression mode: jpeg.
Definition: FSPDFObjC.h:7657
(For compliance only) Compliance engine has not been initialized successfully.
Definition: FSPDFObjC.h:527
FSLRStructureElementAttributeType
Enumeration for element general layout attribute types.
Definition: FSPDFObjC.h:8228
XFA widget element: Text.
Definition: FSPDFObjC.h:6163
Attribute type: TextAlign, which represents the alignment of text and other content within lines of t...
Definition: FSPDFObjC.h:8251
XFA widget element: Type.
Definition: FSPDFObjC.h:6165
XFA widget element: Currency symbols.
Definition: FSPDFObjC.h:6144
Javascript event item type: subject.
Definition: FSPDFObjC.h:3939
float getHeight()
Get the height of the XFA page.
PDF/X-3 (ISO Coated v2 (ECI)).
Definition: FSPDFObjC.h:7478
Name for module "Conversion".
Definition: FSPDFObjC.h:670
Definition: FSPDFObjC.h:6637
PDF null object.
Definition: FSPDFObjC.h:1252
FSAnnotationSummarySettingsSummaryLayout
Enumeration for options used for annotation summary layout.
Definition: FSPDFObjC.h:9112
PDF/A-2u.
Definition: FSPDFObjC.h:7429
F9 key.
Definition: FSPDFObjC.h:4426
XFA widget type: rectangle.
Definition: FSPDFObjC.h:6497
Border style: Underline.
Definition: FSPDFObjC.h:2351
Enum value: Overline, which means a line above the text.
Definition: FSPDFObjC.h:8311
O key.
Definition: FSPDFObjC.h:4390
Definition: FSPDFObjC.h:422
All form fields' flags will be set read-only.
Definition: FSPDFObjC.h:4781
FSLRStructureElement * getParentElement()
Get the parent element.
FSDWG2PDFSettingDataDWG2PDFSearchableTextType
Enumeration for searchable text type used for converting DWG to PDF.
Definition: FSPDFObjC.h:8039
Color policy: Drawing is exported to a grayscale PDF file. Native colors are converted into grayscale...
Definition: FSPDFObjC.h:8048
Javascript event item type: spawn page from template.
Definition: FSPDFObjC.h:3950
Media style: screen. It means PDF page will be displayed in screen media style.
Definition: FSPDFObjC.h:7946
Attribute type only for PrintField: Desc, which represents the alternate name of the field,...
Definition: FSPDFObjC.h:8270
Encryption type: Microsoft RMS encryption.
Definition: FSPDFObjC.h:5399
Attribute type: Placement, which means the positioning of the element with respect to the enclosing r...
Definition: FSPDFObjC.h:8231
Structure element type: AnnotContent, which means annotation content element.
Definition: FSPDFObjC.h:8209
XFA widget element: Decimal.
Definition: FSPDFObjC.h:6211
No password is used in PDF document.
Definition: FSPDFObjC.h:5387
Encoding foramt: "KSC".
Definition: FSPDFObjC.h:7886
XFA widget element: Tagged.
Definition: FSPDFObjC.h:6398
When this is set, that means to do bicubic interpolation for zooming.
Definition: FSPDFObjC.h:7726
Encoding foramt: "HTCHANAKYA".
Definition: FSPDFObjC.h:7924
FSPDFDocUserPermissions
Enumeration for user access permissions in a PDF document.
Definition: FSPDFObjC.h:5403
Definition: FSPDFObjC.h:6032
Javascript event item type: import.
Definition: FSPDFObjC.h:3941
FSFontFontTypes
Enumeration for font type.
Definition: FSPDFObjC.h:931
FSImageSettingsImageCompressQuality
Enumeration for loss compression quality used for color or gray image.
Definition: FSPDFObjC.h:7663
(For ConnectedPDF only) Loaded document is already a ConnectedPDF DRM document.
Definition: FSPDFObjC.h:515
XFA widget element: Filter.
Definition: FSPDFObjC.h:6132
Color space: Pattern.
Definition: FSPDFObjC.h:695
Result type: insert shading.
Definition: FSPDFObjC.h:7526
Landscape orientation for printing.
Definition: FSPDFObjC.h:3130
This means LTV is not enabled.
Definition: FSPDFObjC.h:8872
Numbering type: none.
Definition: FSPDFObjC.h:8548
float getWidth()
Get the width.
Structure element type: TR, which means "Table row" and represents a row of headings or data in a tab...
Definition: FSPDFObjC.h:8168
Bit 3. Field names and values are submitted in HTML Form format.
Definition: FSPDFObjC.h:2117
If set, only show registration color.
Definition: FSPDFObjC.h:9194
XFA widget element: Calendar symbols.
Definition: FSPDFObjC.h:6128
Watermark font style: with underline.
Definition: FSPDFObjC.h:7031
XFA widget element: Number of copies.
Definition: FSPDFObjC.h:6205
Signature key name: location.
Definition: FSPDFObjC.h:4742
Annotation type: line annotation. One of standard annotation in <PDF reference 1.7>.
Definition: FSPDFObjC.h:2450
If set, the color of text need to be replaced.
Definition: FSPDFObjC.h:3171
(For ConnectedPDF only) Cannot upload ConnectedPDF DRM document info to ConnectedPDF server.
Definition: FSPDFObjC.h:517
XFA widget element: Traverse.
Definition: FSPDFObjC.h:6260
(For ConnectedPDF only) Input ACL is invalid.
Definition: FSPDFObjC.h:521
Use the creation time of VRI dictionary of a signature.
Definition: FSPDFObjC.h:8843
Compression mode: jpeg.
Definition: FSPDFObjC.h:7830
FSXFAWidgetHitTestArea
Enumeration for hit test area of XFA widget.
Definition: FSPDFObjC.h:6477
Definition: FSPDFObjC.h:2377
F7 key.
Definition: FSPDFObjC.h:4424
Location is not set.
Definition: FSPDFObjC.h:8722
FSLineCapPos
Enumeration for the position type of caption.
Definition: FSPDFObjC.h:2864
No "Redaction" module right.
Definition: FSPDFObjC.h:543
XFA widget element: slient print.
Definition: FSPDFObjC.h:6234
Definition: FSPDFObjC.h:8665
Permitted changes are filling in forms, instantiating page templates, and signing....
Definition: FSPDFObjC.h:4775
BOOL pasteSelected()
Paste the copied text.
FSPDFDocDataType
Enumeration for data type used to decide which object(s) will be imported from or exported to FDF/XFD...
Definition: FSPDFObjC.h:5455
FSPathPointType
Enumeration for point type in path.
Definition: FSPDFObjC.h:995
16bpp format, bits order: Red 5 bits, Green 6 bits, Blue 5 bits. Red is the lowest order.
Definition: FSPDFObjC.h:1101
The state is ON.
Definition: FSPDFObjC.h:4213
An array of PointF objects.
Definition: FSPDFObjC.h:269
Annotation property: creation date.
Definition: FSPDFObjC.h:2501
Signature does not have any data for signing.It means that there is not "V" entry in the signature di...
Definition: FSPDFObjC.h:4696
FSMarkupMeasureType
Enumeration for annotation's measure type.
Definition: FSPDFObjC.h:2678
FSJoinSplit * getJoinSplit()
Get the join split object.
No "OCR" module right.
Definition: FSPDFObjC.h:545
Compression quality: Low.
Definition: FSPDFObjC.h:7665
BOOL canSelectAll()
Check whether can select all text.
Invalid or incorrect state.
Definition: FSPDFObjC.h:504
Trigger an action to be performed when the page containing the annotation is closed.
Definition: FSPDFObjC.h:2264
XFA widget element: Copies.
Definition: FSPDFObjC.h:6223
Parsing flag for normal mode, without image.
Definition: FSPDFObjC.h:5720
NSString * stringifyType()
Convert type (enum value) of current element to a short and memorable string (text) representation.
Join spilt operation type: SelectNone.
Definition: FSPDFObjC.h:8616
When this is set, that means to do without stretching.
Definition: FSPDFObjC.h:7674
Border color entry. "BC" in MK dictionary.
Definition: FSPDFObjC.h:2508
Bevel line join type.
Definition: FSPDFObjC.h:824
BOOL removeAllObjs()
Remove all key integers from current number tree, along with theirs value (as PDF object).
Definition: FSPDFObjC.h:8796
FSActionType
Enumeration for action type.
Definition: FSPDFObjC.h:1971
XFA widget element: Dynamic render.
Definition: FSPDFObjC.h:6097
FSOptimizerSettingsTransparencyMode
Enumeration for transparency mode.
Definition: FSPDFObjC.h:7801
DIB format: 1bpp format, two color RGB bitmap.It does not support format conversion between bitmaps.
Definition: FSPDFObjC.h:1092
Definition: FSPDFObjC.h:9432
Indicates property text color of FSDefaultAppearance is meaningful.
Definition: FSPDFObjC.h:2292
Page Order type: pages are placed from top to bottom, from left to right.
Definition: FSPDFObjC.h:3598
Players in this type must not be used in playing the associated media clip.
Definition: FSPDFObjC.h:1803
Page size: letter.
Definition: FSPDFObjC.h:5019
Javascript event: Page inview.
Definition: FSPDFObjC.h:3823
XFA widget element: Suppress banner.
Definition: FSPDFObjC.h:6177
XFA widget element: Date.
Definition: FSPDFObjC.h:6321
FSMonoImageSettingsStretchMode
Enumeration for stretch mode.
Definition: FSPDFObjC.h:7721
F12 key.
Definition: FSPDFObjC.h:4429
Attribute type: EndIndent, which represents the distance from the end edge of the BLSE to that of the...
Definition: FSPDFObjC.h:8249
NSString * getMatchSentence()
Get the sentence that contains current match pattern.
XFA widget element: Date patterns.
Definition: FSPDFObjC.h:6100
Annotation's rollover appearance.
Definition: FSPDFObjC.h:2532
NSString * getURI()
Get URI string.
Javascript event: Screen open.
Definition: FSPDFObjC.h:3837
Definition: FSPDFObjC.h:12355
XFA widget element: Add viewer preferences.
Definition: FSPDFObjC.h:6268
XFA widget element: DateTime.
Definition: FSPDFObjC.h:6173
Javascript event: Media stop.
Definition: FSPDFObjC.h:3857
Specified form fields' flags will be set read-only.
Definition: FSPDFObjC.h:4782
(For Office-to-PDF conversion only) No Microsoft Office is installed in current system.
Definition: FSPDFObjC.h:551
Encoding foramt: "Latin6".
Definition: FSPDFObjC.h:7875
Font charset: Greek.
Definition: FSPDFObjC.h:898
Tab key.
Definition: FSPDFObjC.h:4345
Discard all form submission, import and reset actions.
Definition: FSPDFObjC.h:7778
Report confidence: high.
Definition: FSPDFObjC.h:8971
Attribute type: Height, which represents the height of the element's content rectangle.
Definition: FSPDFObjC.h:8237
Flip Vertical.
Definition: FSPDFObjC.h:1157
Definition: FSPDFObjC.h:3100
Name for module "TableMaker".
Definition: FSPDFObjC.h:673
Structure element type: H2, which represents heading with level 2.
Definition: FSPDFObjC.h:8157
Only add one signature. This signature is used for signature and verification and will be hidden in t...
Definition: FSPDFObjC.h:4919
XFA widget element: Encryption method.
Definition: FSPDFObjC.h:6272
(For ConnectedPDF only) Current device is limited to open the ConnectedPDF DRM document.
Definition: FSPDFObjC.h:510
Annotation type: file attachment annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2463
Javascript event: Batch execute.
Definition: FSPDFObjC.h:3845
Annotation type: printer's mark annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2468
XFA widget element: Oids.
Definition: FSPDFObjC.h:6276
Form field type: list box.
Definition: FSPDFObjC.h:4552
A square filled with the annotation's interior color if any.
Definition: FSPDFObjC.h:2667
XFA widget element: Web client.
Definition: FSPDFObjC.h:6235
This kind of event represents the first run calculate.
Definition: FSPDFObjC.h:6014
Attribute type: WritingMode, which means the directions of layout progression for packing of ILSEs (i...
Definition: FSPDFObjC.h:8233
Caption above the icon.
Definition: FSPDFObjC.h:2524
Event flag: "Alt" key.
Definition: FSPDFObjC.h:4435
Structure element type: LI, which means "List item" and represents an individual member of a list.
Definition: FSPDFObjC.h:8164
If this is used, "1 of n" would be used as the page number format string.
Definition: FSPDFObjC.h:5200
FSRenditionMonitorSpecifier
Enumeration for monitor specifier type.
Definition: FSPDFObjC.h:1822
BOOL onSelectAll()
Call this function when the popup menu item "Select All" is down.
Relative type: align the floating window relative to the application window.
Definition: FSPDFObjC.h:3660
Definition: FSPDFObjC.h:5683
Javascript event item type: opacity.
Definition: FSPDFObjC.h:3932
Annotation type: watermark annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2470
Name for module "Compliance".
Definition: FSPDFObjC.h:668
Bit 13. Create linearized PDF file.
Definition: FSPDFObjC.h:8028
smooth lines to curves
Definition: FSPDFObjC.h:7788
Viewing or printing condition: Auto.
Definition: FSPDFObjC.h:7255
XFA widget element: Driver.
Definition: FSPDFObjC.h:6373
XFA widget element: Proto.
Definition: FSPDFObjC.h:6359
Definition: FSPDFObjC.h:5352
Action type: named action.
Definition: FSPDFObjC.h:1982
Enum value: Double, which means the border is two solid lines.
Definition: FSPDFObjC.h:8300
Definition: FSPDFObjC.h:11276
XFA widget element: Overflow.
Definition: FSPDFObjC.h:6287
Javascript event: Console execute.
Definition: FSPDFObjC.h:3847
Enum value: Inset, which means the border makes the entire box look as though it were embedded in the...
Definition: FSPDFObjC.h:8303
Javascript event item type: set items.
Definition: FSPDFObjC.h:3913
XFA widget element: Caption.
Definition: FSPDFObjC.h:6279
Definition: FSPDFObjC.h:7006
XFA widget element: Log.
Definition: FSPDFObjC.h:6107
Preflight library type: Prepress,Color and Transparency.
Definition: FSPDFObjC.h:7287
Attribute type: BaselineShift, which means the distance by which the element's baseline is shifted re...
Definition: FSPDFObjC.h:8256
A flag specifying whether to hide user interface elements in the document's window (such as scroll ba...
Definition: FSPDFObjC.h:5621
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
Font charset: Turkish.
Definition: FSPDFObjC.h:899
Definition: FSPDFObjC.h:2724
(Used with state model FSMarkupStateModelReview) The user has indicated nothing about the change.
Definition: FSPDFObjC.h:2654
Font charset: Eastern European.
Definition: FSPDFObjC.h:896
The monitor that contains the largest section of the document window.
Definition: FSPDFObjC.h:1823
Definition: FSPDFObjC.h:8367
If set, show all.
Definition: FSPDFObjC.h:9173
Javascript event item type: set page template visible.
Definition: FSPDFObjC.h:3969
Image type is JBIG2.
Definition: FSPDFObjC.h:1148
Encoding foramt: "X-DoCoMo-Shift_JIS".
Definition: FSPDFObjC.h:7939
E key.
Definition: FSPDFObjC.h:4380
FSBitmapDIBFormat getFormat()
Get bitmap format.
No "Office2PDF" module right.
Definition: FSPDFObjC.h:568
Definition: FSPDFObjC.h:11298
PDF/X-4 (Japan Color 2001 Coated).
Definition: FSPDFObjC.h:7483
No "Conversion" module right.
Definition: FSPDFObjC.h:549
Locale ID: Unspecified, used when locale is not specified.
Definition: FSPDFObjC.h:702
Color space: Indexed.
Definition: FSPDFObjC.h:694
Transparency mode: medium resolution.
Definition: FSPDFObjC.h:7803
Javascript modify type: add.
Definition: FSPDFObjC.h:3974
Associate rendition to related screen annotation.
Definition: FSPDFObjC.h:2197
Signature key name: contact information.
Definition: FSPDFObjC.h:4744
Page size: A3.
Definition: FSPDFObjC.h:5022
XFA widget element: Modify annots.
Definition: FSPDFObjC.h:6156
Structure element type: Ruby, which represents the wrapper around the entire ruby assembly.
Definition: FSPDFObjC.h:8182
Structure element type: H1, which represents heading with level 1.
Definition: FSPDFObjC.h:8156
Attribute type: Color, which represents the color to be used for drawing text and the default value f...
Definition: FSPDFObjC.h:8245
Align the text so that it is centered between the top and bottom of the available region.
Definition: FSPDFObjC.h:6530
FSImageOrientation
Enumeration for image orientation.
Definition: FSPDFObjC.h:1152
Locale ID for country: Netherlands.
Definition: FSPDFObjC.h:705
Edge position: bottom.
Definition: FSPDFObjC.h:6536
Javascript event: Media blur.
Definition: FSPDFObjC.h:3851
Definition: FSPDFObjC.h:2536
FSFontStyles
Enumeration for font styles.
Definition: FSPDFObjC.h:875
XFA widget element: Log pseudo model.
Definition: FSPDFObjC.h:6347
FSCombinationCombineDocsOptions
Enumeration for options used for combining PDF files.
Definition: FSPDFObjC.h:9030
Problems highlighted by transparent masks.
Definition: FSPDFObjC.h:7322
XFA widget element: Compress object stream.
Definition: FSPDFObjC.h:6298
Javascript event item type: check this box.
Definition: FSPDFObjC.h:3908
Text graphics object.
Definition: FSPDFObjC.h:1477
A flag specifying whether to resize the document's window to fit the size of the first displayed page...
Definition: FSPDFObjC.h:5622
XFA widget element: Issuers.
Definition: FSPDFObjC.h:6150
Javascript event: Media done.
Definition: FSPDFObjC.h:3853
Opearte type: profiles.
Definition: FSPDFObjC.h:7291
PDF/X-1a (ISO Coated v2 (ECI)).
Definition: FSPDFObjC.h:7474
The media's width and height are scaled independently so that the media and play rectangles are the s...
Definition: FSPDFObjC.h:1809
XFA widget element: List.
Definition: FSPDFObjC.h:6388
A diamond shape filled with the annotation's interior color if any.
Definition: FSPDFObjC.h:2669
Structure element type: Art, which means "Article" and represents a relatively self-contained body of...
Definition: FSPDFObjC.h:8141
Definition: FSPDFObjC.h:4652
Widget attribute type: Bottom inset.
Definition: FSPDFObjC.h:6413
If set, do bicubic interpolation for stretching or transforming.
Definition: FSPDFObjC.h:1107
FSImageType
Enumeration for image type.
Definition: FSPDFObjC.h:1139
Definition: FSPDFObjC.h:3552
float getLeft()
Get left position value.
Signature label name for location.
Definition: FSPDFObjC.h:4788
Primary monitor. If no monitor is considered primary, use case 0.
Definition: FSPDFObjC.h:1825
Creates a color with the luminosity of the source color, and the hue and saturation of the backdrop c...
Definition: FSPDFObjC.h:1472
void release()
A callback function used to release current callback object itself.
FSRenditionFloatingWindowRelatedWindowType
Enumeration for the type of floating window's related window.
Definition: FSPDFObjC.h:1832
int getChildCount()
Get the count of children elements.
XFA widget element: Meridiem.
Definition: FSPDFObjC.h:6194
Measurement of area.
Definition: FSPDFObjC.h:2682
Page size: A5.
Definition: FSPDFObjC.h:5024
Signature key name: text content.
Definition: FSPDFObjC.h:4746
Page label style: uppercase roman numerals.
Definition: FSPDFObjC.h:5654
XFA widget element: Deltas.
Definition: FSPDFObjC.h:6291
Compression mode: CCITT Group 3.
Definition: FSPDFObjC.h:7702
Definition: FSPDFObjC.h:4922
FSPreflightSettingDataLibraryType
Enumeration for the preflight library type.
Definition: FSPDFObjC.h:7284
Fail to request during sending request process.
Definition: FSPDFObjC.h:4890
Javascript event item type: leader length.
Definition: FSPDFObjC.h:3928
NSData * getBuffer()
Get bitmap buffer.
Encoding foramt: "GBK".
Definition: FSPDFObjC.h:7913
3 key in the numeric keypad.
Definition: FSPDFObjC.h:4405
BOOL isLocked()
Check if current layer node is locked.
Structure element type: LBody, which means "List body" and reprsents the descriptive content of a lis...
Definition: FSPDFObjC.h:8166
Discard file attachments.
Definition: FSPDFObjC.h:7795
XFA widget element: Destination.
Definition: FSPDFObjC.h:6348
No "TableMaker" module right.
Definition: FSPDFObjC.h:558
int getSubActionCount()
Get the count of sub-actions.
Structure element type: WP, which means "Warichu punctuation" and represents the punctuation that sur...
Definition: FSPDFObjC.h:8188
NSString * getStructureTypeName()
Get structure type name.
Encoding foramt: "Latin3".
Definition: FSPDFObjC.h:7872
XFA widget element: Encrypt.
Definition: FSPDFObjC.h:6323
Definition: FSPDFObjC.h:12073
Discard embedded search index.
Definition: FSPDFObjC.h:7786
Javascript event item type: title.
Definition: FSPDFObjC.h:3948
void clearClips()
Clear the clipping rectangle set by function FSRenderer::setClipRect:.
Encoding foramt: "X-TAM-ELANGO".
Definition: FSPDFObjC.h:7932
Widget attribute type: Password char.
Definition: FSPDFObjC.h:6430
FSPDFDictionary * getStmOwnerDict()
Get PDF dictionary of content stream owner.
Definition: FSPDFObjC.h:2628
Compression quality: Medium.
Definition: FSPDFObjC.h:7666
FSPointF * getPoint()
Get the point value.
Javascript event: Form field blur.
Definition: FSPDFObjC.h:3830
Structure element type: Span, which represents a generic inline portion of text having no particular ...
Definition: FSPDFObjC.h:8174
Rotate 90 degrees in clockwise direction.
Definition: FSPDFObjC.h:623
FSPrintParamsBookletDuplexMode
Enumeration for the values used to determine the duplex printing mode when printing a booklet.
Definition: FSPDFObjC.h:3582
An unknown key.
Definition: FSPDFObjC.h:4343
XFA widget element: Xfa.
Definition: FSPDFObjC.h:6118
The capability of recovery from 15% amounts of damage.
Definition: FSPDFObjC.h:1205
XFA widget element: Number symbol.
Definition: FSPDFObjC.h:6397
Definition: FSPDFObjC.h:1631
Certificate for verifying issuer is expired.
Definition: FSPDFObjC.h:4710
XFA widget element: Version control.
Definition: FSPDFObjC.h:6193
Structure element type: Code, which represents a fragment of computer program text.
Definition: FSPDFObjC.h:8179
(For ConnectedPDF only) Current user has no right to open the ConnectedPDF DRM document.
Definition: FSPDFObjC.h:508
A key.
Definition: FSPDFObjC.h:4376
Definition: FSPDFObjC.h:9459
XFA widget element: Tool tip.
Definition: FSPDFObjC.h:6196
XFA widget element: Encrypt methods.
Definition: FSPDFObjC.h:6168
FSOptimizerSettingsCleanUpOptions
Enumeration for cleaning up options.
Definition: FSPDFObjC.h:7768
If set, show distinguish name on signature appearance.
Definition: FSPDFObjC.h:4731
FSSplitFileResultSplitFileState
Enumeration for the state of split file.
Definition: FSPDFObjC.h:9452
Enum value: Outset, which means the border makes the entire box look as though it were coming out of ...
Definition: FSPDFObjC.h:8304
Definition: FSPDFObjC.h:1381
Definition: FSPDFObjC.h:1940
Rendering intent: Saturation.
Definition: FSPDFObjC.h:1051
FSDestinationZoomMode getZoomMode()
Get the zoom mode.
Fit the entire width of the page within the display area when display the page.
Definition: FSPDFObjC.h:1932
XFA widget element: Map.
Definition: FSPDFObjC.h:6108
(For signature only) The signature being operated needs to be signed.
Definition: FSPDFObjC.h:537
2 key in the numeric keypad.
Definition: FSPDFObjC.h:4404
Icon and caption relation entry. "TP" in MK dictionary.
Definition: FSPDFObjC.h:2517
If set, to ignore full-width characters and treat all characters as standard ASCII or standard-width ...
Definition: FSPDFObjC.h:6701
DIB format: 32bpp format, with bits order "Red, Green, Blue, Alpha". Red is in the lowest order.
Definition: FSPDFObjC.h:1100
Widget attribute type: H. Height for layout purposes.
Definition: FSPDFObjC.h:6403
No "Accessibility" module right.
Definition: FSPDFObjC.h:556
Viewing or printing condition:Japan Color 2001 Coated.
Definition: FSPDFObjC.h:7258
Highlighting mode: Push, which is to display the annotation's down appearance, if any.
Definition: FSPDFObjC.h:2495
When this is set, that means not to do any interpolation for stretching.
Definition: FSPDFObjC.h:7727
Center alignment.
Definition: FSPDFObjC.h:639
FSPreflightReportSettingDataProblemsHighlightMethod
Enumeration for the highlight method for preflight problems.
Definition: FSPDFObjC.h:7321
Javascript event item type: new page.
Definition: FSPDFObjC.h:3955
FSXFADocExportDataType
Enumeration for the type of exported data.
Definition: FSPDFObjC.h:6026
If this is used, "d/m/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:5181
BOOL deactivate()
Deactivate paragraph editing.
Transparency mode: low resolution.
Definition: FSPDFObjC.h:7802
Definition: FSPDFObjC.h:5332
No "Print2PDF" module right.
Definition: FSPDFObjC.h:573
Text mode: fill and stroke text.
Definition: FSPDFObjC.h:1534
Widget attribute type: Multiline.
Definition: FSPDFObjC.h:6426
Print PDF document with higher qualities. (Bit 12 in permission value)
Definition: FSPDFObjC.h:5411
An array of float values.
Definition: FSPDFObjC.h:290
Enum value: Row, which means row of a table.
Definition: FSPDFObjC.h:8332
XFA widget element: Connection set.
Definition: FSPDFObjC.h:6364
A flag specifying whether to hide the viewer application's menu bar when the document is active.
Definition: FSPDFObjC.h:5620
Annotation type: unknown.
Definition: FSPDFObjC.h:2446
void joinBoxes()
Call this function to join text.
Definition: FSPDFObjC.h:1311
Definition: FSPDFObjC.h:2925
Form object.
Definition: FSPDFObjC.h:1756
Save document normally, without using any special flag.
Definition: FSPDFObjC.h:5415
int getSupportedAttributeCount()
Get supported attribute count.
Definition: FSPDFObjC.h:2740
XFA widget element: Validation messaging.
Definition: FSPDFObjC.h:6264
Optimize PDF document by unembedding some embedded fonts.
Definition: FSPDFObjC.h:7763
FSStdSecurityHandlerModifyFlag
(Only for AES-256) Enumeration for modify flag used to decide which security data or password will be...
Definition: FSPDFObjC.h:6799
Trigger an action to be performed when the mouse button is pressed inside the annotation's active are...
Definition: FSPDFObjC.h:2259
XFA widget element: Data window.
Definition: FSPDFObjC.h:6266
Signature key name for distinguish name.
Definition: FSPDFObjC.h:4791
FSPDFDoc * getDocument()
Get the PDF document, to which current action belongs.
FSFloatArray * value
Get or Set component value array.
Definition: FSPDFObjC.h:1075
This kind of event is triggered when the field gains keyboard focus, whether caused by a user action ...
Definition: FSPDFObjC.h:5993
When this is set, that means to do without stretching.
Definition: FSPDFObjC.h:7723
Encoding foramt: "CP1256".
Definition: FSPDFObjC.h:7903
XFA widget type: choice list.
Definition: FSPDFObjC.h:6492
Page label style: decimal Arabic numerals.
Definition: FSPDFObjC.h:5653
Extract PDF contents. (Bit 5 in permission value)
Definition: FSPDFObjC.h:5406
Widget attribute type: Left inset.
Definition: FSPDFObjC.h:6412
The state is failed due to file access being denied.
Definition: FSPDFObjC.h:9456
BOOL killFocus()
Kill focus from form.
Javascript event item type: caret symbol.
Definition: FSPDFObjC.h:3921
FSParagraphEditingNumberingType
Enumeration for numbering type.
Definition: FSPDFObjC.h:8547
Invalid DIB format.
Definition: FSPDFObjC.h:1091
Response information is found in signature content.
Definition: FSPDFObjC.h:8724
Annotation type: strikeout annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2458
Bit 12. Submitted FDF excludes "F" entry.
Definition: FSPDFObjC.h:2126
Structure element type: NonStruct, which means "Nonstructural element" and represents a grouping elem...
Definition: FSPDFObjC.h:8152
Definition: FSPDFObjC.h:938
Javascript event item type: resize page.
Definition: FSPDFObjC.h:3949
A bookmark is the first sibling of another specified bookmark.
Definition: FSPDFObjC.h:4091
FSTextFillSignObjectDataArray * getTextDataArray()
Get text data array.
Multiply or screens colors, depending on backdrop color value.
Definition: FSPDFObjC.h:1460
Compression mode: CCITT Group 4.
Definition: FSPDFObjC.h:7838
Signature type: paging seal.
Definition: FSPDFObjC.h:4760
FSPagingSealConfigPagingSealPosition
Enumeration for paging seal position.
Definition: FSPDFObjC.h:4910
If set, that means to sort annotation by page in result document.
Definition: FSPDFObjC.h:9123
Merge consecutive BTETs as a new one.
Definition: FSPDFObjC.h:4966
XFA widget element: Output XSL.
Definition: FSPDFObjC.h:6181
Never allowed.
Definition: FSPDFObjC.h:1794
FSLayerTreeUsageState
Enumeration for PDF layer base state.
Definition: FSPDFObjC.h:4212
Verification state of the time stamp issuer is valid.
Definition: FSPDFObjC.h:4719
Attribute type: StartIndent, which represents the distance from the start edge of the reference area ...
Definition: FSPDFObjC.h:8248
Encoding foramt: "CP1252".
Definition: FSPDFObjC.h:7899
If set, that means to sort annotation by author in result document.
Definition: FSPDFObjC.h:9121
An array of unsigned integer values.
Definition: FSPDFObjC.h:332
Definition: FSPDFObjC.h:2865
Structure element type: FENote (PDF 2.0), which is used to markup footnotes and endnotes.
Definition: FSPDFObjC.h:8151
FSPagingSealSignaturePagingSealAPState
Enumeration for paging seal signature state to set appearance.
Definition: FSPDFObjC.h:4943
FSImageType getType()
Get image type.
XFA widget element: Transform.
Definition: FSPDFObjC.h:6384
XFA widget element: Overprint.
Definition: FSPDFObjC.h:6166
Definition: FSPDFObjC.h:12656
No ranking mode is used for searching results.
Definition: FSPDFObjC.h:7234
Attribute type: TextIndent, which represents the additional distance from the start edge of the BLSE,...
Definition: FSPDFObjC.h:8250
Action type: import-data action.
Definition: FSPDFObjC.h:1985
If set, the watermark will be a part of page content when inserted to a PDF page.
Definition: FSPDFObjC.h:5223
BOOL isCurrentDocOpenedInBrowser()
A callback function to get the flag specifies whether current document is opened in browser.
FSBarcodeQRErrorCorrectionLevel
Enumeration for format error correction level of QR Code.
Definition: FSPDFObjC.h:1203
If set, that means to layout document and annotations with connector lines on single pages.
Definition: FSPDFObjC.h:9114
NSString * getProviderID()
A callback function used to get provider ID.
Booklet Binding: Left-side binding for Western-style left-to-right reading direction....
Definition: FSPDFObjC.h:3589
Disabilities support. (Bit 10 in permission value)
Definition: FSPDFObjC.h:5409
Align the radix indicator.
Definition: FSPDFObjC.h:6523
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
No "PDF2Office" module right.
Definition: FSPDFObjC.h:561
Action type: thread action.
Definition: FSPDFObjC.h:1977
Signed signature.
Definition: FSPDFObjC.h:4698
Encoding foramt: "X-SoftBank-Shift_JIS".
Definition: FSPDFObjC.h:7940
FSSignatureAPFlags
Enumeration for signature appearance flags.
Definition: FSPDFObjC.h:4726
Bit 8. Submitted FDF file includes all markup annotations in underlying PDF document.
Definition: FSPDFObjC.h:2122
In streams that use LZW encoding, use Flate instead.
Definition: FSPDFObjC.h:7770
This means certificate is revoked.
Definition: FSPDFObjC.h:8702
XFA widget element: Zpl.
Definition: FSPDFObjC.h:6120
Initial view mode: tile mode, with each file and folder node denoted by a small icon and a subset of ...
Definition: FSPDFObjC.h:9333
Javascript event item type: intent.
Definition: FSPDFObjC.h:3926
PDF stream object.
Definition: FSPDFObjC.h:1251
XFA widget element: Font info.
Definition: FSPDFObjC.h:6095
Javascript event item type: multiple selection.
Definition: FSPDFObjC.h:3968
Attribute type: ColumnWidths, which represents the desired width of the columns, measured in the inli...
Definition: FSPDFObjC.h:8266
Bit 10. Enable ASCIIHex encoding of internal PDF streams.
Definition: FSPDFObjC.h:8025
Encoding foramt: "X-SoftBank-ISO-2022-JP".
Definition: FSPDFObjC.h:7942
Show bookmark title as bold text.
Definition: FSPDFObjC.h:4083
Javascript event item type: remove template.
Definition: FSPDFObjC.h:3944
No "OFD" module right.
Definition: FSPDFObjC.h:564
Revocatoin reason: key compromise.
Definition: FSPDFObjC.h:8710
Response information is got by online request.
Definition: FSPDFObjC.h:8725
Fail to get data during sending request process.
Definition: FSPDFObjC.h:4891
int getAscent()
Get the ascent value, in 1/1000 of em size (PDF units).
Fail to connect during sending request process.
Definition: FSPDFObjC.h:4887
FSHTML2PDFSettingDataHTML2PDFEncodingFormat
Enumeration for encoding format used for converting HTML to PDF.
Definition: FSPDFObjC.h:7868
XFA widget element: Float.
Definition: FSPDFObjC.h:6345
Hatches export type: Exports hatch as a bitmap.
Definition: FSPDFObjC.h:8033
Enum value: Other (PDF 2.0).
Definition: FSPDFObjC.h:8348
Javascript event: App initialize.
Definition: FSPDFObjC.h:3813
Unknown rotation.
Definition: FSPDFObjC.h:626
XFA widget element: Month.
Definition: FSPDFObjC.h:6208
Definition: FSPDFObjC.h:12456
"PageLabels" number tree.
Definition: FSPDFObjC.h:1672
Response information is found in DSS dictionary.
Definition: FSPDFObjC.h:8723
Down caption (or alternate caption) entry. "AC" in MK dictionary.
Definition: FSPDFObjC.h:2512
Enum value: Inline, which means the placement for attributes Placement/RubyPosition.
Definition: FSPDFObjC.h:8285
Use for a viewer.
Definition: FSPDFObjC.h:4254
int getHeight()
Get image height.
Definition: FSPDFObjC.h:5704
The document window.
Definition: FSPDFObjC.h:1833
Unknown portfolio node type.
Definition: FSPDFObjC.h:9225
Attribute type: RubyAlign, which represents the justification of the lines within a ruby assembly.
Definition: FSPDFObjC.h:8261
(For ConnectedPDF only) Cannot remove the security from ConnectedPDF server.
Definition: FSPDFObjC.h:511
int getIndex()
Get index of the XFA page.
Structure element type: TOCI, which means "Table of contents item" and represents an individual membe...
Definition: FSPDFObjC.h:8147
Searchable text type: No searchable text.
Definition: FSPDFObjC.h:8040
XFA widget element: Encryption level.
Definition: FSPDFObjC.h:6189
FSXFAWidgetModifyInfoWidgetElement
Enumeration for the positon of XFA widget element.
Definition: FSPDFObjC.h:6085
FSSecurityHandlerCipherType
Enumeration for Encryption Algorithm.
Definition: FSPDFObjC.h:6762
XFA widget element: To.
Definition: FSPDFObjC.h:6087
XFA widget element: Encodings.
Definition: FSPDFObjC.h:6261
Optimize PDF document by discarding user data.
Definition: FSPDFObjC.h:7764
XFA widget element: Picture.
Definition: FSPDFObjC.h:6232
If set, that means to use large font size in result document.
Definition: FSPDFObjC.h:9130
Color space: ICCBased DeviceCMYK. (4 components, C, M, Y, K)
Definition: FSPDFObjC.h:698
Structure element type: P, which means "Paragraph" and represents a low-level division of text.
Definition: FSPDFObjC.h:8154
Definition: FSPDFObjC.h:11732
PAdES level: B-LT.
Definition: FSPDFObjC.h:4768
Definition: FSPDFObjC.h:3677
Move or resize.
Definition: FSPDFObjC.h:1847
Unspecified or unsigned values in the range 0 to (2^B - 1).
Definition: FSPDFObjC.h:3094
Round cap. A semicircular arc with a diameter equal to the line width is drawn around the endpoint an...
Definition: FSPDFObjC.h:817
Map gray/white/black color value to background/foreground; for other colors, no change.
Definition: FSPDFObjC.h:3156
FSXFAWidgetWidgetNameType
Enumeration for the type of XFA widget name.
Definition: FSPDFObjC.h:6512
Annotation type: note annotation, which is just "Text" annotation - one of standard annotation in <PD...
Definition: FSPDFObjC.h:2447
Definition: FSPDFObjC.h:3528
Compare all content. This value should be used alone.
Definition: FSPDFObjC.h:7589
Annotation type: screen annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2467
(Only useful for text field) If set, the field is intended for entering a secure password that should...
Definition: FSPDFObjC.h:4564
FSSubmitFormActionFlags
Enumeration for flags of submit form action.
Definition: FSPDFObjC.h:2114
FSTabOrderMgrOrderType
Enumeration for tab order type.
Definition: FSPDFObjC.h:6951
Name for module "Accessibility".
Definition: FSPDFObjC.h:672
BOOL reset()
Reset current layer context, back to the initialized state.
void release()
A callback function used to release current callback object itself.
XFA widget element: Acrobat7.
Definition: FSPDFObjC.h:6316
Signature key name for producer name.
Definition: FSPDFObjC.h:4792
Structure element type: H3, which represents heading with level 3.
Definition: FSPDFObjC.h:8158
Structure element type: ImageObject, which means image graphics object element.
Definition: FSPDFObjC.h:8198
NSString * getUntitledBookmarkName()
A callback function to get the new name for an untitled bookmark.
int getGraphicsObjectCount()
Get the count of graphics objects in graphics object list.
BOOL isItalic()
Judge whether current font object is italic or not.
Attribute type: BorderColor, which represents the color of the border drawn on the edges of a table c...
Definition: FSPDFObjC.h:8239
If set, that means to get the intersection of two intersecting paths.
Definition: FSPDFObjC.h:9382
Javascript event item type: hidden.
Definition: FSPDFObjC.h:3892
Javascript event: Screen out view.
Definition: FSPDFObjC.h:3844
FSFileSpec * getFileSpec()
Get the file specification object which represents an external sound file.
Javascript event: Html callback.
Definition: FSPDFObjC.h:3814
BOOL isNeedPadData()
A callback function used to check whether to return all contents with padding zero or not,...
Annotation type: free text annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2449
Two short lines meeting in an acute angle as in the OpenArrow style and connected by a third line to ...
Definition: FSPDFObjC.h:2671
Structure element type: ImageContent, which means image content element.
Definition: FSPDFObjC.h:8206
All the indexes within a range will be used.
Definition: FSPDFObjC.h:851
MIP engine: add upe engine failed.
Definition: FSPDFObjC.h:570
Q key.
Definition: FSPDFObjC.h:4392
Result type: delete text.
Definition: FSPDFObjC.h:7516
This kind of event is triggered when user moves the mouse pointer out of the field,...
Definition: FSPDFObjC.h:6000
If set, that means to layout annotations only.
Definition: FSPDFObjC.h:9115
Preflight library type: Standards.
Definition: FSPDFObjC.h:7286
Definition: FSPDFObjC.h:7139
FSAlignment
Enumeration for alignment (horizontal).
Definition: FSPDFObjC.h:637
(For ConnectedPDF only) Cannot get the ACL from ConnectedPDF server.
Definition: FSPDFObjC.h:512
Javascript event item type: multiline.
Definition: FSPDFObjC.h:3895
If this is used, "mm/dd/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:5179
FSRectF * getBBox()
Get bounding box.
FSRotationPointOptions
Enumeration for rotation point options.
Definition: FSPDFObjC.h:629
XFA widget element: Handler.
Definition: FSPDFObjC.h:6216
Info severity.
Definition: FSPDFObjC.h:7385
Enum value: Unordered (PDF 2.0), which means unordered list with unspecified bullets.
Definition: FSPDFObjC.h:8322
int getPointCount()
Get the count of points.
Definition: FSPDFObjC.h:9261
Presence property: Unknown.
Definition: FSPDFObjC.h:6505
(For ConnectedPDF only) Cannot upload ConnectedPDF document info to ConnectedPDF server.
Definition: FSPDFObjC.h:516
Bullet type: solid rectangle.
Definition: FSPDFObjC.h:8538
Name type: full name.
Definition: FSPDFObjC.h:6515
(Only useful for list box) If set, more than one items may be selected simultaneously; if clear,...
Definition: FSPDFObjC.h:4570
Out of memory during sending request process.
Definition: FSPDFObjC.h:4892
Definition: FSPDFObjC.h:9241
This means certificate is valid.
Definition: FSPDFObjC.h:8701
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
Definition: FSPDFObjC.h:2910
void removeAll()
Clean up the array.
Definition: FSPDFObjC.h:7842
Caption below the icon.
Definition: FSPDFObjC.h:2523
Booklet Binding: Right-side binding for text with right-to-left reading direction or Japanese-style v...
Definition: FSPDFObjC.h:3592
Definition: FSPDFObjC.h:1999
"Dests" name tree.
Definition: FSPDFObjC.h:1642
A bookmark is the next sibling of another specified bookmark.
Definition: FSPDFObjC.h:4090
Encoding foramt: "CP1250".
Definition: FSPDFObjC.h:7897
Check mark fill-sign object.
Definition: FSPDFObjC.h:8931
If this is used, "yy-mm-dd" would be used as the date format string.
Definition: FSPDFObjC.h:5194
Align the text to the bottom of the available region.
Definition: FSPDFObjC.h:6529
Path graphics object.
Definition: FSPDFObjC.h:1478
F3 key.
Definition: FSPDFObjC.h:4420
XFA widget element: Equate.
Definition: FSPDFObjC.h:6251
XFA widget type: Exclusion Group for radio button only.
Definition: FSPDFObjC.h:6500
FSPDFPageSize
Enumeration for page size type.
Definition: FSPDFObjC.h:5018
FSOptimizeScannedPDFSettingsScannedImageCompressMode
Enumeration for compression mode used for color or gray image.
Definition: FSPDFObjC.h:7828
Rotate 180 degrees in clockwise direction.
Definition: FSPDFObjC.h:1156
void redo()
Redo this item.
F10 key.
Definition: FSPDFObjC.h:4427
XFA widget element: Sharptext.
Definition: FSPDFObjC.h:6331
Annotation type: circle annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2452
Structure element type: Part, which represents a large-scale division of a document.
Definition: FSPDFObjC.h:8140
Result type: delete shading.
Definition: FSPDFObjC.h:7525
Javascript event item type: toggle no view.
Definition: FSPDFObjC.h:3931
void splitBoxes()
Call this function to split text.
Use AES encryption algorithm, with the key length be 16 bytes (as AES-128) or 32 bytes (as AES-256,...
Definition: FSPDFObjC.h:6765
Barcode format: standard 39 code.
Definition: FSPDFObjC.h:1193
XFA widget element: Source.
Definition: FSPDFObjC.h:6389
FSGraphicsObjectsTextMergeOption
Enumeration for text merge.
Definition: FSPDFObjC.h:4963
A bookmark is the last child of another specified bookmark.
Definition: FSPDFObjC.h:4088
Verification state of the time stamp time is valid, since the times is before the expiration date.
Definition: FSPDFObjC.h:4720
Scale only when icon is bigger than annotation rectangle.
Definition: FSPDFObjC.h:2420
XFA widget element: Range.
Definition: FSPDFObjC.h:6366
Definition: FSPDFObjC.h:8485
This means certificate status is unknown.
Definition: FSPDFObjC.h:8704
Annotation type: trap network annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2469
Definition: FSPDFObjC.h:724
unsigned long long getSize()
Get total size of the file.
If set, only show with DeviceRGB.
Definition: FSPDFObjC.h:9183
Javascript event: Form field mouse down.
Definition: FSPDFObjC.h:3825
Attribute type only for PrintField: checked, which represents the state of a radio button or check bo...
Definition: FSPDFObjC.h:8269
Encoding foramt: "VISUAL".
Definition: FSPDFObjC.h:7909
The document has been changed outside of signature scope, but the changed is permitted.
Definition: FSPDFObjC.h:4722
Standard font: Courier-Oblique, Italic.
Definition: FSPDFObjC.h:918
Type definition for point class for float.
Definition: FSPDFObjC.h:229
None (index order): Annotations are visited in annotation's index across the page.
Definition: FSPDFObjC.h:6952
Definition: FSPDFObjC.h:3374
Signature digest algorithm: sha512 algorithm.
Definition: FSPDFObjC.h:4754
BOOL isCombFieldMode()
Check whether current mode is comb field mode or not.
Font style: small cap.
Definition: FSPDFObjC.h:883
Definition: FSPDFObjC.h:7239
Normal document.
Definition: FSPDFObjC.h:5462
If set, only the black color of path need to be replaced.
Definition: FSPDFObjC.h:3174
Attribute type only for Table: Summary, which represents a summary of the table's purpose and structu...
Definition: FSPDFObjC.h:8275
Encoding foramt: "JIS".
Definition: FSPDFObjC.h:7882
(For ConnectedPDF only) Cannot get user token from ConnectedPDF server.
Definition: FSPDFObjC.h:520
void reload()
Reload current manager.
Name for module "RMS".
Definition: FSPDFObjC.h:665
NSData * getSignatureHashValue()
Get signature hash value.
Signature key name: reason.
Definition: FSPDFObjC.h:4743
Javascript event: Media close.
Definition: FSPDFObjC.h:3852
void removeAll()
Clean up the array.
Name for module "Redaction".
Definition: FSPDFObjC.h:664
Definition: FSPDFObjC.h:7551
FSTiledWatermarkSettingsFlags
Enumeration for tiled watermark setting flags.
Definition: FSPDFObjC.h:5222
int getWidth()
Get bitmap width.
XFA widget element: Layout pseudo model.
Definition: FSPDFObjC.h:6236
Compare text only.
Definition: FSPDFObjC.h:7590
XFA widget element: Agent.
Definition: FSPDFObjC.h:6180
"EmbeddedFiles" name tree.
Definition: FSPDFObjC.h:1644
Enum value: Layout, which means layout artifacts. Purely cosmetic typographical or design elements su...
Definition: FSPDFObjC.h:8340
If set, do not display a watermark.
Definition: FSPDFObjC.h:7000
Definition: FSPDFObjC.h:3979
Definition: FSPDFObjC.h:12092
void updateLogicalLabel()
A callback function to update logical label.
When this is set, that means to do interpolation for zooming.
Definition: FSPDFObjC.h:7724
BOOL generateContent()
Generate content for current fill-sign object.
FSErrorCode
Enumeration for error code.
Definition: FSPDFObjC.h:482
DIB format: 32bpp format, with bits order "Blue, Green, Red, not used". Blue is in the lowest order.
Definition: FSPDFObjC.h:1094
XFA widget element: Amd.
Definition: FSPDFObjC.h:6102
Definition: FSPDFObjC.h:1604
void selectNone()
Call this function to clear all selected text.
Enum value: None, which means no such attribute.
Definition: FSPDFObjC.h:8295
Text mode: add text to path for clipping.
Definition: FSPDFObjC.h:1539
Initials signature fill-sign object.
Definition: FSPDFObjC.h:8936
Color space: Separation.
Definition: FSPDFObjC.h:692
PDF/A-3b.
Definition: FSPDFObjC.h:7431
Font charset: Standard symbols.
Definition: FSPDFObjC.h:890
int getSize()
Get the number of elements in the array.
BOOL deselectAll()
Deselect all text.
Page size: A6.
Definition: FSPDFObjC.h:5025
Javascript event: Page open.
Definition: FSPDFObjC.h:3821
FSAnnotationSummarySettingsFontSizeType
Enumeration for options used for font size type in result document.
Definition: FSPDFObjC.h:9127
Definition: FSPDFObjC.h:9010
FSSignatureDigestAlgorithm
Enumeration for signature digest algorithm.
Definition: FSPDFObjC.h:4750
Standard font: Times-Roman.
Definition: FSPDFObjC.h:923
Compression quality: Lossy.
Definition: FSPDFObjC.h:7713
FSFontStandardID
Enumeration for standard font ID.
Definition: FSPDFObjC.h:914
No "LayoutRecognition" module right.
Definition: FSPDFObjC.h:553
Character flag: ComboWord.
Definition: FSPDFObjC.h:6634
Page scaling: Scale. It means HTML content will be scaled to fit PDF page size. In this mode,...
Definition: FSPDFObjC.h:7864
Standard font: Symbol.
Definition: FSPDFObjC.h:927
Save document incrementally.
Definition: FSPDFObjC.h:5416
Definition: FSPDFObjC.h:9366
XFA widget element: Ui.
Definition: FSPDFObjC.h:6088
If this is used, "dd/mm/yy" would be used as the date format string.
Definition: FSPDFObjC.h:5182
Color space: DeviceGray. (1 component, gray)
Definition: FSPDFObjC.h:685
Revocatoin reason: certificate hold.
Definition: FSPDFObjC.h:8715
XFA widget element: Value.
Definition: FSPDFObjC.h:6349
int getGraphicsObjectIndex()
Get index of related graphics object.
FSPDFDocInsertDocOptions
Enumeration for options used for inserting a PDF document to another.
Definition: FSPDFObjC.h:5441
An array of RectF objects.
Definition: FSPDFObjC.h:248
XFA widget element: Compress logical structure.
Definition: FSPDFObjC.h:6376
Definition: FSPDFObjC.h:3072
Edge position: left.
Definition: FSPDFObjC.h:6537
Definition: FSPDFObjC.h:2898
If set, that means to layout document and annotations with sequence numbers on separate pages.
Definition: FSPDFObjC.h:9116
unsigned long long getSize()
Get total size of the file.
FSMatrix2D * getMatrix()
Get matrix.
XFA widget element: Window.
Definition: FSPDFObjC.h:6214
Image type is PNG.
Definition: FSPDFObjC.h:1144
Enum value: Block, which means to be stacked in the block-progression direction within an enclosing r...
Definition: FSPDFObjC.h:8284
Structure element type: Figure, which represents an item of graphical content.
Definition: FSPDFObjC.h:8192
Enum value: Solid, which means the border is a single line segment.
Definition: FSPDFObjC.h:8299
XFA widget element: Root element.
Definition: FSPDFObjC.h:6369
No "RMS" module right.
Definition: FSPDFObjC.h:544
void onDocWillOpen()
Triggered when the document will be opened.
When document is opened, full-screen mode, with no menu bar, window controls, or any other windows ar...
Definition: FSPDFObjC.h:5450
Font style: symbolic.
Definition: FSPDFObjC.h:878
XFA widget element: Oid.
Definition: FSPDFObjC.h:6111
If set, that means attachment files will be extracted as well.
Definition: FSPDFObjC.h:5436
BOOL isPageLoop()
A callback function to get the flag specifies whether the document will loop around to the beginning ...
Definition: FSPDFObjC.h:6868
If set, user password and owner password will be modified during encryption process.
Definition: FSPDFObjC.h:6801
FSLRElementElementType getElementType()
Get element type.
Definition: FSPDFObjC.h:3133
Window type: a floating window.
Definition: FSPDFObjC.h:1816
(Used with state model FSMarkupStateModelReview) The change has been cancelled.
Definition: FSPDFObjC.h:2659
Javascript event item type: rich defaults.
Definition: FSPDFObjC.h:3937
FSOptimizerSettingsDiscardObjectsOptions
Enumeration for discarding objects options.
Definition: FSPDFObjC.h:7777
Compression quality: Maximum.
Definition: FSPDFObjC.h:7668
Form field type: combo box.
Definition: FSPDFObjC.h:4551
Text mode: fill and stroke text, and add to path for clipping.
Definition: FSPDFObjC.h:1538
XFA widget element: Bookend.
Definition: FSPDFObjC.h:6350
Widget attribute type: Min H.
Definition: FSPDFObjC.h:6434
XFA widget element: Delta.
Definition: FSPDFObjC.h:6154
Javascript event item type: required.
Definition: FSPDFObjC.h:3898
Javascript event: Document will save.
Definition: FSPDFObjC.h:3818
If this is used, "1" would be used as the page number format string.
Definition: FSPDFObjC.h:5199
This means LTV is inactive.
Definition: FSPDFObjC.h:8870
Enum value: Start, which means the place for attribute Placement, or the alignment for attributes Tex...
Definition: FSPDFObjC.h:8289
FSSnappedPointSnappedPointType getType()
Get the snapped point type.
Signature key name: signer.
Definition: FSPDFObjC.h:4741
If set, show producer content on signature appearance.
Definition: FSPDFObjC.h:4737
4 key in the numeric keypad.
Definition: FSPDFObjC.h:4406
Javascript event: Document did print.
Definition: FSPDFObjC.h:3817
Definition: FSPDFObjC.h:4317
Definition: FSPDFObjC.h:8908
Definition: FSPDFObjC.h:6977
Definition: FSPDFObjC.h:1328
Encoding foramt: "CP932".
Definition: FSPDFObjC.h:7896
Standard font: Times-BoldItalic.
Definition: FSPDFObjC.h:925
XFA widget element: Embed.
Definition: FSPDFObjC.h:6220
XFA widget element: Query.
Definition: FSPDFObjC.h:6242
Report file format type: HTML.
Definition: FSPDFObjC.h:7318
XFA widget element: Print.
Definition: FSPDFObjC.h:6357
int getCount()
Get the count of attachments.
Sets the state of subsequent groups to OFF.
Definition: FSPDFObjC.h:2223
If set, annotations will be rendered.
Definition: FSPDFObjC.h:3164
Definition: FSPDFObjC.h:2178
XFA widget element: Accessible content.
Definition: FSPDFObjC.h:6300
Snapped point type: midpoint, which means the snapped point is the midpoint for two endpoints of a pa...
Definition: FSPDFObjC.h:9361
FSPDFDictionary * getDict()
Get PDF dictionary of related graphics object.
Encoding foramt: "CP1254".
Definition: FSPDFObjC.h:7901
If set, that means output intents of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:9034
FSTableBorderInfoTableBorderStyle
Enumeration for PDF annotation type.
Definition: FSPDFObjC.h:7074
If set, the watermark will be an annotation when inserted to a PDF page.
Definition: FSPDFObjC.h:6997
XFA widget element: Ref.
Definition: FSPDFObjC.h:6114
Action type: transition action.
Definition: FSPDFObjC.h:1989
XFA widget element: Desc.
Definition: FSPDFObjC.h:6322
XFA widget element: compression.
Definition: FSPDFObjC.h:6311
FSFDFDocType getType()
Get the type of current document object.
R key.
Definition: FSPDFObjC.h:4393
Barcode format: EAN-13 code.
Definition: FSPDFObjC.h:1197
CID Font charset: Adobe-Japan1.
Definition: FSPDFObjC.h:909
Options defined in this type need only be honored in a "best effort" sense.
Definition: FSPDFObjC.h:1790
XFA widget element: Connect.
Definition: FSPDFObjC.h:6362
Duplex type: prints on one side of the paper.
Definition: FSPDFObjC.h:3577
BOOL flush()
Flush internal buffer.
Unsigned signature.
Definition: FSPDFObjC.h:4945
Revocatoin reason: unspecified reason.
Definition: FSPDFObjC.h:8709
Enum value: Footer.
Definition: FSPDFObjC.h:8344
Result type: insert image.
Definition: FSPDFObjC.h:7520
No document permission to operate.
Definition: FSPDFObjC.h:567
int getChildCount()
Get count of structure elements in current PDF structure tree.
Relative type: align the floating window relative to the full virtual desktop.
Definition: FSPDFObjC.h:3661
XFA widget type: image edit.
Definition: FSPDFObjC.h:6493
Encoding foramt: "X-TAM-TMNEWS".
Definition: FSPDFObjC.h:7936
This kind of event is triggered after data binding is complete.
Definition: FSPDFObjC.h:5997
Enum value: End, which means the place for attribute Placement, or the alignment for attributes TextA...
Definition: FSPDFObjC.h:8290
BOOL isEmpty()
Check whether current object is empty or not.
Definition: FSPDFObjC.h:7366
(For LTV only) Revocation callback for LTV has not been set.
Definition: FSPDFObjC.h:532
L key.
Definition: FSPDFObjC.h:4387
Enum value: Row, which means both row and column of a table.
Definition: FSPDFObjC.h:8334
The state is split successfully.
Definition: FSPDFObjC.h:9453
XFA widget element: Speak.
Definition: FSPDFObjC.h:6328
Use signature creation time.
Definition: FSPDFObjC.h:8840
int getPageCount()
Get XFA page count.
Definition: FSPDFObjC.h:4236
This means applications should use the current print scaling.
Definition: FSPDFObjC.h:5615
Encoding foramt: "KOI8R".
Definition: FSPDFObjC.h:7892
Value type: 32-bit signed integer.
Definition: FSPDFObjC.h:8354
XFA widget element: Never embed.
Definition: FSPDFObjC.h:6354
XFA widget element: Medium.
Definition: FSPDFObjC.h:6295
Modify PDF contents. (Bit 4 in permission value)
Definition: FSPDFObjC.h:5405
If set, that means annotations related to extracted pages will be extracted as well.
Definition: FSPDFObjC.h:5431
XFA widget element: Adjust data.
Definition: FSPDFObjC.h:6182
Unsupported signature.
Definition: FSPDFObjC.h:4702
Definition: FSPDFObjC.h:8620
PAdES level: B-B.
Definition: FSPDFObjC.h:4766
Javascript event item type: remove web links.
Definition: FSPDFObjC.h:3952
PDF/X-1a (PSO Coated v3 (ECI)).
Definition: FSPDFObjC.h:7476
If set, show label on signature appearance.
Definition: FSPDFObjC.h:4728
XFA widget element: Sharpxml.
Definition: FSPDFObjC.h:6258
Delete key.
Definition: FSPDFObjC.h:4364
Attribute type: LineHeight, which means the element's preferred height, in the block-progression dire...
Definition: FSPDFObjC.h:8257
Multiply or screens colors, depending on source color value.
Definition: FSPDFObjC.h:1465
Annot object.
Definition: FSPDFObjC.h:1757
An owner password is used in PDF document.
Definition: FSPDFObjC.h:5389
Annotation type: squiggly annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2457
File format type: PDF.
Definition: FSPDFObjC.h:720
H key.
Definition: FSPDFObjC.h:4383
Definition: FSPDFObjC.h:5033
Page label style: uppercase letters.
Definition: FSPDFObjC.h:5656
FSSearchOptionWordMatching
Enumeration for word matching.
Definition: FSPDFObjC.h:3751
Resize type: may not be resized.
Definition: FSPDFObjC.h:3666
Duplex type: prints on both sides of the paper; the paper flips along the long edge.
Definition: FSPDFObjC.h:3578
XFA widget element: Cache.
Definition: FSPDFObjC.h:6121
Javascript event: unknown.
Definition: FSPDFObjC.h:3812
Definition: FSPDFObjC.h:353
Unsigned signature.
Definition: FSPDFObjC.h:4697
Javascript event item type: rich value.
Definition: FSPDFObjC.h:3900
XFA widget element: Check button.
Definition: FSPDFObjC.h:6099
Javascript event item type: insert pages.
Definition: FSPDFObjC.h:3957
XFA widget element: Password edit .
Definition: FSPDFObjC.h:6270
Javascript event item type: text size.
Definition: FSPDFObjC.h:3935
XFA widget type: text edit.
Definition: FSPDFObjC.h:6498
If set, that means to get the endpoint of a path.
Definition: FSPDFObjC.h:9380
Color space: Lab. (3 components, A, B, C)
Definition: FSPDFObjC.h:690
NSString * getFamilyName()
Retrieve the famliy name.
XFA widget element: Adobe extension level.
Definition: FSPDFObjC.h:6092
Off screen action: take no action.
Definition: FSPDFObjC.h:3672
Enum value: PageNum (PDF2.0).
Definition: FSPDFObjC.h:8346
(Reserved, currently, this value is not used.) Encryption type: Foxit connected PDF DRM encryption.
Definition: FSPDFObjC.h:5400
Definition: FSPDFObjC.h:7034
Enum value: Pagination, which means pagination artifacts. Ancillary page features such as running hea...
Definition: FSPDFObjC.h:8339
Javascript event item type: arrow end.
Definition: FSPDFObjC.h:3916
XFA widget type: date time edit.
Definition: FSPDFObjC.h:6489
If set, show text content on signature appearance.
Definition: FSPDFObjC.h:4735
FSPDFArray * create()
Create a new array object.
Definition: FSPDFObjC.h:592
S key.
Definition: FSPDFObjC.h:4394
A bookmark is the first child of another specified bookmark.
Definition: FSPDFObjC.h:4087
Align the text to the top of the available region.
Definition: FSPDFObjC.h:6528
If set, only owner password will be modified during encryption process.
Definition: FSPDFObjC.h:6802
Current object has not been loaded yet.
Definition: FSPDFObjC.h:503
If set, only show with DeviceN.
Definition: FSPDFObjC.h:9180
Booklet Duplex Mode: only prints all pages that appear on the back side of the paper.
Definition: FSPDFObjC.h:3585
XFA widget element: Integer.
Definition: FSPDFObjC.h:6249
Enum value: Underline, which means a line below the text.
Definition: FSPDFObjC.h:8310
Javascript event item type: add fileattachment.
Definition: FSPDFObjC.h:3963
Definition: FSPDFObjC.h:2843
The capability of recovery from 30% amounts of damage.
Definition: FSPDFObjC.h:1207
Definition: FSPDFObjC.h:2780
If set, user permissions and "is encrypt metadata" values (which are defined in FSStdEncryptData ) wi...
Definition: FSPDFObjC.h:6800
Word matching: match any word.
Definition: FSPDFObjC.h:3754
Save document by using XRef stream.
Definition: FSPDFObjC.h:5418
If this is used, "dd.mm.yy" would be used as the date format string.
Definition: FSPDFObjC.h:5192
Discard all JavaScript actions.
Definition: FSPDFObjC.h:7780
int getComponentCount()
Get the count of components.
This kind of event is triggered when the mouse button is released at a moment and the mouse pointer i...
Definition: FSPDFObjC.h:6001
Play rendition (which is specified in rendition action), associating it with related screen annotatio...
Definition: FSPDFObjC.h:2201
XFA widget element: Uri.
Definition: FSPDFObjC.h:6115
Bullet type: diagonal up right arrow.
Definition: FSPDFObjC.h:8543
FSPDFObjectType
Enumeration for PDF object type.
Definition: FSPDFObjC.h:1243
Definition: FSPDFObjC.h:3019
No popup menu item.
Definition: FSPDFObjC.h:8939
Enum value: Justify, which means the alignment for attributes TextAlign/BlockAlign/RubyAlign.
Definition: FSPDFObjC.h:8308
Structure element type: Link, which represents an association between a portion of the ILSE's content...
Definition: FSPDFObjC.h:8180
Definition: FSPDFObjC.h:9496
This kind of event is triggered just before the rendering for printing begins.
Definition: FSPDFObjC.h:5988
FSPDFNameTreeType
Enumeration for name tree type.
Definition: FSPDFObjC.h:1641
Progress state: any error occurs.
Definition: FSPDFObjC.h:740
BOOL canDelete()
Check whether can delete text.
Progress state: progress needs to be continued.
Definition: FSPDFObjC.h:741
Structure element type: H6, which represents heading with level 6.
Definition: FSPDFObjC.h:8161
Enum value: Disc, which means solid circular bullet.
Definition: FSPDFObjC.h:8314
Javascript event: Screen mouse exit.
Definition: FSPDFObjC.h:3842
XFA widget element: Area.
Definition: FSPDFObjC.h:6161
(For OCR only) Not enough disk space.
Definition: FSPDFObjC.h:524
Text mode: neither fill nor stroke text, to make it invisible.
Definition: FSPDFObjC.h:1535
(Only useful for text field) If set, the field does not scroll (horizontally for single-line fields,...
Definition: FSPDFObjC.h:4567
Definition: FSPDFObjC.h:2994
Definition: FSPDFObjC.h:827
File format type: HTML.
Definition: FSPDFObjC.h:716
Javascript event: Form field format.
Definition: FSPDFObjC.h:3834
(Used with state model FSMarkupStateModelReview) The user agrees with the change.
Definition: FSPDFObjC.h:2657
Menu key.
Definition: FSPDFObjC.h:4349
FSWatermarkSettingsFlags
Enumeration for watermark setting flags.
Definition: FSPDFObjC.h:6995
Annotation type: stamp annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2459
Enum value: Ordered (PDF 2.0), which means ordered lists with unspecified numbering.
Definition: FSPDFObjC.h:8323
Definition: FSPDFObjC.h:7501
Value type: an array of enum values.
Definition: FSPDFObjC.h:8359
Left arrow key.
Definition: FSPDFObjC.h:4357
No icon; captin only.
Definition: FSPDFObjC.h:2521
FSRenditionMediaPlayerType
Enumeration for PDF media player classified type.
Definition: FSPDFObjC.h:1800
Definition: FSPDFObjC.h:9418
Options defined in this type must be honored for rendition object to be considered viable.
Definition: FSPDFObjC.h:1789
Revocatoin reason: AA compromise.
Definition: FSPDFObjC.h:8718
Enum value: LtTb, which means inline progression from left to right; block progression from top to bo...
Definition: FSPDFObjC.h:8291
Unknown signature.
Definition: FSPDFObjC.h:4695
Javascript event item type: editable.
Definition: FSPDFObjC.h:3890
Enum value: Bates (PDF2.0).
Definition: FSPDFObjC.h:8347
When this is set, that means to do default stretching.
Definition: FSPDFObjC.h:7673
Javascript modify item type: Page.
Definition: FSPDFObjC.h:3864
PDF/X-3 (Coated GRACoL 2006).
Definition: FSPDFObjC.h:7477
If set, show watermark above other page content.
Definition: FSPDFObjC.h:5225
Result type: insert annotation.
Definition: FSPDFObjC.h:7529
If this is used, "m.d.yy" would be used as the date format string.
Definition: FSPDFObjC.h:5186
A fixup succeeded.
Definition: FSPDFObjC.h:7361
Widget attribute type: Frac digits.
Definition: FSPDFObjC.h:6422
Definition: FSPDFObjC.h:1773
FSPDFNameTreeType getType()
Get the type of current name tree.
Compression mode: jbig2 lossy.
Definition: FSPDFObjC.h:7836
FSLayerTreeUsageState getViewUsage()
Get the state for viewing usage.
Off screen action: move or resize the window so that it is on-screen.
Definition: FSPDFObjC.h:3673
Use Acrobat validation process.
Definition: FSPDFObjC.h:8847
Enum value: Auto.
Definition: FSPDFObjC.h:8306
Encoding foramt: "UTF-16LE".
Definition: FSPDFObjC.h:7926
Parse the text content of a PDF page by normalizing characters based on their positions in the PDF pa...
Definition: FSPDFObjC.h:6661
If set, match the case of keyword when searching.
Definition: FSPDFObjC.h:6698
Join spilt operation type: Link.
Definition: FSPDFObjC.h:8614
Any unknown state occurs.
Definition: FSPDFObjC.h:499
XFA widget element: Variables.
Definition: FSPDFObjC.h:6379
Permitted changes are the same as for 2, as well as annotation creation, deletion,...
Definition: FSPDFObjC.h:4776
FSBitmap * convertToMono()
Converts bitmap to 1-bit monochrome format.
Invalid enum value.
Definition: FSPDFObjC.h:8283
FSLayerTreeUsageState getExportUsage()
Get the state for exporting usage.
float getHeight()
Get the original height of current watermark.
Enum value: Background, which means background artifacts. Background artifacts typically serve as a b...
Definition: FSPDFObjC.h:8342
Creates a color with the saturation of the source color, and the hue and luminosity of the backdrop c...
Definition: FSPDFObjC.h:1470
FSBarcodeFormat
Enumeration for barcode format.
Definition: FSPDFObjC.h:1192
Signature fill-sign object.
Definition: FSPDFObjC.h:8935
9 key in the numeric keypad.
Definition: FSPDFObjC.h:4411
Encoding foramt: "CP1253".
Definition: FSPDFObjC.h:7900
FSPDFDocEncryptType GetSecurityType()
Get the encryption type of security callback.
XFA widget element: Break after.
Definition: FSPDFObjC.h:6386
Widget attribute type: Line through.
Definition: FSPDFObjC.h:6407
(Only useful for combo box) If set, the combo box includes an editable text control with a drop-down ...
Definition: FSPDFObjC.h:4569
The relationship is "Form data" which means the file specification is the data associated with the "A...
Definition: FSPDFObjC.h:3243
If set, show Foxit Editor content on signature appearance.
Definition: FSPDFObjC.h:4736
XFA widget element: Extras.
Definition: FSPDFObjC.h:6358
Image type is JPX or JPEG-2000.
Definition: FSPDFObjC.h:1147
Use for exporting.
Definition: FSPDFObjC.h:4257
FSColorSpace * getColorSpace()
Get the color space that current color belongs to.
void onOutOfMemory()
A callback function used to notify application when Foxit PDF SDK runs out of memory.
MIP engine: add upe engine failed.
Definition: FSPDFObjC.h:569
Image type is GIF.
Definition: FSPDFObjC.h:1145
XFA widget element: Era names.
Definition: FSPDFObjC.h:6155
Definition: FSPDFObjC.h:2805
6 key.
Definition: FSPDFObjC.h:4372
int getSize()
Get the number of elements in the array.
Javascript pre-sign item type: none.
Definition: FSPDFObjC.h:3869
Font charset: Arabic.
Definition: FSPDFObjC.h:901
Insert key.
Definition: FSPDFObjC.h:4363
XFA widget element: Image edit.
Definition: FSPDFObjC.h:6244
XFA widget element: Exclude NS.
Definition: FSPDFObjC.h:6230
XFA widget element: Validate.
Definition: FSPDFObjC.h:6245
This kind of event is triggered whenever the validation state of the target changes.
Definition: FSPDFObjC.h:6013
Result type: replace image.
Definition: FSPDFObjC.h:7521
FSFillMode
Enumeration for filling mode type, mainly for path graphics object.
Definition: FSPDFObjC.h:643
XFA widget element: Locale set.
Definition: FSPDFObjC.h:6215
MIP engine: create protection handler failed.
Definition: FSPDFObjC.h:571
Javascript event item type: password.
Definition: FSPDFObjC.h:3896
Window type: a floating window.
Definition: FSPDFObjC.h:3701
BOOL isEmpty()
Check whether current object is empty or not.
Definition: FSPDFObjC.h:9474
Javascript event item type: contents.
Definition: FSPDFObjC.h:3922
Definition: FSPDFObjC.h:4969
XFA widget element: Items.
Definition: FSPDFObjC.h:6399
Javascript event item type: highlight.
Definition: FSPDFObjC.h:3893
XFA widget element: Signature properties.
Definition: FSPDFObjC.h:6334
Annotation flag: read only.
Definition: FSPDFObjC.h:2485
Definition: FSPDFObjC.h:2166
Action type: JavaScript action.
Definition: FSPDFObjC.h:1986
Left-align the last line and spread-justify the rest.
Definition: FSPDFObjC.h:6520
This class represents an array of FSTableCellData objects,inserted in the order of the displayed tab...
Definition: FSPDFObjC.h:7099
XFA widget element: Para.
Definition: FSPDFObjC.h:6129
XFA widget element: Auto save.
Definition: FSPDFObjC.h:6183
Definition: FSPDFObjC.h:7058
No "Comparison" module right.
Definition: FSPDFObjC.h:546
void * createPopupMenu()
A callback function which is triggered when need to create a popup menu.
Page size: B6.
Definition: FSPDFObjC.h:5030
(For OCR only) The trial for OCR module is end.
Definition: FSPDFObjC.h:525
No orientation.
Definition: FSPDFObjC.h:1153
FSStructElementElementInfoType
Enumeration for structure element info type.
Definition: FSPDFObjC.h:1713
Compression quality: Minimum.
Definition: FSPDFObjC.h:7664
XFA widget element: Day names.
Definition: FSPDFObjC.h:6283
If set, that means to use small font size in result document.
Definition: FSPDFObjC.h:9128
Compression mode: zip.
Definition: FSPDFObjC.h:7660
Print Screen key.
Definition: FSPDFObjC.h:4362
Definition: FSPDFObjC.h:9609
Attribute type only for List: ListNumbering, which represents the numbering system to be used to gene...
Definition: FSPDFObjC.h:8267
If set, the field must have a value at the time it is exported by a submit-form action.
Definition: FSPDFObjC.h:4559
Bullet type: none.
Definition: FSPDFObjC.h:8536
FSPDFDictionary * getDict()
Get the dictionary of current object.
FSColorSpaceRenderingIntent
Enumeration for rendering intent.
Definition: FSPDFObjC.h:1048
Definition: FSPDFObjC.h:12257
Value type: float.
Definition: FSPDFObjC.h:8355
Definition: FSPDFObjC.h:6882
Attribute type: Attached, which specifies the edges of the page, if any, to which the artifact is log...
Definition: FSPDFObjC.h:8242
FSJavascriptModifyItemInfoJavascriptModifyType
Enumeration for javascript modify type.
Definition: FSPDFObjC.h:3972
Creates a color with the hue of the source color, and the saturation and luminosity of the backdrop c...
Definition: FSPDFObjC.h:1469
Result type: replace annotation.
Definition: FSPDFObjC.h:7530
Enum value: pb, which means push button.
Definition: FSPDFObjC.h:8327
XFA widget element: Format.
Definition: FSPDFObjC.h:6159
Signature key name: distinguish name.
Definition: FSPDFObjC.h:4745
Window position: at the center left.
Definition: FSPDFObjC.h:3650
FSRangeFilter
Enumeration for range filter.
Definition: FSPDFObjC.h:850
Annotation flag: no view.
Definition: FSPDFObjC.h:2484
XFA widget element: Number patterns.
Definition: FSPDFObjC.h:6247
Javascript event item type: not spell check.
Definition: FSPDFObjC.h:3891
FSFillSignFillSignObjectType getType()
Get fill-sign type.
Definition: FSPDFObjC.h:8728
FSBitmap * getBitmap()
Get the canvas bitmap.
XFA widget type: image.
Definition: FSPDFObjC.h:6501
Event type: Unknown.
Definition: FSPDFObjC.h:5986
Caption overlaid directly on the icon.
Definition: FSPDFObjC.h:2527
Definition: FSPDFObjC.h:5108
Javascript event item type: activated.
Definition: FSPDFObjC.h:3914
XFA widget element: Template.
Definition: FSPDFObjC.h:6262
FSComparisonCompareType
Enumeration for compare type flags.
Definition: FSPDFObjC.h:7588
Encoding foramt: "UTF-16BE".
Definition: FSPDFObjC.h:7925
Encoding foramt: "X-UTF8UTF8".
Definition: FSPDFObjC.h:7931
Rotate 90 degrees in clockwise direction.
Definition: FSPDFObjC.h:1159
XFA widget element: Plain text metadata.
Definition: FSPDFObjC.h:6370
Widget attribute type: Margin right.
Definition: FSPDFObjC.h:6417
Encoding foramt: "UTF7".
Definition: FSPDFObjC.h:7922
FSSignatureFieldMDPAction
Enumeration for signature FieldMDP("MDP" means modification detection and prevention) action type.
Definition: FSPDFObjC.h:4779
Relative type: align the floating window relative to the document (page) window.
Definition: FSPDFObjC.h:3659
Font charset: Thai.
Definition: FSPDFObjC.h:895
FSSignatureStates
Enumeration for signature states.
Definition: FSPDFObjC.h:4694
Down arrow key.
Definition: FSPDFObjC.h:4360
XFA widget element: Flip label.
Definition: FSPDFObjC.h:6281
PDF/X-4 and create language layer views (ISO Coated v2 (ECI))).
Definition: FSPDFObjC.h:7485
FSOutputPreviewShowType
Enumeration for show type.
Definition: FSPDFObjC.h:9172
Structure element type: WT, which means "Warichu text" and represents the smaller-size text of a wari...
Definition: FSPDFObjC.h:8187
FSJavascriptModifyItemInfoJavascriptModifyItemType
Enumeration for javascript modify item type.
Definition: FSPDFObjC.h:3860
Definition: FSPDFObjC.h:11257
XFA widget element: Equate range.
Definition: FSPDFObjC.h:6294
Javascript event item type: button align x.
Definition: FSPDFObjC.h:3879
If set, only show with Device.
Definition: FSPDFObjC.h:9190
BOOL removeAllObjs()
Remove all key names from current name tree, along with theirs value (as PDF object).
Definition: FSPDFObjC.h:2790
Definition: FSPDFObjC.h:12310
Position: center right.
Definition: FSPDFObjC.h:655
Rank the searching results according to how the result matches the expected searching patten,...
Definition: FSPDFObjC.h:7235
(Reserved) Attribute type: Direction.
Definition: FSPDFObjC.h:8277
XFA document type: XDP, as Raw XML data.
Definition: FSPDFObjC.h:6023
Encoding foramt: "TAB".
Definition: FSPDFObjC.h:7919
Left Paging Seal.
Definition: FSPDFObjC.h:4911
Booklet Duplex Mode: automatically prints both sides of the paper.
Definition: FSPDFObjC.h:3583
Widget attribute type: X. X coordinate of the container's anchor point relative to the top-left corne...
Definition: FSPDFObjC.h:6405
void release()
A callback function used to release current callback object itself.
If set, show location on signature appearance.
Definition: FSPDFObjC.h:4732
FSCertVerifyResultCertStatus
Enumeration for certificate status.
Definition: FSPDFObjC.h:8700
XFA widget element: Output.
Definition: FSPDFObjC.h:6228
Annotation flag: invisible.
Definition: FSPDFObjC.h:2479
float getPageScale()
A callback function to get current page zoom value.
Hatches export type: Exports hatch as a polygon (solid hatches only).
Definition: FSPDFObjC.h:8036
FSSignatureVerifyResultLTVState
Enumeration for LTV state that indicates if a signature is a LTV signature.
Definition: FSPDFObjC.h:8869
Viewing or printing condition: PSO Coated v3 (ECI).
Definition: FSPDFObjC.h:7259
Dot fill-sign object.
Definition: FSPDFObjC.h:8934
FSRotation
Enumeration for rotation.
Definition: FSPDFObjC.h:621
If set, do interpolation for stretching or transforming.
Definition: FSPDFObjC.h:1106
Definition: FSPDFObjC.h:2983
Bit 2. Enable TTF font text to geometry conversion.
Definition: FSPDFObjC.h:8017
Colorant type: process.
Definition: FSPDFObjC.h:9200
Enum value: LineThrough, which means a line through the middle of the text.
Definition: FSPDFObjC.h:8312
Result type: insert text.
Definition: FSPDFObjC.h:7517
Compression quality: Low, only for e_ImageCompressHigh compress mode.
Definition: FSPDFObjC.h:7715
Javascript event: Document will print.
Definition: FSPDFObjC.h:3816
FSOutputPreviewColorantType
Enumeration for colorant type.
Definition: FSPDFObjC.h:9199
Cross mark fill-sign object.
Definition: FSPDFObjC.h:8930
Javascript event item type: border style.
Definition: FSPDFObjC.h:3878
FSSoundSampleEncodingFormat getSampleEncodingFormat()
Get the encoding format for the sample data.
Verification state of a signature is valid.
Definition: FSPDFObjC.h:4947
Annotation type: polyline annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2454
Art Box for page boundary.
Definition: FSPDFObjC.h:5014
Opearte type: single fixups.
Definition: FSPDFObjC.h:7293
8 key in the numeric keypad.
Definition: FSPDFObjC.h:4410
Event flag: the middle button of the mouse is down.
Definition: FSPDFObjC.h:4440
(Reserved) Attribute type: Version, which represents schema version of layout recognition engine.
Definition: FSPDFObjC.h:8279
BOOL hasLayer()
Check if current layer node is associated with a layer.
If this is used, "d/m/yy" would be used as the date format string.
Definition: FSPDFObjC.h:5180
Form field type: radio button.
Definition: FSPDFObjC.h:4550
Font type: CID font.
Definition: FSPDFObjC.h:935
Widget attribute type: Space below.
Definition: FSPDFObjC.h:6427
NSString * getKeyName()
Get the key name of the related file specification object.
FSXFAWidgetWidgetHAlignType
Enumeration for the type of text horizontal alignment of XFA widget.
Definition: FSPDFObjC.h:6518
int getMatchPageIndex()
Get the page index, to which current match belongs.
Encoding foramt: "UTF-32LE".
Definition: FSPDFObjC.h:7928
Definition: FSPDFObjC.h:2687
OCSP response.
Definition: FSPDFObjC.h:8662
Annotation's normal appearance.
Definition: FSPDFObjC.h:2531
Javascript pre-sign item type: fill color.
Definition: FSPDFObjC.h:3871
PDF/A-1b.
Definition: FSPDFObjC.h:7426
Compression mode: high.
Definition: FSPDFObjC.h:7839
Watermark font style: normal.
Definition: FSPDFObjC.h:7030
If this is used, "dd.mm.yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:5193
Definition: FSPDFObjC.h:4951
Definition: FSPDFObjC.h:6958
Definition: FSPDFObjC.h:5251
FSComplianceEngineViewOrPrintCondition
Enumeration for viewing or printing condition.
Definition: FSPDFObjC.h:7254
XFA widget element: Font.
Definition: FSPDFObjC.h:6338
XFA widget element: Change.
Definition: FSPDFObjC.h:6273
PDF boolean object.
Definition: FSPDFObjC.h:1245
Javascript event item type: border effect intensity.
Definition: FSPDFObjC.h:3918
FSActionNewWindowFlag
Enumeration for new window flag.
Definition: FSPDFObjC.h:1993
int getYDPI()
Get DPI for Y-axis.
BOOL removeAllActions()
Remove all actions.
Verification state of a signature is invalid.
Definition: FSPDFObjC.h:4948
If set, show Foxit flag on signature appearance.
Definition: FSPDFObjC.h:4727
If set, that means page labels of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:9037
Signature type: ordinary.
Definition: FSPDFObjC.h:4758
Indicates property text size of FSDefaultAppearance is meaningful.
Definition: FSPDFObjC.h:2293
Invaild object.
Definition: FSPDFObjC.h:1754
(For compliance only) Invalid unlock code is used to initialize compliance engine.
Definition: FSPDFObjC.h:528
8 key.
Definition: FSPDFObjC.h:4374
Numbering type: 1. 2. 3.
Definition: FSPDFObjC.h:8549
Border style: Dashed.
Definition: FSPDFObjC.h:2350
Standard font: Helvetica.
Definition: FSPDFObjC.h:919
Widget attribute type: Layout.
Definition: FSPDFObjC.h:6436
Javascript event: Form field key stroke.
Definition: FSPDFObjC.h:3831
FSXFAWidgetWidgetVAlignType
Enumeration for the type of text vertical alignment of XFA widget.
Definition: FSPDFObjC.h:6527
Structure element type: ShadingObject, which means shading graphics object element.
Definition: FSPDFObjC.h:8199
V key.
Definition: FSPDFObjC.h:4397
Attribute type: ColumnGap, which represents the desired space between adjacent columns,...
Definition: FSPDFObjC.h:8265
FSLayerContextUsageType getUsageType()
Get the layer usage type for rendering.
"NewWindow" flag is NO.
Definition: FSPDFObjC.h:1994
PDF string object.
Definition: FSPDFObjC.h:1247
Attribute type: Padding, which specifies an offset to account for the separation between the element'...
Definition: FSPDFObjC.h:8244
Locale ID for country: France.
Definition: FSPDFObjC.h:706
Javascript modify type: modify.
Definition: FSPDFObjC.h:3975
XFA widget element: Operation.
Definition: FSPDFObjC.h:6147
A flag specifying whether the window's title bar should display the document title taken from the "Ti...
Definition: FSPDFObjC.h:5624
FSParagraphEditing * getParagraphEditing()
Get the paragraph edit object.
BOOL deleteSelected()
Delete the selected text.
If set, watermarks will share one form xobject if these watermarks use the same page object.
Definition: FSPDFObjC.h:7003
NSArray< NSString * > * getPrinterNameList()
A callback function to get the printer name list.
FSImageSettingsImageCompressMode
Enumeration for compression mode used for color or gray image.
Definition: FSPDFObjC.h:7655
Attribute type: SpaceAfter, which represents the amount of extra space following the after edge of th...
Definition: FSPDFObjC.h:8247
Always scale.
Definition: FSPDFObjC.h:2419
FSFloatingInfoOffScreenAction
Enumeration for the action can be taken if the floating window is positioned totally or partially off...
Definition: FSPDFObjC.h:3671
First rotate 90 in counter-clockwise direction and then flip horizontal.
Definition: FSPDFObjC.h:1160
Character flag: Hyphen.
Definition: FSPDFObjC.h:6633
(For ConnectedPDF only) Cannot connect to ConnectedPDF server.
Definition: FSPDFObjC.h:506
PDF/X-3 (PSO Coated v3 (ECI)).
Definition: FSPDFObjC.h:7480
Encoding foramt: "EUC".
Definition: FSPDFObjC.h:7888
XFA widget element: Trace.
Definition: FSPDFObjC.h:6344
XFA widget element: Break before.
Definition: FSPDFObjC.h:6110
Encoding foramt: "HZ-GB-2312".
Definition: FSPDFObjC.h:7930
Javascript event: Form field calculate.
Definition: FSPDFObjC.h:3833
BOOL generateAppearance()
Generate the appearance of paging seal signature.
Window position: at the center.
Definition: FSPDFObjC.h:3651
Definition: FSPDFObjC.h:4195
Table border style: Dashed.
Definition: FSPDFObjC.h:7076
FSMonoImageSettingsMonoImageCompressMode
Enumeration for compression mode used for monochrome image.
Definition: FSPDFObjC.h:7701
When document is opened, document outlines (bookmarks) are visible.
Definition: FSPDFObjC.h:5448
FSMediaSettingsPlayerWindowType
Enumeration for the type of window that the media should play in.
Definition: FSPDFObjC.h:3699
void exitJoinEditing()
Exit join split editing.
Javascript event item type: value.
Definition: FSPDFObjC.h:3873
Definition: FSPDFObjC.h:8956
(For ConnectedPDF only) Cannot set the ACL to ConnectedPDF server.
Definition: FSPDFObjC.h:513
Widget attribute type: Font horizontal scale.
Definition: FSPDFObjC.h:6410
Calculate margin according to bounding box of all contents.
Definition: FSPDFObjC.h:5000
XFA widget element: Currency symbol.
Definition: FSPDFObjC.h:6289
Empty value type.
Definition: FSPDFObjC.h:8352
Enum value: After, which means the alignment for attribute BlockAlign or the placement for attribute ...
Definition: FSPDFObjC.h:8288
Word matching: match phrase.
Definition: FSPDFObjC.h:3752
FSFontCIDCharset
Enumeration for CID font charset.
Definition: FSPDFObjC.h:905
I key.
Definition: FSPDFObjC.h:4384
Signature label name for sign time.
Definition: FSPDFObjC.h:4790
FSPDFDictionary * getDictionary()
Get the PDF dictionary object associated to current PDF stream object.
Media style: print. It means PDF page will be displayed in print media style.
Definition: FSPDFObjC.h:7947
Javascript event: Form field focus.
Definition: FSPDFObjC.h:3829
Multiply key in the numeric keypad.
Definition: FSPDFObjC.h:4412
DIB format: 32bpp CMYK format, with bits order "Cyan, Magenta, Yellow, Black". Cyan is in the lowest ...
Definition: FSPDFObjC.h:1096
FSPrintParamsPrintHandling
Enumeration for the values used to determine how the multiple pages are laid out on the sheet.
Definition: FSPDFObjC.h:3601
Definition: FSPDFObjC.h:8995
Definition: FSPDFObjC.h:1738
PDF/X-3 (Japan Color 2001 Coated).
Definition: FSPDFObjC.h:7479
Font charset: Simplified Chinese.
Definition: FSPDFObjC.h:893
Trigger an action to be performed when the mouse button is released inside the annotation's active ar...
Definition: FSPDFObjC.h:2260
This kind of event is triggered when keyboard focus is yielded from a field directly or indirectly wi...
Definition: FSPDFObjC.h:5994
The signature is a time stamp signature.
Definition: FSPDFObjC.h:4714
Definition: FSPDFObjC.h:7119
Definition: FSPDFObjC.h:7208
Standard font: Courier.
Definition: FSPDFObjC.h:915
Trigger an action to be performed when the page containing the annotation becomes visible in the view...
Definition: FSPDFObjC.h:2265
Filter type: CCITTFaxDecode, which means to decompress data encoded using the CCITT facsimile standar...
Definition: FSPDFObjC.h:1304
The password is invalid.
Definition: FSPDFObjC.h:5386
Name for module "Office2PDF".
Definition: FSPDFObjC.h:679
XFA widget element: Host pseudo model.
Definition: FSPDFObjC.h:6217
NSString * getClipboardText()
A callback function which is triggered when need to get the text on clipboard.
A bookmark is the last sibling of another specified bookmark.
Definition: FSPDFObjC.h:4092
void removeAll()
Clean up the array.
Enum value: Center, which means the alignment for attributes TextAlign/InlineAlign/RubyAlign.
Definition: FSPDFObjC.h:8307
(Applicable for widget annotation only) Trigger an action to be performed when the annotation loses t...
Definition: FSPDFObjC.h:2262
A user password is used in PDF document.
Definition: FSPDFObjC.h:5388
K key.
Definition: FSPDFObjC.h:4386
Result type: delete annotation.
Definition: FSPDFObjC.h:7528
This kind of event is triggered after an XFA DOM has finished loading.
Definition: FSPDFObjC.h:6012
Definition: FSPDFObjC.h:2020
Javascript event item type: do not scroll.
Definition: FSPDFObjC.h:3887
Some types are not supported.
Definition: FSPDFObjC.h:492
XFA widget element: Template cache.
Definition: FSPDFObjC.h:6297
void killFocus()
Kill the focus of XFA widget.
Action type: sound action.
Definition: FSPDFObjC.h:1979
Definition: FSPDFObjC.h:2322
Numbering type: a) b) c)
Definition: FSPDFObjC.h:8552
Event flag: meta key.
Definition: FSPDFObjC.h:4436
Space key.
Definition: FSPDFObjC.h:4352
BOOL selectAll()
Select all text.
FSRenditionMediaOptionType
Enumeration for media option type.
Definition: FSPDFObjC.h:1788
FSPDFPageParseFlags
Enumeration for parsing flags used for PDF page.
Definition: FSPDFObjC.h:4994
Encoding foramt: "CP1251".
Definition: FSPDFObjC.h:7898
FSProgressiveState resume()
Continue the progressive process.
Text mode: fill text and add to path for clipping.
Definition: FSPDFObjC.h:1536
F key.
Definition: FSPDFObjC.h:4381
Encoding foramt: "X-KDDI-ISO-2022-JP".
Definition: FSPDFObjC.h:7941
Compression mode: retain, which means no compression.
Definition: FSPDFObjC.h:7659
Trim Box for page boundary.
Definition: FSPDFObjC.h:5013
Name for module "Print2PDF".
Definition: FSPDFObjC.h:680
Color space: CalGray. (1 component, A)
Definition: FSPDFObjC.h:688
(Only useful for choice field) If set, the new value is committed as soon as a selection is made with...
Definition: FSPDFObjC.h:4573
(Only useful for radio button) If set, exactly one radio button must be selected at all times; clicki...
Definition: FSPDFObjC.h:4561
If set, only highlight annotations will be rendered.
Definition: FSPDFObjC.h:3165
Revocatoin reason: affiliation changed.
Definition: FSPDFObjC.h:8712
F6 key.
Definition: FSPDFObjC.h:4423
Save document without updating metadata "ModDate" and "CreationDate".
Definition: FSPDFObjC.h:5421
Compression quality: Minimum, only for e_ImageCompressHigh compress mode.
Definition: FSPDFObjC.h:7714
FSCompareResultInfoCompareResultType
Enumeration for compare result type.
Definition: FSPDFObjC.h:7514
Structure element type: Lbl, which means "Label" and represents a name or number that distinguishes a...
Definition: FSPDFObjC.h:8165
FSAdditionalActionTriggerEvent
Enumeration for trigger event.
Definition: FSPDFObjC.h:2245
If set, only show with Gray.
Definition: FSPDFObjC.h:9185
Javascript event: Bookmark mouse up.
Definition: FSPDFObjC.h:3849
Javascript modify item type: none.
Definition: FSPDFObjC.h:3861
XFA widget element: DN.
Definition: FSPDFObjC.h:6375
Success, and no error occurs.
Definition: FSPDFObjC.h:483
BOOL cutSelected()
Cut the selected text.
Unknown encryption type.
Definition: FSPDFObjC.h:5393
NSString * getName()
Get the name of current layer node.
Resume any rendition being played in association with related screen annotation. If no rendition is b...
Definition: FSPDFObjC.h:2200
Parameter error: value of any input parameter for a function is invalid.
Definition: FSPDFObjC.h:491
Definition: FSPDFObjC.h:11036
G key.
Definition: FSPDFObjC.h:4382
Definition: FSPDFObjC.h:1402
Enum value: Top, which means top edge of the page.
Definition: FSPDFObjC.h:8336
Name type: field name. Name in this type will be retrieved from XFA widget's name entry and this may ...
Definition: FSPDFObjC.h:6513
Compression mode: CCITT Group 4.
Definition: FSPDFObjC.h:7703
XFA widget type: barcode.
Definition: FSPDFObjC.h:6485
Javascript event item type: remove data object.
Definition: FSPDFObjC.h:3942
FSPDFDoc * getDocument()
Get the related PDF document.
Annotation type: highlight annotation. One of standard annotation in <PDF reference 1....
Definition: FSPDFObjC.h:2455
When this is set, that means not to do any interpolation for stretching.
Definition: FSPDFObjC.h:7678
Page scaling: Enlarge. It means PDF page will be enlarged to HTML content size. In this mode,...
Definition: FSPDFObjC.h:7865
FSSignatureVerifyResultArray * getOCSPSigantureVerifyResults()
Get signature verify results for OCSP signature of each certificate.
Javascript event item type: add page template.
Definition: FSPDFObjC.h:3945
FSSignatureVerifyResultArray * verify()
Verify all the signatures in the PDF document which is used to constructed current object.
Encoding foramt: "ISO-2022-KR".
Definition: FSPDFObjC.h:7912
XFA widget element: Default Ui.
Definition: FSPDFObjC.h:6138
Definition: FSPDFObjC.h:12434
If set, only show solid color.
Definition: FSPDFObjC.h:9192
XFA widget element: Present.
Definition: FSPDFObjC.h:6133
Enum value: Dashed, which means the border is a series of short line segments.
Definition: FSPDFObjC.h:8298
Javascript event: Document will close.
Definition: FSPDFObjC.h:3820
Definition: FSPDFObjC.h:2589
BOOL findPrev()
Search for previous matched pattern.
If set, the watermark will be an annotation when inserted to a PDF page, and the watermark will be sh...
Definition: FSPDFObjC.h:5224
Discard embedded print settings.
Definition: FSPDFObjC.h:7782
Bullet type: black diamond minus white.
Definition: FSPDFObjC.h:8544
BOOL isInitialsType()
Check if current annotation is an initials signature fill-sign object.
Image object.
Definition: FSPDFObjC.h:1755
Character flag: Unknown.
Definition: FSPDFObjC.h:6629
XFA widget element: Numeric edit.
Definition: FSPDFObjC.h:6271
Structure element type: Formula, which represents a mathematical formula.
Definition: FSPDFObjC.h:8193
(For ConnectedPDF only) Cannot get client ID from ConnectedPDF server.
Definition: FSPDFObjC.h:519
XFA widget element: Time stamp.
Definition: FSPDFObjC.h:6207
Report file format type: TXT & TEXT.
Definition: FSPDFObjC.h:7317
FSTextPageTextOrderFlag
Enumeration for text order flag which is used when getting text content of a PDF page.
Definition: FSPDFObjC.h:6666
discard tag user data
Definition: FSPDFObjC.h:7798
XFA widget element: Acrobat.
Definition: FSPDFObjC.h:6263
XFA widget element: Boolean.
Definition: FSPDFObjC.h:6226
FSDestinationZoomMode getPageZoomMode()
A callback function to get the current page zoom mode.
Javascript event: Media play.
Definition: FSPDFObjC.h:3854
If set, only show with DeviceCMYK or spot.
Definition: FSPDFObjC.h:9179
Trigger a JavaScript action to be performed after saving a document.
Definition: FSPDFObjC.h:2250
int getChannelCount()
Get the count of sound channels.
Definition: FSPDFObjC.h:1164
BOOL removeAllEmbeddedFiles()
Remove all attachments.
FSRenditionActionOperationType
Enumeration for operation type to perform when the rendition action is triggered.
Definition: FSPDFObjC.h:2195
Definition: FSPDFObjC.h:7079
int getStartCharIndex()
Get the index of start character of current hyper-link URI, based on PDF page.
Border style: Solid.
Definition: FSPDFObjC.h:2349
XFA widget element: Compress.
Definition: FSPDFObjC.h:6197
This kind of event is triggered just before the form data is written out in PDF or XDP format.
Definition: FSPDFObjC.h:6009
XFA widget element: rectangle.
Definition: FSPDFObjC.h:6313
FSAnnotAppearanceType
Enumeration for the type of annotation's appearance.
Definition: FSPDFObjC.h:2530
If set, that means "MarkInfo" of source PDF files will be outputted to combined result PDF file.
Definition: FSPDFObjC.h:9036
Attribute type: GlyphOrientationVertical, which specifies the orientation of glyphs when the inline-p...
Definition: FSPDFObjC.h:8263
BOOL canCopy()
Check whether can copy text.
Definition: FSPDFObjC.h:5725
The state is failed due to file exist.
Definition: FSPDFObjC.h:9455
Highlighting mode: No highlighting.
Definition: FSPDFObjC.h:2492
XFA widget element: Draw.
Definition: FSPDFObjC.h:6324
Operate text annotations and fill in interactive form fields. (Bit 6 in permission value)
Definition: FSPDFObjC.h:5407
Javascript event item type: text color.
Definition: FSPDFObjC.h:3872
An array of table cell index.
Definition: FSPDFObjC.h:7159
Use the time of signature time stamp token.
Definition: FSPDFObjC.h:8841
Definition: FSPDFObjC.h:3117
XFA widget element: Mode.
Definition: FSPDFObjC.h:6256
Initial view mode: details mode, with all information (specified by schema fields) presented in a mul...
Definition: FSPDFObjC.h:9332
Event flag: the command key.
Definition: FSPDFObjC.h:4442
XFA widget element: Start node.
Definition: FSPDFObjC.h:6157
The relationship is "Source" which means the file specification is the original source material for t...
Definition: FSPDFObjC.h:3238
if set, the field must not be exported by a submit-form action.
Definition: FSPDFObjC.h:4560
Print Content: print the document contents, not comments.
Definition: FSPDFObjC.h:3571
XFA widget element: Interactive.
Definition: FSPDFObjC.h:6317
XFA widget element: Choice list.
Definition: FSPDFObjC.h:6125
Font style: all cap.
Definition: FSPDFObjC.h:882
This kind of event is triggered when the user moves the mouse pointer into the region of the field,...
Definition: FSPDFObjC.h:5999
WPS Office automation engine.
Definition: FSPDFObjC.h:8116
Encoding foramt: "ISO-8859-5".
Definition: FSPDFObjC.h:7876
Resize type: may be resized without preserving the aspect ratio.
Definition: FSPDFObjC.h:3668
XFA widget element: Appearance filter.
Definition: FSPDFObjC.h:6336
If set, that means attachments will be inserted to target document as well.
Definition: FSPDFObjC.h:5442
XFA widget element: Calculate.
Definition: FSPDFObjC.h:6356
XFA widget element: Layout.
Definition: FSPDFObjC.h:6257
The state is OFF.
Definition: FSPDFObjC.h:4214
This kind of event is triggered just after the form has been written out in PDF or XDP format.
Definition: FSPDFObjC.h:6004
Javascript event item type: attach icon.
Definition: FSPDFObjC.h:3917
Trigger an action to be performed when the page containing the annotation is no longer visible in the...
Definition: FSPDFObjC.h:2266
If set, only the black color of text need to be replaced.
Definition: FSPDFObjC.h:3173
Bit 7. Submitted FDF file includes contents as contained in differences entry in the FDF dictionary.
Definition: FSPDFObjC.h:2121
If set, that means to get the nearest point (which is in a path) to the specified point.
Definition: FSPDFObjC.h:9383
Character flag: UnUnicode.
Definition: FSPDFObjC.h:6632
Definition: FSPDFObjC.h:9282
Widget attribute type: Text encoding.
Definition: FSPDFObjC.h:6447
"Pages" name tree.
Definition: FSPDFObjC.h:1645
XFA widget element: Xsd connection.
Definition: FSPDFObjC.h:6259
If this is used, "mm/yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:5185
Creates a color with the hue and saturation of the source color, and the luminosity of the backdrop c...
Definition: FSPDFObjC.h:1471
Javascript event item type: user name.
Definition: FSPDFObjC.h:3906
Definition: FSPDFObjC.h:1568
XFA widget element: Whitespace.
Definition: FSPDFObjC.h:6137
Initial view mode: hidden mode.
Definition: FSPDFObjC.h:9334
Border style: Inset.
Definition: FSPDFObjC.h:2353
Calculate margin by detecting paths or images.
Definition: FSPDFObjC.h:5001
XFA widget element: Packet.
Definition: FSPDFObjC.h:6368
Definition: FSPDFObjC.h:5314
Definition: FSPDFObjC.h:11239
FSDocViewerPrefsPrintScale
Enumeration for page scaling option.
Definition: FSPDFObjC.h:5613
Fit the entire height of the page within the display area when display the page.
Definition: FSPDFObjC.h:1933
Barcode format: EAN-8 code.
Definition: FSPDFObjC.h:1195
XFA widget element: Name attr.
Definition: FSPDFObjC.h:6382
CID Font charset: Adobe-GB1.
Definition: FSPDFObjC.h:907
Definition: FSPDFObjC.h:9639
FSSignatureVerifyResult * getTSTSignatureVerifyResult()
Get the verify result of time stamp token of this signature.
Encoding foramt: "MACINTOSH".
Definition: FSPDFObjC.h:7921
C (column order): Annotations are visited in columns running vertically up and down the page.
Definition: FSPDFObjC.h:6954
XFA widget element: If empty.
Definition: FSPDFObjC.h:6176
FSHeaderFooterContentGeneratorPageNumberFormat
Enumeration for page number format type.
Definition: FSPDFObjC.h:5198
Definition: FSPDFObjC.h:1649
PDF/A-1b (without fallback conversion), just only for converting.
Definition: FSPDFObjC.h:7433
(For OCR only) OCR engine has not been initialized successfully.
Definition: FSPDFObjC.h:523
Trigger an action to be performed when the cursor exits the annotation's active area.
Definition: FSPDFObjC.h:2258
Value type: wide string.
Definition: FSPDFObjC.h:8357
Bleed Box for page boundary.
Definition: FSPDFObjC.h:5015
Javascript event item type: replace pages.
Definition: FSPDFObjC.h:3958
No time stamp or not check time stamp.
Definition: FSPDFObjC.h:4713
Parsing flag for text-only mode.
Definition: FSPDFObjC.h:4996
Signature label name for signer.
Definition: FSPDFObjC.h:4787
When this is set, that means to do interpolation for zooming.
Definition: FSPDFObjC.h:7675
Snapped point type: intersection point, which means the snapped point is the intersection of two inte...
Definition: FSPDFObjC.h:9362
void indent()
Increase indent for text.
XFA widget element: Messaging.
Definition: FSPDFObjC.h:6327
Verification state of the time stamp is valid.
Definition: FSPDFObjC.h:4715
XFA widget element: Corner.
Definition: FSPDFObjC.h:6238
XFA widget element: Signature.
Definition: FSPDFObjC.h:6277
Javascript event item type: add web links.
Definition: FSPDFObjC.h:3951
FSTextPageCharInfoTextCharFlag
Enumeration for PDF textpage character flag.
Definition: FSPDFObjC.h:6628
M key.
Definition: FSPDFObjC.h:4388
XFA widget element: Printer name.
Definition: FSPDFObjC.h:6170
If this is used, "m/d/yy" would be used as the date format string.
Definition: FSPDFObjC.h:5176
Definition: FSPDFObjC.h:2204
Encoding foramt: "ISO-8859-11".
Definition: FSPDFObjC.h:7907
FSSignaturePAdESLevel
Enumeration for PAdES level.
Definition: FSPDFObjC.h:4763
Enum value: LowerAlpha, which means lowercase letters (a, b, c, ...).
Definition: FSPDFObjC.h:8321
Font style: fixed pitch.
Definition: FSPDFObjC.h:876
Widget attribute type: Shape.
Definition: FSPDFObjC.h:6439
XFA widget element: Validate approval signatures.
Definition: FSPDFObjC.h:6304
Enum value: UpperAlpha, which means uppercase letters (A, B, C, ...).
Definition: FSPDFObjC.h:8320
No "3D" module right.
Definition: FSPDFObjC.h:565
FSMatrix2D * getMatrix()
Get matrix.
Bit 10. Any submitted field values representing dates are converted to the standard format.
Definition: FSPDFObjC.h:2124
XFA widget element: Pcl.
Definition: FSPDFObjC.h:6112
Parsing flag to decide whether to allow to truncate the first/last image or line of text within the s...
Definition: FSPDFObjC.h:5722
int getRateOfProgress()
Get the rate of current progress.
Attribute type: InlineAlign, which represents the alignment, in the inline-progression direction,...
Definition: FSPDFObjC.h:8253
FSPDFEComplianceVersion
Enumeration for PDF/E version.
Definition: FSPDFObjC.h:7451
Javascript event item type: add watermark.
Definition: FSPDFObjC.h:3961
Measurement of the slope of a line.
Definition: FSPDFObjC.h:2684
Attribute type only for Table: Scope, which indicates whether the header cell applies to the rest of ...
Definition: FSPDFObjC.h:8274
XFA document type: Dynamic.
Definition: FSPDFObjC.h:6021
Javascript event item type: select change.
Definition: FSPDFObjC.h:3876
Encoding foramt: "BIG5".
Definition: FSPDFObjC.h:7883
(For ConnectedPDF only) The loaded document is not a ConnectedPDF DRM document.
Definition: FSPDFObjC.h:505
FSBitmapInterpolationFlag
Enumeration for bitmap interpolation flags.
Definition: FSPDFObjC.h:1104
Trigger a JavaScript action to be performed before the field is formatted to display its current valu...
Definition: FSPDFObjC.h:2254
When this is set, that means to do default stretching.
Definition: FSPDFObjC.h:7722
Rotate the text block based on the center point.
Definition: FSPDFObjC.h:630
FSDateTime * getSignatureCheckTime()
Get the time that is actually used to check signature.
FSXFAWidget * getLastWidget()
Get the last XFA widget in current tab order.
XFA widget element: Record.
Definition: FSPDFObjC.h:6219
FSLayerContextUsageType
Enumeration for PDF layer usage type.
Definition: FSPDFObjC.h:4253
FSModuleName
Enumeration for module name which is used in license information.
Definition: FSPDFObjC.h:661
Structure element info type: Actual Text, which means the actual text of structure element.
Definition: FSPDFObjC.h:1718
BOOL onDelete()
Call this function when the popup menu item "Delete" is down.
Unknown image type.
Definition: FSPDFObjC.h:1140
Definition: FSPDFObjC.h:745
Compare annotation only.
Definition: FSPDFObjC.h:7591
FSActionCallbackLayoutMode getLayoutMode()
A callback function to get the page layout of the current document.
FSRectF * getRect()
Get rectangle, in PDF coordinate system.
Use for printing.
Definition: FSPDFObjC.h:4256
Definition: FSPDFObjC.h:8522
Definition: FSPDFObjC.h:4507
Javascript event item type: Comb.
Definition: FSPDFObjC.h:3884
FSPDFDictionary * getDict()
Get the PDF dictionary of current object.
Certificate is valid.
Definition: FSPDFObjC.h:8983
int getBits()
Get the number of bits per sample value per channel.
XFA widget element: Message.
Definition: FSPDFObjC.h:6227
int getSize()
Get the number of elements in the array.
9 key.
Definition: FSPDFObjC.h:4375
Structure element type: BlockQuote, which means "Block quotation" and represents a portion of text co...
Definition: FSPDFObjC.h:8144
FSLRElementElementType
Enumeration for standard structure types.
Definition: FSPDFObjC.h:8137
Enum value: Warichu, which means the RT and associated RP elements are to be formatted as a warichu,...
Definition: FSPDFObjC.h:8286
If set, show watermark above other page content.
Definition: FSPDFObjC.h:6998
Encryption type: customized encryption.
Definition: FSPDFObjC.h:5398
Definition: FSPDFObjC.h:4145
FSFieldFlags
Enumeration for form field flags.
Definition: FSPDFObjC.h:4557
Encoding foramt: "BIG5-CP950".
Definition: FSPDFObjC.h:7890
Encoding foramt: "CNS".
Definition: FSPDFObjC.h:7889
May not be resized.
Definition: FSPDFObjC.h:1840
Text mode: stroke text and add to path for clipping.
Definition: FSPDFObjC.h:1537
Definition: FSPDFObjC.h:8429
File or folder path does not exist.
Definition: FSPDFObjC.h:526
One of players in this type must be used in playing the associated media clip.
Definition: FSPDFObjC.h:1801
int getWidth()
Get image width.
If set, that means "Dests" name trees and "EmbeddedFiles" name trees of source PDF files will be outp...
Definition: FSPDFObjC.h:9038
Structure element type: RB, which means "Ruby base text" and represents the full-size text to which t...
Definition: FSPDFObjC.h:8183
Definition: FSPDFObjC.h:6900
int getUpperBound()
Get the upper bound in the array, actually the maximum valid index.
FSJavascriptModifyItemInfoJavascriptModifyPropertyType
Enumeration for javascript pre-sign item type.
Definition: FSPDFObjC.h:3868
FSLayerNode * getRootNode()
Get the root layer node.
Javascript modify item type: Annot.
Definition: FSPDFObjC.h:3863
Action type: embedded go-to action.
Definition: FSPDFObjC.h:1975
XFA widget element: Render policy.
Definition: FSPDFObjC.h:6346
XFA widget element: Sign data.
Definition: FSPDFObjC.h:6305
FSIconFitScaleWayType
Enumeration for the type of icon scaling way.
Definition: FSPDFObjC.h:2417
int getSize()
Get the number of elements in the array.
XFA widget element: Encrypt data.
Definition: FSPDFObjC.h:6395
Dot key in the numeric keypad.
Definition: FSPDFObjC.h:4416
Javascript event item type: button scale how.
Definition: FSPDFObjC.h:3882
Rotate 270 degrees in clockwise direction.
Definition: FSPDFObjC.h:625
Bottom Paging Seal.
Definition: FSPDFObjC.h:4914
Structure element type: Artifact, which includes other Pagination, Layout, Page and Background artifa...
Definition: FSPDFObjC.h:8195
Display page with a specified position and a specified zoom factor.
Definition: FSPDFObjC.h:1930
Annotation type: rich media annotation.
Definition: FSPDFObjC.h:2474
XFA widget element: XDP content.
Definition: FSPDFObjC.h:6302
Definition: FSPDFObjC.h:3757
The media's width and height are scaled while preserving the aspect ratio so that the play rectangle ...
Definition: FSPDFObjC.h:1808
Attribute type: TPadding, which specifies an offset to account for the separation between the table c...
Definition: FSPDFObjC.h:8255
Font style: script.
Definition: FSPDFObjC.h:879
If this is used, "yyyy-mm-dd" would be used as the date format string.
Definition: FSPDFObjC.h:5195
Filter type: Crypt, which means to decrypt data encrypted by a security handler, reproducing the orig...
Definition: FSPDFObjC.h:1308
Annotation flag: print.
Definition: FSPDFObjC.h:2481
FSColorSpaceType
Enumeration for color space.
Definition: FSPDFObjC.h:683
Definition: FSPDFObjC.h:8850
FSSignatureVerifyResultLTVState getLTVState()
Get LTV state that indicates if a signature is a LTV signature.
FSFloatingInfoWindowPosition
Enumeration for the window position used for media player.
Definition: FSPDFObjC.h:3646
Indicates that a line is drawn from the previous point to this point, and this point will also be con...
Definition: FSPDFObjC.h:998
Definition: FSPDFObjC.h:2397
Encoding foramt: "Greek".
Definition: FSPDFObjC.h:7878
If this is used, "d.m.yyyy" would be used as the date format string.
Definition: FSPDFObjC.h:5191
Rendering intent: Absolute Colorimetric.
Definition: FSPDFObjC.h:1052
Widget attribute type: Weight.
Definition: FSPDFObjC.h:6442
Standard font: Helvetica-BoldOblique, Bold italic.
Definition: FSPDFObjC.h:921
Structure element info type: Title, which means the title of the structure element....
Definition: FSPDFObjC.h:1714
Empty marked-content object.
Definition: FSPDFObjC.h:1483
Widget attribute type: Rotate.
Definition: FSPDFObjC.h:6418
Shift key.
Definition: FSPDFObjC.h:4347
Structure of audit space, the unit is byte type.
Definition: FSPDFObjC.h:7609
No caption; icon only.
Definition: FSPDFObjC.h:2522
Javascript modify type: none.
Definition: FSPDFObjC.h:3973
This kind of event is related to pre-open event for drop-down choice lists.
Definition: FSPDFObjC.h:6003
Trigger an action to be performed when the cursor enters the annotation's active area.
Definition: FSPDFObjC.h:2257
This kind of event is triggered when the user clicks in the field.
Definition: FSPDFObjC.h:5989
Definition: FSPDFObjC.h:2750
Form field type: unknown.
Definition: FSPDFObjC.h:4547
XFA widget element: Fill.
Definition: FSPDFObjC.h:6337
XFA widget element: Pattern.
Definition: FSPDFObjC.h:6175
No default server has been set to time stamp server manager yet.
Definition: FSPDFObjC.h:539
Definition: FSPDFObjC.h:7262
FSAssociatedFilesRelationship
Enumeration for the relationship between PDF document and the associated file.
Definition: FSPDFObjC.h:3236
Encoding foramt: "Latin5".
Definition: FSPDFObjC.h:7874
Widget attribute type: Fill color.
Definition: FSPDFObjC.h:6452
Corner mark style: superscript.
Definition: FSPDFObjC.h:2318
void removeAll()
Remove all range segments.
Bit 9. The document is submitted as PDF.
Definition: FSPDFObjC.h:2123
Annotation property: modified date.
Definition: FSPDFObjC.h:2500
(For ConnectedPDF only) Input client ID is invalid.
Definition: FSPDFObjC.h:522
BOOL canDeselectAll()
Check whether can deselect all text.
XFA widget element: Linear.
Definition: FSPDFObjC.h:6288
XFA widget element: Type face.
Definition: FSPDFObjC.h:6093
Flatten form fields.
Definition: FSPDFObjC.h:7779
Alternate fill mode, in which the system fills this area between odd-numbered and even-numbered polyg...
Definition: FSPDFObjC.h:645
Two short lines in the reverse direction from OpenArrow.
Definition: FSPDFObjC.h:2673
FSSnappedPointSnappedPointType
Enumeration for snapped point type.
Definition: FSPDFObjC.h:9358
Definition: FSPDFObjC.h:8465
float getWidth()
Get the original width of current watermark.
Hatches export type: Exports hatch as a set of triangles (vectorizer).
Definition: FSPDFObjC.h:8034
Javascript event item type: vertices.
Definition: FSPDFObjC.h:3940
Javascript event: Document open.
Definition: FSPDFObjC.h:3815
Position: top right.
Definition: FSPDFObjC.h:652
Plus key in the numeric keypad.
Definition: FSPDFObjC.h:4413
XFA widget element: Occur.
Definition: FSPDFObjC.h:6390
void linkBoxes()
Call this function to link text.
Definition: FSPDFObjC.h:11566
Definition: FSPDFObjC.h:6748
Compression mode: high.
Definition: FSPDFObjC.h:7829
Enum value: TbLr (PDF 2.0), which means inline progression from top to bottom; block progression from...
Definition: FSPDFObjC.h:8294
XFA widget element: Run scripts.
Definition: FSPDFObjC.h:6343
Line spacing style: exact value line spacing.
Definition: FSPDFObjC.h:3033
Fit the page content in a specified rectangle entirely within the display area when display the page.
Definition: FSPDFObjC.h:1934
If set, that means to layout document and annotations with sequence numbers on separate pages.
Definition: FSPDFObjC.h:9117
Action type: unknown action.
Definition: FSPDFObjC.h:1972
Javascript event item type: flat document.
Definition: FSPDFObjC.h:3962
P key.
Definition: FSPDFObjC.h:4391
XFA widget element: Page area.
Definition: FSPDFObjC.h:6274
Definition: FSPDFObjC.h:2869
1 key in the numeric keypad.
Definition: FSPDFObjC.h:4403
Fill mode: none.
Definition: FSPDFObjC.h:644
FSPDFDocSaveFlags
Enumeration for PDF document saving flags.
Definition: FSPDFObjC.h:5414
XFA widget element: Form.
Definition: FSPDFObjC.h:6339
Javascript event: Page outview.
Definition: FSPDFObjC.h:3824
Sets the state of subsequent groups to ON.
Definition: FSPDFObjC.h:2222
Structure element type: H, which means "Heading" and represents a label for a subdivision of a docume...
Definition: FSPDFObjC.h:8155
PDF/X-1a (Japan Color 2001 Coated).
Definition: FSPDFObjC.h:7475
FSPDFPageFlattenOptions
Enumeration for flatten options.
Definition: FSPDFObjC.h:5004
(For LTV only) LTV verify mode has not been set.
Definition: FSPDFObjC.h:531
@2026 Foxit Software Incorporated. All rights reserved.