Foxit PDF RDK
/Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/gsdk-doc-auto-build/harmony_nodejs/input/Index.js

@method Delete @description Explicitly releases the native C++ object

Remarks
This provides deterministic cleanup for native resources. When called:
  • Immediately releases the C++ object (if owned)
  • Invalidates the wrapper instance
  • Subsequent calls to any methods will result in undefined behavior

const wrapper = new NativeObjectWrapper(...); // Use the object... wrapper.Delete(); // Explicit cleanup // wrapper is now invalid

// Start of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/actionCallback.d.ts
export class ActionCallback extends NativeObjectWrapper {
static e_LanguageCHS;
static e_LanguageCHT;
static e_LanguageDAN;
static e_LanguageDEU;
static e_LanguageENU;
static e_LanguageESP;
static e_LanguageFRA;
static e_LanguageITA;
static e_LanguageKOR;
static e_LanguageJPN;
static e_LanguageNLD;
static e_LanguageNOR;
static e_LanguagePTB;
static e_LanguageSUO;
static e_LanguageSVE;
static e_MailTypeDoc;
static e_MailTypeMsg;
InvalidateRect(document, page_index, pdf_rect);
GetCurrentPage(document);
SetCurrentPage(document, page_index);
SetCurrentPage(document, destination);
GetPageRotation(document, page_index);
SetPageRotation(document, page_index, rotation);
ExecuteNamedAction(document, named_action);
SetDocChangeMark(document, change_mark);
GetDocChangeMark(document);
GetOpenedDoc(index);
CloseDoc(document, is_prompt_to_save);
OpenDoc(file_path, password);
Beep(type);
Response(question, title, default_value,
label, is_password);
GetFilePath(document);
IsLocalFile(document);
GetAttachmentsFilePath(pdf_doc, name);
Print(document, is_ui,
page_range, is_silent,
is_shrunk_to_fit, is_printed_as_image,
is_reversed, is_to_print_annots);
Print(document, print_params);
SubmitForm(document, form_data, length, url,
file_format_type);
LaunchURL(url);
BrowseFile(is_open_dialog, file_format, file_filter);
Alert(msg, title, type, icon);
SetIdentityProperties(identity_properties);
PopupMenu(menus, is_selected_item);
PopupMenuEx(menus, is_selected_item);
GetAppInfo(type);
MailData(data, data_type, is_ui, to,
subject, cc, bcc, message);
VerifySignature(document, pdf_signature);
AddToolButton(button_item);
RemoveToolButtom(button_name);
AddMenuItem(menu_item_config, is_prepend);
AddSubMenu(menu_item_config);
ShowDialog(dlg_config);
SetFullScreen(is_full_screen);
OnFieldValueChanged(field_name, type, value_before_changed,
value_after_changed);
MailDoc(document,
to_address, cc_address, bcc_address,
subject, message, is_ui);
GetTemporaryFileName(document, file_suffix_name);
OpenMediaPlayer(player_args);
Scroll(point);
SelectPageNthWord(page_index, start_offset, end_offset, is_show_selection);
SetLayoutMode(layout_mode, is_cover_mode);
SetPageScale(zoom_mode, dest);
Query(keywords, search_scope, search_option, di_path);
AddSearchIndex(di_path, is_selected);
RemoveSearchIndex(search_index_config);
SoapRequest(request_params);
EnablePageLoop(is_loop);
SetDefaultPageTransitionMode(trans_type, trans_di);
}
Play();
Close();
Stop();
Seek(current_pos);
}
export class MenuListArray extends NativeObjectWrapper {
GetAt(index);
Add(element);
RemoveAt(index);
InsertAt(index, element);
}
export class MenuItemExArray extends NativeObjectWrapper {
GetAt(index);
Add(element);
RemoveAt(index);
InsertAt(index, element);
}
export class MenuList extends NativeObjectWrapper {
}
export class MenuItemEx extends NativeObjectWrapper {
}
}
export class ButtonItem extends NativeObjectWrapper {
pos;
}
export class MenuItemConfig extends NativeObjectWrapper {
pos;
}
GetAt(index);
Add(element);
RemoveAt(index);
InsertAt(index, element);
}
}
}
}
}
export class SOAPResponseInfo extends NativeObjectWrapper {
}
export class PrintParams extends NativeObjectWrapper {
tile_scale
}
export class FloatingInfo extends NativeObjectWrapper {
}
export class MediaSettings extends NativeObjectWrapper {
}
export class PlayerArgs extends NativeObjectWrapper {
constructor();
constructor(doc, screen_annot, rendition, URL,
doc;
URL;
}
export class SearchOption extends NativeObjectWrapper {
is_search_in_marup,
}
export class SearchIndexConfig extends NativeObjectWrapper {
}
// End of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/actionCallback.d.ts
// Start of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/util.d.ts
export class NativeObjectReference {
ptr;
owned;
}
export abstract class NativeObjectWrapper {
Delete();
}
// End of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/util.d.ts
// Start of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/fdf/fdf.d.ts
export class FDFDoc extends NativeObjectWrapper {
static e_FDF;
static e_XFDF;
constructor(file_read);
constructor(type);
constructor(path);
constructor(buffer);
SetPDFPath(pdf_path);
SaveAs(file_path);
SaveAs(file);
}
// End of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/fdf/fdf.d.ts
// Start of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/pdf/layer.d.ts
export class LayerNodeArray extends NativeObjectWrapper {
GetAt(index);
Add(element);
RemoveAt(index);
InsertAt(index, element);
}
export class LayerZoomData extends NativeObjectWrapper {
constructor(min_factor, max_factor);
Set(min_factor, max_factor);
min_factor
max_factor
}
export class LayerTree extends NativeObjectWrapper {
static e_StateON;
static e_StateOFF;
constructor(document);
SetBaseState(state);
}
export class LayerPrintData extends NativeObjectWrapper {
}
export class LayerContext extends NativeObjectWrapper {
static e_UsageView;
static e_UsageDesign;
static e_UsagePrint;
static e_UsageExport;
static e_UsageZoom;
constructor(document, usage_type);
Reset();
CopyStates(source_context);
MergeStates(source_context);
IsVisible(layer);
SetVisible(layer, is_visible);
}
export class LayerNode extends NativeObjectWrapper {
GetChild(index);
RemoveChild(index);
MoveTo(parent_layer_node, index);
AddChild(index, name, has_Layer);
HasIntent(intent);
IsInPage(page);
SetName(name);
SetDefaultVisible(is_visible);
SetViewUsage(state);
SetZoomUsage(data);
AddGraphicsObject(page, graphicsobject);
RemoveGraphicsObject(graphics_object);
RemoveUsage(usage_type);
}
// End of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/pdf/layer.d.ts
// Start of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/pdf/fillsign.d.ts
}
GetAt(index);
Add(element);
RemoveAt(index);
InsertAt(index, element);
}
export class FillSign extends NativeObjectWrapper {
constructor(page);
AddObject(type, point, width, height,
rotation);
AddTextObject(text_data, point, width,
height, rotation, is_comb_field_mode);
RemoveObject(fillsign_object);
GetObjectAtDevicePoint(point, matrix);
}
export class FillSignObject extends NativeObjectWrapper {
Move(point, width, height, rotation);
}
export class TextFillSignObject extends FillSignObject {
constructor(fillsign_object);
}
constructor(fillsign_object);
SetBitmap(bitmap);
}
// End of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/pdf/fillsign.d.ts
// Start of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/pdf/filespec.d.ts
export class AssociatedFiles extends NativeObjectWrapper {
constructor(pdf_doc);
GetAssociatedFilesCount(graphics_object);
GetAssociatedFile(pdf_object, index);
GetAssociatedFile(graphics_object, index);
AssociateFile(pdf_object, file_spec);
AssociateFile(graphics_object, mark_content_item_index,
current_resource, property_name, file_spec);
AssociateFile(page, file_spec);
AssociateFile(image, file_spec);
AssociateFile(form_xobject, file_spec);
AssociateFile(annot, file_spec);
RemoveAssociatedFile(pdf_object, index);
RemoveAssociatedFile(graphics_object, index);
}
export class FileSpec {
constructor(document);
constructor(document, pdf_object);
SetFileName(file_name);
SetAssociteFileRelationship(associfile_relationship);
Embed(file_path);
Embed(pdf_object);
Embed(stream);
SetDescription(description);
SetCreationDateTime(date_time);
SetModifiedDateTime(date_time);
SetChecksum(checksum);
SetSubtype(subtype);
ExportToFile(path);
}
// End of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/pdf/filespec.d.ts
// Start of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/pdf/security.d.ts
export class SecurityHandler extends NativeObjectWrapper {
static e_CipherNone;
static e_CipherRC4;
static e_CipherAES;
}
export class StdEncryptData extends NativeObjectWrapper {
}
export class StdSecurityHandler extends SecurityHandler {
Initialize(encrypt_data, user_password, owner_password);
InitializeW(encrypt_data, user_password, owner_password);
SetAES256ModifyFlags(modify_flags);
}
}
Initialize(encrypt_data, encrypt_key);
}
export class DRMEncryptData extends NativeObjectWrapper {
}
export class DRMSecurityHandler extends SecurityHandler {
Initialize(encrypt_data, file_id, initial_key);
SetDRMValue(key, value);
}
export class CustomEncryptData extends NativeObjectWrapper {
}
export class CustomSecurityHandler extends SecurityHandler {
Initialize(encrypt_data, callback, encrypt_info);
}
export class RMSEncryptData extends NativeObjectWrapper {
}
export class RMSSecurityHandler extends SecurityHandler {
Initialize(encrypt_data, callback);
}
export class SecurityCallback extends NativeObjectWrapper {
}
GetDecryptionKey(envelope_buffer, envelope_length);
}
export class DRMSecurityCallback extends SecurityCallback {
IsOwner(document, sub_filter);
GetUserPermissions(document, sub_filter);
GetCipherType(document, sub_filter);
GetKeyLength(document, sub_filter);
GetFileID(document, sub_filter);
GetInitialKey(document, sub_filter);
}
CreateContext(filter, sub_filter, encrypt_info);
ReleaseContext(context);
GetUserPermissions(context, user_permission);
IsOwner(context);
GetCipher(context);
GetEncryptKey(context);
GetDecryptedSize(context, src_data_size);
StartDecryptor(context, obj_num, gen_num);
DecryptData(decryptor, encrypted_data, encrypted_data_len);
FinishDecryptor(decryptor);
GetEncryptedSize(context, obj_num, gen_num,
src_data, src_data_len);
EncryptData(context, obj_num, gen_num,
src_data, src_data_len);
}
}
// End of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/pdf/security.d.ts
// Start of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/pdf/pdf.d.ts
}
SetSortType(type);
SetFontSize(type);
SetAnnotType(type, use_all);
SetFileTitle(title);
SetPageRect(rect);
SetPageMargin(margin);
SetStartPage(page_index);
SetEndPage(page_index);
SetAnnotThumbnail(type, thumbnail);
}
export class AnnotationSummary extends NativeObjectWrapper {
constructor(document);
SetCallback(callback);
StartSummarize(dest_file_path, settings, pause);
StartSummarize(dest_file_path, settings, pause);
StartSummarize(dest_file, settings,
pause);
}
export class Bookmark extends NativeObjectWrapper {
static e_StyleNormal;
static e_StyleItalic;
static e_StyleBold;
constructor(pdf_doc, bookmark_dict);
SetDestination(destination);
SetTitle(title);
SetColor(color);
SetStyle(style);
Insert(title, position);
MoveTo(dest_bookmark, position);
SetAction(action);
IsRoot();
}
constructor(file_path, password);
SetBookmarkTitle(bookmark_title);
SetPDFFileName(pdf_file_name);
}
GetAt(index);
Add(element);
RemoveAt(index);
InsertAt(index, element);
}
export class Combination extends NativeObjectWrapper {
static StartCombineDocuments(dest_file_path, document_array, options,
pause);
static StartCombineDocuments(dest_file_path, document_array, options,
pause);
static StartCombineDocuments(fdest_file, document_array,
options, pause);
}
export class PageNumberRange extends NativeObjectWrapper {
}
}
export class HeaderFooter extends NativeObjectWrapper {
}
AddDate(format_type);
AddPageNumber(format_type);
AddString(new_string);
Clear();
}
export class OutputPreview extends NativeObjectWrapper {
static e_ShowAll;
static e_ShowDeviceN;
static e_ShowCMYK;
static e_ShowRGB;
static e_ShowGray;
static e_ShowCalGray;
static e_ShowLab;
static e_ShowDevice;
static e_ShowImages;
static e_ShowText;
static e_ShowLineArt;
constructor(pdf_doc);
SetSimulationProfile(icc_profile_path);
SetShowType(show_type);
GetPlates(colorant_type);
GetSpotPlateColor(plate_name);
SetCheckStatus(plate_name, to_check);
IsChecked(plate_name);
EnableSimulateOverprint(is_to_simulate_overprint);
GeneratePreviewBitmap(page, matrix, renderer);
}
export class Attachments extends NativeObjectWrapper {
constructor(doc, nametree);
GetKey(index);
SetEmbeddedFile(key, file_spec);
AddEmbeddedFile(key, file_spec);
AddFromFilePath(key, file_path);
ExtractEmbeddedFileTo(key, dst_file_path);
}
}
export class WrapperData extends NativeObjectWrapper {
uri;
}
export class PayLoadData extends NativeObjectWrapper {
}
export class PageBasicInfo extends NativeObjectWrapper {
}
export class EmbeddedFontData extends NativeObjectWrapper {
}
}
export class PDFDoc extends NativeObjectWrapper {
static e_PwdInvalid;
static e_PwdNoPassword;
static e_PwdUser;
static e_PwdOwner;
static e_EncryptUnknown;
static e_EncryptNone;
static e_EncryptPassword;
static e_EncryptCertificate;
static e_EncryptFoxitDRM;
static e_EncryptCustom;
static e_EncryptRMS;
static e_EncryptCDRM;
static e_PermPrint;
static e_PermModify;
static e_PermExtract;
static e_PermAnnotForm;
static e_PermFillForm;
static e_PermExtractAccess;
static e_PermAssemble;
static e_PermPrintHigh;
static e_SaveFlagNormal;
static e_SaveFlagIncremental;
static e_SaveFlagNoOriginal;
static e_SaveFlagXRefStream;
static e_SaveFlagLinearized;
static e_SaveFlagRemoveRedundantObjects;
static e_SaveFlagNoUpdatingMetadataDateTime;
static e_ImportFlagNormal;
static e_ImportFlagWithLayers;
static e_ImportFlagShareStream;
static e_ExtractPagesOptionAnnotation;
static e_ExtractPagesOptionStructureTree;
static e_ExtractPagesOptionJavascript;
static e_ExtractPagesOptionOCProperties;
static e_ExtractPagesOptionObjectStream;
static e_ExtractPagesOptionAttachFiles;
static e_InsertDocOptionAttachments;
static e_DisplayUseNone;
static e_DisplayUseOutlines;
static e_DisplayUseThumbs;
static e_DisplayFullScreen;
static e_DisplayUseOC;
static e_DisplayUseAttachment;
static e_Forms;
static e_Annots;
static e_Links;
static e_WrapperNone;
static e_WrapperFoxit;
static e_WrapperPDFV2;
constructor(path);
constructor(buffer);
constructor(file_read, is_async);
IsEmpty();
GetFileSize();
IsLinearized();
IsTaggedPDF();
Load(password);
LoadW(password);
StartLoad(password, is_cache_stream,
pause);
StartLoadW(password, is_cache_stream,
pause);
GetFirstAvailPageIndex();
IsXFA();
IsEncrypted();
ClearRenderCache();
GetPasswordType();
GetEncryptionType();
CheckPassword(password);
IsUserPassword(password);
IsOwnerPassword(password);
GetUserPassword(owner_password);
GetStdEncryptData();
GetCertificateEncryptData();
GetDRMEncryptData();
GetCustomEncryptData();
GetRMSEncryptData();
SaveAs(file_path, save_flags);
StartSaveAs(file_path, save_flags,
pause);
StartSaveAsAsync(file_path, save_flags,
pause);<Progressive>;
StartSaveAs(file, save_flags,
pause);
GetRootBookmark();
CreateRootBookmark();
GetBookmarkLevelDepth();
RemoveBookmark(bookmark);
HasLayer();
HasHeaderFooter();
GetEditableHeaderFooter();
AddHeaderFooter(headerfooter);
UpdateHeaderFooter(headerfooter);
RemoveAllHeaderFooters();
GetPageCount();
GetPage(index);
GetPageAsync(index);<PDFPage>;
GetDisplayMode();
SetDisplayMode(display_mode);
GetCatalog();
GetTrailer();
GetInfo();
GetEncryptDict();
GetPagesDict();
GetIndirectObject(object_number);
AddIndirectObject(pdf_object);
DeleteIndirectObject(object_number);
GetUserPermissions();
IsWrapper();
GetWrapperType();
GetWrapperData();
GetWrapperOffset();
GetPayLoadData();
StartGetPayloadFile(payload_file, pause);
SaveAsWrapperFile(file_path, wrapper_data,
user_permissions, owner_password);
StartSaveAsPayloadFile(file_path, payload_file_path,
crypto_filter, description, version,
ave_flags, pause);
HasForm();
GetReadingBookmarkCount();
GetReadingBookmark(index);
InsertReadingBookmark(reading_bookmark_index, title, dest_page_index);
RemoveReadingBookmark(reading_bookmark);
GetSignatureCount();
GetSignature(index);
RemoveSignature(signature);
InsertPage(index, width, height);
InsertPage(index, size);
AddPageFromTemplate(template_name);
HidePageTemplate(template_name);
RemovePage(index);
RemovePage(page);
MovePageTo(page, dest_index);
MovePagesTo(page_range, dest_index);
StartImportPagesFromFilePath(dest_index, src_file_path, password,
flags, layer_name, page_range,
pause);
StartImportPagesFromFilePathAsync(dest_index, src_file_path, password,
flags, layer_name, page_range,
pause);<Progressive>;
StartImportPages(dest_index, src_doc,
flags, layer_name, page_range,
pause);
StartImportPagesAsync(dest_index, src_doc,
flags, layer_name, page_range,
pause);<Progressive>;
StartExtractPages(file_path, options, page_range,
pause);
StartExtractPagesAsync(file_path, options, page_range,
pause);<Progressive>;
StartExtractPages(file, options, page_range,
pause);
InsertDocument(dest_index, src_doc, options);
ImportFromFDF(fdf_doc, types, page_range);
ImportFromFDFAsync(fdf_doc, types, page_range);<boolean>;
ExportToFDF(fdf_doc, types, page_range);
ExportToFDFAsync(fdf_doc, types, page_range);<boolean>;
ExportAnnotToFDF(pdf_annot, fdf_doc);
ExportFormFieldsToFDF(field_array, is_include, fdf_doc);
GetHeader();
GetFileVersion();
SetFileVersion(version);
SetSecurityHandler(handler);
GetSecurityHandler();
RemoveSecurity();
GetFontCount();
GetFont(index);
GetOpenAction();
SetOpenAction(action);
RemoveOpenAction();
DoJSOpenAction();
IsPortfolio();
GetPageBasicInfo(index);
GetPageBasicInfoAsync(index);<PageBasicInfo>;
GetEmbeddedFontData();
CreateDSS();
AddTableOfContents(title, bookmark_level_array);
AddTableOfContents(table_of_contents_config);
SetCacheFile(file_stream, is_own_file_stream);
StartRecognizeForm(pause);
GetPageText(page_index);
AddPagingSealSignature(page_range, width, height);
StartEmbedAllFonts(pause);
StartAddTiledWatermark(text, settings, page_range,
pause);
StartAddTiledWatermark(src_img_file_path, settings, page_range,
pause);
StartAddTiledWatermark(src_img_stream, settings, page_range,
pause);
StartAddTiledWatermark(page, settings, page_range,
pause);
}
export class DocViewerPrefs extends NativeObjectWrapper {
static e_PrintScaleNone;
static e_PrintScaleAppDefault;
static e_HideToolbar;
static e_HideMenubar;
static e_HideWindowUI;
static e_FitWindow;
static e_CenterWindow;
static e_DisplayDocTitle;
constructor(document, pdf_dict);
IsEmpty();
GetUIDisplayStatus(pref);
SetUIDisplayStatus(pref, value);
GetNonFullScreenPageMode();
SetNonFullScreenPageMode(display_mode);
GetReadingDirection();
SetReadingDirection(is_left_to_right);
GetViewArea();
SetViewArea(box_type);
GetViewClip();
SetViewClip(box_type);
GetPrintArea();
SetPrintArea(box_type);
GetPrintClip();
SetPrintClip(box_type);
GetPrintScale();
SetPrintScale(print_scale);
GetPrintCopies();
SetPrintCopies(print_copies);
GetPrintRange();
SetPrintRange(page_range);
GetDict();
}
export class Metadata extends NativeObjectWrapper {
constructor(document);
IsEmpty();
HasKey(key);
GetCreationDateTime();
GetModifiedDateTime();
SetCreationDateTime(date_time);
SetModifiedDateTime(date_time);
GetValues(key);
SetValues(key, value_array);
GetCustomerKeys();
RemoveCustomerKey(key);
}
export class GraphicsObjects extends NativeObjectWrapper {
static e_TextMergeNone;
static e_TextMergeTJY;
static e_TextMergeBTET;
IsEmpty();
GetFirstGraphicsObjectPosition(filter);
GetNextGraphicsObjectPosition(position, filter);
GetLastGraphicsObjectPosition(filter);
GetPrevGraphicsObjectPosition(position, filter);
GetGraphicsObject(position);
InsertGraphicsObject(position_insert_after, graphics_object);
RemoveGraphicsObject(graphics_object);
RemoveGraphicsObjectByPosition(position);
MoveGraphicsObjectByPosition(current_position, position_move_after);
GetGraphicsObjectPosition(graphics_object);
GetGraphicsObjectCount();
GetGraphicsObjectIndex(graphics_object);
GetGraphicsObject(index);
GenerateContent();
GenerateContentAsync();<boolean>;
GenerateContent(text_merge_option);
GenerateContentAsync(text_merge_option);<boolean>;
Release();
}
export class PDFPage extends GraphicsObjects {
static e_ParsePageNormal;
static e_ParsePageTextOnly;
static e_CalcContentsBox;
static e_CalcDetection;
e_FlattenAll;
e_FlattenNoAnnot;
static e_MediaBox;
static e_CropBox;
static e_TrimBox;
static e_ArtBox;
static e_BleedBox;
static e_SizeLetter;
static e_SizeLegal;
static e_SizeA2;
static e_SizeA3;
static e_SizeA4;
static e_SizeA5;
static e_SizeA6;
static e_SizeB2;
static e_SizeB3;
static e_SizeB4;
static e_SizeB5;
static e_SizeB6;
constructor(document, page_dict);
GetDocument();
GetDict();
IsParsed();
StartParse(flags, pause,
is_reparse);
StartParseAsync(flags, pause,
is_reparse);<Progressive>;
GetIndex();
GetHeight();
GetWidth();
GetRotation();
LoadThumbnail();
GetDisplayMatrix(left, top, width, height, rotate);
CalcContentBBox(mode);
GetAnnotCount();
GetAnnot(index);
GetAnnotAtPoint(position, tolerance);
GetAnnotAtDevicePoint(position, tolerance, matrix);
GetAnnotsAtPoint(position, tolerance);
GetAnnotsAtDevicePoint(position, tolerance, matrix);
AddAnnot(type, rect);
AddAnnotAsync(type, rect);<Annot>;
AddAnnot(annot_dict);
RemoveAnnot(annot);
MoveAnnotToFirst(annot);
MoveAnnotToLast(annot);
MoveAnnotToPrev(annot);
MoveAnnotToNext(annot);
UpdateAnnotList();
HasTransparency();
Flatten(for_display, options);
FlattenAnnot(annot);
SetAnnotGroup(annot_array, header_index);
AddSignature(rect);
AddSignature(rect, field_name);
AddSignature(rect, field_name, signature_type, to_check_permission);
AddSignatureWithExistedVDict(rect, field_name, signature_type, to_check_permission,
existed_signature);
HasWatermark();
RemoveAllWatermarks();
SetRotation(rotate);
SetSize(width, height);
SetSize(size);
SetBox(box_type, box);
GetBox(box_type);
GetUserUnitSize();
SetUserUnitSize(user_unit);
Transform(matrix, need_transform_clip_path, need_transform_annotations);
Normalize();
SetClipRect(clip_rect);
SetThumbnail(thumbnail);
GetGraphicsObjectAtPoint(point, tolerance,
filter);
GetGraphicsObjectsAtPoint(point, tolerance, filter);
GetGraphicsObjectAtDevicePoint(point, tolerance, matrix,
filter);
GetGraphicsObjectsAtDevicePoint(point, tolerance, matrix,
filter);
GetGraphicsObjectAtRectangle(rect, filter);
GetGraphicsObjectsAtRectangle(rect, filter);
AddImage(image, frame_index, position, width, height,
auto_generate_content);
AddImageFromFilePath(file_path, position, width, height,
auto_generate_content);
GetAnnots();
GetResources();
GetContents();
GetThumb();
GetInheritedAttribute(attruibute_name);
ClearRenderCache();
GetSuggestedRect(render_result, render_matrix, point);
AddText(text, rect, style);
AddText(text, rect, style, rotation);
}
export class PageLabels extends NativeObjectWrapper {
static e_None
static e_DecimalNums
static e_UpperRomanNums
static e_LowerRomanNums
static e_UpperLetters
static e_LowerLetters
constructor(document);
IsEmpty();
GetPageLabelTitle(page_index);
HasPageLabel(page_index);
GetPageLabelStyle(page_index);
GetPageLabelPrefix(page_index);
GetPageLabelStart(page_index);
SetPageLabel(page_index, label_style, first_label_number, prefix_string);
RemovePageLabel(page_index);
RemoveAll();
GetNumberTree();
}
export class PortfolioNode extends NativeObjectWrapper {
static e_TypeUnknown;
static e_TypeFolder;
static e_TypeFile;
IsEmpty();
GetNodeType();
}
GetSize();
GetAt(index);
Add(element);
RemoveAt(index);
InsertAt(index, element);
RemoveAll();
}
IsRoot();
GetName();
AddFile(file_path);
AddFile(file_stream, file_name);
AddPDFDoc(pdf_doc, file_name);
AddSubFolder(folder_name);
RemoveSubNode(sub_node);
GetSortedSubNodes();
GetModifiedDateTime();
GetCreationDateTime();
GetDescription();
SetDescription(description);
}
export class PortfolioFileNode extends PortfolioNode {
GetFileSpec();
GetKeyName();
}
export class SchemaField extends NativeObjectWrapper {
IsEmpty();
GetKeyName();
SetKeyName(key_name);
GetSubtypeName();
SetSubtypeName(subtype_name);
GetDisplayName();
SetDisplayName(display_name);
IsVisible();
SetVisibility(is_visible);
}
export class SchemaFieldArray extends NativeObjectWrapper {
GetSize();
GetAt(index);
Add(element);
RemoveAt(index);
InsertAt(index, element);
RemoveAll();
}
export class Portfolio extends NativeObjectWrapper {
static e_InitialViewUnknownMode;
static e_InitialViewDetailMode;
static e_InitialViewTileMode;
static e_InitialViewHidden;
static CreatePortfolio();
static CreatePortfolio(portfolio_pdf_doc);
IsEmpty();
GetPortfolioPDFDoc();
GetRootNode();
GetInitialViewMode();
SetInitialViewMode(mode);
IsSortedInAscending();
SetSortingOrder(use_ascending_order);
GetSortingFieldKeyName();
SetSortingFieldKeyName(name);
GetInitialFileSpecKeyName();
SetInitialFileSpecKeyName(name);
GetSchemaFields();
SetSchemaFields(field_array);
}
export class ReadingBookmark extends NativeObjectWrapper {
IsEmpty();
GetTitle();
SetTitle(title);
GetPageIndex();
SetPageIndex(index);
GetDateTime(is_creation_date);
SetDateTime(date_time, is_creation_date);
}
export class ReflowPage extends NativeObjectWrapper {
static e_Normal;
static e_WithImage;
static e_NoTruncate;
constructor(page);
IsEmpty();
SetScreenSize(width, height);
SetScreenMargin(left, top, right, bottom);
SetZoom(zoom);
SetParseFlags(flags);
SetLineSpace(line_space);
SetImageScale(image_scale);
SetTopSpace(top_space);
StartParse(pause);
GetContentWidth();
GetContentHeight();
GetDisplayMatrix(offset_x, offset_y, width, height, rotate);
GetFocusData(matrix, point);
GetFocusPosition(matrix, focus_data);
IsParsed();
}
export class Rendition extends NativeObjectWrapper {
static e_MediaOptionMustBeHonored;
static e_MediaOptionBestEffort;
static e_MediaPermTempNever;
static e_MediaPermTempExtract;
static e_MediaPermTempAccess;
static e_MediaPermTempAlways;
static e_MediaPlayerMustUsed;
static e_MediaPlayerAvailable;
static e_MediaPlayerNotUsed;
static e_MediaPlayerFitStyleMeet;
static e_MediaPlayerFitStyleSlice;
static e_MediaPlayerFitStyleFill;
static e_MediaPlayerFitStyleScroll;
static e_MediaPlayerFitStyleHidden;
static e_MediaPlayerFitStyleDefault;
static e_WindowTypeFloating;
static e_WindowTypeFullScreen;
static e_WindowTypeHidden;
static e_WindowTypeAnnotRect;
static e_MonitorSpecifierLargest;
static e_MonitorSpecifierSmallest;
static e_MonitorSpecifierPrimary;
static e_MonitorSpecifierGreatestColorDepth;
static e_MonitorSpecifierGreatestArea;
static e_MonitorSpecifierGreatestHeight;
static e_MonitorSpecifierGreatestWidth;
static e_FloatingWindowRelatedWindowDocument;
static e_FloatingWindowRelatedWindowApplication;
static e_FloatingWindowRelatedWindowFullDesktop;
static e_FloatingWindowRelatedWindowMonitor;
static e_FloatingWindowResizeTypeNo;
static e_FloatingWindowResizeTypeAspectRatio;
static e_FloatingWindowResizeTypeAnyway;
static e_FloatingWindowOffscreenEventNone;
static e_FloatingWindowOffscreenEventMoveResize;
static e_FloatingWindowOffscreenEventNonViable;
constructor(pdf_doc, rendition_dict);
IsEmpty();
GetDict();
GetRenditionName();
SetRenditionName(name);
HasMediaClip();
GetMediaClipName();
SetMediaClipName(name);
GetMediaClipFile();
SetMediaClipFile(file_specification);
GetMediaClipContentType();
SetMediaClipContentType(content_type);
GetPermission();
SetPermission(permission);
GetMediaDescriptions();
SetMediaDescriptions(description_array);
GetMediaBaseURL();
SetMediaBaseURL(base_url, opt_type);
GetMediaPlayerCount(type);
GetMediaPlayer(type, index);
AddMediaPlayer(type, player);
RemoveMediaPlayer(type, player);
GetVolume();
SetVolume(volume, opt_type);
IsControlBarVisible();
EnableControlBarVisible(is_visible, opt_type);
GetFitStyle();
SetFitStyle(fit_style, opt_type);
GetDuration();
SetDuration(duration, opt_type);
IsAutoPlay();
EnableAutoPlay(is_auto_play, opt_type);
GetRepeatCount();
SetRepeatCount(count, opt_type);
GetWindowType();
SetWindowType(window_type, opt_type);
GetBackgroundColor();
SetBackgroundColor(color, opt_type);
GetBackgroundOpacity();
SetBackgroundOpacity(opacity, opt_type);
GetMonitorSpecifier();
SetMonitorSpecifier(monitor_specifier, opt_type);
GetFloatingWindowWidth();
GetFloatingWindowHeight();
SetFloatingWindowSize(width, height, opt_type);
GetFloatingWindowRelatedWindowType();
SetFloatingWindowRelatedWindowType(window_type, opt_type);
GetFloatingWindowPosition();
SetFloatingWindowPosition(position, opt_type);
GetFloatingWindowOffscreenEvent();
SetFloatingWindowOffscreenEvent(offscreen_event, opt_type);
HasFloatingWindowTitleBar();
EnableFloatingWindowTitleBar(is_visible, opt_type);
HasFloatingWindowCloseButton();
EnableFloatingWindowCloseButton(is_visible, opt_type);
GetFloatingWindowResizeType();
SetFloatingWindowResizeType(resize_type, opt_type);
GetFloatingWindowTitles();
SetFloatingWindowTitles(titles, opt_type);
}
export class MediaPlayer extends NativeObjectWrapper {
constructor(media_player_dict);
IsEmpty();
GetDict();
GetSoftwareURI();
SetSoftwareURI(uri);
GetOSIdentifiers();
SetOSIdentifiers(identifier_array);
}
NeedToCancelNow();
}
export class TextPageCharInfo extends NativeObjectWrapper {
static e_Unknown;
static e_Normal;
static e_Generated;
static e_UnUnicode;
static e_Hyphen;
static e_ComboWord;
constructor(font, flag, font_size, origin_x, origin_y,
char_box, char_outbox, matrix);
Set(font, flag, font_size, origin_x, origin_y,
char_box, char_outbox, matrix);
font;
flag;
font_size;
origin_x;
origin_y;
char_box;
char_outbox;
matrix;
}
export class TextPage extends NativeObjectWrapper {
static e_ParseTextNormal;
static e_ParseTextOutputHyphen;
static e_ParseTextUseStreamOrder;
e_TextStreamOrder;
e_TextDisplayOrder;
constructor(page, flags);
IsEmpty();
GetCharCount();
GetCharInfo(char_index);
GetChars(start, count);
GetIndexAtPos(x, y, tolerance);
GetTextInRect(rect);
GetText(flag);
GetWordAtPos(x, y, tolerance);
GetTextRectCount(start, count);
GetTextRect(rect_index);
GetBaselineRotation(rect_index);
GetTextRectArrayByRect(rect);
GetCharRange(rect);
GetTextUnderAnnot(annot);
}
export class TextSearch extends NativeObjectWrapper {
static e_SearchNormal;
static e_SearchMatchCase;
static e_SearchMatchWholeWord;
static e_SearchConsecutive;
static e_SearchNotMatchFullWidth;
constructor(document, cancel, flags);
constructor(xfa_document, cancel);
TextSearch(text_page);
TextSearch(annot);
IsEmpty();
SetPattern(key_words);
SetStartPage(page_index);
SetEndPage(page_index);
SetStartCharacter(char_index);
SetSearchFlags(search_flags);
FindNext();
FindPrev();
GetMatchRects();
GetMatchPageIndex();
GetMatchSentence();
GetMatchSentenceStartIndex();
GetMatchSentenceEndIndex();
GetMatchStartCharIndex();
GetMatchEndCharIndex();
}
export class TextLink extends NativeObjectWrapper {
IsEmpty();
GetURI();
GetStartCharIndex();
GetEndCharIndex();
GetRects();
}
export class PageTextLinks extends NativeObjectWrapper {
constructor(page);
IsEmpty();
GetTextLinkCount();
GetTextLink(index);
}
export class SnappedPoint extends NativeObjectWrapper {
static e_TypeNone;
static e_TypeEndpoint;
static e_TypeMidpoint;
static e_TypeIntersectionPoint;
static e_TypeNearestPoint;
IsEmpty();
GetType();
GetPoint();
}
export class SnapPointMgr extends NativeObjectWrapper {
static e_FlagEndpoint;
static e_FlagMidpoint;
static e_FlagIntersectionPoint;
static e_FlagNearestPoint;
constructor(page);
IsEmpty();
Reload();
GetSnappedPointAtPos(position, flags);
}
export class TabOrderMgr extends NativeObjectWrapper {
static e_None;
static e_Row;
static e_Column;
static e_Structure;
constructor(page);
IsEmpty();
Reload();
GetOrderType();
SetOrderType(order_type);
GetFirstAnnot();
GetLastAnnot();
GetNextAnnot(annot);
GetPrevAnnot(annot);
AdjustStructureOrder(annot_array);
}
// End of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/pdf/pdf.d.ts
// Start of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/pdf/psi.d.ts
export class PSICallback extends NativeObjectWrapper {
Release();
Refresh(psi, rect);
}
export class PSI extends NativeObjectWrapper {
constructor(bitmap, simulate);
constructor(width, height, simulate);
IsEmpty();
SetCallback(callback);
SetColor(color);
SetDiameter(diameter);
SetOpacity(opacity);
AddPoint(point, type, pressure);
GetContentsRect();
GetBitmap();
ConvertToPDFAnnot(page, annot_rect, rotate);
}
// End of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/pdf/psi.d.ts
// Start of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/pdf/watermark.d.ts
export class Watermark extends NativeObjectWrapper {
constructor(document, text, properties, settings);
constructor(document, bitmap, settings);
constructor(document, image, frame_index, settings);
constructor(document, page, settings);
IsEmpty();
GetWidth();
GetHeight();
InsertToPage(page);
}
export class WatermarkSettings extends NativeObjectWrapper {
static e_FlagASPageContents;
static e_FlagASAnnot;
static e_FlagOnTop;
static e_FlagNoPrint;
static e_FlagInvisible;
static e_FlagShareImageStream;
static e_FlagShareTextStream;
static e_FlagSharePageStream;
constructor(position, offset_x, offset_y, flags,
scale_x, scale_y, rotation, opacity);
Set(position, offset_x, offset_y, flags,
scale_x, scale_y, rotation, opacity);
position;
offset_x;
offset_y;
flags;
scale_x;
scale_y;
rotation;
opacity;
}
static e_FontStyleNormal;
static e_FontStyleUnderline;
constructor(font, font_size, color, style, line_space, alignment);
Set(font, font_size, color, style, line_space, alignment);
font;
font_size;
color;
font_style;
line_space;
alignment;
}
// End of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/pdf/watermark.d.ts
// Start of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/pdf/ltvverifier.d.ts
export class Response extends NativeObjectWrapper {
static e_TypeNone;
static e_TypeCRL;
static e_TypeOCSP;
constructor(type, response_data);
Set(type, response_data);
type;
response_data;
}
export class TimeRange extends NativeObjectWrapper {
constructor(start_time, end_time);
Set(start_time, end_time);
start_time;
end_time;
}
export class CertVerifyResult extends NativeObjectWrapper {
static e_CertStatusValid;
static e_CertStatusRevoked;
static e_CertStatusExpired;
static e_CertStatusUnknown;
static e_ReasonNoStatus;
static e_ReasonUnspecified;
static e_ReasonKeyCompromise;
static e_ReasonCACompromise;
static e_ReasonAffiliationChanged;
static e_ReasonSuperseded;
static e_ReasonCessationOfOperation;
static e_ReasonCertificateHold;
static e_ReasonRemoveFromCRL;
static e_ReasonPrivilegeWithDrawn;
static e_ReasonAACompromise;
static e_LocationNotSet;
static e_LocationDSS;
static e_LocationSignature;
static e_LocationOnline;
constructor(cert, is_ca, is_trusted, response,
response_effect_time_range, revoke_time,
cert_status, reason,
cert_check_time,
exist_signature_vri_creation_time, signature_vri_creation_time,
exist_response_signature_vri_creation_time, response_signature_vri_creation_time,
response_info_location);
Set(cert, is_ca, is_trusted, response,
response_effect_time_range, revoke_time,
cert_status, reason,
cert_check_time,
exist_signature_vri_creation_time, signature_vri_creation_time,
exist_response_signature_vri_creation_time, response_signature_vri_creation_time,
response_info_location);
cert;
is_ca;
is_trusted;
response;
response_effect_time_range;
revoke_time;
cert_status;
reason;
cert_check_time;
exist_signature_vri_creation_time;
signature_vri_creation_time;
exist_response_signature_vri_creation_time;
response_signature_vri_creation_time;
response_info_location;
}
GetSize();
GetAt(index);
Add(element);
RemoveAt(index);
InsertAt(index, element);
RemoveAll();
}
export class CertIssuerPair extends NativeObjectWrapper {
constructor(cert, issuer);
Set(cert, issuer);
cert;
issuer;
}
constructor(ocsp_array, crl_array);
Set(ocsp_array, crl_array);
ocsp_array;
crl_array;
}
Release();
GetCertChainFromSignature(signature_content);
GetResponseOnLineForSingleCert(cert_issuer_pair);
VerifyOCSP(cert_issuer_pair, ocsp_data);
VerifyCRL(cert_issuer_pair, crl_data);
IsCA(cert);
GetDTSTime(signature_content);
GetTSTSignature(signature_content);
GetTSTTime(signature_content);
GetOCSPCertAndIssuer(ocsp_data, trust_cert_chain);
GetOCSPProducedAtTime(ocsp_data);
IsOCSPNeedCheck(ocsp_data);
GetCertValidTimeRange(cert);
GetOCSPSignature(ocsp_data);
GetCRLSignature(crl_data);
GetRevocationInfoFromSignatureData(signature_content);
IsIssuerMatchCert(cert_issuer_pair);
}
IsCertTrusted(cert);
IsCertTrustedRoot(cert);
}
export class LTVVerifier extends NativeObjectWrapper {
static e_SignatureCreationTime;
static e_SignatureTSTTime;
static e_CurrentTime;
static e_VRICreationTime;
static e_VerifyModeAcrobat;
constructor(document, is_verify_signature, use_expired_tst,
ignore_doc_info, time_type);
IsEmpty();
SetRevocationCallback(callback);
SetVerifyMode(mode);
SetTrustedCertStoreCallback(callback);
Verify();
VerifySignature(signature);
VerifySignatureAsync(signature);<SignatureVerifyResultArray>;
AddDSS(signature_verify_result);
}
static e_LTVStateInactive;
static e_LTVStateEnable;
static e_LTVStateNotEnable;
IsEmpty();
GetSignatureName();
GetSignatureHashValue();
GetSignatureState();
GetSignatureCheckTime();
GetSignatureCheckTimeType();
GetLTVState();
GetCertificateVerifyResults();
GetOCSPSigantureVerifyResults();
GetTSTSignatureVerifyResult();
}
GetSize();
GetAt(index);
Add(element);
RemoveAt(index);
InsertAt(index, element);
RemoveAll();
}
// End of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/pdf/ltvverifier.d.ts
// Start of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/pdf/signature.d.ts
export class SignatureArray extends NativeObjectWrapper {
GetSize();
GetAt(index);
Add(element);
RemoveAt(index);
InsertAt(index, element);
RemoveAll();
}
export class Signature extends Field{
static e_StateUnknown;
static e_StateNoSignData;
static e_StateUnsigned;
static e_StateSigned;
static e_StateVerifyValid;
static e_StateVerifyInvalid;
static e_StateVerifyErrorData;
e_StateVerifyNoSupportWay;
static e_StateVerifyErrorByteRange;
static e_StateVerifyChange;
static e_StateVerifyIncredible;
static e_StateVerifyNoChange;
static e_StateVerifyIssueValid;
static e_StateVerifyIssueUnknown;
static e_StateVerifyIssueRevoke;
static e_StateVerifyIssueExpire;
static e_StateVerifyIssueUncheck;
static e_StateVerifyIssueCurrent;
static e_StateVerifyTimestampNone;
static e_StateVerifyTimestampDoc;
static e_StateVerifyTimestampValid;
static e_StateVerifyTimestampInvalid;
static e_StateVerifyTimestampExpire;
static e_StateVerifyTimestampIssueUnknown;
static e_StateVerifyTimestampIssueValid;
static e_StateVerifyTimestampTimeBefore;
static e_StateCertCannotGetVRI;
static e_StateVerifyChangeLegal;
static e_StateVerifyChangeIllegal;
static e_APFlagFoxitFlag;
static e_APFlagLabel;
static e_APFlagReason;
static e_APFlagSigningTime;
static e_APFlagDN;
static e_APFlagLocation;
static e_APFlagSigner;
static e_APFlagBitmap;
static e_APFlagText;
static e_APFlagFoxitEditorFlag;
static e_APFlagProducer;
static e_KeyNameSigner;
static e_KeyNameLocation;
static e_KeyNameReason;
static e_KeyNameContactInfo;
static e_KeyNameDN;
static e_KeyNameText;
static e_KeyNameProducer;
static e_DigestSHA1;
static e_DigestSHA256;
static e_DigestSHA384;
static e_DigestSHA512;
static e_SignatureTypeOrdinary;
static e_SignatureTypeTimeStamp;
static e_SignatureTypePagingSeal;
static e_PAdESLevelNotPAdES;
static e_PAdESLevelNone;
static e_PAdESLevelBB;
static e_PAdESLevelBT;
static e_PAdESLevelBLT;
static e_PAdESLevelBLTA;
static e_DocPermUnrestricted;
static e_DocPermNoChangesAllowed;
static e_DocPermFillingFormAndSigning;
static e_DocPermFillingFormSigningAndAnnotating;
static e_FieldMDPActionNone;
static e_FieldMDPActionAll;
static e_FieldMDPActionInclude;
static e_FieldMDPActionExclude;
static e_LabelNameSigner;
static e_LabelNameLocation;
static e_LabelNameReason;
static e_LabelNameSignTime;
static e_LabelNameDN;
static e_LabelNameProducer;
constructor(field);
constructor(document, sig_field_dict);
IsEmpty();
IsSigned();
SetDocPermission(permission);
GetDocPermission();
SetFieldMDPActionFields(action, field_array);
GetFieldMDPAction();
GetFieldMDPActionFields();
EnableIncrementalSaveForFirstSigning(enable_incremental_save);
StartSign(cert_path, cert_password,
digest_algorithm, save_path,
client_data, pause);
StartSignAsync(cert_path, cert_password,
digest_algorithm, save_path,
client_data, pause);<Progressive>;
StartSign(cert_file_stream, cert_password,
digest_algorithm, save_path,
client_data, pause);
StartSign(cert_path, cert_password,
digest_algorithm, stream_callback,
client_data, pause);
StartVerify(client_data, pause);
GetCertificateInfo(key);
GetByteRangeArray(out_byte_range_array [number, number, number, number]);
GetState();
ClearSignedData();
GetDocument();
GetSignedVersionDocument(file_path);
GetAppearanceFlags();
SetAppearanceFlags(appearance_flags);
SetAppearanceContent(appearance_content);
GetSignTime();
SetSignTime(sign_time);
GetFilter();
SetFilter(filter);
GetSubFilter();
SetSubFilter(sub_filter);
GetKeyValue(key);
SetKeyValue(key, value);
SetKeyLabel(label_name, label_value);
GetKeyLabel(label_name);
GetBitmap();
SetBitmap(bitmap);
SetImage(image, frame_index);
SetImage(file_path, frame_index);
GetSignatureDict();
SetDefaultContentsLength(default_length);
GetCertCount();
GetCert(index);
SetCertChain(cert_chain);
GetSignatureType();
IsTimeStamp();
GetPAdESLevel();
SetCustomObject(key, pdf_object);
GetPagingSealGroupElements();
GenerateAppearance();
GetPagingSealSignature();
EnableEmbedFont(enable_embed_font);
}
export class SignatureCallback extends NativeObjectWrapper {
static e_CertValid;
static e_CertExpired;
static e_CertUnsupportType;
static e_CertDataError;
static e_CertInvalidPassword;
static e_CertInvalidPath;
static e_CertNotSet;
static e_CertCannotGetPrivateKey;
Release();
StartCalcDigest(file, byte_range_array,
size_of_array, signature, client_data);
ContinueCalcDigest(client_data, pause);
GetDigest(client_data);
Sign(digest, digest_length, cert_path,
cert_password, digest_algorithm,
client_data);
Sign(digest, digest_length, cert_file_stream,
cert_password, digest_algorithm, client_data);
VerifySigState(digest, digest_length, signed_data, signed_data_len,
client_data);
IsNeedPadData();
CheckCertificateValidity(cert_path, cert_password, client_data);
}
static Initialize();
static Release();
static GetServerCount();
static GetServer(index);
static GetServerIndex(server);
static GetDefaultServer();
static SetDefaultServer(index);
static SetDefaultServer(server);
static AddServer(server_name, server_url, user_name, password);
static RemoveServer(index);
static RemoveServer(server);
}
export class TimeStampServer extends NativeObjectWrapper {
static e_SendResultSuccess;
static e_SendResultFailToCreateSocket;
static e_SendResultFailToConnect;
static e_SendResultFailToSendData;
static e_SendResultFailToReceiveData;
static e_SendResultFailToRequest;
static e_SendResultFailToGetData;
static e_SendResultOutOfMemory;
IsEmpty();
SendTimeStampRequest(request);
GetTimeStampMessage();
}
export class TimeStampCallback extends NativeObjectWrapper {
Release();
SendTimeStampRequest(request);
GetTimeStampMessage();
}
export class PagingSealConfig extends NativeObjectWrapper {
static e_PagingSealPositionLeft;
static e_PagingSealPositionRight;
static e_PagingSealPositionTop;
static e_PagingSealPositionBottom;
static e_PagingSealStyleMultipleSignatures;
static e_PagingSealStyleOneSignature;
constructor(paging_seal_position, offset, first_page_percent, is_on_perforation,
paging_seal_style, is_display_multiple_seal, page_count_for_each_seal);
Set(paging_seal_position, offset, first_page_percent, is_on_perforation,
paging_seal_style, is_display_multiple_seal, page_count_for_each_seal);
paging_seal_position;
offset;
first_page_percent;
is_on_perforation
paging_seal_style;
is_display_multiple_seal
page_count_for_each_seal;
}
export class PagingSealSignature extends Signature {
static e_PagingSealAPStateUnknown;
static e_PagingSealAPStateUnsigned;
static e_PagingSealAPStateSigned;
static e_PagingSealAPStateValid;
static e_PagingSealAPStateInvalid;
SetPagingSealConfig(paging_seal_config);
SetAPStateBitmap(ap_state, bitmap);
GenerateAppearance();
}
// End of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/pdf/signature.d.ts
// Start of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/pdf/annots/annots.d.ts
export class DefaultAppearance extends NativeObjectWrapper {
static e_FlagFont;
static e_FlagTextColor;
static e_FlagFontSize;
constructor(flags, font, text_size, text_color);
Set(flags, font, text_size, text_color);
flags;
font;
text_size;
text_color;
}
export class RichTextStyle extends NativeObjectWrapper {
static e_CornerMarkNone;
static e_CornerMarkSuperscript;
static e_CornerMarkSubscript;
constructor(font, text_size, text_alignment, text_color,
is_bold, is_italic, is_underline, is_strikethrough, mark_style);
Set(font, text_size, text_alignment, text_color,
is_bold, is_italic, is_underline, is_strikethrough, mark_style);
font;
text_size;
text_alignment;
text_color;
is_bold;
is_italic;
is_underline;
is_strikethrough;
mark_style;
}
export class BorderInfo extends NativeObjectWrapper {
static e_Solid;
static e_Dashed;
static e_UnderLine;
static e_Beveled;
static e_Inset;
static e_Cloudy;
constructor(width, style, intensity, dash_phase, dashes);
Set(width, style, intensity, dash_phase, dashes);
width;
style;
cloud_intensity;
dash_phase;
dashes;
}
export class QuadPoints extends NativeObjectWrapper {
constructor(first, second, third, fourth)
Set(first, second, third, fourth);
first;
second;
third;
fourth;
}
export class QuadPointsArray extends NativeObjectWrapper {
GetSize();
GetAt(index);
Add(element);
RemoveAt(index);
InsertAt(index, element);
RemoveAll();
}
export class IconFit extends NativeObjectWrapper {
static e_ScaleWayNone;
static e_ScaleWayAlways;
static e_ScaleWayBigger;
static e_ScaleWaySmaller;
static e_ScaleWayNever;
constructor(type, is_proportional_scaling, horizontal_fraction,
vertical_fraction, fit_bounds);
Set(type, is_proportional_scaling, horizontal_fraction,
vertical_fraction, fit_bounds);
scale_way_type;
is_proportional_scaling;
horizontal_fraction;
vertical_fraction;
fit_bounds;
}
export class Annot extends NativeObjectWrapper {
static e_UnknownType;
static e_Note;
static e_Link;
static e_FreeText;
static e_Line;
static e_Square;
static e_Circle;
static e_Polygon;
static e_PolyLine;
static e_Highlight;
static e_Underline;
static e_Squiggly;
static e_StrikeOut;
static e_Stamp;
static e_Caret;
static e_Ink;
static e_PSInk;
static e_FileAttachment;
static e_Sound;
static e_Movie;
static e_Widget;
static e_Screen;
static e_PrinterMark;
static e_TrapNet;
static e_Watermark;
static e_3D;
static e_Popup;
static e_Redact;
static e_RichMedia;
static e_PagingSeal;
static e_FlagInvisible;
static e_FlagHidden;
static e_FlagPrint;
static e_FlagNoZoom;
static e_FlagNoRotate;
static e_FlagNoView;
static e_FlagReadOnly;
static e_FlagLocked;
static e_FlagToggleNoView;
static e_FlagLockedContents;
static e_HighlightingNone;
static e_HighlightingInvert;
static e_HighlightingOutline;
static e_HighlightingPush;
static e_HighlightingToggle;
static e_PropertyModifiedDate;
static e_PropertyCreationDate;
static e_PropertyBorderColor;
static e_PropertyFillColor;
static e_MKEntryRotation;
static e_MKEntryBorderColor;
static e_MKEntryBackgroundColor;
static e_MKEntryNormalCaption;
static e_MKEntryRolloverCaption;
static e_MKEntryDownCaption;
static e_MKEntryNormalIcon;
static e_MKEntryRolloverIcon;
static e_MKEntryDownIcon;
static e_MKEntryIconFit;
static e_MKEntryIconCaptionRelation;
static e_MKRelationNoIcon;
static e_MKRelationNoCaption;
static e_MKRelationCaptionBelowIcon;
static e_MKRelationCaptionAboveIcon;
static e_MKRelationCaptionRight;
static e_MKRelationCaptionLeft;
static e_MKRelationCaptionOvrlayOnIcon;
static e_AppearanceTypeNormal;
static e_AppearanceTypeRollover;
static e_AppearanceTypeDown;
constructor(annot);
constructor(page, annot_dict);
IsEmpty();
GetPage();
IsMarkup();
GetType();
GetIndex();
GetContent();
SetContent(content);
GetModifiedDateTime();
SetModifiedDateTime(date_time);
GetFlags();
SetFlags(flags);;
GetUniqueID();
SetUniqueID(unique_id);
GetRect();
GetDisplayMatrix(page_display_matrix);
Move(rect);
Move(rect, is_reset_appearance);
GetBorderInfo();
SetBorderInfo(border);
GetBorderColor();
SetBorderColor(color);
ResetAppearanceStream();
ResetAppearanceStreamAsync();<boolean>;
ResetAppearanceStream(is_generate_new_appearance_obj);
GetDeviceRect(matrix);
GetDict();
HasProperty(property);
RemoveProperty(property);
GetOptionalContent();
GetAppearanceStream(type, appearance_state);
}
export class AnnotArray extends NativeObjectWrapper {
GetSize();
GetAt(index);
Add(element);
RemoveAt(index);
InsertAt(index, element);
RemoveAll();
}
export class ShadingColor extends NativeObjectWrapper {
constructor(firstcolor, secondcolor);
Set(firstcolor, secondcolor);
first_color;
second_color;
}
Release();
GetProviderID();
GetProviderVersion();
HasIcon(annot_type, icon_name);
CanChangeColor(annot_type, icon_name);
GetIcon(annot_type, icon_name, color);
GetShadingColor(annot_type, icon_name,
referenced_color, shading_index, out_shading_color);
GetDisplayWidth(annot_type, icon_name);
GetDisplayHeight(annot_type, icon_name);
}
export class MarkupArray extends NativeObjectWrapper {
GetSize();
GetAt(index);
Add(element);
RemoveAt(index);
InsertAt(index, element);
RemoveAll();
}
export class NoteArray extends NativeObjectWrapper {
GetSize();
GetAt(index);
Add(element);
RemoveAt(index);
InsertAt(index, element);
RemoveAll();
}
export class Markup extends Annot {
static e_StateModelMarked;
static e_StateModelReview;
static e_StateNone;
static e_StateMarked;
static e_StateUnmarked;
static e_StateAccepted;
static e_StateRejected;
static e_StateCancelled;
static e_StateCompleted;
static e_StateDeferred;
static e_StateFuture;
static e_EndingStyleNone;
static e_EndingStyleSquare;
static e_EndingStyleCircle;
static e_EndingStyleDiamond;
static e_EndingStyleOpenArrow;
static e_EndingStyleClosedArrow;
static e_EndingStyleButt;
static e_EndingStyleROpenArrow;
static e_EndingStyleRClosedArrow;
static e_EndingStyleSlash;
static e_MeasureTypeX;
static e_MeasureTypeY;
static e_MeasureTypeD;
static e_MeasureTypeA;
static e_MeasureTypeT;
static e_MeasureTypeS;
constructor(annot);
GetPopup();
SetPopup(popup);
RemovePopup();
GetTitle();
SetTitle(title);
GetSubject();
SetSubject(subject);
GetOpacity();
SetOpacity(opacity);
GetIntent();
SetIntent(intent);
GetCreationDateTime();
SetCreationDateTime(date_time);
GetReplyCount();
GetReply(index);
AddReply();
RemoveReply(index);
RemoveAllReplies();
IsGrouped();
GetGroupHeader();
GetGroupElements();
Ungroup();
GetStateAnnots(model);
AddStateAnnot(title, model, state);
RemoveAllStateAnnots();
GetRichTextCount();
GetRichTextContent(index);
SetRichTextContent(index, content);
GetRichTextStyle(index);
SetRichTextStyle(index, style);
AddRichText(content, style);
InsertRichText(index, content, style);
RemoveRichText(index);
}
export class Note extends Markup {
constructor(annot);
GetOpenStatus();
SetOpenStatus(status);
GetIconName();
SetIconName(icon_name);
GetReplyTo();
IsStateAnnot();
GetStateModel();
GetState();
SetState(state);
}
export class TextMarkup extends Markup {
constructor(annot);
GetQuadPoints();
SetQuadPoints(quad_points_array);
}
export class Highlight extends TextMarkup {
constructor(annot);
}
export class Underline extends TextMarkup {
constructor(annot);
}
export class StrikeOut extends TextMarkup {
constructor(annot);
}
export class Squiggly extends TextMarkup {
constructor(annot);
}
export class Link extends Annot {
constructor(annot);
GetQuadPoints();
SetQuadPoints(quad_points_array);
GetHighlightingMode();
SetHighlightingMode(mode);
GetAction();
SetAction(action);
RemoveAction();
ExecuteJavaScriptAction();
}
export class Square extends Markup {
constructor(annot);
GetFillColor();
SetFillColor(fill_color);
GetInnerRect();
SetInnerRect(inner_rect);
SetMeasureRatio(ratio);
GetMeasureRatio();
GetMeasureRatioW();
SetMeasureUnit(Mmeasure_type, unit);
GetMeasureUnit(measure_type);
GetMeasureUnitW(measure_type);
SetMeasureConversionFactor(measure_type, factor);
GetMeasureConversionFactor(measure_type);
}
export class Circle extends Markup {
constructor(annot);
GetFillColor();
SetFillColor(fill_color);
GetInnerRect();
SetInnerRect(inner_rect);
SetMeasureRatio(ratio);
GetMeasureRatio();
GetMeasureRatioW();
SetMeasureUnit(measure_type, unit);
GetMeasureUnit(measure_type);
GetMeasureUnitW(measure_type);
SetMeasureConversionFactor(measure_type, factor);
GetMeasureConversionFactor(measure_type);
}
export class FreeText extends Markup {
constructor(annot);
GetFillColor();
SetFillColor(fill_color);
GetAlignment();
SetAlignment(alignment);
GetInnerRect();
SetInnerRect(inner_rect);
GetDefaultAppearance();
SetDefaultAppearance(default_ap);
GetCalloutLineEndingStyle();
SetCalloutLineEndingStyle(ending_style);
GetCalloutLinePoints();
SetCalloutLinePoints(point_array);
SetTextMatrix(text_matrix);
GetTextMatrix();
GetRotation();
SetRotation(rotation);
Rotate(rotation);
AllowTextOverflow(is_text_overflow);
}
export class Line extends Markup {
static e_CapPosInline;
static e_CapPosTop;
constructor(annot);
GetLineStartStyle();
SetLineStartStyle(ending_style);
GetLineEndStyle();
SetLineEndStyle(ending_style);
GetStyleFillColor();
SetStyleFillColor(color);
GetStartPoint();
SetStartPoint(point);
GetEndPoint();
SetEndPoint(point);
HasCaption();
EnableCaption(cap);
GetCaptionPositionType();
SetCaptionPositionType(cap_position);
GetCaptionOffset();
SetCaptionOffset(offset);
GetLeaderLineLength();
SetLeaderLineLength(length);
GetLeaderLineExtensionLength();
SetLeaderLineExtensionLength(extension_length);
GetLeaderLineOffset();
SetLeaderLineOffset(offset);
SetMeasureRatio(ratio);
GetMeasureRatio();
GetMeasureRatioW();
SetMeasureUnit(measure_type, unit);
GetMeasureUnit(measure_type);
GetMeasureUnitW(measure_type);
SetMeasureConversionFactor(measure_type, factor);
GetMeasureConversionFactor(measure_type);
}
export class Ink extends Markup {
constructor(annot);
GetInkList();
SetInkList(ink_list);
EnableUseBezier(use_bezier);
}
export class Stamp extends Markup {
constructor(annot);
GetIconName();
SetIconName(icon_name);
SetBitmap(bitmap);
SetImage(image, frame_index, compress);
SetRotation(angle);
GetRotation();
Rotate(angle);
}
export class Screen extends Annot {
constructor(annot);
SetImage(image, frame_index, compress);
GetBitmap();
GetMKDict();
SetMKDict(dict);
SetRotation(rotate);
GetRotation();
GetOpacity();
SetOpacity(opacity);
GetTitle();
SetTitle(title);
GetAction();
SetAction(action);
RemoveAction();
}
export class Polygon extends Markup {
constructor(annot);
GetFillColor();
SetFillColor(fill_color);
GetVertexes();
SetVertexes(vertexes);
SetMeasureRatio(ratio);
GetMeasureRatio();
GetMeasureRatioW();
SetMeasureUnit(measure_type, unit);
GetMeasureUnit(measure_type);
GetMeasureUnitW(measure_type);
SetMeasureConversionFactor(measure_type, factor);
GetMeasureConversionFactor(measure_type);
}
export class PolyLine extends Markup {
constructor(annot);
GetStyleFillColor();
SetStyleFillColor(fill_color);
GetVertexes();
SetVertexes(vertexes);
GetLineStartStyle();
SetLineStartStyle(starting_style);
GetLineEndStyle();
SetLineEndStyle(ending_style);
SetMeasureRatio(ratio);
GetMeasureRatio();
GetMeasureRatioW();
SetMeasureUnit(measure_type, unit);
GetMeasureUnit(measure_type);
GetMeasureUnitW(measure_type);
SetMeasureConversionFactor(measure_type, factor);
GetMeasureConversionFactor(measure_type);
}
export class Caret extends Markup {
constructor(annot);
GetInnerRect();
SetInnerRect(inner_rect);
}
export class FileAttachment extends Markup {
constructor(annot);
SetFileSpec(file_spec);
GetFileSpec();
GetIconName();
SetIconName(icon_name);
}
export class Popup extends Annot {
constructor(annot);
GetOpenStatus();
SetOpenStatus(status);
GetParent();
}
export class PSInk extends Annot {
constructor(annot);
}
export class Widget extends Annot {
static e_LineSpacingSingle;
static e_LineSpacingOneAndHalf;
static e_LineSpacingDouble;
static e_LineSpacingExactValue;
static e_LineSpacingAuto;
constructor(annot);
GetField();
GetControl();
GetHighlightingMode();
SetHighlightingMode(mode);
GetAction();
SetAction(action);
RemoveAction();
HasMKEntry(mk_entry);
RemoveMKEntry(mk_entry);
GetMKRotation();
SetMKRotation(rotation);
GetMKBorderColor();
SetMKBorderColor(color);
GetMKBackgroundColor();
SetMKBackgroundColor(color);
GetMKNormalCaption();
SetMKNormalCaption(caption);
GetMKRolloverCaption();
SetMKRolloverCaption(caption);
GetMKDownCaption();
SetMKDownCaption(caption);
GetMKNormalIconBitmap();
SetMKNormalIconBitmap(bitmap);
SetMKNormalIconImage(image, frame_index);
GetMKRolloverIconBitmap();
SetMKRolloverIconBitmap(bitmap);
SetMKRolloverIconImage(image, frame_index);
GetMKDownIconBitmap();
SetMKDownIconBitmap(bitmap);
SetMKDownIconImage(image, frame_index);
GetMKIconFit();
SetMKIconFit(icon_fit);
GetMKIconCaptionRelation();
SetMKIconCaptionRelation(relation);
SetAppearanceState(appearance_state);
GetAppearanceState();
GetAppearanceOnStateName();
GetLineSpacing(line_spacing_value);
SetLineSpacing(line_spacing_style, line_spacing_value);
}
export class Redact extends Markup {
constructor(annot);
GetQuadPoints();
SetQuadPoints(quad_points_array);
GetFillColor();
SetFillColor(fill_color);
GetApplyFillColor();
SetApplyFillColor(fill_color);
GetOverlayText();
SetOverlayText(overlay_text);
IsOverlayTextRepeated();
EnableRepeatOverlayText(is_to_repeat_overlay_text);
GetOverlayTextAlignment();
SetOverlayTextAlignment(alignment);
EnableAutoFontSize();
GetDefaultAppearance();
SetDefaultAppearance(default_ap);
Apply();
}
export class Sound extends Markup {
static e_SampleEncodingFormatRaw;
static e_SampleEncodingFormatSigned;
static e_SampleEncodingFormatMuLaw;
static e_SampleEncodingFormatALaw;
constructor(annot);
GetSoundStream();
GetSamplingRate();
GetChannelCount();
GetBits();
GetSampleEncodingFormat();
GetCompressionFormat();
GetFileSpec();
}
export class PagingSeal extends Annot {
constructor(annot);
GetPagingSealSignature();
}
// End of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/pdf/annots/annots.d.ts
// Start of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/pdf/interform/form.d.ts
static e_PopupMenuItemNone;
static e_PopupMenuItemCut;
static e_PopupMenuItemCopy;
static e_PopupMenuItemPaste;
static e_PopupMenuItemDelete;
static e_PopupMenuItemSelectAll;
Release();
GetVersion();
Refresh(page, rect);
SetTimerCallback(elapse, timer) [boolean, number];
KillTimer(timer_id);
FocusGotOnControl(control, value);
FocusLostFromControl(control, value);
CreatePopupMenu();
AppendPopupMenuItem(h_popup_menu, popup_menu_item, default_string);
EnablePopupMenuItem(h_popup_menu, popup_menu_item, is_enabled);
ShowPopupMenu(h_popup_menu, point);
DestroyPopupMenu(h_popup_menu);
SetClipboardText(text);
GetClipboardText();
ReportInvalidValue(form_field_name, invalid_value);
}
export class Filler extends NativeObjectWrapper {
static e_VkeyUnknown;
static e_VkeyBack;
static e_VkeyTab;
static e_VkeyReturn;
static e_VkeyShift;
static e_VkeyControl;
static e_VkeyMenu;
static e_VkeyPause;
static e_VkeyEscape;
static e_VkeySpace;
static e_VkeyPrior;
static e_VkeyNext;
static e_VkeyEnd;
static e_VkeyHome;
static e_VkeyLeft;
static e_VkeyUp;
static e_VkeyRight;
static e_VkeyDown;
static e_VkeyPrint;
static e_VkeySnapshot;
static e_VkeyInsert;
static e_VkeyDelete;
static e_VkeyHelp;
static e_Vkey0;
static e_Vkey1;
static e_Vkey2;
static e_Vkey3;
static e_Vkey4;
static e_Vkey5;
static e_Vkey6;
static e_Vkey7;
static e_Vkey8;
static e_Vkey9;
static e_VkeyA;
static e_VkeyB;
static e_VkeyC;
static e_VkeyD;
static e_VkeyE;
static e_VkeyF;
static e_VkeyG;
static e_VkeyH;
static e_VkeyI;
static e_VkeyJ;
static e_VkeyK;
static e_VkeyL;
static e_VkeyM;
static e_VkeyN;
static e_VkeyO;
static e_VkeyP;
static e_VkeyQ;
static e_VkeyR;
static e_VkeyS;
static e_VkeyT;
static e_VkeyU;
static e_VkeyV;
static e_VkeyW;
static e_VkeyX;
static e_VkeyY;
static e_VkeyZ;
e_VkeyNumpad0;
static e_VkeyNumpad1;
static e_VkeyNumpad2;
static e_VkeyNumpad3;
static e_VkeyNumpad4;
static e_VkeyNumpad5;
static e_VkeyNumpad6;
static e_VkeyNumpad7;
static e_VkeyNumpad8;
static e_VkeyNumpad9;
static e_VkeyMultiply;
static e_VkeyAdd;
static e_VkeySeparator;
static e_VkeySubtractv;
static e_VkeyDecimal;
static e_VkeyDivide;
static e_VkeyF1;
static e_VkeyF2;
static e_VkeyF3;
static e_VkeyF4;
static e_VkeyF5;
static e_VkeyF6;
static e_VkeyF7;
static e_VkeyF8;
static e_VkeyF9;
static e_VkeyF10;
static e_VkeyF11;
static e_VkeyF12;
static e_EventFlagShiftKey;
static e_EventFlagControlKey;
static e_EventFlagAltKey;
static e_EventFlagMetaKey;
static e_EventFlagKeyPad;
static e_EventFlagAutoRepeat;
static e_EventFlagLeftButtonDown;
static e_EventFlagMiddleButtonDown;
static e_EventFlagRightButtonDown;
static e_EventFlagCommand;
constructor(form, assist);
IsEmpty();
Render(page, matrix, renderer);
RenderAsync(page, matrix, renderer);<void>;
OnLButtonDown(page, point, flags);
OnLButtonDownAsync(page, point, flags);<boolean>;
OnLButtonUp(page, point, flags);
OnLButtonUpAsync(page, point, flags);<boolean>;
OnLButtonDoubleClick(page, point, flags);
OnMouseMove(page, point, flags);
OnMouseMoveAsync(page, point, flags);<boolean>;
OnMouseEnter(page, point, flags);
OnMouseHover(page, point, flags);
OnMouseLeave(page, point, flags);
OnMouseWheel(page, point, delta, flags);
OnRButtonDown(page, point, flags);
OnRButtonUp(page, point, flags);
OnRButtonDoubleClick(page, point, flags);
OnWheelButtonDown(page, point, flags);
OnWheelButtonUp(page, point, flags);
OnWheelButtonDoubleClick(page, point, flags);
OnKeyDown(key_code, flags);
OnKeyUp(key_code, flags);
OnChar(key_code, flags);
SetFocus(control);
KillFocus();
HighlightFormFields(is_highlight);
HighlightFormFields(is_highlight, is_sign_highlight);
SetHighlightColor(color);
ShowOverflowIndicator(is_show_overflow_indicator);
OnCut();
OnCopy();
OnPaste();
OnSelectAll();
OnDelete();
GetEditingTextCaretPosition(matrix);
}
export class FieldArray extends NativeObjectWrapper {
GetSize();
GetAt(index);
Add(element);
RemoveAt(index);
InsertAt(index, element);
RemoveAll();
}
export class ChoiceOption extends NativeObjectWrapper {
constructor(option_value, option_label, selected, default_selected)
Set(option_value, option_label, selected, default_selected);
option_value;
option_label;
selected;
default_selected;
}
export class ChoiceOptionArray extends NativeObjectWrapper {
GetSize();
GetAt(index);
Add(element);
RemoveAt(index);
InsertAt(index, element);
RemoveAll();
}
export class Field extends NativeObjectWrapper {
static e_TypeUnknown;
static e_TypePushButton;
static e_TypeCheckBox;
static e_TypeRadioButton;
static e_TypeComboBox;
static e_TypeListBox;
static e_TypeTextField;
static e_TypeSignature;
static e_FlagReadOnly;
static e_FlagRequired;
static e_FlagNoExport;
static e_FlagButtonNoToggleToOff;
static e_FlagButtonRadiosInUnison;
static e_FlagTextMultiline;
static e_FlagTextPassword;
static e_FlagTextFileSelect;
static e_FlagTextNoSpellCheck;
static e_FlagTextDoNotScroll;
static e_FlagTextComb;
static e_FlagComboEdit;
static e_FlagChoiceMultiSelect;
static e_FlagTextRichText;
static e_FlagChoiceSort;
static e_FlagChoiceCommitOnSelChange;
constructor(document, field_dict);
constructor(field);
IsEmpty();
GetType();
GetFlags();
SetFlags(flags);
GetName();
GetDefaultValue();
SetDefaultValue(value);
GetValue();
SetValue(value);
GetAlignment();
SetAlignment(alignment);
GetAlternateName();
SetAlternateName(alternate_name);
GetDefaultAppearance();
SetDefaultAppearance(default_ap);
GetMappingName();
SetMappingName(name);
GetMaxLength();
SetMaxLength(max_length);
GetOptions();
SetOptions(option_array);
GetTopVisibleIndex();
SetTopVisibleIndex(index);
GetControlCount();
GetControl(index);
GetControlCount(page);
GetControl(page, index);
Reset();
GetDict();
GetValueObj();
GetDefaultValueObj();
GetInheritedAttribute(attribute_name);
}
export class Form extends NativeObjectWrapper {
constructor(document);
IsEmpty();
GetAlignment();
SetAlignment(alignment);
NeedConstructAppearances();
SetConstructAppearances(need_construct);
GetControlAtDevicePoint(page, point, tolerance, type,
matrix);
GetControlAtPoint(page, point, tolerance, type);
GetDefaultAppearance();
SetDefaultAppearance(default_ap);
GetDocument();
GetFieldsInCalculationOrder();
SetFieldsInCalculationOrder(field_array);
ValidateFieldName(type, field_name);
RenameField(field, new_field_name);
AddControl(page, field_name, field_type, rect);
MoveControl(control, field_name);
RemoveField(field);
RemoveControl(control);
GetFieldCount(filter);
GetField(index, filter);
GetControlCount(page);
GetControl(page, index);
GetFormFiller();
Reset();
ExportToXML(file_path);
ExportToXML(file_path, field_array, is_include);
ExportToXML(xml_file, field_array, is_include);
ImportFromXML(file_path);
ExportToCSV(csv_file_path, pdf_file_name, is_append);
ExportToCSV(csv_file, pdf_file_name, is_append);
ExportToHTML(html_file_path, field_array, is_include);
ExportToHTML(html_file, field_array, is_include);
ExportToTXT(txt_file_path, field_array, is_include);
ExportToTXT(txt_file, field_array, is_include);
GetDict();
FixPageFields(page_index);
}
export class Control extends NativeObjectWrapper {
IsEmpty();
GetField();
GetWidgetDict();
GetWidget();
GetIndex();
GetExportValue();
SetExportValue(value);
IsChecked();
SetChecked(checked_status);
IsDefaultChecked();
SetDefaultChecked(checked_status);
GetDefaultAppearance();
SetDefaultAppearance(default_ap);
GetAlignment();
SetAlignment(alignment);
}
export class TimerCallback extends NativeObjectWrapper {
OnTimer(timer);
}
// End of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/pdf/interform/form.d.ts
// Start of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/pdf/objects/pdfobject.d.ts
export class PDFNameTree extends NativeObjectWrapper {
static e_Dests;
static e_JavaScript;
static e_EmbeddedFiles;
static e_Pages;
static e_Templates;
constructor(document, type);
IsEmpty();
GetType();
HasName(name);
GetCount();
GetName(index);
GetObj(name);
SetObj(name, pdf_object);
Rename(old_name, new_name);
Add(name, pdf_object);
RemoveObj(name);
RemoveAllObjs();
}
export class PDFNumberTree extends NativeObjectWrapper {
static e_PageLabels;
constructor(document, type);
IsEmpty();
GetType();
HasNumber(number);
GetObj(number);
SetObj(number, pdf_object);
RemoveObj(number);
RemoveAllObjs();
}
export class PDFObject extends NativeObjectWrapper {
static e_InvalidType;
static e_Boolean;
static e_Number;
static e_String;
static e_Name;
static e_Array;
static e_Dictionary;
static e_Stream;
static e_Null;
static e_Reference;
static CreateFromBoolean(boolean_value);
static CreateFromFloat(float_value);
static CreateFromInteger(integer_value);
static CreateFromString(string_value);
static CreateFromName(name);
static CreateFromDateTime(date_time);
static CreateReference(document, object_number);
Release();
CloneObject();
DeepCloneObject();
IsIdentical(pdf_obj);
GetType();
GetObjNum();
GetInteger();
GetFloat();
GetBoolean();
GetMatrix();
GetRect();
GetDirectObject();
GetDateTime();
GetName();
GetString();
GetWideString();
GetArray();
GetDict();
GetStream();
}
export class PDFStream extends PDFObject {
static e_Unknown;
static e_NoneDecode;
static e_ASCIIHexDecode;
static e_ASCII85Decode;
static e_LZWDecode;
static e_FlateDecode;
static e_RunLengthDecode;
static e_CCITTFaxDecode;
static e_JBIG2Decode;
static e_DCTDecode;
static e_JPXDecode;
static e_Crypt;
static Create(dictionary);
GetDictionary();
GetStreamFilter();
GetDataSize(is_raw_data);
GetData(is_raw_data, size, out_buffer);
SetData(buffer, size);
ImportData(file_read, stream_filter);
ExportData(is_raw_data);
}
export class PDFArray extends PDFObject{
static Create();
static CreateFromMatrix(matrix);
static CreateFromRect(rect);
GetElementCount();
GetElement(index);
AddElement(element);
AddBoolean(boolean_value);
AddDateTime(date_time);
AddFloat(float_value);
AddInteger(integer_value);
AddMatrix(matrix);
AddRect(rect);
AddName(name);
AddString(new_string);
InsertAt(index, element);
SetAt(index, element);
RemoveAt(index);
}
export class PDFDictionary extends PDFObject {
static Create();
HasKey(key);
GetElement(key);
MoveNext(position);
GetKey(position);
GetValue(position);
SetAt(key, pdf_object);
SetAtReference(key, pdf_object, document);
SetAtBoolean(key, value);
SetAtDateTime(key, value);
SetAtFloat(key, value);
SetAtInteger(key, value);
SetAtMatrix(key, value);
SetAtRect(key, value);
SetAtName(key, value);
SetAtString(key, value);
RemoveAt(key);
}
export class StructTreeEntity extends NativeObjectWrapper {
static e_UnknownType;
static e_StructTreeEntityTypeElement;
static e_StructTreeEntityTypeMarkedContent;
static e_StructTreeEntityTypeObjectContent;
IsEmpty();
GetType();
GetPage();
}
export class StructElement extends StructTreeEntity {
static e_ElementInfoTypeTitle;
static e_ElementInfoTypeLanguage;
static e_ElementInfoTypeAltDescription;
static e_ElementInfoTypeExpandedForm;
static e_ElementInfoTypeActualText;
GetStructureTypeName();
GetChildCount();
GetChild(index);
HasElementInfo(type);
GetElementInfo(type);
GetParentElement();
}
export class StructMarkedContent extends StructTreeEntity {
GetParentElement();
GetMCID();
GetStmDict();
GetStmOwnerDict();
}
export class StructObjectContent extends StructTreeEntity {
static e_UnknownType;
static e_StructObjectTypeInvalid;
static e_StructObjectTypeImage;
static e_StructObjectTypeForm;
static e_StructObjectTypeAnnot;
GetParentElement();
GetObjectType();
GetDict();
}
export class PDFStructTree extends NativeObjectWrapper {
constructor(document);
IsEmpty();
GetChildCount();
GetChild(index);
}
// End of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/pdf/objects/pdfobject.d.ts
// Start of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/pdf/actions/actions.d.ts
export class Destination extends NativeObjectWrapper {
static e_ZoomXYZ;
static e_ZoomFitPage;
static e_ZoomFitHorz;
static e_ZoomFitVert;
static e_ZoomFitRect;
static e_ZoomFitBBox;
static e_ZoomFitBHorz;
static e_ZoomFitBVert;
static CreateXYZ(document, page_index, left, top, zoom_factor);
static CreateFitPage(document, page_index);
static CreateFitHorz(document, page_index, top);
static CreateFitVert(document, page_index, left);
static CreateFitRect(document, page_index,
left, bottom, right, top);
static CreateFitBBox(document, page_index);
static CreateFitBHorz(document, page_index, top);
static CreateFitBVert(document, page_index, left);
static CreateFromPDFArray(document, opdf_array);
IsEmpty();
GetPageIndex(document);
GetZoomMode();
GetLeft();
IsLeftNull();
GetTop();
IsTopNull();
GetRight();
GetBottom();
GetZoomFactor();
GetDestArray();
}
export class Action extends NativeObjectWrapper {
static e_TypeUnknown;
static e_TypeGoto;
static e_TypeGoToR;
static e_TypeGoToE;
static e_TypeLaunch;
static e_TypeThread;
static e_TypeURI;
static e_TypeSound;
static e_TypeMovie;
static e_TypeHide;
static e_TypeNamed;
static e_TypeSubmitForm;
static e_TypeResetForm;
static e_TypeImportData;
static e_TypeJavaScript;
static e_TypeSetOCGState;
static e_TypeRendition;
static e_TypeTrans;
static e_TypeGoTo3DView;
static e_NewWindowFlagFalse;
static e_NewWindowFlagTrue;
static e_NewWindowFlagNone;
static Create(document, action_type);
constructor(document, action_dict);
IsEmpty();
GetType();
GetDocument();
GetDict();
GetSubActionCount();
GetSubAction(index);
SetSubAction(index, sub_action);
InsertSubAction(index, sub_action);
RemoveSubAction(index);
RemoveAllSubActions();
}
export class GotoAction extends Action {
constructor(action);
GetDestination();
SetDestination(dest);
}
export class URIAction extends Action {
constructor(action);
GetURI();
SetURI(uri);
IsTrackPosition();
SetTrackPositionFlag(is_track_position);
}
export class JavaScriptAction extends Action {
constructor(action);
GetScript();
SetScript(script);
}
export class NamedAction extends Action {
constructor(action);
GetName();
SetName(name);
}
export class RemoteGotoAction extends Action {
constructor(action);
GetDestination();
SetDestination(destination);
GetDestinationName();
SetDestinationName(dest_name);
GetFileSpec();
SetFileSpec(file_specification);
GetNewWindowFlag();
SetNewWindowFlag(flag);
}
export class EmbeddedGotoAction extends Action {
constructor(action);
GetDestination();
SetDestination(destination);
GetDestinationName();
SetDestinationName(dest_name);
GetRootFile();
SetRootFile(file_specification);
GetNewWindowFlag();
SetNewWindowFlag(flag);
GetTarget();
SetTarget(target);
}
export class SubmitFormAction extends Action {
static e_FlagExclude;
static e_FlagIncludeNoValueFields;
static e_FlagExportFormat;
static e_FlagGetMethod;
static e_FlagWithCoordinates;
static e_FlagAsXFDF;
static e_FlagIncludeAppendSaves;
static e_FlagIncludeAnnotations;
static e_FlagSubmitAsPDF;
static e_FlagCanonicalFormat;
static e_FlagExclNonUserAnnots;
static e_FlagExclFKey;
static e_FlagEmbedForm;
constructor(action);
GetURL();
SetURL(url);
GetFieldNames();
SetFieldNames(field_names);
GetFlags();
SetFlags(flags);
}
export class ResetFormAction extends Action {
constructor(action);
GetFieldNames();
SetFieldNames(field_names);
GetFlags();
SetFlags(flags);
}
export class ImportDataAction extends Action {
constructor(action);
GetFDFFileSpec();
SetFDFFileSpec(file_specification);
}
export class HideAction extends Action {
constructor(action);
GetFieldNames();
SetFieldNames(field_names);
GetHideState();
SetHideState(is_hide);
}
export class LaunchAction extends Action {
constructor(action);
GetFileSpec();
SetFileSpec(file_specification);
GetNewWindowFlag();
SetNewWindowFlag(flag);
GetWinFileName();
GetWinDefaultDirectory();
GetWinAppOperation();
GetWinAppParameter();
SetWinLaunchParameter(file_name, default_directory,
operation, app_parameter);
}
export class RenditionAction extends Action {
static e_OpTypeNone;
static e_OpTypeAssociate;
static e_OpTypeStop;
e_OpTypePause;
e_OpTypeResume;
e_OpTypePlay;
constructor(action);
GetOperationType();
SetOperationType(op_type);
GetRenditionCount();
GetRendition(index);
InsertRendition(rendition, index);
RemoveRendition(rendition);
GetScreenAnnot();
SetScreenAnnot(screen_annot);
GetJavaScript();
SetJavaScript(script);
}
export class AdditionalAction extends NativeObjectWrapper {
static e_TriggerPageOpened;
static e_TriggerPageClosed;
static e_TriggerDocWillClose;
static e_TriggerDocWillSave;
static e_TriggerDocSaved;
static e_TriggerDocWillPrint;
static e_TriggerDocPrinted;
static e_TriggerFieldKeyStroke;
static e_TriggerFieldWillFormat;
static e_TriggerFieldValueChanged;
static e_TriggerFieldRecalculateValue;
static e_TriggerAnnotCursorEnter;
static e_TriggerAnnotCursorExit;
static e_TriggerAnnotMouseButtonPressed;
static e_TriggerAnnotMouseButtonReleased;
static e_TriggerAnnotReceiveInputFocus;
static e_TriggerAnnotLoseInputFocus;
static e_TriggerAnnotPageOpened;
static e_TriggerAnnotPageClosed;
static e_TriggerAnnotPageVisible;
static e_TriggerAnnotPageInvisible;
constructor(doc, pdf_dict);
constructor(page);
constructor(field);
constructor(annot);
IsEmpty();
GetAction(trigger);
SetAction(trigger, action);
RemoveAction(trigger);
RemoveAllActions();
DoJSAction(trigger);
GetDict();
}
constructor(document);
constructor(document, target_object);
GetDict();
IsEmpty();
GetRelationship();
SetRelationship(relationship);
GetAttachedFileName();
SetAttachedFileName(embed_file_name);
GetPageIndex();
SetPageIndex(page_index);
GetFileAttachmentAnnotIndex();
SetFileAttachmentAnnotIndex(annot_index);
GetTarget();
SetTarget(target);
}
// End of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/pdf/actions/actions.d.ts
// Start of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/pdf/graphics/graphics.d.ts
GetSize();
GetUpperBound();
SetSize(nNewSize, nGrowBy);
RemoveAll();
GetAt(nIndex);
SetAt(nIndex, newElement);
SetAtGrow(nIndex, newElement);
Add(newElement);
InsertAt(nIndex, newElement, nCount);
RemoveAt(nIndex, nCount);
InsertAt(nStartIndex, pNewArray);
Find(data, iStart);
}
export class ColorState extends NativeObjectWrapper {
IsEmpty();
GetFillColor();
SetFillColor(color);
GetStrokeColor();
SetStrokeColor(color);
}
export class MarkedContent extends NativeObjectWrapper {
HasTag(tag_name);
GetItemCount();
GetItemTagName(index);
GetItemMCID(index);
GetItemPropertyDict(index);
AddItem(tag_name, property_dict);
RemoveItem(tag_name);
}
export class GraphicsObject extends NativeObjectWrapper {
static e_BlendNormal;
static e_BlendMultiply;
static e_BlendScreen;
static e_BlendOverlay;
static e_BlendDarken;
static e_BlendLighten;
static e_BlendColorDodge;
static e_BlendColorBurn;
static e_BlendHardlight;
static e_BlendSoftlight;
static e_BlendDifference;
static e_BlendExclusion;
static e_BlendHue;
static e_BlendSaturation;
static e_BlendColor;
static e_BlendLuminosity;
static e_TypeAll;
static e_TypeText;
static e_TypePath;
static e_TypeImage;
static e_TypeShading;
static e_TypeFormXObject;
Release();
GetType();
GetRect();
HasTransparency();
GetStrokeColor();
GetFillColor();
SetStrokeColor(color);
SetFillColor(color);
GetColorState();
SetColorState(color_state);
SetFillOpacity(opacity);
SetStrokeOpacity(opacity);
GetFillOpacity();
GetStrokeOpacity();
GetMatrix();
SetMatrix(matrix);
Transform(matrix, need_transform_clippath);
Clone();
Clone(src_graphicsobjects, dest_graphicsobjects);
GetGraphState();
SetGraphState(graph_state);
GetBlendMode();
SetBlendMode(blend_mode);
GetClipPathCount();
GetClipPath(index);
GetClipPathFillMode(index);
AddClipPath(path, fill_mode);
RemoveClipPath(index);
GetClipTextObjectCount();
GetClipTextObject(index);
AddClipTextObject(textobject);
RemoveClipTextObject(index);
GetClipRect();
SetClipRect(clip_rect);
ClearClips();
GetMarkedContent();
GetLayers(layer_tree);
GetTextObject();
GetFormXObject();
GetImageObject();
GetPathObject();
GetShadingObject();
Rotate(angle);
}
//typedef CFX_ArrayTemplate < GraphicsObject *> GraphicsObjectArray;
export class TextState extends NativeObjectWrapper {
static e_ModeFill;
static e_ModeStroke;
static e_ModeFillStroke;
static e_ModeInvisible;
static e_ModeFillClip;
static e_ModeStrokeClip;
static e_ModeFillStrokeClip;
static e_ModeClip;
constructor(version, font, font_size, charspace, wordspace, textmode,
origin_position, textmatrix[]);
Set(version, font, font_size, charspace, wordspace, textmode,
origin_position, textmatrix[]);
version;
font;
font_size;
charspace;
wordspace;
textmode;
origin_position;
textmatrix[];
}
export class ImageObject extends GraphicsObject {
static Create(document);
SetBitmap(bitmap, mask);
SetImage(image, frame_index);
CloneBitmap(graphics_objects);
GetColorSpace();
GetStream();
IsImageMask();
GetMask();
}
export class TextObject extends GraphicsObject {
static Create();
GetText();
SetText(text);
SetText(text);
GetTextState(page);
SetTextState(page, text_state, is_italic, weight);
GetCharCount();
GetCharPos(index);
GetCharWidthByIndex(index);
GetCharHeightByIndex(index);
}
export class PathObject extends GraphicsObject {
static Create();
static CreateFromTextObject(page, text_obj);
GetFillMode();
SetFillMode(fill_mode);
GetStrokeState();
SetStrokeState(is_stroke);
GetPathData();
SetPathData(path_data);
}
export class FormXObject extends GraphicsObject {
static Create(document);
GetStream();
GetGraphicsObjects();
ImportPageContent(source_page, is_annots_included);
}
export class ShadingObject extends GraphicsObject {
GetPDFObject();
}
// End of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/pdf/graphics/graphics.d.ts
// Start of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/common/basictypes.d.ts
export class WStringArray extends NativeObjectWrapper {
GetSize();
GetAt(index);
Add(element);
RemoveAt(index);
InsertAt(index, element);
RemoveAll();
}
export class StringArray extends NativeObjectWrapper {
GetSize();
GetAt(index);
Add(element);
RemoveAt(index);
InsertAt(index, element);
RemoveAll();
}
export class DateTime {
static GetUTCTime();
static GetLocalTime();
constructor(year, month, day,
hour, minute, second, milliseconds,
utc_hour_offset, utc_minute_offset);
Set(year, month, day,
hour, minute, second, milliseconds,
utc_hour_offset, utc_minute_offset);
IsValid();
ToLocalTime();
ToUTCTime();;
year;
month;
day;
hour;
minute;
second;
milliseconds;
utc_hour_offset;
utc_minute_offset;
}
// End of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/common/basictypes.d.ts
// Start of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/common/common.d.ts
export const e_ErrSuccess
export const e_ErrFile
export const e_ErrFormat
export const e_ErrPassword
export const e_ErrHandle
export const e_ErrCertificate
export const e_ErrUnknown
export const e_ErrInvalidLicense
export const e_ErrParam
export const e_ErrUnsupported
export const e_ErrOutOfMemory
export const e_ErrSecurityHandler
export const e_ErrNotParsed
export const e_ErrNotFound
export const e_ErrInvalidType
export const e_ErrConflict
export const e_ErrUnknownState
export const e_ErrDataNotReady
export const e_ErrInvalidData
export const e_ErrXFALoadError
export const e_ErrNotLoaded
export const e_ErrInvalidState
export const e_ErrNotCDRM
export const e_ErrCanNotConnectToServer
export const e_ErrInvalidUserToken
export const e_ErrNoRights
export const e_ErrRightsExpired
export const e_ErrDeviceLimitation
export const e_ErrCanNotRemoveSecurityFromServer
export const e_ErrCanNotGetACL
export const e_ErrCanNotSetACL
export const e_ErrIsAlreadyCPDF
export const e_ErrIsAlreadyCDRM
export const e_ErrCanNotUploadDocInfo
export const e_ErrCanNotUploadCDRMInfo
export const e_ErrInvalidWrapper
export const e_ErrCanNotGetClientID
export const e_ErrCanNotGetUserToken
export const e_ErrInvalidACL
export const e_ErrInvalidClientID
export const e_ErrOCREngineNotInit
export const e_ErrDiskFull
export const e_ErrOCRTrialIsEnd
export const e_ErrFilePathNotExist
export const e_ErrComplianceEngineNotInit
export const e_ErrComplianceEngineInvalidUnlockCode
export const e_ErrComplianceEngineInitFailed
export const e_ErrTimeStampServerMgrNotInit
export const e_ErrLTVVerifyModeNotSet
export const e_ErrLTVRevocationCallbackNotSet
export const e_ErrLTVCannotSwitchVersion
export const e_ErrLTVCannotCheckDTS
export const e_ErrLTVCannotLoadDSS
export const e_ErrLTVCannotLoadDTS
export const e_ErrNeedSigned
export const e_ErrComplianceResourceFile
export const e_ErrTimeStampServerMgrNoDefaltServer
export const e_ErrDefaultTimeStampServer
export const e_ErrNoConnectedPDFModuleRight
export const e_ErrNoXFAModuleRight
export const e_ErrNoRedactionModuleRight
export const e_ErrNoRMSModuleRight
export const e_ErrNoOCRModuleRight
export const e_ErrNoComparisonModuleRight
export const e_ErrNoComplianceModuleRight
export const e_ErrNoOptimizerModuleRight
export const e_ErrNoConversionModuleRight
export const e_ErrOfficeComNotInit
export const e_ErrNoMicroOfficeInstalled
export const e_ErrExcelHasNoContent
export const e_ErrNoLayoutRecognitionModuleRight
export const e_ErrWPSEngineNotFound
export const e_ErrLibreofficeEngineNotFound
export const e_ErrNoAccessibilityModuleRight
export const e_ErrODAEngineNotFound
export const e_ErrNoTableMakerModuleRight
export const e_ErrNoDWG2PDFModuleRight
export const e_ErrNoAdvEditModuleRight
export const e_ErrNoPDF2OfficeModuleRight
export const e_ErrURLInBlackList
export const e_ErrNoDocumentPermission
export const e_ErrOFDEngineNotInit
export const e_Rotation0;
export const e_Rotation90;
export const e_Rotation180;
export const e_Rotation270;
export const e_RotationUnknown;
export const e_AlignmentLeft;
export const e_AlignmentCenter;
export const e_AlignmentRight;
export const e_FillModeNone;
export const e_FillModeAlternate;
export const e_FillModeWinding;
export const e_PosTopLeft;
export const e_PosTopCenter;
export const e_PosTopRight;
export const e_PosCenterLeft;
export const e_PosCenter;
export const e_PosCenterRight;
export const e_PosBottomLeft;
export const e_PosBottomCenter;
export const e_PosBottomRight;
export const e_ModuleNameConnectedPDF;
export const e_ModuleNameXFA;
export const e_ModuleNameRedaction;
export const e_ModuleNameRMS;
export const e_ModuleNameOCR;
export const e_ModuleNameComparison;
export const e_ModuleNameCompliance;
export const e_ModuleNameOptimizer;
export const e_ModuleNameConversion;
export const e_ModuleNameLayoutRecognition;
export const e_ModuleNameAccessibility;
export const e_ModuleNameTableMaker;
export const e_ModuleNameDWG2PDF;
export const e_ModuleNameAdvEdit;
export const e_ModuleNamePDF2Office;
export const e_ColorSpaceInvalid;
export const e_ColorSpaceDeviceGray;
export const e_ColorSpaceDeviceRGB;
export const e_ColorSpaceDeviceCMYK;
export const e_ColorSpaceCalGray;
export const e_ColorSpaceCalRGB;
export const e_ColorSpaceLab;
export const e_ColorSpaceSeparation;
export const e_ColorSpaceDeviceN;
export const e_ColorSpacePattern;
export const e_ColorSpaceICCBasedDeviceGray;
export const e_ColorSpaceICCBasedDeviceRGB;
export const e_ColorSpaceICCBasedDeviceCMYK;
export const e_LocaleIDUnspecified;
export const e_LocaleIDHongKong;
export const e_LocaleIDTaiwan;
export const e_LocaleIDNetherlands;
export const e_LocaleIDFrance;
export const e_LocaleIDGermany;
export const e_LocaleIDItaly;
export const e_LocaleIDKorea;
export const e_LocaleIDJapan;
export const e_FileFormatTypeFDF;
export const e_FileFormatTypeXFDF;
export const e_FileFormatTypeHTML;
export const e_FileFormatTypeXDP;
export const e_FileFormatTypeXML;
export const e_FileFormatTypeXFD;
export const e_FileFormatTypePDF;
export const e_FileFormatTypeTXT;
export class Codec extends NativeObjectWrapper {
static Base64Encode(data_buffer, length);
static Base64Decode(encoded_data_buffer, length);
static FlateCompress(data_buffer, length);
static FlateDecompress(compressed_data_buffer, length);
}
export class NotifierCallback extends NativeObjectWrapper {
Release();
OnOutOfMemory();
}
export class Progressive extends NativeObjectWrapper {
static e_Error;
static e_ToBeContinued;
static e_Finished;
Continue();
GetRateOfProgress();
}
export class RenderConfig extends NativeObjectWrapper {
constructor(graphics_objs_count_in_one_step);
Set(graphics_objs_count_in_one_step);
graphics_objs_count_in_one_step;
}
export class Library extends NativeObjectWrapper {
static Initialize(sn, key);
static Reinitialize();
static Release();
static HasModuleLicenseRight(module_name);
static GetVersion();
static SetCacheSize(size);
static EnableJavaScript(enable_javascript);
static SetAnnotIconProviderCallback(annot_icon_provider);
static SetNotifierCallback(notifier);
static SetActionCallback(action_callback);
static SetDocEventCallback(callback);
static RegisterSignatureCallback(filter, sub_filter,
signature_callback);
static RegisterSecurityCallback(filter, callback);
static UnregisterSecurityCallback(filter);
static SetTimeStampCallback(timestamp_callback);
static RegisterXFAAppProviderCallback(callback);
static SetRenderTextGamma(gamma);
static SetLogFile(log_file_path);
static SetLogFile(log_file_path);
static SetFontMapperCallback(callback);
static SetDefaultICCProfilesPath(icc_profile_folder_path);
static GetRenderConfig();
static SetRenderConfig(render_config);
static EnableThreadSafety(is_enable_thread_safety);
static InitializeOFDEngine(ofd_library_path);
static ReleaseOFDEngine();
}
export class GraphState extends NativeObjectWrapper {
static e_LineCapButt;
static e_LineCapRound;
static e_LineCapSquare;
static e_LineJoinMiter;
static e_LineJoinRound;
static e_LineJoinBevel;
constructor(line_width, line_join, miter_limit,
line_cap, dash_phase, dashes)
Set(line_width, line_join, miter_limit,
line_cap, dash_phase, dashes);
line_width;
line_join;
miter_limit;
line_cap;
dash_phase;
dashes;
}
export class Range extends NativeObjectWrapper {
static e_All;
static e_Even;
static e_Odd;
constructor(index);
constructor(start_index, end_index, filter);
IsEmpty();
AddSingle(index);
AddSegment(start_index, end_index, filter);
GetSegmentCount();
GetSegmentStart(segment_index);
GetSegmentEnd(segment_index);
RemoveAll();
// User is strongly recommended NOT to use this method; otherwise unknown situation may occur.
}
export class Font extends NativeObjectWrapper {
static e_StyleFixedPitch;
static e_StyleSerif;
static e_StyleSymbolic;
static e_StyleScript;
static e_StyleNonSymbolic;
static e_StyleItalic;
static e_StyleAllCap;
static e_StylesSmallCap;
static e_StylesBold;
static e_CharsetANSI;
static e_CharsetDefault;
static e_CharsetSymbol;
static e_CharsetShift_JIS;
static e_CharsetHangeul;
static e_CharsetGB2312;
static e_CharsetChineseBig5;
static e_CharsetThai;
static e_CharsetEastEurope;
static e_CharsetRussian;
static e_CharsetGreek;
static e_CharsetTurkish;
static e_CharsetHebrew;
static e_CharsetArabic;
static e_CharsetBaltic;
static e_CIDCharsetUnknown;
static e_CIDCharsetGB1;
static e_CIDCharsetCNS1;
static e_CIDCharsetJAPAN1;
static e_CIDCharsetKOREA1;
static e_CIDCharsetUNICODE;
static e_StdIDCourier;
static e_StdIDCourierB;
static e_StdIDCourierBI;
static e_StdIDCourierI;
static e_StdIDHelvetica;
static e_StdIDHelveticaB;
static e_StdIDHelveticaBI;
static e_StdIDHelveticaI;
static e_StdIDTimes;
static e_StdIDTimesB;
static e_StdIDTimesBI;
static e_StdIDTimesI;
static e_StdIDSymbol;
static e_StdIDZapfDingbats;
static e_FontTypeType1;
static e_FontTypeTrueType;
static e_FontTypeType3;
static e_FontTypeCIDFont;
constructor(name, styles, charset, weight);
constructor(font_id);
constructor(font_file_path, face_index, charset);
IsEmpty();
GetName();
GetFamilyName();
IsBold();
IsItalic();
IsEmbedded(document);
IsSupportEmbedded(document);
Embed(document, is_add_all_unicodes);
AddUnicodes(document, unicode_array);
GetAscent();
GetDescent();;
GetCharBBox(unicode);
GetCharWidth(unicode);
GetCharBBox(unicode, document);
GetCharWidth(unicode, document);
GetStyles(document);
GetCIDCharset(document);
IsStandardFont(document);
GetStandard14Font(document);
GetFontType(document);
GetBaseFontName(document);
IsVertWriting(document);
GetEncoding(document);
SetEncoding(document, value);
}
export class FontMapResult extends NativeObjectWrapper {
constructor(file_read, face_index);
Set(file_read, face_index);
file_read;
face_index;
}
Release();
MapFont(font_name, is_truetype, styles,
weight, italic_angle, charset);
}
export class Path extends NativeObjectWrapper {
static e_TypeMoveTo;
static e_TypeLineTo;
static e_TypeLineToCloseFigure;
static e_TypeBezierTo;
static e_TypeBezierToCloseFigure;
IsEmpty();
GetPointCount();
GetPoint(index);
GetPointType(index);
SetPoint(index, point, type);
MoveTo(point);
LineTo(point);
CubicBezierTo(point1, point2, point3);
CloseFigure();
RemovePoint(index);
AppendRect(rect);
AppendEllipse(rect);
Transform(matrix);
Clear();
IncreasePointCount(count);
}
export class PathArray extends NativeObjectWrapper {
GetSize();
GetAt(index);
Add(element);
RemoveAt(index);
InsertAt(index, element);
RemoveAll();
}
export class ColorSpace extends NativeObjectWrapper {
static e_RenderIntentPerceptual;
static e_RenderIntentRelColorimetric;
static e_RenderIntentSaturation;
static e_RenderIntentAbsColorimetric;
constructor(type);
IsEmpty();
GetComponentCount();
GetColorSpaceType();
IsSpotColorSpace();
GetComponentNames();
ConvertColor(color);
ConvertColor(r_value, g_value, b_value);
ConvertColor(c_value, m_value, y_value, k_value);
}
export class Color extends NativeObjectWrapper {
constructor(color_space);
IsEmpty();
GetColorSpace();
GetValue();
SetValue(component_array);
ConvertToRGB(intent);
ConvertToCMYK(intent);
}
export class Bitmap extends NativeObjectWrapper {
static e_DIBInvalid;
static e_DIB1bpp;
static e_DIBRgb;
static e_DIBRgb32;
static e_DIBArgb;
static e_DIBCmyk;
static e_DIB8bppMask;
static e_DIB8bpp;
static e_DIB8bppGray;
static e_DIBAbgr;
static e_DIBRgb565;
static e_Downsample;
static e_Quadratic;
static e_Bicubic;
constructor(width, height, format, buffer, pitch);
IsEmpty();
Clone(clip_rect);
GetWidth();
GetHeight();
GetPitch();
GetBpp();
GetBuffer();
GetFormat();
FillRect(color, rect);
FillRectAsync(color, rect);<void>;
ConvertFormat(format, icc_transform);
CalculateBBoxByColor(backgroud_color);
DetectBBoxByColorDiffer(detection_size, color_differ);
SwapXY(is_flip_horz, is_flip_vert, clip_rect);
Flip(is_flip_horz, is_flip_vert);
StretchTo(dest_width, dest_height, flag,
clip_rect);
TransformTo(matrix, flag,
out_left, out_top, clip_rect);
GetMask(clip_rect);
}
export class Image extends NativeObjectWrapper {
static e_Unknown;
static e_None;
static e_BMP;
static e_JPG;
static e_PNG;
static e_GIF;
static e_TIF;
static e_JPX;
static e_JBIG2;
constructor(path);
constructor(buffer);
constructor(file_read);
IsEmpty();
GetType();
GetWidth();
GetHeight();
GetFrameCount();
GetFrameBitmap(index);
GetXDPI();
GetYDPI();
AddFrame(bitmap);
SetDPIs(x_dpi, y_dpi);
SaveAs(file_path);
SaveAs(file, file_extension);
}
export class Renderer extends NativeObjectWrapper {
static e_ColorModeNormal;
static e_ColorModeMappingGray;
static e_ColorModeMapping;
static e_RenderPage;
static e_RenderAnnot;
constructor(bitmap, is_rgb_order);
// #if defined(__linux__) && !defined(__ANDROID__)
// /**
// * @brief Constructor, with postscript device setting data.
// *
// * @details All the content rendered by the renderer would appear in PostScrip file.
// *
// * @param[in] print_param Setting data used to postscript device.
// * @param[in] dest_psfile_path The path to generate the printed PostScrip file.
// */
// Renderer(const PostScriptDeviceSettingData& print_param, const wchar_t* dest_psfile_path);
// #endif
IsEmpty();
StartQuickRender(page, matrix, pause);
StartRender(page, matrix, pause);
StartRenderAsync(page, matrix, pause);<Progressive>
StartRenderReflowPage(reflow_page, matrix,
pause);
StartRenderXFAPage(xfa_page_view, matrix, is_highlight,
pause);
StartRenderXFAPageAsync(xfa_page_view, matrix, is_highlight,
pause);<Progressive>
StartRenderBitmap(bitmap, matrix,
clip_rect, interpolation,
pause);
SetRenderAnnotAppearanceType(ap_type);
RenderAnnot(annot, matrix);
RenderAnnotAsync(annot, matrix);<boolean>;
RenderFormControls(page, matrix);
RenderGraphicsObject(graphics_object, page, matrix);
SetClipRect(clip_rect);
SetClipPathFill(clip_path, matrix, fill_mode);
SetClipPathStroke(clip_path, matrix, graph_state);
SetRenderContentFlags(render_content_flags);
SetRenderAnnotsForThumbnail(is_render_annots_for_thumbnail);
SetRenderFormField(is_render_formfield);
SetRenderSignature(is_render_signature);
SetLayerContext(layer_context);
SetColorMode(color_mode);
SetMappingModeColors(background_color, foreground_color);
SetClearType(is_clear_type);
SetPrintTextAsGraphic(is_to_print_text_graphic);
SetPrintTextAsImage(is_to_print_text_image);
SetForceDownSample(is_to_force_down_sample);
SetJPEGDownSample(is_jepg_down_sample);
SetJPXDownSample(is_jpx_down_sample);
EnableForPrint(is_render_for_print);
SetForceHalftone(is_to_force_halftone);
SetRenderPathThinLine(is_render_path_thin_line);
SetRenderTextAntiAliasing(is_render_text_antialiasing);
SetRenderPathAntiAliasing(is_render_path_antialiasing);
SetRenderPathFullCovered(is_render_path_full_covered);
SetRenderImageAntiAliasing(is_render_image_antialiasing);
SetRenderEnhanceThinLines(is_render_enhance_thin_lines);
SetRenderSignatureState(is_render_signature_state);
SetRenderInvertBlackWhite(is_render_invert_black_white);
SetRenderBrightness(percent);
}
export class Barcode extends NativeObjectWrapper {
static e_FormatCode39;
static e_FormatCode128;
static e_FormatEAN8;
static e_FormatUPCA;
static e_FormatEAN13;
static e_FormatITF;
static e_FormatPDF417;
static e_FormatQRCode;
static e_QRCorrectionLevelLow;
static e_QRCorrectionLevelMedium;
static e_QRCorrectionLevelQuater;
static e_QRCorrectionLevelHigh;
IsEmpty();
GenerateBitmap(info, format, unit_width, height,
level);
}
export abstract class PauseCallback {
abstract NeedToPauseNow();
}
export class DocEventCallback extends NativeObjectWrapper {
Release();
OnDocWillOpen();
OnDocOpened(document, error_code);
OnDocWillDestroy(document);
OnDocWillSave(document);
OnDocSaved(document, error_code);
}
// End of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/common/common.d.ts
// Start of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/common/file/file.d.ts
IsDataAvail(offset, size);
AddDownloadHint(offset, size);
GetSize();
ReadBlock(offset, size);
}
export class ReaderCallback extends NativeObjectWrapper {
Release();
GetSize();
ReadBlock(offset, size);
ReadBlock(buffer, offset, size);
}
export class WriterCallback extends NativeObjectWrapper {
Release();
GetSize();
Flush();
WriteBlock(pData, offset, size);
}
//*****************************************************************************
//* IFX_FileStream
//*****************************************************************************
export class StreamCallback extends NativeObjectWrapper {
Retain();
Release();
GetSize();
IsEOF();
GetPosition();
ReadBlock(offset, size);
WriteBlock(buffer, offset, size);
Flush();
}
// End of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/common/file/file.d.ts
// Start of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/common/fxcrt/fxcrt.d.ts
export class Int32Array extends NativeObjectWrapper {
GetSize();
GetUpperBound();
SetSize(nNewSize, nGrowBy);
RemoveAll();
GetAt(nIndex);
SetAt(nIndex, newElement);
SetAtGrow(nIndex, newElement);
Add(newElement);
InsertAt(nIndex, newElement, nCount);
RemoveAt(nIndex, nCount);
InsertAt(nStartIndex, pNewArray);
Find(data, iStart);
}
export class UInt32Array extends NativeObjectWrapper {
GetSize();
GetUpperBound();
SetSize(nNewSize, nGrowBy);
RemoveAll();
GetAt(nIndex);
SetAt(nIndex, newElement);
SetAtGrow(nIndex, newElement);
Add(newElement);
InsertAt(nIndex, newElement, nCount);
RemoveAt(nIndex, nCount);
InsertAt(nStartIndex, pNewArray);
Find(data, iStart);
}
export class FloatArray extends NativeObjectWrapper {
GetSize();
GetUpperBound();
SetSize(nNewSize, nGrowBy);
RemoveAll();
GetAt(nIndex);
SetAt(nIndex, newElement);
SetAtGrow(nIndex, newElement);
Add(newElement);
InsertAt(nIndex, newElement, nCount);
RemoveAt(nIndex, nCount);
InsertAt(nStartIndex, pNewArray);
Find(data, iStart);
}
export class PointFArray extends NativeObjectWrapper {
GetSize();
GetUpperBound();
SetSize(nNewSize, nGrowBy);
RemoveAll();
GetAt(nIndex);
SetAt(nIndex, newElement);
SetAtGrow(nIndex, newElement);
Add(newElement);
InsertAt(nIndex, newElement, nCount);
RemoveAt(nIndex, nCount);
InsertAt(nStartIndex, pNewArray);
Find(data, iStart);
}
export class RectF extends NativeObjectWrapper {
constructor(left1, bottom1, right1, top1);
IsEmpty();
Normalize();
Reset();
Contains(other_rect);
Contains(x, y);
Transform(pMatrix);
Intersect(other_rect);
Union(other_rect);
GetInnerRect();
GetOutterRect();
GetClosestRect();
Substract4(substract_rect, pRects);
InitRect(x, y);
UpdateRect(x, y);
Width();
Height();
Inflate(x, y);
Inflate(left, bottom, right, top,);
Inflate(rt);
Deflate(x, y);
Deflate(left, bottom, right, top,);
Deflatert(rt);
Translate(e, f);
static GetBBox(pPoints, nPoints);
left;
right;
bottom;
top;
}
export class RectFArray extends NativeObjectWrapper {
GetSize();
GetUpperBound();
SetSize(nNewSize, nGrowBy);
RemoveAll();
GetAt(nIndex);
SetAt(nIndex, newElement);
SetAtGrow(nIndex, newElement);
Add(ewElement);
InsertAt(nIndex, newElement, nCount);
RemoveAt(nIndex, nCount);
InsertAt(nStartIndex, pNewArray);
Find(data, iStart);
}
export class RectI extends NativeObjectWrapper {
left;
top;
right;
bottom;
constructor(left1, top1, right1, bottom1);
Width();
Height();
IsEmpty();
Normalize();
Intersect(src);
Intersect(left1, top1, right1, bottom1);
Union(other_rect);
Offset(dx, dy);
Contains(other_rect);
Contains(x, y);
Valid();
}
export class Matrix2D extends NativeObjectWrapper {
constructor(a1, b1, c1, d1, e1, f1);
Set(a, b, c, d, e, f);
SetIdentity();
SetReverse(m);
Concat(a, b, c, d, e, f, bPrepended);
Concat(m, bPrepended);
ConcatInverse(m, bPrepended);
Reset();
Copy(m);
IsIdentity();
IsInvertible();
Is90Rotated();
IsScaled();
Translate(x, y, bPrepended);
TranslateI(x, y, bPrepended);
Scale(sx, sy, bPrepended);
Rotate(fRadian, bPrepended);
RotateAt(fRadian, x, y, bPrepended);
Shear(fAlphaRadian, fBetaRadian, bPrepended);
MatchRect(dest, src);
GetXUnit();
GetYUnit();
GetUnitRect();
GetUnitArea();
TransformXDistance(dx);
TransformYDistance(dy);
TransformDistance(dx, dy);
TransformDistance(dx, dy);
TransformDistance(distance);
TransformPoint(x, y);
TransformRect(rect);
TransformRect(rect);
a;
b;
c;
d;
e;
f;
}
export class Point extends NativeObjectWrapper {
constructor(new_x, new_y);
Set(new_x, new_y);
Set(psv);
Add(x, y);
Subtract(x, y);
Reset();
x;
y;
}
export class PointF extends NativeObjectWrapper {
constructor(new_x, new_y);
Set(new_x, new_y);
Set(psv);
Add(x, y);
Subtract(x, y);
Reset();
x;
y;
}
// End of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/common/fxcrt/fxcrt.d.ts
// Start of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/addon/redaction.d.ts
export class Redaction extends NativeObjectWrapper {
constructor(document);
IsEmpty();
MarkRedactAnnot(page, rects);
Apply();
}
// End of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/addon/redaction.d.ts
// Start of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/addon/xfa/xfa.d.ts
constructor(option_label, selected);
Set(option_label, selected);
option_label;
selected;
}
GetSize();
GetAt(index);
Add(element);
RemoveAt(index);
InsertAt(index, element);
RemoveAll();
}
export class XFADoc extends NativeObjectWrapper {
static e_EventTypeUnknown;
static e_EventTypePostPrint;
static e_EventTypePrePrint;
static e_Dynamic;
static e_Static;
static e_XDP;
static e_ExportDataTypeXML;
static e_ExportDataTypeStaticXDP;
static e_ExportDataTypeXDP;
constructor(document, xfa_doc_provider_handler);
constructor(document);
constructor(other);
XFADoc(document);
IsEmpty();
StartLoad(pause);
SetDocProviderCallback(doc_provider_callback);
GetType();
GetPageCount();
GetPage(page_index);
ExportData(output_file_path, export_type);
ExportData(output_file_path, export_type);
SetPDFPath(pdf_file_path);
SetPDFPath(pdf_file_path);
ImportData(file_path);
ImportData(file_path);
ImportData(file_reader);
ResetForm();
FlattenTo(output_file_path);
FlattenTo(output_file_path);
FlattenTo(stream);
ProcessEvent(event_type);
SetFocus(xfa_widget);
KillFocus();
GetWidgetByFullName(full_name);
}
export class XFAPage extends NativeObjectWrapper {
IsEmpty();
GetDisplayMatrix(left, top, width, height, rotate);
GetWidth();
GetHeight();
GetWidgetAtDevicePoint(matrix, device_point, tolerance);
GetIndex();
GetWidgetCount();
GetWidget(widget_index);
GetWidgetByFullName(full_name);
GetFirstWidget();
GetLastWidget();
GetNextWidget(widget);
GetPrevWidget(widget);;
}
export class XFAWidget extends NativeObjectWrapper {
static e_HitTestAreaUnknown
static e_HitTestAreaClient
static e_HitTestAreaTitleBar
static e_HitTestAreaHyperLink
static e_WidgetTypeBarcode
static e_WidgetTypePushButton
static e_WidgetTypeCheckButton
static e_WidgetTypeArc
static e_WidgetTypeDateTimeEdit
static e_WidgetTypeNumericEdit
static e_WidgetTypeSignature
static e_WidgetTypeChoiceList
static e_WidgetTypeImageEdit
static e_WidgetTypeLine
static e_WidgetTypePasswordEdit
static e_WidgetTypeRadioButton
static e_WidgetTypeRectangle
static e_WidgetTypeTextEdit
static e_WidgetTypeUnknown
static e_WidgetTypeExclGroup
static e_WidgetTypeImage
static e_PresenceUnknown
static e_PresenceVisible
static e_PresenceHidden
static e_PresenceInactive
static e_PresenceInvisible
static e_WidgetNameTypeField
static e_WidgetNameTypeCaption
static e_WidgetNameTypeFullName
static e_WidgethAlignTypeCenter
static e_WidgethAlignTypeJustify
static e_WidgethAlignTypeJustifyAll
static e_WidgethAlignTypeLeft
static e_WidgethAlignTypeRadix
static e_WidgethAlignTypeRight
static e_WidgetvAlignTypeTop
static e_WidgetvAlignTypeBottom
static e_WidgetvAlignTypeMiddle
static e_WidgetEdgePositionTop
static e_WidgetEdgePositionRight
static e_WidgetEdgePositionBottom
static e_WidgetEdgePositionLeft
IsEmpty();
GetXFAPage();
GetIndex();
ResetData();
GetRect();
GetValue();
SetValue(value);
GetDefaultValue();
SetDefaultValue(value);
GetName(type);
GetOptions();
IsChecked();
SetCheckState(is_checked);
IsListBox();
IsSupportMultiline();
IsSupportMultiSelect();
GetPresence();
OnMouseEnter();
OnMouseExit();
OnLButtonDown(point, flags);
OnLButtonUp(point, flags);
OnLButtonDoubleClick(point, flags);
OnMouseMove(point, flags);
OnRButtonDown(point, flags);
OnRButtonUp(point, flags);
OnKeyDown(key_code, flags);
OnKeyUp(key_code, flags);
OnChar(input_char, flags);
OnHitTest(point);
GetType();
GetHAlign();
GetVAlign();
HasEdge(edge_pos);
GetSignature();
GetToolTip();
GetBitmap();
SetImage(image);
}
export class WidgetMenu extends NativeObjectWrapper {
constructor(xfa_widget);
IsEmpty();
CanCopy();
CanCut();
CanPaste();
CanSelectAll();
CanDelete();
CanDeSelect();
Copy();
Cut();
Paste(text);
SelectAll();
DeleteMenu();
DeSelect();
CanUndo();
CanRedo();
Undo();
Redo();
Bold();
Italic();
Superscript();
Subscript();
ClearStyle();
}
static e_InvalidateFlagAllPages;
static e_InvalidateFlagCurrentPage;
static e_PrintOptionShowDialog;
static e_PrintOptionCanCancel;
static e_PrintOptionShrinkPage;
static e_PrintOptionAsImage;
static e_PrintOptionReverseOrder;
static e_PrintOptionPrintAnnot;
static e_SubmitInXDP;
static e_SubmitInPDF;
static e_SubmitInUrlEncoded;
static e_SubmitInXFD;
static e_SubmitInXML;
static e_TextEncodingNone;
static e_TextEncodingBig5;
static e_TextEncodingFontSpecific;
static e_TextEncodingGBK;
static e_TextEncodingGB18030;
static e_TextEncodingGB2312;
static e_TextEncodingISO8859NN;
static e_TextEncodingKSC5601;
static e_TextEncodingShiftJIS;
static e_TextEncodingUCS2;
static e_TextEncodingUTF16;
static e_TextEncodingUTF8;
static e_PageViewEventTypeAdded;
static e_PageViewEventTypeRemoved;
static e_PageViewEventTypeAllRemoved;
static e_WidgetEventTypeAdded;
static e_WidgetEventTypeBeforeRemoved;
Release();
InvalidateRect(page_index, rect, flag);
DisplayCaret(page_index, is_visible, rect);
GetPopupPos(page_index, min_popup, max_popup,
rect_widget, inout_rect_popupconst);
PopupMenu(page_index, rect_popup);
GetCurrentPage(doc);
SetCurrentPage(doc, current_page_index);
SetChangeMark(doc);
GetTitle(doc);
SetFocus(xfa_widget);
ExportData(doc, file_path);
ImportData(doc, file_path);
GotoURL(doc, url);
Print(doc, start_page_index, end_page_index, options);
GetHighlightColor(doc);
SubmitData(doc, target, format, text_encoding,
content);
PageViewEvent(page_index, page_view_event_type);
WidgetEvent(xfa_widget, widget_event_type);
}
static e_AppInfoVersion;
static e_AppInfoLanguage;
static e_AppInfoPlatform;
static e_AppInfoVariation;
static e_AppInfoName;
static e_AppInfoType;
static e_BeepTypeError;
static e_BeepTypeWarning;
static e_BeepTypeQuestion;
static e_BeepTypeStatus;
static e_BeepTypeDefault;
static e_StringIDValidateFailed;
static e_StringIDCalcOverride;
static e_StringIDModifyField;
static e_StringIDNotModifyField;
static e_StringIDAppName;
static e_StringIDImageFilter;
static e_StringIDUnknownCaught;
static e_StringIDUnableToSet;
static e_StringIDValueExcalmatory;
static e_StringIDInvalidEnumValue;
static e_StringIDUnsupportMethod;
static e_StringIDUnsupportProperty;
static e_StringIDInvalidPropertySetOperation;
static e_StringIDNotDefaultValue;
static e_StringIDUnableSetLanguage;
static e_StringIDUnableSetNumPages;
static e_StringIDUnableSetPlatformValue;
static e_StringIDUnableSetValidationsEnabledValue;
static e_StringIDUnableSetValidationsValue;
static e_StringIDUnableSetVersion;
static e_StringIDUnableSetReady;
static e_StringIDNumberOfOccur;
static e_StringIDUnableSetClassName;
static e_StringIDUnableSetLengthValue;
static e_StringIDUnsupportChar;
static e_StringIDBadSuffix;
static e_StringIDExpectedIdent;
static e_StringIDExpectedString;
static e_StringIDInvalidateChar;
static e_StringIDRedefinition;
static e_StringIDInvalidToken;
static e_StringIDInvalidExpression;
static e_StringIDUndefineIdentifier;
static e_StringIDInvalidateLeftValue;
static e_StringIDCompilerError;
static e_StringIDCannotModifyValue;
static e_StringIDParametersError;
static e_StringIDExpectedEndIf;
static e_StringIDUnexpectedExpression;
static e_StringIDConditionIsNull;
static e_StringIDIllegalBreak;
static e_StringIDIllegalContinue;
static e_StringIDExpectedOperator;
static e_StringIDDivideZero;
static e_StringIDCannotCovertToObject;
static e_StringIDNotFoundContainer;
static e_StringIDNotFoundProperty;
static e_StringIDNotFoundMethod;
static e_StringIDNotFoundConst;
static e_StringIDNotAssignObject;
static e_StringIDInvalidateInstruction;
static e_StringIDExpectedNumber;
static e_StringIDValidateOutOfArray;
static e_StringIDCannotAssign;
static e_StringIDNotFoundFunction;
static e_StringIDIsNotArray;
static e_StringIDOutOfArrayRange;
static e_StringIDNotSupportArrayCalculate;
static e_StringIDArgumentNotArray;
static e_StringIDArgumentExpectContainer;
static e_StringIDAccessProertyInNotObject;
static e_StringIDFunctionBuildIn;
static e_StringIDErrorMessage;
static e_StringIDIndexValueOutOfBounds;
static e_StringIDIncorrectNumberOfMethod;
static e_StringIDArgumentMismatch;
static e_StringIDInvalidEnumerate;
static e_StringIDInvalidAppend;
static e_StringIDSOMExpectedList;
static e_StringIDNotHaveProperty;
static e_StringIDInvalidNodeType;
static e_StringIDViolateBoundary;
static e_StringIDServerDeny;
static e_StringIDWeekDaySun;
static e_StringIDWeekDayMon;
static e_StringIDWeekDayTue;
static e_StringIDWeekDayWed;
static e_StringIDWeekDayThu;
static e_StringIDWeekDayFri;
static e_StringIDWeekDaySat;
static e_StringIDMonthJan;
static e_StringIDMonthFeb;
static e_StringIDMonthMarch;
static e_StringIDMonthApril;
static e_StringIDMonthMay;
static e_StringIDMonthJune;
static e_StringIDMonthJuly;
static e_StringIDMonthAug;
static e_StringIDMonthSep;
static e_StringIDMonthOct;
static e_StringIDMonthNov;
static e_StringIDMonthDec;
static e_StringIDToday;
static e_StringIDValidateLimit;
static e_StringIDValidateNullWarning;
static e_StringIDValidateNullError;
static e_StringIDValidateWarning;
static e_StringIDValidateError;
static e_StringIDValidateNumberError;
static e_StringIDScriptFailedError;
static e_StringIDScriptInvalidValue;
static e_StringIDSubmitValidateNullError;
static e_StringIDInvalidBarcodeValue;
static e_StringIDScriptArgumentMismatch;
static e_MsgBoxIconError;
static e_MsgBoxIconWarning;
static e_MsgBoxIconQuestion;
static e_MsgBoxIconStatus;
static e_MsgBtnTypeOK;
static e_MsgBtnTypeOKCancel;
static e_MsgBtnTypeYesNo;
static e_MsgBtnTypeYesNoCancel;
static e_MsgBtnIDOK;
static e_MsgBtnIDCancel;
static e_MsgBtnIDNo;
static e_MsgBtnIDYes;
Release();
GetAppInfo(app_info);
Beep(type);
MsgBox(message, title, icon_type,
button_type);
Response(question, title, default_answer,
is_mask);
DownLoadUrl(url);
PostRequestURL(url, data, content_type,
encode, header);
PutRequestURL(url, data, encode,);
LoadString(string_id);
ShowFileDialog(string_title, string_filter,
is_openfile_dialog);
}
// End of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/addon/xfa/xfa.d.ts
// Start of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/addon/optimization/optimization.d.ts
export class Optimizer extends NativeObjectWrapper {
static Optimize(doc, settings, pause);
static StartSubsetEmbedFont(doc, pause);
}
export class ImageSettings extends NativeObjectWrapper {
static e_ImageCompressHigh;
static e_ImageCompressjpeg;
static e_ImageCompressjpeg2000;
static e_ImageCompressRetain;
static e_ImageCompressQualityMinimum;
static e_ImageCompressQualityLow;
static e_ImageCompressQualityMedium;
static e_ImageCompressQualityHigh;
static e_ImageCompressQualityMaximum;
static e_StretchDefault;
static e_StretchOff;
static e_StretchInterpol;
static e_StretchDownsample;
static e_StretchBicubic;
static e_StretchNoSmooth;
IsEmpty();
SetStretchMode(mode);
SetImageDPI(dpi);
SetImageDPILimit(dpi_limit);
SetCompressionMode(mode);
SetQuality(quality);
SetBackgroundDownScale(down_scale);
SetForegroundDownScale(down_scale);
SetTextSensitivity(text_sensitivity);
}
export class MonoImageSettings extends NativeObjectWrapper {
static e_ImageCompressCCITT3;
static e_ImageCompressCCITT4;
static e_ImageCompressHigh;
static e_ImageCompressjbig2;
static e_ImageCompressRetain;
static e_ImageCompressRunLength;
static e_ImageCompressQualityLossless;
static e_ImageCompressQualityLossy;
static e_StretchDefault;
static e_StretchOff;
static e_StretchInterpol;
static e_StretchDownsample;
static e_StretchBicubic;
static e_StretchNoSmooth;
IsEmpty();
SetImageDPI(dpi);
SetImageDPILimit(dpi_limit);
SetCompressionMode(mode);
SetStretchMode(mode);
SetQuality(quality);
}
IsEmpty();
SetUnembeddedFontNameArray(font_name_array);
}
export class OptimizerSettings extends NativeObjectWrapper {
static e_OptimizerCompressImages;
static e_OptimizerCleanUp;
static e_OptimizerDiscardObjects;
static e_OptimizerUnembeddedFonts;
static e_OptimizerDiscardUserData;
static e_CleanUpUseFlateForNonEncodedStream;
static e_CleanUpUseFlateInsteadOfLZW;
static e_CleanUpRemoveInvalidBookmarks;
static e_CleanUpRemoveInvalidLinks;
static e_DiscardObjectsFormActions;
static _DiscardObjectsFlattenFormFields;
static e_DiscardObjectsJavaScriptActions;
static e_DiscardObjectsEmbeddedPageThumbnails;
static e_DiscardObjectsEmbeddedPrintSettings;
static e_DiscardObjectsBookmarks;
static e_DiscardObjectsAlternateImages;
static e_DiscardObjectsDocumentTags;
static e_DiscardObjectsEmbeddedSearchIndex;
static e_DiscardUserDataAllAnnotsFormsAndMultimedia;
static e_DiscardUserDataExternalCrossReferences;
static e_DiscardUserDataDocumentInfoAndMetaData;
static e_DiscardUserDataFileAttchments;
static e_DiscardUserDataPrivateDataOfOtherApp;
static e_DiscardUserDataLayer;
IsEmpty();
SetOptimizerOptions(optimize_options);
SetColorGrayImageSettings(settings);
SetMonoImageSettings(settings);
SetUnembeddedFontSettings(settings);
SetCleanUpOptions(clean_up_options);
SetDiscardObjectsOptions(discard_objects_options);
SetDiscardUserDataOptions(discard_userdata_options);
}
// End of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/addon/optimization/optimization.d.ts
// Start of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/addon/conversion/conversion.d.ts
static _PageModeSinglePage;
static e_PageModeMultiplePage;
static e_ScalingModeNone;
static e_ScalingModeScale;
static e_ScalingModeEnlarge;
static e_EncodingFormatDefault;
static e_EncodingFormatASCII;
static e_EncodingFormatLatin2;
static e_EncodingFormatLatin3;
static e_EncodingFormatLatin4;
static e_EncodingFormatLatin5;
static e_EncodingFormatLatin6;
static e_EncodingFormatISO_8859_5;
static e_EncodingFormatArabic;
static e_EncodingFormatGreek;
static e_EncodingFormatHebrew;
static e_EncodingFormatEUC_JP;
static e_EncodingFormatSJS;
static e_EncodingFormatJIS;
static e_EncodingFormatBIG5;
static e_EncodingFormatGB;
static e_EncodingFormatEUC_CN;
static e_EncodingFormatKSC;
static e_EncodingFormatUnicode;
static e_EncodingFormatEUC;
static e_EncodingFormatCNS;
static e_EncodingFormatBIG5_CP950;
static e_EncodingFormatASCII_7_bit;
static e_EncodingFormatKOI8R;
static e_EncodingFormatCP852;
static e_EncodingFormatCP866;
static e_EncodingFormatCP874;
static e_EncodingFormatCP932;
static e_EncodingFormatCP1250;
static e_EncodingFormatCP1251;
static e_EncodingFormatCP1252;
static e_EncodingFormatCP1253;
static e_EncodingFormatCP1254;
static e_EncodingFormatCP1255;
static e_EncodingFormatCP1256;
static e_EncodingFormatCP1257;
static e_EncodingFormatKOI8U;
static e_EncodingFormatISO_8859_15;
static e_EncodingFormatISO_8859_11;
static e_EncodingFormatISO_8859_8_I;
static e_EncodingFormatVISUAL;
static e_EncodingFormatCSN_369103;
static e_EncodingFormatISO_8859_13;
static e_EncodingFormatISO_2022_KR;
static e_EncodingFormatGBK;
static e_EncodingFormatGB18030;
static e_EncodingFormatBIG5_HKSCS;
static e_EncodingFormatISO_2022_CN;
static e_EncodingFormatTSCII;
static e_EncodingFormatTAM;
static e_EncodingFormatTAB;
static e_EncodingFormatJAGRAN;
static e_EncodingFormatMACINTOSH;
static e_EncodingFormatUTF7;
static e_EncodingFormatBHASKAR;
static e_EncodingFormatHTCHANAKYA;
static e_EncodingFormatUTF_16BE;
static e_EncodingFormatUTF_16LE;
static e_EncodingFormatUTF_32BE;
static e_EncodingFormatUTF_32LE;
static e_EncodingFormatX_BINARYENC;
static e_EncodingFormatHZ_GB_2312;
static e_EncodingFormatX_UTF8UTF8;
static e_EncodingFormatX_TAM_ELANGO;
static e_EncodingFormatX_TAM_LTTMBARANI;
static e_EncodingFormatX_TAM_SHREE;
static e_EncodingFormatX_TAM_TBOOMIS;
static e_EncodingFormatX_TAM_TMNEWS;
static e_EncodingFormatX_TAM_WEBTAMIL;
static e_EncodingFormatX_KDDI_Shift_JIS;
static e_EncodingFormatX_DoCoMo_Shift_JIS;
static e_EncodingFormatX_SoftBank_Shift_JIS;
static e_EncodingFormatX_KDDI_ISO_2022_JP;
static e_EncodingFormatX_SoftBank_ISO_2022_JP;
static e_MediaStyleScreen;
static e_MediaStylePrint;
constructor(page_width, page_height, is_to_page_scale, page_margin,
is_convert_link, rotate_degrees, is_generate_tag, page_mode,
to_generate_bookmarks, scaling_mode,
encoding_format, to_render_images, to_remove_underline_for_link,
to_set_headerfooter, headerfooter_title,
headerfooter_url, bookmark_root_name, to_resize_objects, to_print_background,
to_optimize_tag_tree,
media_style, to_load_active_content, to_disable_sandbox, to_use_blacklist);
Set(page_width, page_height, is_to_page_scale, page_margin,
is_convert_link, rotate_degrees, is_generate_tag, page_mode,
to_generate_bookmarks, scaling_mode,
encoding_format, to_render_images, to_remove_underline_for_link,
to_set_headerfooter, headerfooter_title,
headerfooter_url, bookmark_root_name, to_resize_objects, to_print_background,
to_optimize_tag_tree,
media_style, to_load_active_content, to_disable_sandbox,
to_use_blacklist);
page_width;
page_height;
is_to_page_scale;
page_margin;
rotate_degrees;
is_convert_link;
is_generate_tag;
page_mode
to_generate_bookmarks;
scaling_mode;
encoding_format;
to_render_images;
to_remove_underline_for_link;
to_set_headerfooter;
headerfooter_title;
headerfooter_url;
bookmark_root_name;
to_resize_objects;
to_print_background;
to_optimize_tag_tree;
media_style;
to_load_active_content;
to_disable_sandbox;
to_use_blacklist;
}
constructor(page_width, page_height, page_margin, font, text_size,
text_color, linespace, is_break_page);
Set(page_width, page_height, page_margin, font, text_size,
text_color, linespace, is_break_page);
page_width;
page_height;
page_margin;
font;
text_size;
text_color;
linespace;
is_break_page;
}
static e_FlagEmbededTTF;
static e_FlagTTFTextAsGeometry;
static e_FlagSHXTextAsGeometry;
static e_FlagSimpleGeomOptimization;
static e_FlagEnableLayers;
static e_FlagIncludeOffLayers;
static e_FlagEmbededOptimizedTTF;
static e_FlagUseHLR;
static e_FlagFlateCompression;
static e_FlagASCIIHexEncoding;
static e_FlagExportHyperlinks;
static e_FlagZoomToExtentsMode;
static e_FlagLinearized;
static e_FlagMeasuring
static e_DWG2PDFExportHatchesTypeBitmap;
static e_DWG2PDFExportHatchesTypeDrawing;
static e_DWG2PDFExportHatchesTypePdfPaths;
static e_DWG2PDFExportHatchesTypePolygons;
static e_DWG2PDFSearchableTextTypeNoSearch;
static e_DWG2PDFSearchableTextTypeSHX;
static e_DWG2PDFSearchableTextTypeTTF;
export_flags;
export_hatches_type;
other_export_hatches_type;
gradient_export_hatches_type;
searchable_text_type;
is_active_layout;
output_title;
output_author;
output_subject;
output_keywords;
output_creator;
output_producer;
paper_width;
paper_height;
}
static e_ConvertOptimizeOptionForPrint;
static e_ConvertOptimizeOptionForOnScreen;
static e_ConvertContentOptionOnlyContent;
static e_ConvertContentOptionWithMarkup;
static e_ConvertBookmarkOptionNone;
static e_ConvertBookmarkOptionUseHeadings;
static e_ConvertBookmarkOptionUseWordBookmark;
constructor(include_doc_props, optimize_option,
content_option, bookmark_option,
convert_to_pdfa, disable_vba_code);
Set(include_doc_props, optimize_option,
content_option, bookmark_option,
convert_to_pdfa, disable_vba_code);
include_doc_props;
optimize_option;
content_option;
bookmark_option;
convert_to_pdfa;
disable_vba_code;
}
e_ConvertQualityStandard;
e_ConvertQualityMinimum;
e_ScaleTypeNone;
e_ScaleTypeFitAllColumns;
e_ScaleTypeFitAllRows;
e_ScaleTypeFitSheet;
constructor(include_doc_props, quality, ignore_print_area,
scale_type, convert_to_pdfa, disable_vba_code);
Set(include_doc_props, quality, ignore_print_area,
scale_type, convert_to_pdfa, disable_vba_code);
include_doc_props;
quality;
ignore_print_area;
scale_type;
convert_to_pdfa;
disable_vba_code;
}
e_ConvertIntentPrint;
e_ConvertIntentScreen;
e_HandoutOrderHorizontalFirst;
e_HandoutOrderVerticalFirst;
e_OutputSlides;
e_OutputNotesPages;
e_OutputOutline;
e_OutputOneSlideHandouts;
e_OutputTwoSlideHandouts;
e_OutputThreeSlideHandouts;
e_OutputFourSlideHandouts;
e_OutputSixSlideHandouts;
e_OutputNineSlideHandouts;
constructor(intent, frame_output_slides, output_type, handout_order,
output_hidden_slides, include_doc_props, disable_vba_code);
Set(intent, frame_output_slides, output_type, handout_order,
output_hidden_slides, include_doc_props, disable_vba_code);
intent;
frame_output_slides;
output_type;
handout_order;
output_hidden_slides;
include_doc_props;
disable_vba_code;
}
constructor(related_resource_file, resource_file_relative_path);
related_resource_file;
resource_file_relative_path;
}
GetSize();
GetAt(index);
Add(element);
RemoveAt(index);
InsertAt(index, element);
RemoveAll();
}
export class OFDConvertParam extends NativeObjectWrapper {
constructor(is_embed_font);
Set(is_embed_font);
is_embed_font;
}
export class Convert extends NativeObjectWrapper {
static FromHTML(src_html, engine_path, cookies_path, setting_data,
saved_pdf_path, timeout);
static FromHTML(src_html, engine_path, cookies_reader,
setting_data, saved_pdf_path, timeout);
static FromHTML(src_html, engine_path, cookies_reader,
setting_data, saved_pdf_filestream, timeout);
static FromHTML(src_html, html2pdf_related_resource_array,
engine_path, cookies_reader, setting_data,
saved_pdf_filestream, timeout);
static FromTXT(src_txt, saved_pdf_path, setting_data);
static FromImage(src_img, saved_pdf_path);
static FromImage(file_reader, saved_pdf_filestream);
static FromDWG(engine_pat, src_dwg_path, saved_pdf_path,
settings);
static FromWord(src_word_file_path, src_file_password, saved_pdf_path,
setting_data);
static FromExcel(src_excel_file_path, src_file_password, saved_pdf_path,
setting_data);
static FromPowerPoint(src_ppt_file_path, src_file_password, saved_pdf_path,
setting_data);
static FromWord(src_word_file_path, src_file_password, saved_pdf_path, engine_path,
setting_data);
static FromExcel(src_excel_file_path, src_file_password, saved_pdf_path,
engine_path, setting_data);
static FromPowerPoint(src_ppt_file_path, src_file_password, saved_pdf_path,
engine_path, setting_data);
static ToXML(src_pdf_path, src_file_password, saved_xml_path,
saved_image_folder_path, is_force_to_tagged_pdf);
static FromOFD(src_ofd_path, password, saved_pdf_file_path,
static ToOFD(src_pdf_path, password, saved_ofd_file_path,
convert_param);
}
// End of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/addon/conversion/conversion.d.ts
// Start of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/addon/comparison/comparison.d.ts
export class CompareResultInfo extends NativeObjectWrapper {
static e_CompareResultTypeNone;
static e_CompareResultTypeDeleteText;
static e_CompareResultTypeInsertText;
static e_CompareResultTypeReplaceText;
static e_CompareResultTypeDeleteImage;
static e_CompareResultTypeInsertImage;
static e_CompareResultTypeReplaceImage;
static e_CompareResultTypeDeletePath;
static e_CompareResultTypeInsertPath;
static e_CompareResultTypeReplacePath;
static e_CompareResultTypeDeleteShading;
static e_CompareResultTypeInsertShading;
static e_CompareResultTypeReplaceShading;
static e_CompareResultTypeDeleteAnnot;
static e_CompareResultTypeInsertAnnot;
static e_CompareResultTypeReplaceAnnot;
static e_CompareResultTypeTextAttriChange;
constructor(type, rect_array, diff_contents);
type;
rect_array;
diff_contents;
}
GetSize();
GetAt(index);
Add(element);
RemoveAt(index);
InsertAt(index, element);
RemoveAll();
}
export class CompareResults extends NativeObjectWrapper {
constructor(base_doc_results, compared_doc_results);
Clear();
base_doc_results;
compared_doc_results;
}
export class Comparison extends NativeObjectWrapper {
static e_CompareTypeAll;
static e_CompareTypeText;
static e_CompareTypeAnnotation;
constructor(base_doc, compared_doc);
IsEmpty();
DoCompare(base_page_index, compared_page_index, compare_flags);
GenerateComparedDoc(compare_flags);
GenerateComparedDoc(compare_flags, is_show_all_layers);
}
// End of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/addon/comparison/comparison.d.ts
// Start of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/custom/lockDoc.d.ets
export function TryLockForDoc(doc);<void>;
export function UnlockForDoc(doc);<void>;
// End of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/custom/lockDoc.d.ets
// Start of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/custom/urlFileRead.d.ets
export class UrlHeader extends NativeObjectWrapper{
url;
contentLength;
eTag;
}
export class CacheOption {
downloadAll;
cacheFile
}
export class UrlFileRead extends ReaderCallback {
constructor(urlHeader, cacheDir, cacheOption,
requestOptions<string, string>, isReadFromCache);
}
// End of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/custom/urlFileRead.d.ets
// Start of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/custom/util/util.d.ets
export class CERT_INFO {
certSerialNum;
certPublisher;
certStartDate;
certEndDate;
certEmailInfo;
certOrganization;
certOrganizationUnit;
certUsageCode;
cerInfoDic<string, string>;
}
export class DIGITALSIGNATURE_PARAM {
certFile;
certPwd;
subfilter;
signFilePath;
imagePath;
rect; // Assuming RectF is another interface you'll define
sigName;
}
// For the PDFCertUtil class, you can use a TypeScript class or namespace
export class PDFCertUtil {
static getCertInfo(path, pwd, info);
static getCertFromSignatureContent(signature);[];
static getTrustCertificateInformation(certData, info);
static isCertTrusted(cert, needBeTrustedCertData); ;
}
// End of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/custom/util/util.d.ets
// Start of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/custom/task/task.d.ts
export class ViewStatus extends NativeObjectWrapper {
isContinuous;
pageLayoutMode;
}
export class Task extends NativeObjectWrapper {
prepare();
canCancel();
cancel();
isCanceled();
isModify();
setStatus(status);
getStatus();
exeSuccess();
setPriority(priority);
getPriority();
finish();
setErrorCode(error);
errorCode();
extErrorCode();
notify(result);
}
export declare class PageSizeTaskCallBack {
result(task);
}
pdfDoc;
pageIndex;
pageLayout;
psWidth;
psHeight;
isContinuous;
isDynamicXFA;
xfaDoc;
isPageViewVertical;
reflowScale;
viewWidth;
viewHeight;
reflowMode;
}
export class PageSizeTask extends Task {
constructor(settingData, cb);
getSettingData();
getpdfPageSize();
getdisplayPageSize();
}
export declare class CalculateMaxSizeCallback {
execute(task);
}
export class CalculateMaxSizeTask extends Task {
constructor(startIndex, endIndex, cb);
getStartIndex();
getEndIndex();
}
export declare class ClearCacheTaskCallBack {
execute(task);
}
export class ClearCacheTask extends Task {
}
export declare class CloseDocumentTaskCallback {
result(task);
}
export class CloseDocumentTask extends Task {
constructor(doc, cb);
getPdfDoc();
}
export declare class CropPageSizeTaskCallback {
execute(task);
result(task);
}
export class CropPageSizeTask extends Task {
constructor(pageIndex, cropRectF, cb);
getPageIndex();
getCropRectF();
}
pdfDoc;
xfaDoc;
pageIndex;
pageLayout;
isContinuous;
psWidth;
psHeight;
bmpArea;
viewSize;
cropMode;
drawFor;
rotate;
nightMode;
isDynamicXFA;
isPageViewVertical;
colorMode;
bmpWidth;
bmpHeight;
backColor;
textColor;
reflowScale;
viewWidth;
viewHeight;
reflowMode;
reflowBackgroundColor;
viewStatus;
}
export declare class DrawPageTaskCallBack {
execute(task);
result(task);
}
export class DrawPageTask extends Task {
constructor(settingData, cb);
getSettingData();
getPDFPage();
getReflowPage();
getZoomScale();
getRender();
setBitmapBuffer(buffer);
setPageReady(isPageReady);
isPageReady();
getStep();
setProgress(isProgress);
isProgress();
setMatrix(matrix);
}
export declare class CalcPageContentTaskCallBack {
result(task);
}
export class CalcPageContentTask extends Task {
constructor(doc, pageIndex, cropMode, cb);
getPageIndex();
getRectF();
getCropMode;
}
path;
readerCallback;
buffer;
openType;
password;
}
export declare class OpenDocumentTaskCallBack {
execute(task);
result(task);
}
export class OpenDocumentTask extends Task {
constructor(settingData, openType, cb);
getDocument();
getXFADoc();
isDynamicXFA();
}
export declare class SaveDocTaskCallBack {
result(task);
}
export class SaveDocTask extends Task {
constructor(doc, filePath, writer, flag, save_type,
cb);
getPdfDoc();
}
export class TaskServer extends NativeObjectWrapper {
enableAddTask();
disableAddTask();
getCurTask();
addTask(task);
cancelTask(task, addToQueue);
cancelAllTasks(force);
handleTaskResult(task, isSync, addToQueue);
setMachineStatus(status);
}
export class SearchResult extends NativeObjectWrapper {
pageIndex;
sentence;
matchStartIndex;
matchEndIndex;
// matchRects;
matchRect;
GetMatchRects();
Release();
}
export class SearchResultArray extends NativeObjectWrapper {
GetSize();
GetUpperBound();
SetSize(nNewSize, nGrowBy);
RemoveAll();
GetAt(nIndex);
SetAt(nIndex, newElement);
SetAtGrow(nIndex, newElement);
Add(ewElement);
InsertAt(nIndex, newElement, nCount);
RemoveAt(nIndex, nCount);
InsertAt(nStartIndex, pNewArray);
Find(data, iStart);
}
export class SearchPageInfo extends NativeObjectWrapper {
taskId;
errCode;
pageIndex;
searchFlags;
keyWords;
pdfDoc;
searchResults;
Release();
}
export declare class SearchPageTaskCallBack {
result(task);
}
export class SearchPageTask extends Task {
constructor(searchInfo, cb);
getSearchPageInfo();
}
export const enum EditFormType {
RESET_FORM,
IMPORT_FORM,
EXPORT_FORM
}
export declare class EditFormTaskCallBack {
result(task);
}
export class EditFormTask extends Task {
constructor(form, editType, filePath, cb);
}
export const enum EditCommentsType {
IMPORT_COMMENTS,
EXPORT_COMMENTS,
EXPORT_HIGHLIGHT_TEXT
}
export declare class EditCommentsTaskCallBack {
result(task);
}
export class EditCommentsTask extends Task {
constructor(doc, editType, filePath, cb);
}
export class RenderPageModel extends NativeObjectWrapper {
pdfDoc;
xfaDoc;
pageIndex;
rotate;
colorMode;
bmpWidth;
bmpHeight;
backColor;
textColor;
}
export declare class RenderPageTaskCallBack {
result(task);
}
export class RenderPageTask extends Task {
constructor(renderInfo, cb);
setBitmapBuffer(buffer);
}
export class PathInfo extends NativeObjectWrapper {
constructor(path);
getPoints(pointCount);<Array<number>>;
}
pdfDoc;
startIndex;
endIndex;
}
export declare class GetPagesInfoCallBack {
result(task);
}
export class GetPagesInfoTask extends Task {
constructor(params, cb);
getResult();
}
// End of /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/custom/task/task.d.ts
ActionCallback.GetTemporaryDirectory
GetTemporaryDirectory()
A callback function to get temporary directory.
CacheOption
Definition: Index.js:40632
ActionCallback.e_MailTypeDoc
static e_MailTypeDoc
Enumeration for data type to be mailed.
Definition: Index.js:74
MenuList
Definition: Index.js:1352
OutputPreview.constructor
constructor(pdf_doc)
Constructor, with parameters.
ActionCallback.PopupMenuEx
PopupMenuEx(menus, is_selected_item)
A callback function to pop up a menu window.
DRMSecurityCallback.GetInitialKey
GetInitialKey(document, sub_filter)
A callback function used to get the initial key to decrypt the DRM protected document.
Renderer
Definition: Index.js:33633
CloseDocumentTask
Represents a task for closing a PDF document.
Definition: Index.js:41063
ActionCallback.GetLayoutMode
GetLayoutMode()
A callback function to get the page layout of the current document.
AnnotationSummaryCallback.GetCurrentLocaleID
GetCurrentLocaleID()
A callback function used to specify current locale ID.
LayerContext.e_UsageView
static e_UsageView
Enumeration for PDF layer usage type.
Definition: Index.js:3148
PagingSeal
Definition: Index.js:23343
TextFillSignObject
Definition: Index.js:3917
AssociatedFiles.e_RelationshipSchema
static e_RelationshipSchema
The relationship is "Schema" which means the file specification is a schema definition for the associ...
Definition: Index.js:4035
TextFillSignObjectDataArray.RemoveAt
RemoveAt(index)
Remove the element in position specified by index.
WrapperData.Set
Set(version, type, app_id, uri, description)
Set value.
FloatingInfo.e_RelativeTargetAppWindow
e_RelativeTargetAppWindow
Relative type: align the floating window relative to the application window.
Definition: Index.js:2248
Bookmark.SetStyle
SetStyle(style)
Set the style.
SearchOption.is_proximity
is_proximity
Specifies whether the search query will reflect the proximity of words in the results ranking when pe...
Definition: Index.js:2620
SnapPointMgr
Definition: Index.js:14305
AsyncReaderCallback
Definition: Index.js:34429
LayerNodeArray.InsertAt
InsertAt(index, element)
Insert an element before the position specified by index.
ActionCallback.MailDoc
MailDoc(document, to_address, cc_address, bcc_address, subject, message, is_ui)
A callback function to mails a document as an attachment.
PrintParams.e_BookletDuplexModeFrontSideOnly
static e_BookletDuplexModeFrontSideOnly
Booklet Duplex Mode: only prints all pages that appear on the front side of the paper.
Definition: Index.js:2064
FileSpec.SetDescription
SetDescription(description)
Set the descriptive text associated with current file specification.
LayerNodeArray.GetAt
GetAt(index)
Retrieve a copy of the element at position specified by index in current array.
CalculateMaxSizeTask
Represents a task for calculating the maximum size within a specified range.
Definition: Index.js:40984
CombineDocumentInfoArray.RemoveAt
RemoveAt(index)
Remove the element in position specified by index.
MenuListArray.InsertAt
InsertAt(index, element)
Insert an element before the position specified by index.
Bookmark.IsRoot
IsRoot()
Check if current bookmark is the root bookmark.
ActionCallback.e_JSMediaPlayerStatePlaying
static e_JSMediaPlayerStatePlaying
media player state: Playing.
Definition: Index.js:106
PrintParams.page_range
page_range
A range object to specify the page range for printing. All the indexes represented in this range woul...
Definition: Index.js:2162
EmbeddedFontData
Definition: Index.js:7464
SOAPRequestProperties.is_wiredump
is_wiredump
Whether to output debug information for SOAP requests and responses, defaults to true.
Definition: Index.js:1977
Attachments.AddEmbeddedFile
AddEmbeddedFile(key, file_spec)
Add an embedded attachment (as file specification object) with new key name.
LayerNode.SetZoomUsage
SetZoomUsage(data)
Set data for layer zooming usage.
ReflowPage
Definition: Index.js:12362
AnnotationSummarySettings.SetAnnotThumbnail
SetAnnotThumbnail(type, thumbnail)
Set the markup annotation thumbnail used in result document to indicates the type of annotation.
DialogDescriptionElement.type
type
The type of this dialog box element.
Definition: Index.js:1727
LayerNode.IsInPage
IsInPage(page)
Check if current layer node is in a specified PDF page.
FloatingInfo.relative_target
relative_target
Specify the target to which the floating window is to be aligned. Please refer to values starting fro...
Definition: Index.js:2329
DRMSecurityCallback.GetKeyLength
GetKeyLength(document, sub_filter)
A callback function used to get the length of cipher key.
OutputPreview.e_ShowRGB
static e_ShowRGB
If set, only show with RGB.
Definition: Index.js:6966
FillSignObject.GetRect
GetRect()
Get rectangle, in PDF coordinate system.
DialogDescriptionConfig.char_width
char_width
The width of the dialog box in characters.
Definition: Index.js:1846
CompareResultInfo
Definition: Index.js:40350
PolyLine
Definition: Index.js:22011
MenuListArray.RemoveAt
RemoveAt(index)
Remove the element in position specified by index.
SecurityHandler.e_CipherRC4
static e_CipherRC4
Use RC4 encryption algorithm, with the key length between 5 bytes and 16 bytes.
Definition: Index.js:4562
OutputPreview.e_ShowDeviceRGB
static e_ShowDeviceRGB
If set, only show with DeviceRGB.
Definition: Index.js:6968
SOAPRequestProperties.request_header
request_header
An object that specifies a SOAP header to be included with the request. The default is to send a requ...
Definition: Index.js:1982
StdEncryptData.Set
Set(is_encrypt_metadata, user_permissions, cipher, key_length)
Set value.
LayerContext.e_UsageZoom
static e_UsageZoom
Use for zooming.
Definition: Index.js:3156
ClearCacheTask
Represents a task for clearing the cache.
Definition: Index.js:41030
SearchIndexConfig.is_selected
is_selected
Specifies whether the search index participates in the search. true means the index is searched as pa...
Definition: Index.js:2687
MediaSettings.repeat
repeat
The number of times the media playback should automatically repeat.
Definition: Index.js:2452
XFAWidget
Definition: Index.js:36657
OutputPreview.IsChecked
IsChecked(plate_name)
Check whether a plate is checked or not.
PrintParams.e_PrintHandlingTileLargePages
static e_PrintHandlingTileLargePages
Print Handling: Small or normal pages are printed in the original size and large pages are printed on...
Definition: Index.js:2126
HTML2PDFSettingData
Definition: Index.js:38769
ActionCallback.Query
Query(keywords, search_scope, search_option, di_path)
A callback function to query the text keywords.
FileSpec.GetFileSize
GetFileSize()
Get the size of embedded file (uncompressed file size).
MediaPlayerCallback.e_JSMediaPlayerStatePlaying
static e_JSMediaPlayerStatePlaying
media player state: Playing.
Definition: Index.js:1183
OutputPreview.e_ShowNotDeviceCMYK
static e_ShowNotDeviceCMYK
If set, only show without DeviceCMYK.
Definition: Index.js:6952
StdSecurityHandler.constructor
constructor()
Constructor.
TextFillSignObjectDataArray.GetSize
GetSize()
Get the size of elements in current array.
PageBasicInfo.height
height
Page height (unit is 1/72 inch).
Definition: Index.js:7452
DialogDescriptionElementArray.RemoveAll
RemoveAll()
Remove all the element from current array.
PayLoadData
Definition: Index.js:7376
AnnotationSummarySettings.SetFontSize
SetFontSize(type)
Set the font size type used in result document of annotation summary.
DialogDescriptionElement.width
width
Specifies the width of the element in pixels.
Definition: Index.js:1735
PSInk
Definition: Index.js:22424
StdSecurityHandler.InitializeW
InitializeW(encrypt_data, user_password, owner_password)
(Only for AES-256) Initialize current standard security handler.
ActionCallback.GetMousePosition
GetMousePosition()
A callback function to get current mouse position.
SchemaFieldArray
Definition: Index.js:12026
Combination.e_CombineDocsOptionOCProperties
static e_CombineDocsOptionOCProperties
If set, that means "OCProperties" of source PDF files will be outputted to combined result PDF file.
Definition: Index.js:6478
MediaPlayerCallback.Close
Close()
A callback function to close the media player.
ActionCallback.SelectPageNthWord
SelectPageNthWord(page_index, start_offset, end_offset, is_show_selection)
A callback function to change the current page number and selects the specified word on the page.
AnnotationSummary.StartSummarize
StartSummarize(dest_file_path, settings, pause)
Start to summarize annotation.
AnnotationSummaryCallback.e_AnnotationSummaryStringIDType
static e_AnnotationSummaryStringIDType
Annotations summary string ID: specify the prefix when annotation type is outputed in result document...
Definition: Index.js:5555
ActionCallback.EnablePageLoop
EnablePageLoop(is_loop)
A callback function to set the flag specifies whether the document will loop around to the beginning ...
SecurityHandler.constructor
constructor()
Constructor.
Color
Definition: Index.js:32901
PathArray
Definition: Index.js:32728
ActionCallback.GetFullScreen
GetFullScreen()
A callback function to get whether the full screen mode is set.
PrintParams.tile_mark
tile_mark
true means to cut the page, and false means not.
Definition: Index.js:2182
AnnotationSummaryCallback.e_AnnotationSummaryStringIDNoAnnotations
static e_AnnotationSummaryStringIDNoAnnotations
Annotations summary string ID: specify the string used as content in result document when a page does...
Definition: Index.js:5566
TableOfContentsConfig.constructor
constructor() Set(title
Constructor.
FillSign.e_FillSignObjectTypeDot
static e_FillSignObjectTypeDot
Dot fill-sign object.
Definition: Index.js:3712
WrapperData.version
version
Wrapper version.
Definition: Index.js:7364
DRMEncryptData
Definition: Index.js:4814
FloatingInfo.e_ResizeTypeNo
e_ResizeTypeNo
Enumeration for the resize type, which specifies whether a floating window may be resized by the user...
Definition: Index.js:2262
FDFDoc.constructor
constructor(file_read)
Constructor, with a file read callback object.
ActionCallback.IsLocalFile
IsLocalFile(document)
A callback function to check whether the file is local file.
ActionCallback.CreateBlankDoc
CreateBlankDoc()
A callback function to create a blank PDF document object.
IdentityProperties.name
name
The user name.
Definition: Index.js:1493
MenuItemExArray.RemoveAt
RemoveAt(index)
Remove the element in position specified by index.
CertIssuerPair
Definition: Index.js:15305
TiledWatermarkSettings.opacity
opacity
Opacity in percents. Valid range: from 0 to 100. 0 for fully transparent and 100 for fully opaque.
Definition: Index.js:7326
Attachments.RemoveAllEmbeddedFiles
RemoveAllEmbeddedFiles()
Remove all attachments.
StructTreeEntity
Definition: Index.js:26749
MenuItemConfig.pos_str
pos_str
(Only used by The string is a named item in the menu (a language-independent name of a menu item).
Definition: Index.js:1607
Action
Definition: Index.js:27374
LayerNode.SetName
SetName(name)
Set the name of current layer node.
WrapperData.app_id
app_id
Application identity to indicate applications to open this wrapper data.
Definition: Index.js:7368
Markup
Definition: Index.js:19233
PrintParams.e_PrintHandlingMultiplePages
static e_PrintHandlingMultiplePages
Print Handling: Pages are rescaled to print multiple pages on each printer page.
Definition: Index.js:2121
Bookmark
Definition: Index.js:6021
SignatureVerifyResult
Definition: Index.js:15739
SOAPAuthenticateInfo.Set
Set(username, password, is_use_platform_auth)
Set values.
MenuItemEx
Definition: Index.js:1389
MonoImageSettings
Definition: Index.js:38361
LayerTree.GetDict
GetDict()
Get the dictionary of current object.
TextFillSignObjectData.text
text
Text content string.
Definition: Index.js:3636
OutputPreview.e_ColorantTypeSpot
static e_ColorantTypeSpot
Colorant type: spot.
Definition: Index.js:7006
AssociatedFiles.GetAssociatedFilesCount
GetAssociatedFilesCount(pdf_object)
Get the count of associated files in a PDF dictionary object which represents the dictionary of an an...
Point
Definition: Index.js:35912
DRMSecurityHandler.SetDRMValue
SetDRMValue(key, value)
Set the DRM value for a specified parameter.
TextFillSignObjectDataArray.constructor
constructor()
Constructor.
SearchOption.Set
Set(is_whole_word, is_case_sensitive, is_search_bookmarks, is_search_in_marup, is_search_in_attachments, is_ignore_accents, is_proximity, is_stemming, is_ignore_full_width, max_docs, word_matching, is_search_doc_text)
Set values.
RMSEncryptData.server_eul_list
server_eul_list
A string array that contains pairs of strings to represent content of a dictionary object which is en...
Definition: Index.js:5138
DialogDescriptionElementArray
Definition: Index.js:1621
FillerAssistCallback
Definition: Index.js:23361
LayerNode.GetChildrenCount
GetChildrenCount()
Get the count of children nodes.
Int32Array
Definition: Index.js:34617
PagingSealConfig
Definition: Index.js:17527
FreeText
Definition: Index.js:20653
LayerPrintData
Definition: Index.js:3092
EmbeddedFontData.nonstandard_font_name_array
nonstandard_font_name_array
Font name array of embedded fonts which cannot be replaced by system fonts if they are to be unembede...
Definition: Index.js:7469
FloatingInfo.Set
Set(window_pos, relative_target, resize_type, has_close, has_title, title, off_screen, rect)
Set values.
ActionCallback.e_LanguageKOR
static e_LanguageKOR
Korean.
Definition: Index.js:34
ActionCallback.GetPageZoomMode
GetPageZoomMode()
A callback function to get the current page zoom mode.
CombineDocumentInfoArray.InsertAt
InsertAt(index, element)
Insert an element before the position specified by index.
PrintParams.tile_overlap
tile_overlap
The number of points that tiled pages have in common.
Definition: Index.js:2184
EditFormTaskCallBack
Defines a callback interface for handling results of a EditFormTaskCallBack.
Definition: Index.js:41922
ActionCallback.GetIdentityProperties
GetIdentityProperties()
A callback function used to get identity properties of current user.
ButtonItem.bitmap
bitmap
A bitmap object of button.
Definition: Index.js:1556
SOAPRequestProperties.soap_action
soap_action
The SOAP action is a URN written to an HTTP header used by firewalls and servers to filter SOAP reque...
Definition: Index.js:1959
SearchOption.e_WordMatchingMatchPhrase
static e_WordMatchingMatchPhrase
Enumeration for word matching.
Definition: Index.js:2546
ActionCallback.e_JSFieldValueChangedBySet
static e_JSFieldValueChangedBySet
javascript field value changed type: field set.
Definition: Index.js:92
Bookmark.IsEmpty
IsEmpty()
Check whether current object is empty or not.
SecurityHandler.e_CipherAES
static e_CipherAES
Use AES encryption algorithm, with the key length be 16 bytes (as AES-128) or 32 bytes (as AES-256,...
Definition: Index.js:4567
CertVerifyResult
Definition: Index.js:15064
CropPageSizeTask
Represents a task for cropping the page size of a document.
Definition: Index.js:41110
SOAPRequestProperties.soap_namespace
soap_namespace
A namespace for the message schema when the request does not use the SOAP Encoding.
Definition: Index.js:1966
OutputPreview.e_ShowDeviceCMYK
static e_ShowDeviceCMYK
If set, only show with DeviceCMYK.
Definition: Index.js:6950
FloatingInfo.e_WindowPositionTopCenter
static e_WindowPositionTopCenter
Window position: at the top center.
Definition: Index.js:2222
ActionCallback.Release
Release()
A callback function used to release current callback object itself.
ButtonItem
Definition: Index.js:1505
PathObject
Definition: Index.js:30428
FloatingInfo.e_WindowPositionCenter
static e_WindowPositionCenter
Window position: at the center.
Definition: Index.js:2228
MenuItemConfig.exec
exec
(Only used by An expression string to evaluate when the menu item is selected by the user.
Definition: Index.js:1609
Attachments.AddFromFilePath
AddFromFilePath(key, file_path)
Add a new attachment from specified file path with new key name.
Bookmark.Insert
Insert(title, position)
Insert a new bookmark according to the relationship position to current bookmark.
Bookmark.SetColor
SetColor(color)
Set the color used for displaying title.
DialogDescriptionElementArray.GetSize
GetSize()
Get the size of elements in current array.
PrintParams.print_content
print_content
Specif content for printing. Please refer to values starting from PrintParams.e_PrintContentDocument ...
Definition: Index.js:2167
CustomSecurityCallback.GetEncryptKey
GetEncryptKey(context)
A callback function used to get the encryption key.
PlayerArgs.player_settings
player_settings
A MediaSettings object.
Definition: Index.js:2534
AnnotationSummarySettings.e_TypeSortByAuthor
static e_TypeSortByAuthor
Enumeration for options used for sorting annotation in result document.
Definition: Index.js:5657
MenuItemConfig.user
user
The user string (language-dependent name) to display as the menu item name.
Definition: Index.js:1601
PlayerArgs.doc
doc
The PDFDoc object of the document.
Definition: Index.js:2511
CombineDocumentInfoArray.GetAt
GetAt(index)
Retrieve a copy of the element at position specified by index in current array.
ButtonItem.name
name
A unique language-independent identifier for the button.
Definition: Index.js:1542
TextState
Definition: Index.js:30041
MediaSettings.page
page
For a docked media player, this property is the number of the page on which the player should be dock...
Definition: Index.js:2445
Comparison
Definition: Index.js:40511
ActionCallback.AddMenuItem
AddMenuItem(menu_item_config, is_prepend)
A callback function to adds a menu item to a menu.
AnnotationSummarySettings.e_TypeSortByAnnotationType
static e_TypeSortByAnnotationType
If set, that means to sort annotation by annotation type in result document.
Definition: Index.js:5663
CombineDocumentInfoArray.GetSize
GetSize()
Get the size of elements in current array.
AnnotationSummarySettings.SetFileTitle
SetFileTitle(title)
Set the file title string when location of the document needs to be outputed in result document.
FDFDoc.GetCatalog
GetCatalog()
Get the catalog dictionary.
PSI
Definition: Index.js:14550
EditCommentsTaskCallBack
Defines a callback interface for handling results of a EditCommentsTaskCallBack.
Definition: Index.js:41973
SearchOption.is_ignore_accents
is_ignore_accents
Specifies whether accents and diacriticals are ignored while searching the query term....
Definition: Index.js:2615
SecurityCallback
Definition: Index.js:5192
PayLoadData.description
description
Description for payload file to show applications or confront users prompt information.
Definition: Index.js:7414
RMSEncryptData.irm_version
irm_version
Microsoft IRM version. It should be above 1. If input version is below 1, Foxit PDF SDK will use 1 as...
Definition: Index.js:5143
ActionCallback.GetPageScale
GetPageScale()
A callback function to get current page zoom value.
ActionCallback.LaunchURL
LaunchURL(url)
A callback function to launch to a specified URL.
AnnotationSummary.IsEmpty
IsEmpty()
Check whether current object is empty or not.
PrintParams.e_BookletBindingLeft
static e_BookletBindingLeft
Booklet Binding: Right-side binding for text with right-to-left reading direction or Japanese-style v...
Definition: Index.js:2081
LayerNode.IsLocked
IsLocked()
Check if current layer node is locked.
TextSearch
Definition: Index.js:13928
GraphicsObjects
Definition: Index.js:9992
MenuItemEx.item_name
item_name
The menu item name, which is the string to appear on the menu item. The value of "-" is reserved to d...
Definition: Index.js:1420
TimeStampServerMgr
Definition: Index.js:17328
ActionCallback.GetOpenedDocCount
GetOpenedDocCount()
A callback function to receive the count of opened documents.
FloatingInfo.e_RelativeTargetMonitor
e_RelativeTargetMonitor
Relative type: align the floating window relative to the (selected) monitor display screen.
Definition: Index.js:2252
FloatingInfo.rect
rect
A rectangle specifies the location and size of the floating window in device coordinate system.
Definition: Index.js:2353
DialogDescriptionElement
Definition: Index.js:1670
LayerPrintData.constructor
constructor()
Constructor.
TiledWatermarkSettings.scale
scale
The image or page scale in percents. Valid range: from 0 to 100. 0 means not displayed,...
Definition: Index.js:7331
TextObject
Definition: Index.js:30305
ActionCallback.GetTemporaryFileName
GetTemporaryFileName(document, file_suffix_name)
A callback function to get the temporary file path. The temporary file name combine the document name...
ActionCallback.e_JSMailResultUserAbort
static e_JSMailResultUserAbort
Mailed result: user abort.
Definition: Index.js:140
AnnotationSummaryCallback.e_AnnotationSummaryStringIDSubject
static e_AnnotationSummaryStringIDSubject
Annotations summary string ID: specify the prefix when subject information is outputed in result docu...
Definition: Index.js:5576
TableOfContentsConfig
Definition: Index.js:7475
FloatingInfo.e_RelativeTargetDesktop
e_RelativeTargetDesktop
Relative type: align the floating window relative to the full virtual desktop.
Definition: Index.js:2250
SearchPageTaskCallBack
Defines a callback interface for handling results of a SearchPageTaskCallBack.
Definition: Index.js:41868
Combination.e_CombineDocsOptionBookmark
static e_CombineDocsOptionBookmark
Enumeration for options used for combining PDF files.
Definition: Index.js:6470
ButtonItem.marked
marked
An expression string that determines whether the toolbutton is marked.
Definition: Index.js:1550
RMSEncryptData.constructor
constructor()
Constructor.
PrintParams.e_BookletBindingLeftTall
static e_BookletBindingLeftTall
Booklet Binding: Left-side binding for Western-style left-to-right reading direction....
Definition: Index.js:2086
TiledWatermarkSettings.Set
Set(row_space, col_space, rotation, opacity, scale)
Set value.
PageSizeTaskSettingData
Represents the settings data for a page size task.
Definition: Index.js:40854
ActionCallback.BrowseFile
BrowseFile()
A callback function to show a file selection dialog, and the selected file path should be returned.
ActionCallback.GetFilePath
GetFilePath(document)
A callback function to get the file path of current PDF document.
CustomEncryptData.constructor
constructor()
Constructor.
MenuItemExArray
Definition: Index.js:1303
SearchPageTask
Represents a task for search page content within a document.
Definition: Index.js:41889
StdEncryptData.user_permissions
user_permissions
The user permissions. Please refer to values starting from PDFDoc.e_PermPrint and this should be one ...
Definition: Index.js:4649
AssociatedFiles.GetAssociatedFile
GetAssociatedFile(pdf_object, index)
Get an associated file (represented by FileSpec) in a specified PDF dictionary object,...
SOAPResponseInfo.Set
Set(response_header, response_body, network_error, status_code)
Set values.
TextFillSignObjectDataArray.InsertAt
InsertAt(index, element)
Insert an element before the position specified by index.
LayerNode.SetViewUsage
SetViewUsage(state)
Set state for viewing usage.
PayLoadData.version
version
The version number of the cryptographic filter used to encrypt the encrypted payload referenced by th...
Definition: Index.js:7406
Squiggly
Definition: Index.js:20157
LayerNode.GetViewUsage
GetViewUsage()
Get the state for viewing usage.
PrintParams.e_DuplexTypeDuplexFlipLongEdge
static e_DuplexTypeDuplexFlipLongEdge
Duplex type: prints on both sides of the paper; the paper flips along the long edge.
Definition: Index.js:2050
LayerNodeArray
Definition: Index.js:2913
ButtonItem.Set
Set(name, pos, exec, enable, marked, tooltip, label, bitmap)
Set values.
PayLoadData.Set
Set(version, crypto_filter, file_name, file_size, description)
Set value.
SignatureArray
Definition: Index.js:15883
LayerContext.e_UsageExport
static e_UsageExport
Use for exporting.
Definition: Index.js:3154
RMSSecurityCallback
Definition: Index.js:5518
RevocationArrayInfo
Definition: Index.js:15337
XFADoc
Definition: Index.js:36207
AnnotationSummaryCallback.GetLocalFontName
GetLocalFontName()
A callback function used to specify the font name used locally.
MarkupArray
Definition: Index.js:19119
Barcode
Definition: Index.js:34263
OpenDocumentSettingData
Represents the settings data for opening a document.
Definition: Index.js:41447
TextFillSignObjectData.constructor
constructor()
Constructor.
PlayerArgs.URL
URL
Either URL or rendition is required, with URL taking precedence.
Definition: Index.js:2528
CertificateSecurityHandler
Definition: Index.js:4793
SearchIndexConfig
Definition: Index.js:2645
TimerCallback
Definition: Index.js:25490
DRMSecurityCallback.GetCipherType
GetCipherType(document, sub_filter)
A callback function used to get the cipher type for encryption algorithm.
CertVerifyResultArray
Definition: Index.js:15255
LayerContext.e_UsageDesign
static e_UsageDesign
Use for representing a document designer's structural organization of artwork.
Definition: Index.js:3150
TextMarkup
Definition: Index.js:20007
MenuItemConfig
Definition: Index.js:1560
FillSign.constructor
constructor(page)
Constructor, from a PDF page object.
FillSign.e_FillSignObjectTypeLine
static e_FillSignObjectTypeLine
Line fill-sign object.
Definition: Index.js:3710
Bookmark.IsFirstChild
IsFirstChild()
Check if current bookmark is the first child of its parent bookmark.
Bookmark.e_PosPrevSibling
static e_PosPrevSibling
A bookmark is the previous sibling of another specified bookmark.
Definition: Index.js:6048
FloatingInfo.e_ResizeTypeKeepRatio
e_ResizeTypeKeepRatio
Resize type: may be resized only if the aspect ratio is preserved.
Definition: Index.js:2264
ActionCallback.e_LanguageSUO
static e_LanguageSUO
Finnish.
Definition: Index.js:44
AnnotationSummarySettings.SetPageMargin
SetPageMargin(margin)
Set the page margin used in result document.
PrintParams.printer_name
printer_name
The default printer name for printing.
Definition: Index.js:2169
MenuItemEx.sub_menu_item_array
sub_menu_item_array
The sub menu item array.
Definition: Index.js:1442
DRMEncryptData.cipher
cipher
Cipher type. Please refer to values starting from SecurityHandler.e_CipherRC4 and this should be one ...
Definition: Index.js:4875
FillSign.AddTextObject
AddTextObject(text_data, point, width, height, rotation, is_comb_field_mode)
Add a new text fill-sign object to related PDF page (which is used in constructor).
MenuListArray.GetSize
GetSize()
Get the size of elements in current array.
MenuList.constructor
constructor()
Constructor.
Matrix2D
Definition: Index.js:35588
OFDConvertParam
Definition: Index.js:39999
PageNumberRange.constructor
constructor()
Constructor.
Task
Represents a task with various states and operations.
Definition: Index.js:40732
LayerNode.SetExportUsage
SetExportUsage(state)
Set state for exporting usage.
FDFDoc.SetPDFPath
SetPDFPath(pdf_path)
Set the path of related PDF document.
TiledWatermarkSettings.rotation
rotation
Rotation angle in degrees.
Definition: Index.js:7321
EmbeddedGotoTarget
Definition: Index.js:28993
OutputPreview.e_ShowSmoothShades
static e_ShowSmoothShades
If set, only show smooth shades.
Definition: Index.js:6988
TaskServer
Definition: Index.js:41597
ActionCallback.SetPageRotation
SetPageRotation(document, page_index, rotation)
A callback function used to set the rotation value of a page on PDF viewer.
RevocationCallback
Definition: Index.js:15372
SearchIndexConfig.constructor
constructor()
Constructor.
LayerTree.e_StateUnchanged
static e_StateUnchanged
The state is unchanged.
Definition: Index.js:3022
Redaction
Definition: Index.js:36052
Bookmark.e_PosNextSibling
static e_PosNextSibling
A bookmark is the next sibling of another specified bookmark.
Definition: Index.js:6050
Bookmark.constructor
constructor(pdf_doc, bookmark_dict)
Constructor, with parameters.
LayerNodeArray.RemoveAll
RemoveAll()
Remove all the element from current array.
SOAPRequestProperties.request_content
request_content
An object that specifies the remote procedure name and parameters or the XML message to send.
Definition: Index.js:1957
Sound
Definition: Index.js:23236
OutputPreview.e_ShowImages
static e_ShowImages
If set, only show images.
Definition: Index.js:6984
ActionCallback.e_JSMediaPlayerStateClose
static e_JSMediaPlayerStateClose
media player state: Close.
Definition: Index.js:104
NoteArray
Definition: Index.js:19168
IdentityProperties.email
email
The email address.
Definition: Index.js:1489
ActionCallback.e_LanguageITA
static e_LanguageITA
Italian.
Definition: Index.js:32
CombineDocumentInfoArray.constructor
constructor()
Constructor.
FloatingInfo.e_WindowPositionTopLeft
static e_WindowPositionTopLeft
Enumeration for the window position used for media player.
Definition: Index.js:2220
OutputPreview.GetPlates
GetPlates(colorant_type)
Get Separations plates.
FileSpec.GetFileData
GetFileData()
Get the file data of embedded file.
FileSpec.SetChecksum
SetChecksum(checksum)
Set the checksum for embedded file. (Not affect local file)
DialogDescriptionElement.align_children
align_children
The alignment for all descendants.
Definition: Index.js:1773
MediaPlayer
Definition: Index.js:13500
ActionCallback.SetLayoutMode
SetLayoutMode(layout_mode, is_cover_mode)
A callback function to set the page layout of the current document.
SchemaField
Definition: Index.js:11890
DialogDescriptionConfig.width
width
The width of the dialog box in pixels.
Definition: Index.js:1832
PrintParams.booklet_duplex_mode
booklet_duplex_mode
The value determines the duplex printing mode when printing a booklet.Please refer to values starting...
Definition: Index.js:2199
XFAPage
Definition: Index.js:36526
FileSpec.GetSubtype
GetSubtype()
(Only support in PDF 2.0) Get the MIME type value for "Subtype" key for embedded file when current fi...
StringArray
Definition: Index.js:30648
WrapperData.type
type
Wrapper type to indicate a type of the current wrapper file.
Definition: Index.js:7366
FillSign.e_FillSignObjectTypeCrossMark
static e_FillSignObjectTypeCrossMark
Cross mark fill-sign object.
Definition: Index.js:3704
MediaPlayerCallback.Seek
Seek(current_pos)
A callback function to seek the media player.
Bookmark.GetColor
GetColor()
Get the color used for displaying title.
ActionCallback.e_JSMailResultSuccess
static e_JSMailResultSuccess
Mailed result: mail success.
Definition: Index.js:138
AssociatedFiles.IsEmpty
IsEmpty()
Check whether current object is empty or not.
LayerPrintData.Set
Set(subtype, print_state)
Set value.
IdentityProperties.constructor
constructor()
Constructor.
CustomSecurityCallback.EncryptData
EncryptData(context, obj_num, gen_num, src_data, src_data_len)
A callback function used to get encrypted data.
Signature
Definition: Index.js:15991
ActionCallback.e_AppInfoTypeAppVersion
static e_AppInfoTypeAppVersion
Application's app version information.
Definition: Index.js:64
CustomSecurityCallback.FinishDecryptor
FinishDecryptor(decryptor)
A callback function used to finish the decryption.
CombineDocumentInfo.CombineDocumentInfo
CombineDocumentInfo(doc)
Constructor, with parameters.
Convert
Definition: Index.js:40034
Square
Definition: Index.js:20301
MenuListArray.GetAt
GetAt(index)
Retrieve a copy of the element at position specified by index in current array.
PlayerArgs.rendition
rendition
A Rendition object (either a MediaRendition or a RenditionList).
Definition: Index.js:2525
Attachments.SetEmbeddedFile
SetEmbeddedFile(key, file_spec)
Set an embedded attachment (as file specification object) for a specified key.
LayerNode.RemoveGraphicsObject
RemoveGraphicsObject(graphics_object)
Remove a graphics object from current layer node.
ActionCallback.e_LayoutModeContinuous
static e_LayoutModeContinuous
Layout mode: continuous page.
Definition: Index.js:122
DocProviderCallback
Definition: Index.js:37356
PayLoadData.constructor
constructor()
Constructor.
OutputPreview.e_ShowICCBasedCMYK
static e_ShowICCBasedCMYK
If set, only show with ICCBased CMYK.
Definition: Index.js:6954
SearchPageInfo
Definition: Index.js:41818
Progressive
Definition: Index.js:31269
MenuListArray
Definition: Index.js:1255
PrintParams.e_PageOrderVertical
static e_PageOrderVertical
Page Order type: pages are placed from top to bottom, from left to right.
Definition: Index.js:2105
OptimizerSettings
Definition: Index.js:38544
FillSignObject.GenerateContent
GenerateContent()
Generate content for current fill-sign object.
ActionCallback.GetExtractedEmbeddedFilePath
GetExtractedEmbeddedFilePath(pdf_doc, name)
A callback function to get the file path of extracted embedded file.
MediaPlayerCallback.e_JSMediaPlayerStateOpen
static e_JSMediaPlayerStateOpen
Enumeration for media player state.
Definition: Index.js:1179
SignatureFillSignObject
Definition: Index.js:3949
ActionCallback.GetSignatureAPStyleNameList
GetSignatureAPStyleNameList()
A callback function to get the name list of signature appearance style.
EditCommentsTask
EditCommentsTask class is used to handle various events related to edit comments, such as import or e...
Definition: Index.js:41994
DIGITALSIGNATURE_PARAM
Definition: Index.js:40690
DialogDescriptionElementArray.InsertAt
InsertAt(index, element)
Insert an element before the position specified by index.
PrintParams.e_PrintContentDocument
static e_PrintContentDocument
Enumeration for the values used to set the contents of the print job.
Definition: Index.js:2034
ActionCallback.e_LanguageUnknown
static e_LanguageUnknown
Enumeration for language.
Definition: Index.js:16
ActionCallback.VerifySignature
VerifySignature(document, pdf_signature)
A callback function to verify specified signature..
ReadingBookmark
Definition: Index.js:12265
FillSign.AddObject
AddObject(type, point, width, height, rotation)
Add a new fill-sign object (except text fill-sign object) to related PDF page (which is used in const...
ActionCallback.e_LanguageDEU
static e_LanguageDEU
German.
Definition: Index.js:24
Attachments.GetNameTree
GetNameTree()
Get the EmbeddedFiles name tree.
MenuItemEx.constructor
constructor()
Constructor.
FloatingInfo.e_OffScreenForceOnScreen
e_OffScreenForceOnScreen
Off screen action: move or resize the window so that it is on-screen.
Definition: Index.js:2278
MenuItemConfig.enable
enable
(Only used by An expression string that is evaluated to determine whether to enable the menu item.
Definition: Index.js:1611
ActionCallback.Response
Response(question, title, default_value, label, is_password)
A callback function to display a dialog box containing a question and an entry field for the user to ...
Library
Definition: Index.js:31362
GraphicsObject
Definition: Index.js:29421
ClearCacheTaskCallBack
Defines a callback interface for handling the result of a ClearCacheTask.
Definition: Index.js:41010
Combination.e_CombineDocsOptionOutputIntents
static e_CombineDocsOptionOutputIntents
If set, that means output intents of source PDF files will be outputted to combined result PDF file.
Definition: Index.js:6476
Highlight
Definition: Index.js:20073
PrintParams.e_BookletDuplexModeBackSideOnly
static e_BookletDuplexModeBackSideOnly
Booklet Duplex Mode: only prints all pages that appear on the back side of the paper.
Definition: Index.js:2066
AnnotationSummarySettings.IsEmpty
IsEmpty()
Check whether current object is empty or not.
IdentityProperties.last_name
last_name
The user last name.
Definition: Index.js:1497
Popup
Definition: Index.js:22354
URIAction
Definition: Index.js:27606
AssociatedFiles.e_RelationshipEncryptedPayload
static e_RelationshipEncryptedPayload
The relationship is "Encrypted payload" which means the file specification is an encrypted payload do...
Definition: Index.js:4025
PrintParams.e_PrintHandlingReducePaper
static e_PrintHandlingReducePaper
Print Handling: Small pages are printed small, and large pages are shrunk to fit on the printer's pap...
Definition: Index.js:2119
MenuItemConfig.pos
pos
The position within the submenu to locate the new menu item.
Definition: Index.js:1605
ActionCallback.AddSubMenu
AddSubMenu(menu_item_config)
A callback function to add a menu item with a submenu to the application.
FillSign.e_FillSignObjectTypeCheckMark
static e_FillSignObjectTypeCheckMark
Check mark fill-sign object.
Definition: Index.js:3706
Bookmark.GetParent
GetParent()
Get the parent bookmark.
DRMSecurityHandler
Definition: Index.js:4900
GotoAction
Definition: Index.js:27574
SearchOption.is_search_in_markup
is_search_in_markup
Specifies whether markup (annotations) are searched for the query. Defaule value: false.
Definition: Index.js:2611
ActionCallback.e_JSFieldValueChangedByFormat
static e_JSFieldValueChangedByFormat
Enumeration for javascript field value change type.
Definition: Index.js:88
OutputPreview.e_ShowAll
static e_ShowAll
Enumeration for show type.
Definition: Index.js:6948
LayerNodeArray.RemoveAt
RemoveAt(index)
Remove the element in position specified by index.
AnnotationSummaryCallback
Definition: Index.js:5529
StructObjectContent
Definition: Index.js:26945
Circle
Definition: Index.js:20472
FillSignObject
Definition: Index.js:3840
ActionCallback.e_LanguageNLD
static e_LanguageNLD
Dutch.
Definition: Index.js:38
ActionCallback.e_JSMailResultFailed
static e_JSMailResultFailed
Enumeration for result of the mail.
Definition: Index.js:136
StdSecurityHandler.Initialize
Initialize(encrypt_data, user_password, owner_password)
(Not support AES-256) Initialize current standard security handler.
DRMSecurityHandler.VerifyEncryptionParams
VerifyEncryptionParams()
Verify encryption parameters.
LayerTree.GetRootNode
GetRootNode()
Get the root layer node.
ActionCallback.SoapRequest
SoapRequest(request_params)
Initiates a remote procedure call (RPC) or sends an XML message to a SOAP HTTP endpoint.
AssociatedFiles.e_RelationshipFormData
static e_RelationshipFormData
The relationship is "Form data" which means the file specification is the data associated with the "A...
Definition: Index.js:4030
Redact
Definition: Index.js:23034
AnnotationSummarySettings.e_FontSizeLarge
static e_FontSizeLarge
If set, that means to use large font size in result document.
Definition: Index.js:5676
DialogDescriptionElement.height
height
Specifies the height of the element in pixels.
Definition: Index.js:1742
ActionCallback.e_LanguageNOR
static e_LanguageNOR
Norwegian.
Definition: Index.js:40
PDFArray
Definition: Index.js:26373
LayerTree.e_StateON
static e_StateON
Enumeration for PDF layer base state.
Definition: Index.js:3018
ActionCallback.e_SearchScopeActiveIndexes
static e_SearchScopeActiveIndexes
Search scope: active indexes.
Definition: Index.js:156
OutputPreview.e_ShowGray
static e_ShowGray
If set, only show with Gray.
Definition: Index.js:6972
MenuItemExArray.RemoveAll
RemoveAll()
Remove all the element from current array.
LayerNodeArray.constructor
constructor()
Constructor.
DialogDescriptionElementArray.RemoveAt
RemoveAt(index)
Remove the element in position specified by index.
CalcPageContentTaskCallBack
Defines a callback interface for handling the result of a CalcPageContentTask.
Definition: Index.js:41393
PrintParams.is_print_as_image
is_print_as_image
true means that pages should be printed as image.
Definition: Index.js:2145
SecurityHandler.e_CipherNone
static e_CipherNone
Enumeration for Encryption Algorithm.
Definition: Index.js:4560
FDFDoc.GetType
GetType()
Get the type of current document object.
MediaSettings.e_PlayerWindowTypeFullScreen
static e_PlayerWindowTypeFullScreen
Window type: a full-screen window that obscures all other windows.
Definition: Index.js:2369
MediaPlayerCallback.Stop
Stop()
A callback function to stop the media player.
ButtonItem.pos
pos
The button number to place the added button in the toolbar.
Definition: Index.js:1544
DialogDescriptionElement.item_id
item_id
An ItemID for this dialog box.
Definition: Index.js:1725
LayerPrintData.print_state
print_state
Layer usage state, indicating that the group should be set to that state when the document is printed...
Definition: Index.js:3130
StdSecurityHandler.e_ModifyUserPassword
static e_ModifyUserPassword
If set, user password and owner password will be modified during encryption process.
Definition: Index.js:4683
PDFNumberTree
Definition: Index.js:25714
PrintParams.e_PrintHandlingBooklet
static e_PrintHandlingBooklet
Print Handling: Prints multiple pages on the same sheet of paper in the order required to read correc...
Definition: Index.js:2128
EmbeddedGotoAction
Definition: Index.js:27876
OutputPreview.GeneratePreviewBitmap
GeneratePreviewBitmap(page, matrix, renderer)
Generate the output preview bitmap for a PDF page.
ActionCallback.PostMessageToHtml
PostMessageToHtml(message)
A callback function to send message asynchronously to the message handler for the host container of t...
LayerContext.constructor
constructor(document, usage_type)
Constructor, based on a PDF document and specified layer usage type.
SOAPResponseInfo.constructor
constructor()
Constructor.
Ink
Definition: Index.js:21402
Control
Definition: Index.js:25328
CustomSecurityCallback.GetSecurityType
GetSecurityType()
Get the encryption type of security callback.
HideAction
Definition: Index.js:28266
RichTextStyle
Definition: Index.js:17800
FloatingInfo.has_close
has_close
true means the floating window should have a close window control button, while false means not.
Definition: Index.js:2338
DRMEncryptData.Set
Set(is_encrypt_metadata, sub_filter, cipher, key_length, is_owner, user_permissions)
Set value.
OutputPreview.e_ShowCalibrated
static e_ShowCalibrated
If set, only show with Calibrated.
Definition: Index.js:6978
Bookmark.SetDestination
SetDestination(destination)
Set the destination.
MenuListArray.RemoveAll
RemoveAll()
Remove all the element from current array.
RemoteGotoAction
Definition: Index.js:27748
MenuItemEx.return_name
return_name
A string to be returned when the menu item is selected. The default is the value of item name.
Definition: Index.js:1423
LayerNode.GetGraphicsObjects
GetGraphicsObjects(page)
Get all graphics objects related to the layer which is associated with current layer node.
DialogDescriptionElement.constructor
constructor()
Constructor.
DocViewerPrefs
Definition: Index.js:9535
SignatureFillSignObject.SetBitmap
SetBitmap(bitmap)
Set a bitmap.
PrintParams.is_print_auto_center
is_print_auto_center
true means that each page is automatically centered relative to the paper.
Definition: Index.js:2147
CertificateSecurityCallback.GetDecryptionKey
GetDecryptionKey(envelope_buffer, envelope_length)
A callback function used to get the key for decrypting certificate protected PDF document.
UInt32Array
Definition: Index.js:34735
FileSpec.SetFileName
SetFileName(file_name)
Set the file name.
PrintParams.num_pages_v
num_pages_v
The number of pages to lay out in the vertical direction when printing Multiple Pages Per Sheet.
Definition: Index.js:2203
GraphState
Definition: Index.js:31778
LTVVerifier
Definition: Index.js:15609
PageLabels
Definition: Index.js:11440
SearchResult
Definition: Index.js:41654
WrapperData.description
description
Description for wrapper file to show applications or confront users prompt information.
Definition: Index.js:7372
Image
Definition: Index.js:33358
GetPagesInfoTask
Definition: Index.js:42183
NotifierCallback
Definition: Index.js:31246
AnnotationSummary.SetCallback
SetCallback(callback)
Set a callback object for annotation summary.
MenuList.Set
Set(level, name, sub_menu_list_array)
Set values.
LayerNode.GetExportUsage
GetExportUsage()
Get the state for exporting usage.
CustomSecurityCallback.CreateContext
CreateContext(filter, sub_filter, encrypt_info)
A callback function used to create context for encryption and decryption.
LayerNode
Definition: Index.js:3264
SearchOption.is_search_doc_text
is_search_doc_text
Specifies whether the document text is searched for the query. Defaule value: true.
Definition: Index.js:2641
CustomEncryptData.filter
filter
The filter name of a custom security callback object. It should not be an empty string.
Definition: Index.js:5003
PrintParams.e_BookletBindingRightTall
static e_BookletBindingRightTall
Booklet Binding: Right-side binding for text with right-to-left reading direction or Japanese-style v...
Definition: Index.js:2091
PlayerArgs.Set
Set(doc, screen_annot, rendition, URL, audio_format, player_settings)
Set values.
PrintParams.e_DuplexTypeSimplex
static e_DuplexTypeSimplex
Enumeration for the values used to set the printing duplex mode.
Definition: Index.js:2048
CustomSecurityCallback.UseStandardCryptoMethod
UseStandardCryptoMethod(context)
A callback function to check if to use standard crypto method or custom crypto method.
DRMSecurityCallback
Definition: Index.js:5231
ActionCallback.e_AppInfoTypeViewerVariation
static e_AppInfoTypeViewerVariation
Application's viewer variation information.
Definition: Index.js:60
CertificateEncryptData.constructor
constructor()
Constructor.
LayerNode.RemoveUsage
RemoveUsage(usage_type)
Remove a kind of usage property.
AnnotationSummarySettings.SetPageRect
SetPageRect(rect)
Set the page rectangle in result document.
Range
Definition: Index.js:31917
SearchOption.is_case_sensitive
is_case_sensitive
Specifies whether the search query is case sensitive. Defaule value: false.
Definition: Index.js:2607
RMSEncryptData.Set
Set(is_encrypt_metadata, publish_license, server_eul_list, irm_version)
Set value.
PrintParams.e_BookletDuplexModeBothSides
static e_BookletDuplexModeBothSides
Enumeration for the values used to determine the duplex printing mode when printing a booklet.
Definition: Index.js:2062
ActionCallback.e_LanguageESP
static e_LanguageESP
Spanish.
Definition: Index.js:28
AnnotationSummarySettings.SetSortType
SetSortType(type)
Set the option to decide to sort annotation by what.
SubmitFormAction
Definition: Index.js:28031
LayerTree.GetOCGs
GetOCGs()
Get the "OCGs" PDF array from current object.
SOAPRequestProperties.Set
Set(request_url, request_content, soap_action, soap_namespace, soap_version, content_type, is_encode, is_wiredump, request_header, authenticate)
Set values.
ButtonItem.label
label
A text label to be displayed on the button to the right of the icon.
Definition: Index.js:1554
AnnotationSummarySettings.SetEndPage
SetEndPage(page_index)
Set ending page index.
OutputPreview.e_ShowLab
static e_ShowLab
If set, only show with Lab.
Definition: Index.js:6980
PDFCertUtil
Definition: Index.js:40701
MediaSettings.Set
Set(auto_play, base_url, bg_color, bg_opacity, duration, page, repeat, show_ui, is_visible, volume, window_type, floating_wnd_info)
Set values.
SearchIndexConfig.Set
Set(name, is_available, path, is_selected)
Set values.
FloatingInfo.e_OffScreenCancel
e_OffScreenCancel
Off screen action: cancel playing the media clip.
Definition: Index.js:2280
OutputPreview.EnableSimulateOverprint
EnableSimulateOverprint(is_to_simulate_overprint)
Set the flag to decide whether to enable simulate overprint.
CloseDocumentTaskCallback
Defines a callback interface for handling the result of a CloseDocumentTask.
Definition: Index.js:41043
TextFillSignObjectData.Set
Set(text_state, text)
Set value.
DialogDescriptionElement.next_tab
next_tab
An ItemID for the next dialog box item in the tab order.
Definition: Index.js:1729
DialogDescriptionElementArray.constructor
constructor()
Constructor.
Attachments
Definition: Index.js:7130
TableOfContentsConfig.include_toc_pages
include_toc_pages
true means to include catalog page(s) in the calculation of pages number in the table of contents,...
Definition: Index.js:7504
MediaSettings.e_PlayerWindowTypeDockedPage
static e_PlayerWindowTypeDockedPage
Enumeration for the type of window that the media should play in.
Definition: Index.js:2365
AssociatedFiles.e_RelationshipSupplement
static e_RelationshipSupplement
The relationship is "Supplement" which means the file specification represents a supplemental represe...
Definition: Index.js:4019
CombineDocumentInfo.IsEmpty
IsEmpty()
Check whether current object is empty or not.
Bookmark.RemoveAction
RemoveAction()
Remove action.
RMSSecurityHandler.Initialize
Initialize(encrypt_data, callback)
Initialize current Microsoft RMS security handler.
SaveDocTask
Represents a task for saving a PDF document to a specified file path.
Definition: Index.js:41568
SearchOption.is_ignore_full_width
is_ignore_full_width
Specifies whether full width and half width characters in the document exactly match the search query...
Definition: Index.js:2631
Note
Definition: Index.js:19852
ActionCallback.UpdateLogicalLabel
UpdateLogicalLabel()
A callback function to update logical label.
ActionCallback.GetMenuItemNameList
GetMenuItemNameList()
A callback function to get the menu item name list.
Font
Definition: Index.js:32036
SOAPResponseInfo.status_code
status_code
Status code of the response.
Definition: Index.js:2022
DialogDescriptionElement.char_height
char_height
Specifies the height of the element in characters.
Definition: Index.js:1754
MarkedContent
Definition: Index.js:29328
Bookmark.e_PosLastSibling
static e_PosLastSibling
A bookmark is the last sibling of another specified bookmark.
Definition: Index.js:6054
AnnotationSummarySettings
Definition: Index.js:5631
FormXObject
Definition: Index.js:30529
AssociatedFiles.AssociateFile
AssociateFile(pdf_object, file_spec)
Associate a file (represented by FileSpec) with a PDF dictionary object which represents the dictiona...
ActionCallback.MailData
MailData(data, data_type, is_ui, to, subject, cc, bcc, message)
A callback function to mail data or message, with or without user interaction.
MediaPlayerCallback
Definition: Index.js:1171
AdditionalAction
Definition: Index.js:28635
TiledWatermarkSettings.constructor
constructor()
Constructor and set the default value.
OutputPreview.SetSimulationProfile
SetSimulationProfile(icc_profile_path)
Set simulation ICC profile file path.
ActionCallback.e_JSMediaPlayerStateSuspend
static e_JSMediaPlayerStateSuspend
media player state: Suspend.
Definition: Index.js:110
Attachments.GetEmbeddedFile
GetEmbeddedFile(key)
Get the attachment (as file specification object) of a specified key.
AnnotationSummaryCallback.LoadString
LoadString(id)
A callback function used to load a string in local language for a specified case.
ButtonItem.constructor
constructor()
Constructor.
AssociatedFiles.e_RelationshipData
static e_RelationshipData
The relationship is "Data" which means the file specification represents information used to derive a...
Definition: Index.js:4009
Filler
Definition: Index.js:23564
SOAPAuthenticateInfo.constructor
constructor()
Constructor.
AnnotationSummaryCallback.e_AnnotationSummaryStringIDDate
static e_AnnotationSummaryStringIDDate
Annotations summary string ID: specify the prefix when date information is outputed in result documen...
Definition: Index.js:5545
ShadingColor
Definition: Index.js:18975
Attachments.GetCount
GetCount()
Get the count of attachments.
StdSecurityHandler.e_ModifyPermission
static e_ModifyPermission
(Only for AES-256) Enumeration for modify flag used to decide which security data or password will be...
Definition: Index.js:4681
Bookmark.HasChild
HasChild()
Check if current bookmark has child bookmark(s).
SearchOption.constructor
constructor()
Constructor.
PrintParams.is_reverse
is_reverse
true means that the printing order should be from parameter end to parameter start.
Definition: Index.js:2143
ActionCallback.e_LanguagePTB
static e_LanguagePTB
Brazilian Portuguese.
Definition: Index.js:42
RMSSecurityHandler.constructor
constructor()
Constructor.
NamedAction
Definition: Index.js:27688
StructMarkedContent
Definition: Index.js:26904
PowerPoint2PDFSettingData
Definition: Index.js:39748
FillSign.GetObjectAtDevicePoint
GetObjectAtDevicePoint(point, matrix)
Get a fill-sign object by specified point in device coordinate system.
PlayerArgs
Definition: Index.js:2474
PrintParams
Definition: Index.js:2026
WatermarkTextProperties
Definition: Index.js:14879
ActionCallback.SetDefaultPageTransitionMode
SetDefaultPageTransitionMode(trans_type, trans_di)
A callback function to set the default page trastion mode for full screen mode.
DRMSecurityCallback.GetUserPermissions
GetUserPermissions(document, sub_filter)
A callback function used to get the current user permissions.
TextPageCharInfo
Definition: Index.js:13595
SOAPRequestProperties.content_type
content_type
Allows the HTTP content-type header to be specified. The default is to use the SOAP messaging HTTP co...
Definition: Index.js:1970
AssociatedFiles.e_RelationshipSource
static e_RelationshipSource
The relationship is "Source" which means the file specification is the original source material for t...
Definition: Index.js:4004
PageNumberRange
Definition: Index.js:6573
ActionCallback.Alert
Alert(msg, title, type, icon)
A callback function used to pop up a dialog to show warnings or hints.
ReaderCallback
Definition: Index.js:34477
ActionCallback.e_SearchScopeIndex
static e_SearchScopeIndex
Search scope: index.
Definition: Index.js:154
FloatArray
Definition: Index.js:34853
FillSignObject.constructor
constructor()
Constructor.
PlayerArgs.audio_format
audio_format
The audio format, such as "audio/wav".
Definition: Index.js:2531
PageSizeTask
Represents a task for setting page sizes within a document.
Definition: Index.js:40933
SOAPRequestProperties.authenticate
authenticate
An object that specifies how to handle HTTP authentication or credentials to use for Web Service Secu...
Definition: Index.js:1984
FileSpec.Embed
Embed(file_path)
Embed the whole content of a file which is specified by file path.
TextFillSignObject.GetTextDataArray
GetTextDataArray()
Get text data array.
IconProviderCallback
Definition: Index.js:19012
PrintParams.e_PrintHandlingFitPaper
static e_PrintHandlingFitPaper
Print Handling: Pages are enlarged or shrunk to fit the printe's paper.
Definition: Index.js:2117
NativeObjectWrapper.constructor
constructor(r)
Optimizer
Definition: Index.js:38117
RenderPageModel
Represents the render data for render a page in a document.
Definition: Index.js:42009
LayerNode.MoveTo
MoveTo(parent_layer_node, index)
Move current layer node to be one of the children of another layer node.
DialogDescriptionElement.alignment
alignment
The alignment for this element.
Definition: Index.js:1771
CustomEncryptData.sub_filter
sub_filter
The sub filter name that specifies the syntax of the encryption dictionary contents....
Definition: Index.js:5005
NativeObjectWrapper.GetPointerAsNumber
GetPointerAsNumber()
DRMSecurityCallback.GetFileID
GetFileID(document, sub_filter)
A callback function used to get the file identity string.
LayerNode.HasIntent
HasIntent(intent)
Check if current layer node has a specified intent.
SecurityHandler.GetSecurityType
GetSecurityType()
Get the encryption type of current security handler.
MenuItemConfig.name
name
The language-independent name of the menu item.
Definition: Index.js:1599
CertificateEncryptData.envelopes
envelopes
A string array which specifies an array of certificate envelopes. This array should contains one or m...
Definition: Index.js:4784
DocEventCallback
Definition: Index.js:34361
FloatingInfo.e_WindowPositionBottomRight
static e_WindowPositionBottomRight
Window position: at the bottom right corner.
Definition: Index.js:2236
FloatingInfo.constructor
constructor()
Constructor.
LayerNode.GetChild
GetChild(index)
Get a child node.
Codec
Definition: Index.js:31196
ActionCallback.e_JSFieldValueChangedByCalculation
static e_JSFieldValueChangedByCalculation
javascript field value changed type : calculation.
Definition: Index.js:90
GraphicsObjectArray
Definition: Index.js:29158
Attachments.RemoveEmbeddedFile
RemoveEmbeddedFile(key)
Remove an attachment by key.
FDFDoc.GetPDFPath
GetPDFPath()
Get the path of related PDF document.
PageBasicInfo.width
width
Page width (unit is 1/72 inch).
Definition: Index.js:7449
AnnotationSummary
Definition: Index.js:5898
PrintParams.e_PrintContentDocAndAnnots
static e_PrintContentDocAndAnnots
Print Content: print the document contents and comments.
Definition: Index.js:2036
OutputPreview.e_ShowICCBasedRGB
static e_ShowICCBasedRGB
If set, only show with ICCBased RGB.
Definition: Index.js:6970
SearchOption.e_WordMatchingMatchAnyWord
static e_WordMatchingMatchAnyWord
Word matching: match any word.
Definition: Index.js:2550
PrintParams.output_file_name
output_file_name
The device-independent path for a file name to be used instead of sending the print job to the printe...
Definition: Index.js:2171
LayerContext.IsVisible
IsVisible(layer)
Check if a specified layer node is visible in current layer context.
Screen
Definition: Index.js:21640
MediaSettings.auto_play
auto_play
Specify whether the media clip should begin playing automatically after the player is opened.
Definition: Index.js:2422
ActionCallback.e_AppInfoTypeFormsVersion
static e_AppInfoTypeFormsVersion
Enumeration for application's information type.
Definition: Index.js:56
CustomSecurityCallback.GetUserPermissions
GetUserPermissions(context, user_permission)
A callback function used to get the user permissions.
FontMapperCallback
Definition: Index.js:32500
ActionCallback.e_LanguageCHT
static e_LanguageCHT
Chinese Traditional.
Definition: Index.js:20
MenuItemExArray.GetSize
GetSize()
Get the size of elements in current array.
PrintParams.is_show_ui
is_show_ui
true means that a UI should be presented to the user to obtain printing information and confirm the a...
Definition: Index.js:2138
PDFStructTree
Definition: Index.js:27010
SecurityHandler.IsEmpty
IsEmpty()
Check whether current object is empty or not.
CustomSecurityHandler.constructor
constructor()
Constructor.
QuadPointsArray
Definition: Index.js:18085
AnnotationSummarySettings.e_FontSizeMedium
static e_FontSizeMedium
If set, that means to use medium font size in result document.
Definition: Index.js:5674
Bookmark.MoveTo
MoveTo(dest_bookmark, position)
Move current bookmark to be child or sibling of another bookmark.
SOAPAuthenticateInfo
Definition: Index.js:1863
ActionCallback.GetUntitledBookmarkName
GetUntitledBookmarkName()
A callback function to get the new name for an untitled bookmark.
Destination
Definition: Index.js:27067
FileSpec.GetModifiedDateTime
GetModifiedDateTime()
Get modified date and time about when the embedded file was last modified.
AssociatedFiles.constructor
constructor(pdf_doc)
Constructor, with a PDF document.
FileSpec.IsEmbedded
IsEmbedded()
Check whether current file specification object represents an embedded file or not.
RMSEncryptData.is_encrypt_metadata
is_encrypt_metadata
A boolean value to decide whether to encrypt metadata or not. true means to encrypt metadata,...
Definition: Index.js:5113
MenuItemExArray.GetAt
GetAt(index)
Retrieve a copy of the element at position specified by index in current array.
CustomSecurityCallback.GetDecryptedSize
GetDecryptedSize(context, src_data_size)
A callback function used to get the estimated decrypted data size.
FloatingInfo.e_WindowPositionCenterLeft
static e_WindowPositionCenterLeft
Window position: at the center left.
Definition: Index.js:2226
PayLoadData.file_size
file_size
The payload file size.
Definition: Index.js:7412
Caret
Definition: Index.js:22237
FloatingInfo.e_RelativeTargetPageWindow
e_RelativeTargetPageWindow
Enumeration for the values used to set relative position of floating window.
Definition: Index.js:2246
LayerZoomData.constructor
constructor()
Constructor.
SearchOption.e_WordMatchingMatchAllWords
static e_WordMatchingMatchAllWords
Word matching: match all words.
Definition: Index.js:2548
RectI
Definition: Index.js:35457
PageNumberRange.start_number
start_number
Page number of the start page in current range, starting from 1.
Definition: Index.js:6600
QuadPoints
Definition: Index.js:18048
OutputPreview
Definition: Index.js:6940
MenuItemEx.Set
Set(item_name, return_name, is_checked, is_enabled, sub_menu_item_array)
Set values.
MediaSettings
Definition: Index.js:2357
Combination.e_CombineDocsOptionObjectStream
static e_CombineDocsOptionObjectStream
If set, that means object streams will be used to generate combined result PDF file in order to reduc...
Definition: Index.js:6492
SearchIndexConfig.name
name
The name of search index.
Definition: Index.js:2672
IconFit
Definition: Index.js:18137
LayerNode.GetName
GetName()
Get the name of current layer node.
MenuItemExArray.InsertAt
InsertAt(index, element)
Insert an element before the position specified by index.
AnnotationSummarySettings.e_SummaryLayoutAnnotationOnly
static e_SummaryLayoutAnnotationOnly
If set, that means to layout annotations only.
Definition: Index.js:5643
FDFDoc.e_XFDF
static e_XFDF
FDF document type: XFDF.
Definition: Index.js:2783
FloatingInfo.resize_type
resize_type
Specify whether the floating window may be resized by the user. Please refer to values starting from ...
Definition: Index.js:2335
WidgetMenu
Definition: Index.js:37171
PrintParams.is_print_auto_rotate
is_print_auto_rotate
true means that automatically rotates each page to match the page orientation to the available paper ...
Definition: Index.js:2152
AnnotationSummarySettings.constructor
constructor()
Constructor, with parameters.
MediaPlayerCallback.GetPlayerSettings
GetPlayerSettings()
A callback function to get the media player settings.
LayerContext.GetUsageType
GetUsageType()
Get the layer usage type for rendering.
TextFillSignObjectDataArray.RemoveAll
RemoveAll()
Remove all the element from current array.
ButtonItem.tooltip
tooltip
The text to display in the button help text when the mouse is over the toolbutton.
Definition: Index.js:1552
ActionCallback.PopupMenu
PopupMenu(menus, is_selected_item)
A callback function to pop up a menu window.
PageSizeTaskCallBack
Defines a callback interface for handling results of a PageSizeTask.
Definition: Index.js:40834
ActionCallback.SubmitForm
SubmitForm(document, form_data, length, url, file_format_type)
A callback function to submit the form data to a specified URL.
LayerNode.GetZoomUsage
GetZoomUsage()
Get the data for zooming usage.
ActionCallback.e_MailTypeForm
static e_MailTypeForm
Mailed data type: form.
Definition: Index.js:76
CustomSecurityHandler
Definition: Index.js:5013
Bookmark.e_PosLastChild
static e_PosLastChild
A bookmark is the last child of another specified bookmark.
Definition: Index.js:6046
TextFillSignObjectDataArray.GetAt
GetAt(index)
Retrieve a copy of the element at position specified by index in current array.
LayerZoomData
Definition: Index.js:2964
GetPagesInputParams
Definition: Index.js:42137
SearchIndexConfig.is_available
is_available
Specifies whether the serch index is available for selection and searching. true means the index is a...
Definition: Index.js:2678
SnappedPoint
Definition: Index.js:14257
TextFillSignObject.IsCombFieldMode
IsCombFieldMode()
Check whether current mode is comb field mode or not.
PageNumberRange.end_number
end_number
Page number of the end page in current range, starting from 1.
Definition: Index.js:6602
ActionCallback.e_AppInfoTypeViewerType
static e_AppInfoTypeViewerType
Application's viewer type information.
Definition: Index.js:58
OutputPreview.e_ShowNotDeviceCMYKOrSpot
static e_ShowNotDeviceCMYKOrSpot
If set, only show with DeviceCMYK or spot.
Definition: Index.js:6960
CustomSecurityCallback.DecryptData
DecryptData(decryptor, encrypted_data, encrypted_data_len)
A callback function used to decrypt the encrypted data.
PrintParams.binding
binding
The value determines the paper binding direction and the page arrange order. Please refer to values s...
Definition: Index.js:2194
SecurityCallback.Release
Release()
A callback function used to release current callback object itself.
SOAPResponseInfo.network_error
network_error
Network error information of the SOAP response.
Definition: Index.js:2020
FloatingInfo.e_WindowPositionBottomCenter
static e_WindowPositionBottomCenter
Window position: at the bottom center.
Definition: Index.js:2234
DialogDescriptionElement.Set
Set(name, item_id, type, next_tab, width, height, char_width, char_height, font, bold, italic, alignment, align_children, element_array)
Set values.
FillSign.e_FillSignObjectTypeText
static e_FillSignObjectTypeText
Enumeration for fill-sign object type.
Definition: Index.js:3702
ActionCallback.CloseDoc
CloseDoc(document, is_prompt_to_save)
A callback function to close document.
ActionCallback.e_LanguageFRA
static e_LanguageFRA
French.
Definition: Index.js:30
PrintParams.e_BookletBindingRight
static e_BookletBindingRight
Enumeration for the values used to determine the duplex printing mode when printing a booklet.
Definition: Index.js:2076
SOAPRequestProperties.request_url
request_url
The URL for a SOAP HTTP endpoint.
Definition: Index.js:1955
CustomEncryptData.Set
Set(is_encrypt_metadata, filter, sub_filter)
Set value.
SOAPAuthenticateInfo.username
username
A string containing the user name to use for authentication.
Definition: Index.js:1888
GetPagesInfoCallBack
Definition: Index.js:42163
ActionCallback.IsPageLoop
IsPageLoop()
A callback function to get the flag specifies whether the document will loop around to the beginning ...
ActionCallback.GetOpenedDoc
GetOpenedDoc(index)
A callback function to receive an opened PDF document object by index.
ColorState
Definition: Index.js:29277
DialogDescriptionElement.bold
bold
Specify if the font is bold.
Definition: Index.js:1767
Field
Definition: Index.js:24309
RMSSecurityHandler
Definition: Index.js:5156
DRMEncryptData.constructor
constructor()
Constructor.
TextFillSignObject.TextFillSignObject
TextFillSignObject()
Constructor.
StdSecurityHandler.e_ModifyOwnerPassword
static e_ModifyOwnerPassword
If set, only owner password will be modified during encryption process.
Definition: Index.js:4685
AnnotationSummary.constructor
constructor(document)
Constructor.
ActionCallback.OnFieldValueChanged
OnFieldValueChanged(field_name, type, value_before_changed, value_after_changed)
A callback function to notify the value change of the field.
JavaScriptAction
Definition: Index.js:27656
PagingSealSignature
Definition: Index.js:17658
Bookmark.e_PosFirstChild
static e_PosFirstChild
Enumeration for bookmark position.
Definition: Index.js:6044
LayerPrintData.subtype
subtype
A string that specifies the kind of content controlled by a layer.
Definition: Index.js:3121
FileSpec.GetDict
GetDict()
Get the PDF dictionary of current file specification.
CustomSecurityCallback.ReleaseContext
ReleaseContext(context)
A callback function used to release the context for encryption and decryption.
PDFStream
Definition: Index.js:26186
LayerTree.SetBaseState
SetBaseState(state)
Set the base state for all layers in the default configuration.
OutputPreview.SetShowType
SetShowType(show_type)
Set show type.
ShadingObject
Definition: Index.js:30586
LayerNode.SetPrintUsage
SetPrintUsage(data)
Set data for layer printing usage.
WrapperData
Definition: Index.js:7335
ActionCallback.GetCurrentDoc
GetCurrentDoc()
A callback function to receive current PDF document object.
FillSign.e_FillSignObjectTypeSignature
static e_FillSignObjectTypeSignature
Signature fill-sign object.
Definition: Index.js:3714
SOAPRequestProperties.soap_version
soap_version
The version of the SOAP protocol to use when generating the XML Message.
Definition: Index.js:1968
MenuListArray.constructor
constructor()
Constructor.
CertificateEncryptData.Set
Set(is_encrypt_metadata, cipher, envelopes)
Set value.
AnnotationSummaryCallback.Release
Release()
A callback function used to release current callback object itself.
LayerContext.e_UsagePrint
static e_UsagePrint
Use for printing.
Definition: Index.js:3152
RectF
Definition: Index.js:35089
FileSpec.SetCreationDateTime
SetCreationDateTime(date_time)
Set the creation date and time for the embedded file. (Not affect local file)
WrapperData.uri
uri
The URI for consumers to get more information.
Definition: Index.js:7370
AssociatedFiles
Definition: Index.js:3991
ImageSettings
Definition: Index.js:38165
FileSpec.GetCreationDateTime
GetCreationDateTime()
Get creation date and time about when the embedded file was created.
FillSign.IsEmpty
IsEmpty()
Check whether current object is empty or not.
AnnotationSummaryCallback.e_AnnotationSummaryStringIDAuthor
static e_AnnotationSummaryStringIDAuthor
Enumeration for string ID used to specify the string or prefix in result document when summarizing an...
Definition: Index.js:5540
Bookmark.GetFirstChild
GetFirstChild()
Get the first child bookmark.
ActionCallback.e_AppInfoTypeViewerVersion
static e_AppInfoTypeViewerVersion
Application's viewer version information.
Definition: Index.js:62
CompareResultInfoArray
Definition: Index.js:40420
Combination.e_CombineDocsOptionMarkInfos
static e_CombineDocsOptionMarkInfos
If set, that means "MarkInfo" of source PDF files will be outputted to combined result PDF file.
Definition: Index.js:6480
FileSpec.constructor
constructor(document)
Constructor.
TextFillSignObjectDataArray.Add
Add(element)
Add an element to the end of current array.
SearchOption.is_stemming
is_stemming
Specifies whether the search query will take the stemming of words (for example, run,...
Definition: Index.js:2625
ActionCallback.OpenMediaPlayer
OpenMediaPlayer(player_args)
A callback function to open media player.
PageNumberRange.filter
filter
Filter type to decide which page numbers of this range would be used. Please refer to values starting...
Definition: Index.js:6607
DialogDescriptionElement.font
font
The font to use for this element.
Definition: Index.js:1765
PrintParams.constructor
constructor()
Constructor.
ImageObject
Definition: Index.js:30188
ActionCallback.e_JSMediaPlayerStateStop
static e_JSMediaPlayerStateStop
media player state: Stop.
Definition: Index.js:108
MediaSettings.floating_wnd_info
floating_wnd_info
A FloatingInfo containing properties (listed below) that define the location and style of a floating ...
Definition: Index.js:2470
ActionCallback.e_LanguageDAN
static e_LanguageDAN
Danish.
Definition: Index.js:22
CertificateEncryptData.is_encrypt_metadata
is_encrypt_metadata
A boolean value to decide whether to encrypt metadata or not. true means to encrypt metadata,...
Definition: Index.js:4774
OutputPreview.e_ShowCalGray
static e_ShowCalGray
If set, only show with CalGray.
Definition: Index.js:6976
AnnotationSummarySettings.SetAnnotType
SetAnnotType(type, use_all)
Set the option to decide which type of annotations will be summarized.
ActionCallback.GetDocChangeMark
GetDocChangeMark(document)
A callback function to receive the change mark which indicates whether the content of document is cha...
MediaPlayerCallback.Release
Release()
A callback function used to release current callback object itself.
DialogDescriptionConfig.Set
Set(name, first_tab, width, height, char_width, char_height, align_children, element_array)
Set values.
FloatingInfo.window_pos
window_pos
Specify how the floating window is to be positioned relative to the window specified by the relative...
Definition: Index.js:2323
FileSpec.GetAssociteFileRelationship
GetAssociteFileRelationship()
(Only supported in PDF 2.0) Get the associated file relationship when current file specification is u...
LayerContext.Reset
Reset()
Reset current layer context, back to the initialized state.
LayerNode.SetDefaultVisible
SetDefaultVisible(is_visible)
Set default visibility.
LayerNodeArray.GetSize
GetSize()
Get the size of elements in current array.
TabOrderMgr
Definition: Index.js:14381
CombineDocumentInfo.constructor
constructor(file_path, password)
Constructor, with parameters.
Bookmark.SetAction
SetAction(action)
Set action.
AnnotationSummaryCallback.e_AnnotationSummaryStringIDPage
static e_AnnotationSummaryStringIDPage
Annotations summary string ID: specify the prefix when page information is outputed in result documen...
Definition: Index.js:5550
Response
Definition: Index.js:14988
PortfolioFileNode
Definition: Index.js:11868
OutputPreview.e_ColorantTypeProcess
static e_ColorantTypeProcess
Enumeration for colorant type.
Definition: Index.js:7004
FloatingInfo.e_ResizeTypeYes
e_ResizeTypeYes
Resize type: may be resized without preserving the aspect ratio.
Definition: Index.js:2266
LayerZoomData.Set
Set(min_factor, max_factor)
Set value.
ActionCallback.Beep
Beep(type)
A callback function to cause the system to play a sound.
PDFDoc
Definition: Index.js:7578
LayerTree.e_StateUndefined
static e_StateUndefined
The state is undefined.
Definition: Index.js:3024
FDFDoc.e_FDF
static e_FDF
Enumeration for FDF document type.
Definition: Index.js:2781
FDFDoc
Definition: Index.js:2773
PathInfo
Definition: Index.js:42115
ActionCallback.e_LayoutModeContinuousFacing
static e_LayoutModeContinuousFacing
Layout mode: continuous two pages.
Definition: Index.js:126
ActionCallback.OpenDoc
OpenDoc(file_path, password)
A callback function to open a PDF file.
Bookmark.GetDestination
GetDestination()
Get the destination.
FloatingInfo.title
title
This title to be displayed if has_title is true.
Definition: Index.js:2344
ButtonItem.enable
enable
An expression string that determines whether to enable the toolbutton.
Definition: Index.js:1548
AssociatedFiles.RemoveAssociatedFile
RemoveAssociatedFile(pdf_object, index)
Remove an associated file (represented by FileSpec) in a specified PDF dictionary object,...
TextFillSignObjectData.text_state
text_state
Text state information.
Definition: Index.js:3634
FileSpec.SetModifiedDateTime
SetModifiedDateTime(date_time)
Set last modified date and time for the embedded file. (Not affect local file)
MenuListArray.Add
Add(element)
Add an element to the end of current array.
FloatingInfo.e_OffScreenAllow
e_OffScreenAllow
Enumeration for the action can be taken if the floating window is positioned totally or partially off...
Definition: Index.js:2276
Polygon
Definition: Index.js:21830
Combination.e_CombineDocsOptionStructrueTree
static e_CombineDocsOptionStructrueTree
If set, that means structure trees of source PDF files will be outputted to combined result PDF file.
Definition: Index.js:6474
DialogDescriptionElement.element_array
element_array
An array of object literals that describe the subelements of this dialog box element.
Definition: Index.js:1775
SOAPAuthenticateInfo.is_use_platform_auth
is_use_platform_auth
A Boolean value indicating that platform authentication should be used.
Definition: Index.js:1899
CertificateSecurityHandler.constructor
constructor()
Constructor.
PDFDictionary
Definition: Index.js:26563
LayerNode.GetDict
GetDict()
Get the PDF dictionary of current object.
ActionCallback.GetLanguage
GetLanguage()
A callback function to get the language of the running viewer application.
MediaPlayerCallback.e_JSMediaPlayerStateSuspend
static e_JSMediaPlayerStateSuspend
media player state: Suspend.
Definition: Index.js:1187
SearchOption.word_matching
word_matching
How individual words in the query will be matched to words in the document. This property is relevant...
Definition: Index.js:2639
FileSpec.SetAssociteFileRelationship
SetAssociteFileRelationship(associfile_relationship)
(Only supported in PDF 2.0) Set the associated file relationship when current file specification is u...
AnnotationSummarySettings.EnableOutputNoAnnotationPage
EnableOutputNoAnnotationPage(enable)
Set the flag to decide whether to output information of pages which have no annotation.
ActionCallback.e_LanguageENU
static e_LanguageENU
English.
Definition: Index.js:26
Bookmark.SetTitle
SetTitle(title)
Set the title.
ActionCallback.e_SearchScopeActiveDoc
static e_SearchScopeActiveDoc
Enumeration for search scope.
Definition: Index.js:150
SignatureVerifyResultArray
Definition: Index.js:15832
IdentityProperties.corporation
corporation
The corporation name.
Definition: Index.js:1487
Annot
Definition: Index.js:18285
SearchCancelCallback
Definition: Index.js:13584
ActionCallback.GetAppInfo
GetAppInfo(type)
A callback function to get application information.
PrintParams.page_order
page_order
The value determines how the multiple pages are laid out on the sheet. Please refer to values startin...
Definition: Index.js:2208
ActionCallback.RemoveToolButtom
RemoveToolButtom(button_name)
A callback function to remove a tool button added by the function ActionCallback.AddToolButton.
AnnotationSummarySettings.SetSummaryLayout
SetSummaryLayout(type)
Set summary layout type.
FDFDoc.IsEmpty
IsEmpty()
Check whether current object is empty or not.
RectFArray
An array of RectF objects.
Definition: Index.js:35334
ActionCallback.IsCurrentDocOpenedInBrowser
IsCurrentDocOpenedInBrowser()
A callback function to get the flag specifies whether current document is opened in browser.
TextFillSignObjectDataArray
Definition: Index.js:3640
WrapperData.constructor
constructor()
Constructor.
Combination.StartCombineDocuments
static StartCombineDocuments(dest_file_path, document_array, options, pause)
Start to combine PDF files.
SearchOption
Definition: Index.js:2538
MenuList.level
level
The level of menu.
Definition: Index.js:1381
LayerTree
Definition: Index.js:3010
CustomEncryptData
Definition: Index.js:4971
OutputPreview.IsEmpty
IsEmpty()
Check whether current object is empty or not.
SearchOption.is_search_bookmarks
is_search_bookmarks
Specifies whether bookmarks are searched for the query. Defaule value: false.
Definition: Index.js:2609
TextFillSignObjectData
Definition: Index.js:3607
FillSign
Definition: Index.js:3694
MediaPlayerCallback.GetState
GetState()
A callback function to get the media player state.
LayerNode.GetPrintUsage
GetPrintUsage()
Get the data for printing usage.
StdEncryptData.is_encrypt_metadata
is_encrypt_metadata
A boolean value to decide whether to encrypt metadata or not. true means to encrypt metadata,...
Definition: Index.js:4644
MenuList.sub_menu_list_array
sub_menu_list_array
The sub menu array.
Definition: Index.js:1385
RMSEncryptData
Definition: Index.js:5041
CustomEncryptData.is_encrypt_metadata
is_encrypt_metadata
A boolean value to decide whether to encrypt metadata or not. true means to encrypt metadata,...
Definition: Index.js:5001
DialogDescriptionElement.italic
italic
Specify if the font is italic.
Definition: Index.js:1769
FloatingInfo.has_title
has_title
true means a title should be displayed in the title bar, while false means not.
Definition: Index.js:2341
SOAPAuthenticateInfo.password
password
A string containing the password to use for authentication.
Definition: Index.js:1890
FloatingInfo.e_WindowPositionCenterRight
static e_WindowPositionCenterRight
Window position: at the center right.
Definition: Index.js:2230
CertificateSecurityCallback
Definition: Index.js:5209
IdentityProperties
Definition: Index.js:1449
PrintParams.handling
tile_scale handling
The amount that tiled pages are scaled.
Definition: Index.js:2190
RenderPageTask
Represents a task for render a page in a document with various settings.
Definition: Index.js:42095
MenuItemConfig.parent
parent
The name of the parent menu item. Its submenu will have the new menu item added to it.
Definition: Index.js:1603
PDFNameTree
Definition: Index.js:25540
ActionCallback.RemoveSearchIndex
RemoveSearchIndex(search_index_config)
(Reserved, unsupported yet) A callback function to remove a search index.
AssociatedFiles.e_RelationshipAlternative
static e_RelationshipAlternative
The relationship is "Alternative" which means the file specification is an alternative representation...
Definition: Index.js:4014
IdentityProperties.department
department
The department name.
Definition: Index.js:1501
Excel2PDFSettingData
Definition: Index.js:39620
AnnotationSummarySettings.SetStartPage
SetStartPage(page_index)
Set starting page index.
DRMEncryptData.user_permissions
user_permissions
The user permissions. Please refer to values starting from PDFDoc.e_PermPrint and this can be one or ...
Definition: Index.js:4892
CustomSecurityCallback.IsOwner
IsOwner(context)
A callback function used to check if current user is the owner of the PDF document.
OutputPreview.e_ShowLineArt
static e_ShowLineArt
If set, only show line art.
Definition: Index.js:6994
FileSpec.SetSubtype
SetSubtype(subtype)
(Only support in PDF 2.0) Set the MIME type value for "Subtype" key for embedded file (Not affect loc...
OutputPreview.GetSpotPlateColor
GetSpotPlateColor(plate_name)
Get the color value of a plate.
IdentityProperties.first_name
first_name
The user first name.
Definition: Index.js:1495
Stamp
Definition: Index.js:21513
DRMSecurityCallback.IsOwner
IsOwner(document, sub_filter)
A callback function used to check if current user is the owner of the PDF document.
ResetFormAction
Definition: Index.js:28164
StrikeOut
Definition: Index.js:20129
StdEncryptData.cipher
cipher
Cipher type. Please refer to values starting from SecurityHandler.e_CipherRC4 and this should be one ...
Definition: Index.js:4654
FloatingInfo.e_WindowPositionBottomLeft
static e_WindowPositionBottomLeft
Window position: at the bottom left corner.
Definition: Index.js:2232
Attachments.ExtractEmbeddedFileTo
ExtractEmbeddedFileTo(key, dst_file_path)
Extract an attachment and save it to a specified file path.
RMSEncryptData.publish_license
publish_license
The Encoded Publishing License issued from server to the Content publisher, in ASCII encoding....
Definition: Index.js:5124
CombineDocumentInfoArray.RemoveAll
RemoveAll()
Remove all the element from current array.
LayerContext.CopyStates
CopyStates(source_context)
Copy states from another layer context.
DateTime
Definition: Index.js:30697
CustomSecurityCallback.GetEncryptedSize
GetEncryptedSize(context, obj_num, gen_num, src_data, src_data_len)
A callback function used to get the estimated encrypted size.
CompareResults
Definition: Index.js:40475
PointFArray
Definition: Index.js:34971
PageBasicInfo.constructor
constructor()
Constructor.
FontMapResult
Definition: Index.js:32441
PrintParams.e_DuplexTypeDuplexFlipShortEdge
static e_DuplexTypeDuplexFlipShortEdge
Duplex type: prints on both sides of the paper; the paper flips along the short edge.
Definition: Index.js:2052
LayerNode.AddChild
AddChild(index, name, has_Layer)
Add a new layer node as a child for current layer node.
FieldArray
Definition: Index.js:24155
Watermark
Definition: Index.js:14689
NativeObjectReference
Definition: Index.js:2700
SearchIndexConfig.path
path
The path of the search index.
Definition: Index.js:2681
DialogDescriptionElementArray.Add
Add(element)
Add an element to the end of current array.
ActionCallback.SetCurrentPage
SetCurrentPage(document, page_index)
A callback function used to set the current page by index.
ActionCallback.e_JSMediaPlayerStateOpen
static e_JSMediaPlayerStateOpen
Enumeration for media player state.
Definition: Index.js:102
PortfolioNodeArray
Definition: Index.js:11687
LayerNode.HasLayer
HasLayer()
Check if current layer node is associated with a layer.
PDFPage
Definition: Index.js:10311
ActionCallback.GetPageRotation
GetPageRotation(document, page_index)
A callback function used to receive current displaying rotation of a page on PDF viewer.
SOAPRequestProperties
Definition: Index.js:1903
AnnotationSummarySettings.e_SummaryLayoutSeparatePagesWithSequenceNumber
static e_SummaryLayoutSeparatePagesWithSequenceNumber
If set, that means to layout document and annotations with sequence numbers on separate pages.
Definition: Index.js:5645
TableOfContentsConfig.title
title
Title for the table of contents. If this is an empty string, the default value "Table of Contents" wi...
Definition: Index.js:7508
SOAPRequestProperties.constructor
constructor()
Constructor.
TimeStampServer
Definition: Index.js:17440
ActionCallback.GetAttachmentsFilePath
GetAttachmentsFilePath(pdf_doc, name)
A callback function to get the file path of attachments file.
RenderPageTaskCallBack
Defines a callback interface for handling the result of a RenderPageTask.
Definition: Index.js:42075
SOAPResponseInfo.response_body
response_body
Body of the SOAP response.
Definition: Index.js:2018
StdSecurityHandler.SetAES256ModifyFlags
SetAES256ModifyFlags(modify_flags)
(Only for AES-256) Set modify flags to decide which security data or password will be modified during...
MenuItemExArray.constructor
constructor()
Constructor.
FloatingInfo.e_WindowPositionTopRight
static e_WindowPositionTopRight
Window position: at the top right corner.
Definition: Index.js:2224
OutputPreview.e_ShowSpotColor
static e_ShowSpotColor
If set, only show with spot color.
Definition: Index.js:6956
Path
Definition: Index.js:32529
LayerContext.GetDocument
GetDocument()
Get the related PDF document.
IdentityProperties.title
title
The user title.
Definition: Index.js:1499
IdentityProperties.Set
Set(corporation, email, login_name, name, first_name, last_name, title, department)
Set values.
Metadata
Definition: Index.js:9840
CalculateMaxSizeCallback
Defines a callback interface for handling the result of a CalculateMaxSizeTask.
Definition: Index.js:40964
Form
Definition: Index.js:24815
Combination.e_CombineDocsOptionAcroformRename
static e_CombineDocsOptionAcroformRename
If set, that means fields with same name will be renamed in combined result PDF file.
Definition: Index.js:6472
CombineDocumentInfoArray.Add
Add(element)
Add an element to the end of current array.
FileSpec.ExportToFileStream
ExportToFileStream(stream)
Export the file data that represented in current file specification through a stream callback object.
NativeObjectWrapper
Definition: Index.js:2713
SearchResultArray
An array of SearchResult objects.
Definition: Index.js:41699
MediaPlayerCallback.e_JSMediaPlayerStateClose
static e_JSMediaPlayerStateClose
media player state: Close.
Definition: Index.js:1181
DefaultAppearance
Definition: Index.js:17715
RenderConfig
Definition: Index.js:31306
CombineDocumentInfoArray
Definition: Index.js:6410
ActionCallback.e_LayoutModeFacing
static e_LayoutModeFacing
Layout mode: two pages.
Definition: Index.js:124
CombineDocumentInfo.SetPDFFileName
SetPDFFileName(pdf_file_name)
Set the name of the PDF file, which will be combined with other PDF files.
OutputPreview.e_ShowRegistrationColor
static e_ShowRegistrationColor
If set, only show registration color.
Definition: Index.js:6990
ActionCallback.Print
Print(document, is_ui, page_range, is_silent, is_shrunk_to_fit, is_printed_as_image, is_reversed, is_to_print_annots)
A callback function to print pages within a specified index range.
DWG2PDFSettingData
Definition: Index.js:39274
PrintParams.num_pages_h
num_pages_h
The number of pages to lay out in the horizontal direction when printing Multiple Pages Per Sheet.
Definition: Index.js:2201
OpenDocumentTask
Represents a task for opening a document with specified settings and options.
Definition: Index.js:41512
PointF
Definition: Index.js:35978
ActionCallback.SetPageScale
SetPageScale(zoom_mode, dest)
A callback function to set current page zoom value.
Attachments.GetKey
GetKey(index)
Get the key of an attachment defined in the EmbeddedFiles name tree, by index.
FileAttachment
Definition: Index.js:22287
DrawPageTaskCallBack
Defines a callback interface for handling the result of a DrawPageTask.
Definition: Index.js:41280
DRMSecurityHandler.GetDRMValue
GetDRMValue(key)
Get the DRM value for a specified parameter.
OutputPreview.e_ShowCMYK
static e_ShowCMYK
If set, only show with CMYK.
Definition: Index.js:6964
UrlFileRead
Definition: Index.js:40654
LayerNode.AddGraphicsObject
AddGraphicsObject(page, graphicsobject)
Add a graphics object to current layer node.
DialogDescriptionConfig.height
height
The height of the dialog box in pixels.
Definition: Index.js:1839
MenuItemEx.is_checked
is_checked
A boolean value which indicates whether the menu item is to be marked as checked.
Definition: Index.js:1431
DialogDescriptionElement.name
name
The displayed name of the dialog box element.
Definition: Index.js:1723
LayerContext
Definition: Index.js:3140
Rendition
Definition: Index.js:12615
PDFObject
Definition: Index.js:25828
ImportDataAction
Definition: Index.js:28228
PrintParams.e_PrintHandlingNone
static e_PrintHandlingNone
Enumeration for the values used to determine how the multiple pages are laid out on the sheet.
Definition: Index.js:2115
TrustedCertStoreCallback
Definition: Index.js:15580
ActionCallback.AddSearchIndex
AddSearchIndex(di_path, is_selected)
A callback function to add a search index.
MediaSettings.e_PlayerWindowTypeFloating
static e_PlayerWindowTypeFloating
Window type: a floating window.
Definition: Index.js:2367
PortfolioFolderNode
Definition: Index.js:11741
Bookmark.GetStyle
GetStyle()
Get the style.
ActionCallback.AddToolButton
AddToolButton(button_item)
A callback function to add a tool button.
MediaSettings.show_ui
show_ui
A boolean value that specifies whether the controls of the media player should be visible or not.
Definition: Index.js:2455
ActionCallback.e_SearchScopeFolder
static e_SearchScopeFolder
Search scope: folder.
Definition: Index.js:152
OutputPreview.e_ShowSolidColor
static e_ShowSolidColor
If set, only show solid color.
Definition: Index.js:6986
FileSpec
Definition: Index.js:4238
CertificateEncryptData
Definition: Index.js:4740
ActionCallback.GetCurrentPage
GetCurrentPage(document)
A callback function used to receive current page index.
CertificateEncryptData.cipher
cipher
Cipher type. Please refer to values starting from SecurityHandler.e_CipherRC4 and this should be one ...
Definition: Index.js:4779
Bookmark.GetTitle
GetTitle()
Get the title.
PayLoadData.file_name
file_name
The payload file name.
Definition: Index.js:7410
FillSign.RemoveObject
RemoveObject(fillsign_object)
Remove a specified fill-sign object.
FillSignObject.Move
Move(point, width, height, rotation)
Move current fill-sign object.
EmbeddedFontData.constructor
constructor()
Constructor.
TimeRange
Definition: Index.js:15035
WidgetChoiceOption
Definition: Index.js:36118
SearchOption.is_whole_word
is_whole_word
Specifies whether search finds only occurrences of complete words that are specified in the query....
Definition: Index.js:2605
IdentityProperties.login_name
login_name
The login name. Usually, this is the name used to log in current operating system.
Definition: Index.js:1491
DialogDescriptionConfig
Definition: Index.js:1779
MediaSettings.bg_opacity
bg_opacity
The background opacity for the media player window.
Definition: Index.js:2436
DRMEncryptData.sub_filter
sub_filter
The sub filter name that specifies the syntax of the encryption dictionary contents.
Definition: Index.js:4870
ActionCallback.e_LanguageJPN
static e_LanguageJPN
Japanese.
Definition: Index.js:36
DialogDescriptionConfig.name
name
The title bar of the dialog box.
Definition: Index.js:1818
SOAPRequestProperties.is_encode
is_encode
Encoded the request using the SOAP Encoding described in the SOAP Specification. Otherwise,...
Definition: Index.js:1975
PlayerArgs.screen_annot
screen_annot
A Screen object.
Definition: Index.js:2518
MediaPlayerCallback.Play
Play()
A callback function to play the media player.
SignatureFillSignObject.IsInitialsType
IsInitialsType()
Check if current annotation is an initials signature fill-sign object.
Combination.e_CombineDocsOptionDuplicateStream
static e_CombineDocsOptionDuplicateStream
If set, that means duplicate stream objects from source PDF files will be outputted to combined resul...
Definition: Index.js:6494
AnnotationSummaryCallback.e_AnnotationSummaryStringIDDocumentTitle
static e_AnnotationSummaryStringIDDocumentTitle
Annotations summary string ID: specify the document title in result document. Default title is "Summa...
Definition: Index.js:5557
FileSpec.GetDescription
GetDescription()
Get the descriptive text associated with current file specification.
ActionCallback.SetDocChangeMark
SetDocChangeMark(document, change_mark)
A callback function to set the change mark which indicates whether the content of document is changed...
PauseCallback
Definition: Index.js:34346
Word2PDFSettingData
Definition: Index.js:39462
ChoiceOptionArray
Definition: Index.js:24248
MediaSettings.window_type
window_type
That defines which type of window the media player should be created in. Please refer to values start...
Definition: Index.js:2467
LayerNode.RemoveChild
RemoveChild(index)
Remove a child node by index.
Combination
Definition: Index.js:6462
FDFDoc.SaveAs
SaveAs(file_path)
Save current document as another FDF or XFDF file.
SearchOption.is_search_in_attachments
is_search_in_attachments
Specifies whether any PDF file attachments should be searched along with the base document....
Definition: Index.js:2613
CustomSecurityCallback
Definition: Index.js:5318
AnnotationSummarySettings.SetConnectorLineColor
SetConnectorLineColor(color)
Set connector line color.
AppProviderCallback
Definition: Index.js:37671
Widget
Definition: Index.js:22449
FileSpec.GetChecksum
GetChecksum()
Get the checksum for embedded file.
RenditionAction
Definition: Index.js:28459
PrintParams.is_tile_label
is_tile_label
Label each page of tiled output. Labeled pages indicate row and column, file name,...
Definition: Index.js:2180
Bookmark.GetNextSibling
GetNextSibling()
Get the next sibling bookmark.
MenuItemExArray.Add
Add(element)
Add an element to the end of current array.
Line
Definition: Index.js:20962
CombineDocumentInfo
Definition: Index.js:6344
ActionCallback.ExecuteNamedAction
ExecuteNamedAction(document, named_action)
A callback function to execute a named action.
ActionCallback.SetFullScreen
SetFullScreen(is_full_screen)
A callback function to set full screen mode.
PrintParams.e_PageOrderHorizontalReversed
static e_PageOrderHorizontalReversed
Page Order type: pages are placed from right to left, from top to bottom.
Definition: Index.js:2103
Attachments.IsEmpty
IsEmpty()
Check whether current object is empty or not.
Combination.e_CombineDocsOptionNames
static e_CombineDocsOptionNames
If set, that means "Dests" name trees and "EmbeddedFiles" name trees of source PDF files will be outp...
Definition: Index.js:6487
PSICallback
Definition: Index.js:14520
FillSign.e_FillSignObjectTypeRoundRectangle
static e_FillSignObjectTypeRoundRectangle
Round rectangle fill-sign object.
Definition: Index.js:3708
FileSpec.ExportToFile
ExportToFile(path)
Export the file data that represented in current file specification directly into a file.
EditFormTask
EditFormTask class is used to handle various events related to forms, such as reset,...
Definition: Index.js:41943
PageNumberRange.Set
Set(start_number, end_number, filter)
Set value.
FDFDoc.GetFDFDict
GetFDFDict()
Get the dictionary of "FDF" entry from catalog dictionary.
DrawPageTaskSettingData
Represents the settings data for drawing a page in a document.
Definition: Index.js:41137
CustomSecurityHandler.Initialize
Initialize(encrypt_data, callback, encrypt_info)
Initialize current custom security handler.
Bookmark.e_PosFirstSiblingv
static e_PosFirstSiblingv
A bookmark is the first sibling of another specified bookmark.
Definition: Index.js:6052
PortfolioNode
Definition: Index.js:11654
PrintParams.num_copies
num_copies
The number of copies to be printed.
Definition: Index.js:2173
DialogDescriptionElementArray.GetAt
GetAt(index)
Retrieve a copy of the element at position specified by index in current array.
ActionCallback.e_LanguageCHS
static e_LanguageCHS
Chinese Simplified.
Definition: Index.js:18
DialogDescriptionConfig.first_tab
first_tab
An ItemID for the dialog box item that should be first in the tab order.
Definition: Index.js:1825
MenuItemConfig.Set
Set(name, user, parent, pos, pos_str, exec, enable, marked)
Set values.
ActionCallback.e_LayoutModeSinglePage
static e_LayoutModeSinglePage
Enumeration for layout mode.
Definition: Index.js:120
FillSign.GetObjectAtPoint
GetObjectAtPoint(point)
Get a fill-sign object by specified point in PDF coordinate system.
CustomSecurityCallback.GetCipher
GetCipher(context)
A callback function used to get the cipher type.
SOAPResponseInfo.response_header
response_header
Header of the SOAP response.
Definition: Index.js:2016
PrintParams.is_print_page_border
is_print_page_border
A boolean value that if true, draws and prints a page boundary around each of the pages during Multip...
Definition: Index.js:2156
OutputPreview.e_ShowDeviceCMYKAndSpot
static e_ShowDeviceCMYKAndSpot
If set, only show with DeviceCMYK and spot.
Definition: Index.js:6958
StructElement
Definition: Index.js:26806
UnembeddedFontSettings
Definition: Index.js:38509
PayLoadData.crypto_filter
crypto_filter
The name of the cryptographic filter used to encrypt the encrypted payload document.
Definition: Index.js:7408
MediaSettings.base_url
base_url
The base URL to be used to resolve any relative URLs used in the media clip.
Definition: Index.js:2430
SignatureCallback
Definition: Index.js:17128
ActionCallback.e_MailTypeMsg
static e_MailTypeMsg
Mailed data type: string message.
Definition: Index.js:78
UrlHeader
Definition: Index.js:40603
DialogDescriptionElement.char_width
char_width
Specifies the width of the element in characters.
Definition: Index.js:1748
SecurityHandler
Definition: Index.js:4552
Bookmark.e_StyleItalic
static e_StyleItalic
Show bookmark title as italic text.
Definition: Index.js:6031
LayerContext.SetVisible
SetVisible(layer, is_visible)
Set the visibility of a specified layer node in current layer context.
MediaSettings.bg_color
bg_color
The background color for the media player window. Format: 0xRRGGBB.
Definition: Index.js:2433
SOAPResponseInfo
Definition: Index.js:1988
StreamCallback
File stream interface, reading & writing.
Definition: Index.js:34547
MediaPlayerCallback.e_JSMediaPlayerStateStop
static e_JSMediaPlayerStateStop
media player state: Stop.
Definition: Index.js:1185
LayerNodeArray.Add
Add(element)
Add an element to the end of current array.
MediaSettings.volume
volume
Specify the playback volume. A value of 0 is muted, a value of 100 is normal (full) volume.
Definition: Index.js:2461
AnnotationSummarySettings.e_FontSizeSmall
static e_FontSizeSmall
Enumeration for options used for font size type in result document.
Definition: Index.js:5672
PageBasicInfo
Definition: Index.js:7421
OutputPreview.e_ShowText
static e_ShowText
If set, only show text.
Definition: Index.js:6992
LayerContext.IsEmpty
IsEmpty()
Check whether current object is empty or not.
Combination.e_CombineDocsOptionPageLabels
static e_CombineDocsOptionPageLabels
If set, that means page labels of source PDF files will be outputted to combined result PDF file.
Definition: Index.js:6482
AnnotationSummaryCallback.e_AnnotationSummaryStringIDPageTitle
static e_AnnotationSummaryStringIDPageTitle
Annotations summary string ID: specify the prefix when page title is outputed in result document....
Definition: Index.js:5561
OutputPreview.e_ShowDevice
static e_ShowDevice
If set, only show with Device.
Definition: Index.js:6982
FileSpec.GetCompressedEmbeddedFileSize
GetCompressedEmbeddedFileSize()
Get the compressed file size of embedded file.
MenuList.name
name
The title of menu.
Definition: Index.js:1383
ActionCallback.SetIdentityProperties
SetIdentityProperties(identity_properties)
A callback function used to set identity properties of current user.
SaveDocTaskCallBack
Defines a callback interface for handling the result of a SaveDocTask.
Definition: Index.js:41548
BorderInfo
Definition: Index.js:17907
FileSpec.GetFileName
GetFileName()
Get the file name.
ActionCallback.GetPageWindowRect
GetPageWindowRect()
A callback function to get the rectangle for the page view window. The page view window is the area i...
ActionCallback
Definition: Index.js:8
AnnotationSummarySettings.e_TypeSortByPage
static e_TypeSortByPage
If set, that means to sort annotation by page in result document.
Definition: Index.js:5661
LayerTree.e_StateOFF
static e_StateOFF
The state is OFF.
Definition: Index.js:3020
FillSign.e_FillSignObjectTypeInitialsSignature
static e_FillSignObjectTypeInitialsSignature
Initials signature fill-sign object.
Definition: Index.js:3716
Attachments.constructor
constructor(doc, nametree)
Constructor, with parameters. from a PDF document object and an EmbeddedFiles name tree (if any).
MediaSettings.is_visible
is_visible
A boolean value that specifies whether the player should be visible.
Definition: Index.js:2458
DRMEncryptData.is_owner
is_owner
A boolean value to decide whether current user is owner or not. true means current user is owner,...
Definition: Index.js:4887
FloatingInfo.off_screen
off_screen
Specify what action should be taken if the floating window is positioned totally or partially offscre...
Definition: Index.js:2350
TiledWatermarkSettings
Definition: Index.js:7275
WatermarkSettings
Definition: Index.js:14779
ActionCallback.e_LanguageSVE
static e_LanguageSVE
Swedish.
Definition: Index.js:46
StdEncryptData.constructor
constructor()
Constructor.
CERT_INFO
Definition: Index.js:40678
OutputPreview.e_ShowDeviceN
static e_ShowDeviceN
If set, only show with DeviceN.
Definition: Index.js:6962
SearchOption.max_docs
max_docs
The maximum number of documents that will be returned as part of the search query....
Definition: Index.js:2633
WidgetChoiceOptionArray
Definition: Index.js:36150
CalcPageContentTask
Represents a task for calculating the content of a specific page in a PDF document.
Definition: Index.js:41413
StdEncryptData.key_length
key_length
The key length, in bytes.
Definition: Index.js:4664
ViewStatus
Represents the status of a view in a document or application.
Definition: Index.js:40717
PageBasicInfo.rotation
rotation
Page rotation. Please refer to values starting from e_Rotation0 and this should be one of these value...
Definition: Index.js:7457
TiledWatermarkSettings.row_space
row_space
The row spacing for multiple lines of tiled watermark. Its unit is inch and it can't be a negative nu...
Definition: Index.js:7317
Underline
Definition: Index.js:20101
PrintParams.duplex_type
duplex_type
Sets the printing duplex mode to simplex, duplex long edge, or duplex short edge feed....
Definition: Index.js:2178
ChoiceOption
Definition: Index.js:24204
EmbeddedFontData.standard_font_name_array
standard_font_name_array
Font name array of embedded fonts which are standard fonts and can be replaced by system fonts if the...
Definition: Index.js:7471
Bookmark.GetAction
GetAction()
Get action.
PrintParams.e_PrintContentFormFieldsOnly
static e_PrintContentFormFieldsOnly
Print Content: print the contents of form fields only. Useful for printing onto pre-preprinted forms.
Definition: Index.js:2038
OutputPreview.SetCheckStatus
SetCheckStatus(plate_name, to_check)
Set the check status for a plate.
ActionCallback.GetPrinterNameList
GetPrinterNameList()
A callback function to get the printer name list.
FloatingInfo
Definition: Index.js:2212
AnnotArray
Definition: Index.js:18925
Bookmark.GetDict
GetDict()
Get PDF dictionary of current bookmark.
AnnotationSummarySettings.e_SummaryLayoutSeparatePagesWithLine
static e_SummaryLayoutSeparatePagesWithLine
Enumeration for options used for annotation summary layout.
Definition: Index.js:5639
MediaSettings.duration
duration
The amount of time in seconds that playback will take.
Definition: Index.js:2439
CertificateSecurityHandler.Initialize
Initialize(encrypt_data, encrypt_key)
Initialize current certificate security handler.
FileSpec.IsEmpty
IsEmpty()
Check whether current object is empty or not.
AnnotationSummarySettings.e_SummaryLayoutSinglePageWithSequenceNumber
static e_SummaryLayoutSinglePageWithSequenceNumber
If set, that means to layout document and annotations with sequence numbers on separate pages.
Definition: Index.js:5647
DRMSecurityHandler.Initialize
Initialize(encrypt_data, file_id, initial_key)
Initialize current DRM security handler.
Portfolio
Definition: Index.js:12081
TableOfContentsConfig.bookmark_level_array
bookmark_level_array
A bookmark level array which is used to specify bookmarks to be used to generate "Table of Contents"....
Definition: Index.js:7503
AnnotationSummarySettings.e_TypeSortByDate
static e_TypeSortByDate
If set, that means to sort annotation by date in result document.
Definition: Index.js:5659
ActionCallback.InvalidateRect
InvalidateRect(document, page_index, pdf_rect)
A callback function to invalidate the client area within the specified rectangle.
FillSignObject.IsEmpty
IsEmpty()
Check whether current object is empty or not.
StdSecurityHandler
Definition: Index.js:4672
TimeStampCallback
Definition: Index.js:17497
DialogDescriptionConfig.char_height
char_height
The height of the dialog box in characters.
Definition: Index.js:1853
LayerTree.IsEmpty
IsEmpty()
Check whether current object is empty or not.
TiledWatermarkSettings.col_space
col_space
The column spacing for multiple lines of tiled watermark. Its unit is inch and it can't be a negative...
Definition: Index.js:7319
Bookmark.e_StyleBold
static e_StyleBold
Show bookmark title as bold text.
Definition: Index.js:6033
DRMSecurityHandler.constructor
constructor()
Constructor function.
DrawPageTask
Represents a task for drawing a page in a document with various settings.
Definition: Index.js:41307
MenuItemEx.is_enabled
is_enabled
A boolean value which indicates whether the menu item is to appear enabled or grayed out.
Definition: Index.js:1439
AssociatedFiles.e_RelationshipUnspecified
static e_RelationshipUnspecified
Enumeration for the relationship between PDF document and the associated file.
Definition: Index.js:3999
FillSignObject.GetType
GetType()
Get fill-sign type.
DRMEncryptData.is_encrypt_metadata
is_encrypt_metadata
A boolean value to decide whether to encrypt metadata or not. true means to encrypt metadata,...
Definition: Index.js:4868
CustomSecurityCallback.StartDecryptor
StartDecryptor(context, obj_num, gen_num)
A callback function used to start a decryption.
AnnotationSummarySettings.e_SummaryLayoutSinglePageWithLine
static e_SummaryLayoutSinglePageWithLine
If set, that means to layout document and annotations with connector lines on single pages.
Definition: Index.js:5641
ActionCallback.ShowDialog
ShowDialog(dlg_config)
A callback function to show the dialog.
StdEncryptData
Definition: Index.js:4592
PrintParams.e_PageOrderHorizontal
static e_PageOrderHorizontal
Enumeration for the values used to determine how the multiple pages are laid out on the sheet.
Definition: Index.js:2101
OpenDocumentTaskCallBack
Defines a callback interface for handling the result of an OpenDocumentTask.
Definition: Index.js:41485
AnnotationSummaryCallback.e_AnnotationSummaryStringIDNumber
static e_AnnotationSummaryStringIDNumber
Annotations summary string ID: specify the prefix when number information is outputed in result docum...
Definition: Index.js:5571
TXT2PDFSettingData
Definition: Index.js:39200
Bookmark.IsLastChild
IsLastChild()
Check if current bookmark is the last child of its parent bookmark.
PrintParams.is_simulate_overprinting
is_simulate_overprinting
true means to do overprint preview when printing. false means not.
Definition: Index.js:2154
CropPageSizeTaskCallback
Defines a callback interface for handling the result of a CropPageSizeTask.
Definition: Index.js:41083
Bookmark.e_StyleNormal
static e_StyleNormal
Enumeration for bookmark style type.
Definition: Index.js:6029
ButtonItem.exec
exec
The expression string to evaluate when the button is selected.
Definition: Index.js:1546
DRMEncryptData.key_length
key_length
The key length, in bytes. For SecurityHandler.e_CipherRC4 cipher, this value should be between 5 and...
Definition: Index.js:4882
ColorSpace
Definition: Index.js:32781
DialogDescriptionConfig.align_children
align_children
The alignment for all descendants.
Definition: Index.js:1856
PageBasicInfo.Set
Set(width, height, rotation)
Set value.
ActionCallback.Scroll
Scroll(point)
A callback function to scroll the specified point on the current page into the middle of the current ...
WStringArray
Definition: Index.js:30599
MediaSettings.constructor
constructor()
Constructor.
LayerContext.MergeStates
MergeStates(source_context)
Merge states from another layer context.
LaunchAction
Definition: Index.js:28324
TextPage
Definition: Index.js:13719
MenuItemConfig.constructor
constructor()
Constructor.
TableOfContentsConfig.is_show_serial_number
is_show_serial_number
true means to show the serial number in the table of contents, while false means not to show the seri...
Definition: Index.js:7503
DialogDescriptionConfig.element_array
element_array
An array of dialog description element array object.
Definition: Index.js:1859
DialogDescriptionConfig.constructor
constructor()
Constructor.
AnnotationSummarySettings.SetConnectorLineOpacity
SetConnectorLineOpacity(opacity)
Set connector line opacity.
OutputPreview.e_ShowDeviceGray
static e_ShowDeviceGray
If set, only show with DeviceGray.
Definition: Index.js:6974
LayerTree.constructor
constructor(document)
Constructor, from a PDF document.
MenuItemConfig.marked
marked
(Only used by An expression string that determines whether the menu item has a check mark next to it....
Definition: Index.js:1617
Bitmap
Definition: Index.js:32980
CombineDocumentInfo.SetBookmarkTitle
SetBookmarkTitle(bookmark_title)
Set the title of a new parent bookmark for the root bookmark of related source PDF document in combin...
LayerNode.IsEmpty
IsEmpty()
Check whether current object is empty or not.
WriterCallback
Definition: Index.js:34513