Foxit PDF SDK for HarmonyOS  3.0
/Users/ec2-user/gitlab-runner/builds/E-xKdhDoq/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-xKdhDoq/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/actionCallback.d.ts
export namespace ActionCallback {
export const e_LanguageUnknown;
export const e_LanguageCHS;
export const e_LanguageCHT;
export const e_LanguageDAN;
export const e_LanguageDEU;
export const e_LanguageENU;
export const e_LanguageESP;
export const e_LanguageFRA;
export const e_LanguageITA;
export const e_LanguageKOR;
export const e_LanguageJPN;
export const e_LanguageNLD;
export const e_LanguageNOR;
export const e_LanguagePTB;
export const e_LanguageSUO;
export const e_LanguageSVE;
export const e_AppInfoTypeFormsVersion;
export const e_AppInfoTypeViewerType;
export const e_AppInfoTypeViewerVariation;
export const e_AppInfoTypeViewerVersion;
export const e_AppInfoTypeAppVersion;
export const e_MailTypeDoc;
export const e_MailTypeForm;
export const e_MailTypeMsg;
export const e_JSFieldValueChangedByFormat;
export const e_JSFieldValueChangedByCalculation;
export const e_JSFieldValueChangedBySet;
export const e_JSMediaPlayerStateOpen;
export const e_JSMediaPlayerStateClose;
export const e_JSMediaPlayerStatePlaying;
export const e_JSMediaPlayerStateStop;
export const e_JSMediaPlayerStateSuspend;
export const e_LayoutModeSinglePage;
export const e_LayoutModeContinuous;
export const e_LayoutModeFacing;
export const e_LayoutModeContinuousFacing;
export const e_JSMailResultFailed;
export const e_JSMailResultSuccess;
export const e_JSMailResultUserAbort;
export const e_SearchScopeActiveDoc;
export const e_SearchScopeFolder;
export const e_SearchScopeIndex;
export const e_SearchScopeActiveIndexes;
export const e_ModifyItemTypeNone;
export const e_ModifyItemTypeField;
export const e_ModifyItemTypeAnnot;
export const e_ModifyItemTypePage;
export const e_ModifyItemTypeDoc;
}
}
export class IActionCallback {
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);
NotifyBeginDoJob(document, event_type);
NotifyAfterDataChange(document, modify_item_info) ;
NotifyEndDoJob(document, event_type) ;
InitModifyItem(document, item_type, page_index, dict_name) ;
ResetModifyItem(document) ;
GetVisiblePageCount(document) ;
GetVisiblePage(document, index) ;
}
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 {
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-xKdhDoq/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-xKdhDoq/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-xKdhDoq/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-xKdhDoq/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-xKdhDoq/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-xKdhDoq/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);
GetOCGsByPageIndex(page_index);
}
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-xKdhDoq/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-xKdhDoq/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-xKdhDoq/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-xKdhDoq/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-xKdhDoq/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-xKdhDoq/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);
}
export class CertPermission extends NativeObjectWrapper {
static e_PrintNone;
static e_PrintLow;
static e_PrintHigh;
static e_ChangeNone;
}
export class Envelope extends NativeObjectWrapper {
constructor(buffer, size);
constructor(cert_file_path);
constructor(cert_file_path, permission);
constructor(cert_file, permission);
constructor(other);
GetDecryptionKey(p12_file_path, password);
}
export class EnvelopeArray extends NativeObjectWrapper {
GetAt(index);
Add(element);
RemoveAt(index);
InsertAt(index, element);
}
}
Initialize(envelopes, cipher, is_encrypt_metadata);
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 ISecurityCallback {
}
GetDecryptionKey(envelope_buffer, envelope_length);
}
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-xKdhDoq/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-xKdhDoq/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/pdf/pdf.d.ts
export namespace AnnotationSummaryCallback {
export const e_AnnotationSummaryStringIDAuthor;
export const e_AnnotationSummaryStringIDDate;
export const e_AnnotationSummaryStringIDPage;
export const e_AnnotationSummaryStringIDType;
export const e_AnnotationSummaryStringIDDocumentTitle;
export const e_AnnotationSummaryStringIDPageTitle;
export const e_AnnotationSummaryStringIDNoAnnotations;
export const e_AnnotationSummaryStringIDNumber;
export const e_AnnotationSummaryStringIDSubject;
}
}
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, 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);
}
static e_FlagAsAnnot;
static e_FlagOnTop;
static e_FlagNoPrint;
}
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_ExtractPagesOptionBookmark;
static e_ExtractPagesOptionSignature;
static e_InsertDocOptionAttachments;
static e_InsertDocOptionBookmark;
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();
EnableInitializingJavascript(to_initialize_js);
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);
SaveAsAsync(file_path, save_flags);<boolean>;
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);
InsertDocument(dest_index, src_doc, options, bookmark_title);
Sanitize();
RemoveHiddenInfo(hidden_data_setting);
ImportFromFDF(fdf_doc, types, page_range);
ImportFromFDFAsync(fdf_doc, types, page_range);<boolean>;
ImportAnnotFromFDF(fdf_doc, source_fdf_page_index, dest_pdf_page_index);
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);
getAllPageBasicInfo();
GetPageBasicInfoAsync(index);<PageBasicInfo>;
GetEmbeddedFontData();
CreateDSS();
AddTableOfContents(title, bookmark_level_array);
AddTableOfContents(table_of_contents_config);
SetCacheFile(file_stream, is_own_file_stream);
StartRecognizeForm(pause);
StartRecognizeForm(is_set_tool_tips, pause);
GetPageText(page_index);
AddPagingSealSignature(page_range, width, height,
to_check_permission);
StartEmbedAllFonts(pause);
StartAddTiledWatermark(text, settings, properties, 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);
GetAnnotsByIdArray(unique_id_arr);
RemoveStructTree();
LoadAnnotsFonts(page_range);
}
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;
static e_FlattenAll;
static e_FlattenNoAnnot;
static e_FlattenNoFormControl;
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);
GetAnnotAsync(index);<Annot>;
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();
IsScanned();
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, matrix, is_each_text,
disable_embed_font);
AddText(text, rect, style, rotation, rotate_point,
disable_embed_font);
CalculateNewRectForText(text, rect, style, rotation, rotate_point,
disable_embed_font);
SplitTextsInRectangle(rect, split_step);
}
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);
StartParseAsync(pause);<Progressive>;
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);
}
export class ISearchCancelCallback {
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);
}
enable_remove_metadata;
enable_remove_fileattachment;
enable_remove_bookmark;
enable_remove_searchIndex;
enable_remove_comment;
enable_remove_form_fields;
enable_remove_hidden_text;
enable_remove_hidden_layer;
enable_remove_content;
enable_remove_link;
enable_remove_overlaping;
}
constructor(other);
GetSize();
GetAt(index);
Add(element);
RemoveAt(index);
InsertAt(index, newElement);
RemoveAll();
}
// End of /Users/ec2-user/gitlab-runner/builds/E-xKdhDoq/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-xKdhDoq/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/pdf/psi.d.ts
export class IPSICallback {
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-xKdhDoq/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-xKdhDoq/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-xKdhDoq/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-xKdhDoq/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;
}
export class IRevocationCallback {
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);
}
GetCertificates();
}
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);
SetCertChainResolverCallback(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-xKdhDoq/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-xKdhDoq/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 namespace SignatureCallback {
export const e_CertValid;
export const e_CertExpired;
export const e_CertUnsupportType;
export const e_CertDataError;
export const e_CertInvalidPassword;
export const e_CertInvalidPath;
export const e_CertNotSet;
export const e_CertCannotGetPrivateKey;
}
export class ISignatureCallback {
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 ITimeStampCallback {
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-xKdhDoq/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-xKdhDoq/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;
}
export class IIconProviderCallback {
Release();
GetProviderID();
GetProviderVersion();
HasIcon(annot_type, icon_name);
CanChangeColor(annot_type, icon_name);
GetIcon(annot_type, icon_name, color, annot_dict);
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);
SetBorderOpacity(opacity);
GetBorderOpacity();
SetFillOpacity(opacity);
GetFillOpacity();
}
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-xKdhDoq/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-xKdhDoq/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/pdf/interform/form.d.ts
export namespace FillerAssistCallback {
export const e_PopupMenuItemNone;
export const e_PopupMenuItemCut;
export const e_PopupMenuItemCopy;
export const e_PopupMenuItemPaste;
export const e_PopupMenuItemDelete;
export const e_PopupMenuItemSelectAll;
}
export class IFillerAssistCallback {
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);
OnRButtonDownAsync(page, point, flags);<boolean>;
OnRButtonUp(page, point, flags);
OnRButtonUpAsync(page, point, flags);<boolean>;
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 ITimerCallback {
OnTimer(timer);
}
// End of /Users/ec2-user/gitlab-runner/builds/E-xKdhDoq/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-xKdhDoq/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);
AddReference(pdf_object, document);
}
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);
}
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);
}
// End of /Users/ec2-user/gitlab-runner/builds/E-xKdhDoq/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-xKdhDoq/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);
}
export class SetOCGStateAction extends NativeObjectWrapper {
static e_OCGStateOn;
static e_OCGStateOff;
static e_OCGStateToggle;
constructor(action);
GetOCGStateCount();
GetOCGState(index);
GetOCGStateArray(index);
InsertOCGStates(document, index, state, ocg_dict_array);
ReplaceOCGStates(document, index, ocg_dict_array);
RemoveOCGStates(index);
IsRadioButtonStatePreserved();
SetRadioButtonStatePreserved(is_preserved);
}
// End of /Users/ec2-user/gitlab-runner/builds/E-xKdhDoq/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-xKdhDoq/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 TextObjectArray 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 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;
static e_TypeInlines;
static e_TypeEmptyMarkedContent;
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;
font_vertical_size;
font_horizontal_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);
CloneBitmap(page, 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-xKdhDoq/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-xKdhDoq/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-xKdhDoq/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-xKdhDoq/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_ErrOFDEngineNotInit
export const e_ErrNoOFDModuleRight;
export const e_ErrNo3DModuleRight;
export const e_ErrInvalidRegex;
export const e_ErrNoDocumentPermission;
export const e_ErrNoOffice2PDFModuleRight;
export const e_ErrMIPUPEEngineInitFailed;
export const e_ErrMIPProtectionEngineInitFailed;
export const e_ErrMIPCreateProtectionHandlerFailed;
export const e_ErrMIPGetExtendedLabelInfoByIdFailed;
export const e_ErrNoPrint2PDFModuleRight;
export const e_ErrResponseDataError;
export const e_ErrTimeout;
export const e_ErrNoImageObject;
export const e_ErrFXOCREngineNotInit;
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 INotifierCallback {
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 UnregisterSignatureCallback(filter, sub_filter);
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();
static AddExternalFontPath(font_path);
static MatchExternalFontsOnly(only_match);
}
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);
constructor(stream);
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);
IsCharSupported(unicode, document);
}
export class FontMapResult extends NativeObjectWrapper {
constructor(file_read, face_index);
Set(file_read, face_index);
file_read;
face_index;
}
export class IFontMapperCallback {
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;
static e_EnhanceAlgoGrayLevelTransformation;
static e_ThresholdAlgoFixedThreshold;
static e_ThresholdAlgoOTSU;
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);
ConvertToMono();
FadeOutBackground(enchancement_algorithms, threshold_algorithms, threshold_level);
}
export class Image extends NativeObjectWrapper {
static e_OrientationNone;
static e_OrientationNormal;
static e_OrientationFlipH;
static e_OrientationRotate180;
static e_OrientationFlipV;
static e_OrientationRotate90FlipH;
static e_OrientationRotate90;
static e_OrientationRotate270FlipH;
static e_OrientationRotate270;
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;
static e_WEBP;
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);
GetOrientation();
}
export class Renderer extends NativeObjectWrapper {
static e_ColorModeNormal;
static e_ColorModeMappingGray;
static e_ColorModeMapping;
static e_ColorModeAlpha;
static e_ColorModeForeground;
static e_RenderPage;
static e_RenderAnnot;
static e_RenderHighlight;
static e_RenderExceptHighlight;
static e_RenderScreen;
static e_ColorModeForegroundText;
static e_ColorModeForegroundPath;
static e_ColorModeForegroundBlackText;
static e_ColorModeForegroundBlackPath;
constructor(bitmap, is_rgb_order);
IsEmpty();
StartQuickRender(page, matrix, pause);
StartRender(page, matrix, pause);
StartRenderAsync(page, matrix, pause);<Progressive>
StartRenderReflowPage(reflow_page, matrix,
pause);
StartRenderReflowPageAsync(reflow_page, matrix,
pause);<Progressive>;
StartRenderXFAPage(xfa_page_view, matrix, is_highlight,
pause);
StartRenderXFAPageAsync(xfa_page_view, matrix, is_highlight,
pause);<Progressive>
StartRenderBitmap(bitmap, matrix,
clip_rect, interpolation,
pause);
StartRenderBitmap(bitmap, matrix,
clip_rect, interpolation,
alpha, pause);
SetRenderAnnotAppearanceType(ap_type);
RenderAnnot(annot, matrix);
RenderAnnotAsync(annot, matrix);<boolean>;
RenderFormControls(page, matrix);
RenderGraphicsObject(graphics_object, page, matrix);
SetClipRect(clip_rect);
ClearClips();
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);
SetRenderLayer(is_render_one_layer);
SetColorMode(color_mode);
SetMappingModeColors(background_color, foreground_color);
SetForegroundColorMode(foreground_color_mode);
SetForegroundColor(foreground_color);
SetClearType(is_clear_type);
SetPrintTextAsGraphic(is_to_print_text_graphic);
SetPrintTextAsImage(is_to_print_text_image);
SetForceDownSample(is_to_force_down_sample);
SetOverprint(is_to_enable_overprint);
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);
TransformRGBAtNight(bitmap, color_light_factor);
DrawTextString(document, text_string, graph_state, origin_x, origin_y,
font, font_size, matrix, fill_color, stroke_color);
DrawPath(path, graph_state, matrix, fill_color, stroke_color,
fill_mode, blend_mode);
DrawStrokeRect(path, graph_state, rect, color, width);
SetScreenDPIScale(scale);
}
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 class IPauseCallback {
NeedToPauseNow();
}
export class IDocEventCallback {
Release();
OnDocWillOpen();
OnDocOpened(document, error_code);
OnDocWillDestroy(document);
OnDocWillSave(document);
OnDocSaved(document, error_code);
}
// End of /Users/ec2-user/gitlab-runner/builds/E-xKdhDoq/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-xKdhDoq/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/common/file/file.d.ts
export class IAsyncReaderCallback {
IsDataAvail(offset, size);
AddDownloadHint(offset, size);
GetSize();
ReadBlock(offset, size);
}
export class IReaderCallback {
Release();
GetSize();
ReadBlock(offset, size);
ReadBlock(buffer, offset, size);
}
export class IWriterCallback {
Release();
GetSize();
Flush();
WriteBlock(pData, offset, size);
}
//*****************************************************************************
//* IFX_FileStream
//*****************************************************************************
export class IStreamCallback {
Retain();
Release();
GetSize();
IsEOF();
GetPosition();
ReadBlock(offset, size);
WriteBlock(buffer, offset, size);
Flush();
}
// End of /Users/ec2-user/gitlab-runner/builds/E-xKdhDoq/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-xKdhDoq/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,);
Deflate(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-xKdhDoq/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-xKdhDoq/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/addon/redaction.d.ts
Release();
NeedToGenerateStreamFile();
}
export class Redaction extends NativeObjectWrapper {
constructor(document);
IsEmpty();
MarkRedactAnnot(page, rects);
EnableFileStream(temp_directory_path, apply_redaction_callback);
Apply();
StartApply(pause);
StartApplyAsync(pause);<Progressive>;
}
// End of /Users/ec2-user/gitlab-runner/builds/E-xKdhDoq/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-xKdhDoq/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/addon/xfa/xfa.d.ts
import { WStringArray } from "../../common/basictypes";
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_EventTypeClick;
static e_EventTypeChange;
static e_EventTypeDocClose;
static e_EventTypeDocReady;
static e_EventTypeEnter;
static e_EventTypeExit;
static e_EventTypeFull;
static e_EventTypeIndexChange;
static e_EventTypeInitialize;
static e_EventTypeMouseDown;
static e_EventTypeMouseEnter;
static e_EventTypeMouseExit;
static e_EventTypeMouseUp;
static e_EventTypePostExecute;
static e_EventTypePostOpen;
static e_EventTypePostSave;
static e_EventTypePostSign;
static e_EventTypePostSubmit;
static e_EventTypePreExecute;
static e_EventTypePreOpen;
static e_EventTypePreSave;
static e_EventTypePreSign;
static e_EventTypePreSubmit;
static e_EventTypeReady;
static e_EventTypeValidationState;
static e_EventTypeInitCalculate;
static e_EventTypeInitVariables;
static e_EventTypeCalculate;
static e_EventTypeValidate;
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);
GetPageAsync(page_index);<XFAPage>;
ExportData(output_file_path, export_type);
ExportData(stream, 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);
OnLButtonDownAsync(point, flags);<boolean>;
OnLButtonUp(point, flags);
OnLButtonUpAsync(point, flags);<boolean>;
OnLButtonDoubleClick(point, flags);
OnMouseMove(point, flags);
OnMouseMoveAsync(point, flags);<boolean>;
OnRButtonDown(point, flags);
OnRButtonDownAsync(point, flags);<boolean>;
OnRButtonUp(point, flags);
OnRButtonUpAsync(point, flags);<boolean>;
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);
IsAllowRichText();
IsReadOnly();
IsRequired();
ValidateValue(value, format);
GetJavaScript();
GetXMLContent();
}
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();
}
export namespace DocProviderCallback {
export const e_PrintOptionCanCancel;
export const e_PrintOptionAsImage;
export const e_SubmitInXDP;
export const e_SubmitInPDF;
export const e_SubmitInUrlEncoded;
export const e_SubmitInXFD;
export const e_SubmitInXML;
export const e_TextEncodingNone;
export const e_TextEncodingBig5;
export const e_TextEncodingGBK;
export const e_TextEncodingGB18030;
export const e_TextEncodingGB2312;
export const e_TextEncodingKSC5601;
export const e_TextEncodingShiftJIS;
export const e_TextEncodingUCS2;
export const e_TextEncodingUTF16;
export const e_TextEncodingUTF8;
export const e_WidgetEventTypeAdded;
}
static e_WidgetElementPs;
static e_WidgetElementTo;
static e_WidgetElementUi;
static e_WidgetElementRecordSet;
static e_WidgetElementSubsetBelow;
static e_WidgetElementSubformSet;
static e_WidgetElementAdobeExtensionLevel;
static e_WidgetElementTypeface;
static e_WidgetElementBreak;
static e_WidgetElementFontInfo;
static e_WidgetElementNumberPattern;
static e_WidgetElementDynamicRender;
static e_WidgetElementPrintScaling;
static e_WidgetElementCheckButton;
static e_WidgetElementDatePatterns;
static e_WidgetElementSourceSet;
static e_WidgetElementAmd;
static e_WidgetElementArc;
static e_WidgetElementDay;
static e_WidgetElementEra;
static e_WidgetElementJog;
static e_WidgetElementLog;
static e_WidgetElementMap;
static e_WidgetElementMdp;
static e_WidgetElementBreakBefore;
static e_WidgetElementOid;
static e_WidgetElementPcl;
static e_WidgetElementPdf;
static e_WidgetElementRef;
static e_WidgetElementUri;
static e_WidgetElementXdc;
static e_WidgetElementXdp;
static e_WidgetElementXfa;
static e_WidgetElementXsl;
static e_WidgetElementZpl;
static e_WidgetElementCache;
static e_WidgetElementMargin;
static e_WidgetElementKeyUsage;
static e_WidgetElementExclude;
static e_WidgetElementChoiceList;
static e_WidgetElementLevel;
static e_WidgetElementLabelPrinter;
static e_WidgetElementCalendarSymbols;
static e_WidgetElementPara;
static e_WidgetElementPart;
static e_WidgetElementPdfa;
static e_WidgetElementFilter;
static e_WidgetElementPresent;
static e_WidgetElementPagination;
static e_WidgetElementEncoding;
static e_WidgetElementEvent;
static e_WidgetElementWhitespace;
static e_WidgetElementDefaultUi;
static e_WidgetElementDataModel;
static e_WidgetElementBarcode;
static e_WidgetElementTimePattern;
static e_WidgetElementBatchOutput;
static e_WidgetElementEnforce;
static e_WidgetElementCurrencySymbols;
static e_WidgetElementAddSilentPrint;
static e_WidgetElementRename;
static e_WidgetElementOperation;
static e_WidgetElementTypefaces;
static e_WidgetElementSubjectDNs;
static e_WidgetElementIssuers;
static e_WidgetElementSignaturePseudoModel;
static e_WidgetElementWsdlConnection;
static e_WidgetElementDebug;
static e_WidgetElementDelta;
static e_WidgetElementEraNames;
static e_WidgetElementModifyAnnots;
static e_WidgetElementStartNode;
static e_WidgetElementButton;
static e_WidgetElementFormat;
static e_WidgetElementBorder;
static e_WidgetElementArea;
static e_WidgetElementHyphenation;
static e_WidgetElementText;
static e_WidgetElementTime;
static e_WidgetElementType;
static e_WidgetElementOverprint;
static e_WidgetElementCertificates;
static e_WidgetElementEncryptionMethods;
static e_WidgetElementSetProperty;
static e_WidgetElementPrinterName;
static e_WidgetElementStartPage;
static e_WidgetElementPageOffset;
static e_WidgetElementDateTime;
static e_WidgetElementComb;
static e_WidgetElementPattern;
static e_WidgetElementIfEmpty;
static e_WidgetElementSuppressBanner;
static e_WidgetElementOutputBin;
static e_WidgetElementField;
static e_WidgetElementAgent;
static e_WidgetElementOutputXSL;
static e_WidgetElementAdjustData;
static e_WidgetElementAutoSave;
static e_WidgetElementContentArea;
static e_WidgetElementEventPseudoModel;
static e_WidgetElementWsdlAddress;
static e_WidgetElementSolid;
static e_WidgetElementDateTimeSymbols;
static e_WidgetElementEncryptionLevel;
static e_WidgetElementEdge;
static e_WidgetElementStipple;
static e_WidgetElementAttributes;
static e_WidgetElementVersionControl;
static e_WidgetElementMeridiem;
static e_WidgetElementExclGroup;
static e_WidgetElementToolTip;
static e_WidgetElementCompress;
static e_WidgetElementReason;
static e_WidgetElementExecute;
static e_WidgetElementContentCopy;
static e_WidgetElementDateTimeEdit;
static e_WidgetElementConfig;
static e_WidgetElementImage;
static e_WidgetElementSharpxHTML;
static e_WidgetElementNumberOfCopies;
static e_WidgetElementBehaviorOverride;
static e_WidgetElementTimeStamp;
static e_WidgetElementMonth;
static e_WidgetElementViewerPreferences;
static e_WidgetElementScriptModel;
static e_WidgetElementDecimal;
static e_WidgetElementSubform;
static e_WidgetElementSelect;
static e_WidgetElementWindow;
static e_WidgetElementLocaleSet;
static e_WidgetElementHandler;
static e_WidgetElementHostPseudoModel;
static e_WidgetElementPresence;
static e_WidgetElementRecord;
static e_WidgetElementEmbed;
static e_WidgetElementVersion;
static e_WidgetElementCommand;
static e_WidgetElementCopies;
static e_WidgetElementStaple;
static e_WidgetElementSubmitFormat;
static e_WidgetElementBoolean;
static e_WidgetElementMessage;
static e_WidgetElementOutput;
static e_WidgetElementPsMap;
static e_WidgetElementExcludeNS;
static e_WidgetElementAssist;
static e_WidgetElementPicture;
static e_WidgetElementTraversal;
static e_WidgetElementSilentPrint;
static e_WidgetElementWebClient;
static e_WidgetElementLayoutPseudoModel;
static e_WidgetElementProducer;
static e_WidgetElementCorner;
static e_WidgetElementMsgId;
static e_WidgetElementColor;
static e_WidgetElementKeep;
static e_WidgetElementQuery;
static e_WidgetElementInsert;
static e_WidgetElementImageEdit;
static e_WidgetElementValidate;
static e_WidgetElementDigestMethods;
static e_WidgetElementNumberPatterns;
static e_WidgetElementPageSet;
static e_WidgetElementInteger;
static e_WidgetElementSoapAddress;
static e_WidgetElementEquate;
static e_WidgetElementFormFieldFilling;
static e_WidgetElementPageRange;
static e_WidgetElementUpdate;
static e_WidgetElementConnectString;
static e_WidgetElementMode;
static e_WidgetElementLayout;
static e_WidgetElementSharpxml;
static e_WidgetElementXsdConnection;
static e_WidgetElementTraverse;
static e_WidgetElementEncodings;
static e_WidgetElementTemplate;
static e_WidgetElementAcrobat;
static e_WidgetElementValidationMessaging;
static e_WidgetElementSigning;
static e_WidgetElementDataWindow;
static e_WidgetElementScript;
static e_WidgetElementAddViewerPreferences;
static e_WidgetElementAlwaysEmbed;
static e_WidgetElementPasswordEdit;
static e_WidgetElementNumericEdit;
static e_WidgetElementEncryptionMethod;
static e_WidgetElementChange;
static e_WidgetElementPageArea;
static e_WidgetElementSubmitUrl;
static e_WidgetElementOids;
static e_WidgetElementSignature;
static e_WidgetElementADBE_JSConsole;
static e_WidgetElementCaption;
static e_WidgetElementRelevant;
static e_WidgetElementFlipLabel;
static e_WidgetElementExData;
static e_WidgetElementDayNames;
static e_WidgetElementSoapAction;
static e_WidgetElementDefaultTypeface;
static e_WidgetElementManifest;
static e_WidgetElementOverflow;
static e_WidgetElementLinear;
static e_WidgetElementCurrencySymbol;
static e_WidgetElementDelete;
static e_WidgetElementDeltas;
static e_WidgetElementDigestMethod;
static e_WidgetElementInstanceManager;
static e_WidgetElementEquateRange;
static e_WidgetElementMedium;
static e_WidgetElementTextEdit;
static e_WidgetElementTemplateCache;
static e_WidgetElementCompressObjectStream;
static e_WidgetElementDataValue;
static e_WidgetElementAccessibleContent;
static e_WidgetElementNodeList;
static e_WidgetElementIncludeXDPContent;
static e_WidgetElementXmlConnection;
static e_WidgetElementValidateApprovalSignatures;
static e_WidgetElementSignData;
static e_WidgetElementPackets;
static e_WidgetElementDatePattern;
static e_WidgetElementDuplexOption;
static e_WidgetElementBase;
static e_WidgetElementBind;
static e_WidgetElementCompression;
static e_WidgetElementUser;
static e_WidgetElementRectangle;
static e_WidgetElementEffectiveOutputPolicy;
static e_WidgetElementADBE_JSDebugger;
static e_WidgetElementAcrobat7;
static e_WidgetElementInteractive;
static e_WidgetElementLocale;
static e_WidgetElementCurrentPage;
static e_WidgetElementData;
static e_WidgetElementDate;
static e_WidgetElementDesc;
static e_WidgetElementEncrypt;
static e_WidgetElementDraw;
static e_WidgetElementEncryption;
static e_WidgetElementMeridiemNames;
static e_WidgetElementMessaging;
static e_WidgetElementSpeak;
static e_WidgetElementDataGroup;
static e_WidgetElementCommon;
static e_WidgetElementSharptext;
static e_WidgetElementPaginationOverride;
static e_WidgetElementReasons;
static e_WidgetElementSignatureProperties;
static e_WidgetElementThreshold;
static e_WidgetElementAppearanceFilter;
static e_WidgetElementFill;
static e_WidgetElementFont;
static e_WidgetElementForm;
static e_WidgetElementMediumInfo;
static e_WidgetElementCertificate;
static e_WidgetElementPassword;
static e_WidgetElementRunScripts;
static e_WidgetElementTrace;
static e_WidgetElementFloat;
static e_WidgetElementRenderPolicy;
static e_WidgetElementLogPseudoModel;
static e_WidgetElementDestination;
static e_WidgetElementValue;
static e_WidgetElementBookend;
static e_WidgetElementExObject;
static e_WidgetElementXMLData;
static e_WidgetElementOpenAction;
static e_WidgetElementNeverEmbed;
static e_WidgetElementBindItems;
static e_WidgetElementCalculate;
static e_WidgetElementPrint;
static e_WidgetElementExtras;
static e_WidgetElementProto;
static e_WidgetElementDSigData;
static e_WidgetElementCreator;
static e_WidgetElementConnect;
static e_WidgetElementPermissions;
static e_WidgetElementConnectionSet;
static e_WidgetElementSubmit;
static e_WidgetElementRange;
static e_WidgetElementLinearized;
static e_WidgetElementPacket;
static e_WidgetElementRootElement;
static e_WidgetElementPlaintextMetadata;
static e_WidgetElementNumberSymbols;
static e_WidgetElementPrintHighQuality;
static e_WidgetElementDriver;
static e_WidgetElementIncrementalLoad;
static e_WidgetElementSubjectDN;
static e_WidgetElementCompressLogicalStructure;
static e_WidgetElementIncrementalMerge;
static e_WidgetElementRadial;
static e_WidgetElementVariables;
static e_WidgetElementTimePatterns;
static e_WidgetElementEffectiveInputPolicy;
static e_WidgetElementNameAttr;
static e_WidgetElementConformance;
static e_WidgetElementTransform;
static e_WidgetElementLockDocument;
static e_WidgetElementBreakAfter;
static e_WidgetElementLine;
static e_WidgetElementList;
static e_WidgetElementSource;
static e_WidgetElementOccur;
static e_WidgetElementPickTrayByPDFSize;
static e_WidgetElementMonthNames;
static e_WidgetElementSeverity;
static e_WidgetElementGroupParent;
static e_WidgetElementEncryptData;
static e_WidgetElementDocumentAssembly;
static e_WidgetElementNumberSymbol;
static e_WidgetElementTagged;
static e_WidgetElementItems;
static e_WidgetAttributeTypeH;
static e_WidgetAttributeTypeW;
static e_WidgetAttributeTypeX;
static e_WidgetAttributeTypeY;
static e_WidgetAttributeTypeLineThrough;
static e_WidgetAttributeTypeLineHAlign;
static e_WidgetAttributeTypeTypeface;
static e_WidgetAttributeTypeFontHorizontalScale;
static e_WidgetAttributeTypeTextIndent;
static e_WidgetAttributeTypeLeftInset;
static e_WidgetAttributeTypeBottomInset;
static e_WidgetAttributeTypeAllowRichText;
static e_WidgetAttributeTypeTopInset;
static e_WidgetAttributeTypeAccess;
static e_WidgetAttributeTypeMarginRight;
static e_WidgetAttributeTypeRotate;
static e_WidgetAttributeTypeUnderline;
static e_WidgetAttributeTypeBaselineShift;
static e_WidgetAttributeTypeOverlinePeriod;
static e_WidgetAttributeTypeFracDigits;
static e_WidgetAttributeTypeMarginLeft;
static e_WidgetAttributeTypeStroke;
static e_WidgetAttributeTypePresence;
static e_WidgetAttributeTypeMultiLine;
static e_WidgetAttributeTypeSpaceBelow;
static e_WidgetAttributeTypeNumberOfCells;
static e_WidgetAttributeTypeLetterSpacing;
static e_WidgetAttributeTypePasswordChar;
static e_WidgetAttributeTypeVAlign;
static e_WidgetAttributeTypeMaxH;
static e_WidgetAttributeTypeMaxW;
static e_WidgetAttributeTypeMinH;
static e_WidgetAttributeTypeMinW;
static e_WidgetAttributeTypeLayout;
static e_WidgetAttributeTypeRightInset;
static e_WidgetAttributeTypeLineThroughPeriod;
static e_WidgetAttributeTypeShape;
static e_WidgetAttributeTypeBorderWidth;
static e_WidgetAttributeTypeLocale;
static e_WidgetAttributeTypeWeight;
static e_WidgetAttributeTypeUnderlinePeriod;
static e_WidgetAttributeTypeOverline;
static e_WidgetAttributeTypeLineHeight;
static e_WidgetAttributeTypeValue;
static e_WidgetAttributeTypeTextEncoding;
static e_WidgetAttributeTypeLeadDigits;
static e_WidgetAttributeTypeSpaceAbove;
static e_WidgetAttributeTypePlacement;
static e_WidgetAttributeTypeBorderColor;
static e_WidgetAttributeTypeFillColor;
static e_WidgetAttributeTypeFontColor;
static e_WidgetAttributeTypeUnknown;
constructor(event_type, page_index, element, attribute_type, old_value, new_value, widget_name);
event_type;
page_index;
element;
attribute_type;
old_value;
new_value;
widget_name;
}
export class IDocProviderCallback {
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, is_relayout);
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);
NotifyWidgetChangeInfo(doc, change_info);
}
export namespace AppProviderCallback {
export const e_AppInfoVersion;
export const e_AppInfoLanguage;
export const e_AppInfoPlatform;
export const e_AppInfoVariation;
export const e_AppInfoName;
export const e_AppInfoType;
export const e_BeepTypeError;
export const e_BeepTypeWarning;
export const e_BeepTypeQuestion;
export const e_BeepTypeStatus;
export const e_BeepTypeDefault;
export const e_StringIDValidateFailed;
export const e_StringIDCalcOverride;
export const e_StringIDModifyField;
export const e_StringIDNotModifyField;
export const e_StringIDAppName;
export const e_StringIDImageFilter;
export const e_StringIDUnknownCaught;
export const e_StringIDUnableToSet;
export const e_StringIDValueExcalmatory;
export const e_StringIDInvalidEnumValue;
export const e_StringIDUnsupportMethod;
export const e_StringIDUnsupportProperty;
export const e_StringIDInvalidPropertySetOperation;
export const e_StringIDNotDefaultValue;
export const e_StringIDUnableSetLanguage;
export const e_StringIDUnableSetNumPages;
export const e_StringIDUnableSetPlatformValue;
export const e_StringIDUnableSetValidationsEnabledValue;
export const e_StringIDUnableSetValidationsValue;
export const e_StringIDUnableSetVersion;
export const e_StringIDUnableSetReady;
export const e_StringIDNumberOfOccur;
export const e_StringIDUnableSetClassName;
export const e_StringIDUnableSetLengthValue;
export const e_StringIDUnsupportChar;
export const e_StringIDBadSuffix;
export const e_StringIDExpectedIdent;
export const e_StringIDExpectedString;
export const e_StringIDInvalidateChar;
export const e_StringIDRedefinition;
export const e_StringIDInvalidToken;
export const e_StringIDInvalidExpression;
export const e_StringIDUndefineIdentifier;
export const e_StringIDInvalidateLeftValue;
export const e_StringIDCompilerError;
export const e_StringIDCannotModifyValue;
export const e_StringIDParametersError;
export const e_StringIDExpectedEndIf;
export const e_StringIDUnexpectedExpression;
export const e_StringIDConditionIsNull;
export const e_StringIDIllegalBreak;
export const e_StringIDIllegalContinue;
export const e_StringIDExpectedOperator;
export const e_StringIDDivideZero;
export const e_StringIDCannotCovertToObject;
export const e_StringIDNotFoundContainer;
export const e_StringIDNotFoundProperty;
export const e_StringIDNotFoundMethod;
export const e_StringIDNotFoundConst;
export const e_StringIDNotAssignObject;
export const e_StringIDInvalidateInstruction;
export const e_StringIDExpectedNumber;
export const e_StringIDValidateOutOfArray;
export const e_StringIDCannotAssign;
export const e_StringIDNotFoundFunction;
export const e_StringIDIsNotArray;
export const e_StringIDOutOfArrayRange;
export const e_StringIDNotSupportArrayCalculate;
export const e_StringIDArgumentNotArray;
export const e_StringIDArgumentExpectContainer;
export const e_StringIDAccessProertyInNotObject;
export const e_StringIDFunctionBuildIn;
export const e_StringIDErrorMessage;
export const e_StringIDIndexValueOutOfBounds;
export const e_StringIDIncorrectNumberOfMethod;
export const e_StringIDArgumentMismatch;
export const e_StringIDInvalidEnumerate;
export const e_StringIDInvalidAppend;
export const e_StringIDSOMExpectedList;
export const e_StringIDNotHaveProperty;
export const e_StringIDInvalidNodeType;
export const e_StringIDViolateBoundary;
export const e_StringIDServerDeny;
export const e_StringIDWeekDaySun;
export const e_StringIDWeekDayMon;
export const e_StringIDWeekDayTue;
export const e_StringIDWeekDayWed;
export const e_StringIDWeekDayThu;
export const e_StringIDWeekDayFri;
export const e_StringIDWeekDaySat;
export const e_StringIDMonthJan;
export const e_StringIDMonthFeb;
export const e_StringIDMonthMarch;
export const e_StringIDMonthApril;
export const e_StringIDMonthMay;
export const e_StringIDMonthJune;
export const e_StringIDMonthJuly;
export const e_StringIDMonthAug;
export const e_StringIDMonthSep;
export const e_StringIDMonthOct;
export const e_StringIDMonthNov;
export const e_StringIDMonthDec;
export const e_StringIDToday;
export const e_StringIDValidateLimit;
export const e_StringIDValidateNullWarning;
export const e_StringIDValidateNullError;
export const e_StringIDValidateWarning;
export const e_StringIDValidateError;
export const e_StringIDValidateNumberError;
export const e_StringIDScriptFailedError;
export const e_StringIDScriptInvalidValue;
export const e_StringIDSubmitValidateNullError;
export const e_StringIDInvalidBarcodeValue;
export const e_StringIDScriptArgumentMismatch;
export const e_MsgBoxIconError;
export const e_MsgBoxIconWarning;
export const e_MsgBoxIconQuestion;
export const e_MsgBoxIconStatus;
export const e_MsgBtnTypeOK;
export const e_MsgBtnTypeOKCancel;
export const e_MsgBtnTypeYesNo;
export const e_MsgBtnTypeYesNoCancel;
export const e_MsgBtnIDOK;
export const e_MsgBtnIDCancel;
export const e_MsgBtnIDNo;
export const e_MsgBtnIDYes;
}
export class IAppProviderCallback {
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-xKdhDoq/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-xKdhDoq/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);
static OptimizeScannedPDF(doc, settings,
image_compress_callback, pause);
static ComputeAuditSpace(doc);
}
export class ImageSettings extends NativeObjectWrapper {
static e_ImageCompressHigh;
static e_ImageCompressjpeg;
static e_ImageCompressjpeg2000;
static e_ImageCompressRetain;
static e_ImageCompressZip;
static e_ImageCompressQualityMinimum;
static e_ImageCompressQualityLow;
static e_ImageCompressQualityMedium;
static e_ImageCompressQualityHigh;
static e_ImageCompressQualityMaximum;
static e_ImageCompressQualityLossless;
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);
SetTileSize(size);
}
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_ImageCompressZip;
static e_ImageCompressQualityLossless;
static e_ImageCompressQualityLossy;
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();
SetImageDPI(dpi);
SetImageDPILimit(dpi_limit);
SetCompressionMode(mode);
SetStretchMode(mode);
SetQuality(quality);
}
IsEmpty();
SetSubsetAllEmFonts(is_subset_all_emb_fonts);
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_OptimizerTransparency;
static e_TransparencyModeLowResolution;
static e_TransparencyModeMediumResolution;
static e_TransparencyModeHighResolution;
static e_CleanUpUseFlateForNonEncodedStream;
static e_CleanUpUseFlateInsteadOfLZW;
static e_CleanUpRemoveInvalidBookmarks;
static e_CleanUpRemoveInvalidLinks;
static e_CleanUpDiscardUnreferencedNamedDes;
static e_CleanUpOptPageContent;
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_DiscardObjectsDetectAndMergeImageFragment;
static e_DiscardObjectsSmoothlinestocurves;
static e_DiscardUserDataAllAnnotsFormsAndMultimedia;
static e_DiscardUserDataExternalCrossReferences;
static e_DiscardUserDataDocumentInfoAndMetaData;
static e_DiscardUserDataFileAttchments;
static e_DiscardUserDataPrivateDataOfOtherApp;
static e_DiscardUserDataLayer;
static e_DiscardUserAllData;
IsEmpty();
SetOptimizerOptions(optimize_options);
SetColorGrayImageSettings(settings);
SetMonoImageSettings(settings);
SetUnembeddedFontSettings(settings);
SetCleanUpOptions(clean_up_options);
SetDiscardObjectsOptions(discard_objects_options);
SetDiscardUserDataOptions(discard_userdata_options);
SetTransparencyMode(transparency_mode) ;
}
static e_ScannedImageCompressHigh;
static e_ScannedImageCompressjpeg;
static e_ScannedImageCompressjpeg2000LossLess;
static e_ScannedImageCompressjpeg2000Lossy;
static e_ScannedMonoImageCompressjbig2Lossy;
static e_ScannedMonoImageCompressjbig2LossLess;
static e_ScannedMonoImageCompressCCITT4;
static e_ScannedMonoImageCompressHigh;
constructor(other);
IsEmpty();
SetOptimizedPages(pages);
SetColorGrayImageCompressionMode(mode);
SetColorGrayImageCompressionQuality(quality);
SetMonoImageCompressionMode(mode);
}
Release();
GetTemporaryFileStream(bitmap);
}
export class AuditSpaceSize extends NativeObjectWrapper {
content_streams;
images;
fonts;
bookmarks;
x_object_forms;
structure_infos;
acroforms;
link_annots;
named_destnations;
color_space;
pattern_infos;
piece_infos;
comments_and_3d_contents;
shading_pattern_infos;
extend_graphics_states;
cross_ref_tables;
thumbs;
embed_files;
web_infos;
}
// End of /Users/ec2-user/gitlab-runner/builds/E-xKdhDoq/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-xKdhDoq/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,
to_hide_header, to_hide_footer, to_deny_local_file_access);
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, to_hide_header, to_hide_footer, to_deny_local_file_access);
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;
to_hide_header;
to_hide_footer;
to_deny_local_file_access;
}
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 e_Office2PdfEngineMicrosoft;
static e_Office2PdfEngineWps;
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-xKdhDoq/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-xKdhDoq/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-xKdhDoq/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-xKdhDoq/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 implements IReaderCallback{
constructor(urlHeader, cacheDir, cacheOption,
requestOptions<string, string>, isReadFromCache);
Release();
GetSize();
ReadBlock(offset, size);
ReadBlock(buffer, offset, size);
}
// End of /Users/ec2-user/gitlab-runner/builds/E-xKdhDoq/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-xKdhDoq/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/custom/util/util.d.ets
export class VoidObject {
}
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-xKdhDoq/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-xKdhDoq/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-xKdhDoq/0/foxit/sdk/mobile/harmonyrdk/script/../foxit_rdk/src/main/cpp/types/libfoxit_rdk_native/custom/task/task.d.ts
CacheOption
Definition: Index.js:46442
MenuList
Definition: Index.js:1864
JavascriptModifyItemInfo.e_JavascriptEventTypeExternalExec
static e_JavascriptEventTypeExternalExec
Javascript event: External execute.
Definition: Index.js:248
ICustomSecurityCallback.GetCipher
GetCipher(context)
A callback function used to get the cipher type.
DocProviderCallback.e_PageViewEventTypeAllRemoved
export const e_PageViewEventTypeAllRemoved
Event type: all page views are removed.
Definition: Index.js:41032
Renderer
Definition: Index.js:36680
ICustomSecurityCallback.GetDecryptedSize
GetDecryptedSize(context, src_data_size)
A callback function used to get the estimated decrypted data size.
CloseDocumentTask
Represents a task for closing a PDF document.
Definition: Index.js:46884
LayerTree.constructor
constructor(r)
JavascriptModifyItemInfo.field_or_annot_name
field_or_annot_name
The form field full name or annot subtype name.
Definition: Index.js:550
LayerContext.e_UsageView
static e_UsageView
Enumeration for PDF layer usage type.
Definition: Index.js:3852
PagingSeal
Definition: Index.js:25472
TextFillSignObject
Definition: Index.js:4685
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:4819
TextFillSignObjectDataArray.RemoveAt
RemoveAt(index)
Remove the element in position specified by index.
WrapperData.Set
Set(version, type, app_id, uri, description)
Set value.
IActionCallback.ShowDialog
ShowDialog(dlg_config)
A callback function to show the dialog.
FloatingInfo.e_RelativeTargetAppWindow
e_RelativeTargetAppWindow
Relative type: align the floating window relative to the application window.
Definition: Index.js:2857
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:3261
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeDeleteItemAt
static e_JavascriptModifyPropertyTypeDeleteItemAt
Javascript event item type: delete item at.
Definition: Index.js:364
SnapPointMgr
Definition: Index.js:15803
LayerNodeArray.InsertAt
InsertAt(index, element)
Insert an element before the position specified by index.
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeLeaderLength
static e_JavascriptModifyPropertyTypeLeaderLength
Javascript event item type: leader length.
Definition: Index.js:398
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:2664
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.
JavascriptModifyItemInfo.e_JavascriptEventTypeFieldCalculate
static e_JavascriptEventTypeFieldCalculate
Javascript event: Form field calculate.
Definition: Index.js:218
CalculateMaxSizeTask
Represents a task for calculating the maximum size within a specified range.
Definition: Index.js:46805
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.
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeRichContents
static e_JavascriptModifyPropertyTypeRichContents
Javascript event item type: rich contents.
Definition: Index.js:414
IIconProviderCallback
Definition: Index.js:20892
EnvelopeArray.GetSize
GetSize()
Get the size of elements in current array.
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:2771
EmbeddedFontData
Definition: Index.js:8636
SOAPRequestProperties.is_wiredump
is_wiredump
Whether to output debug information for SOAP requests and responses, defaults to true.
Definition: Index.js:2569
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.
LayerTree.GetOCGsByPageIndex
GetOCGsByPageIndex(page_index)
Get an array of OCG objects found on a specified page.
ReflowPage
Definition: Index.js:13808
AnnotationSummarySettings.SetAnnotThumbnail
SetAnnotThumbnail(type, thumbnail)
Set the markup annotation thumbnail used in result document to indicates the type of annotation.
IDRMSecurityCallback.GetKeyLength
GetKeyLength(document, sub_filter)
A callback function used to get the length of cipher key.
DialogDescriptionElement.type
type
The type of this dialog box element.
Definition: Index.js:2295
JavascriptModifyItemInfo.e_JavascriptEventTypeFieldBlur
static e_JavascriptEventTypeFieldBlur
Javascript event: Form field blur.
Definition: Index.js:212
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:2945
IActionCallback.CloseDoc
CloseDoc(document, is_prompt_to_save)
A callback function to close document.
IActionCallback.SubmitForm
SubmitForm(document, form_data, length, url, file_format_type)
A callback function to submit the form data to a specified URL.
OutputPreview.e_ShowRGB
static e_ShowRGB
If set, only show with RGB.
Definition: Index.js:8065
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:2422
CompareResultInfo
Definition: Index.js:46127
DocProviderCallback.e_InvalidateFlagAllPages
export const e_InvalidateFlagAllPages
Enumeration for XFA invalidate flag.
Definition: Index.js:40949
PolyLine
Definition: Index.js:24078
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:5353
OutputPreview.e_ShowDeviceRGB
static e_ShowDeviceRGB
If set, only show with DeviceRGB.
Definition: Index.js:8067
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeArrowEnd
static e_JavascriptModifyPropertyTypeArrowEnd
Javascript event item type: arrow end.
Definition: Index.js:374
Envelope.constructor
constructor(r)
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:2574
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:3860
ClearCacheTask
Represents a task for clearing the cache.
Definition: Index.js:46851
JavascriptModifyItemInfo.e_JavascriptEventTypeBatchExec
static e_JavascriptEventTypeBatchExec
Javascript event: Batch execute.
Definition: Index.js:242
IDRMSecurityCallback.GetFileID
GetFileID(document, sub_filter)
A callback function used to get the file identity string.
EnvelopeArray.constructor
constructor()
Constructor.
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:3336
MediaSettings.repeat
repeat
The number of times the media playback should automatically repeat.
Definition: Index.js:3076
XFAWidget
Definition: Index.js:40179
JavascriptModifyItemInfo.e_JavascriptEventTypeScreenFocus
static e_JavascriptEventTypeScreenFocus
Javascript event: Screen focus.
Definition: Index.js:222
OutputPreview.IsChecked
IsChecked(plate_name)
Check whether a plate is checked or not.
IPauseCallback
Definition: Index.js:37583
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:2726
IActionCallback.Beep
Beep(type)
A callback function to cause the system to play a sound.
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeActivated
static e_JavascriptModifyPropertyTypeActivated
Javascript event item type: activated.
Definition: Index.js:370
HTML2PDFSettingData
Definition: Index.js:44445
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:1679
OutputPreview.e_ShowNotDeviceCMYK
static e_ShowNotDeviceCMYK
If set, only show without DeviceCMYK.
Definition: Index.js:8051
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:8624
DocProviderCallback.e_PageViewEventTypeAdded
export const e_PageViewEventTypeAdded
Enumeration for the event type of page view.
Definition: Index.js:41028
JavascriptModifyItemInfo.e_JavascriptEventTypeScreenMouseExit
static e_JavascriptEventTypeScreenMouseExit
Javascript event: Screen mouse exit.
Definition: Index.js:236
DialogDescriptionElementArray.RemoveAll
RemoveAll()
Remove all the element from current array.
PayLoadData
Definition: Index.js:8532
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeArrowBegin
static e_JavascriptModifyPropertyTypeArrowBegin
Javascript event item type: arrow begin.
Definition: Index.js:372
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:2303
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeDisplay
static e_JavascriptModifyPropertyTypeDisplay
Javascript event item type: display.
Definition: Index.js:320
PSInk
Definition: Index.js:24523
StdSecurityHandler.InitializeW
InitializeW(encrypt_data, user_password, owner_password)
(Only for AES-256) Initialize current standard security handler.
SchemaFieldArray
Definition: Index.js:13464
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:7545
MediaPlayerCallback.Close
Close()
A callback function to close the media player.
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeBorderEffectStyle
static e_JavascriptModifyPropertyTypeBorderEffectStyle
Javascript event item type: border effect style.
Definition: Index.js:380
AnnotationSummary.StartSummarize
StartSummarize(dest_file_path, settings, pause)
Start to summarize annotation.
DocProviderCallback.e_PrintOptionShowDialog
export const e_PrintOptionShowDialog
Enumeration for XFA print options.
Definition: Index.js:40960
IActionCallback.VerifySignature
VerifySignature(document, pdf_signature)
A callback function to verify specified signature..
SecurityHandler.constructor
constructor()
Constructor.
Color
Definition: Index.js:35849
PathArray
Definition: Index.js:35662
JavascriptModifyItemInfo.new_value
new_value
The new value.
Definition: Index.js:553
PrintParams.tile_mark
tile_mark
true means to cut the page, and false means not.
Definition: Index.js:2791
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypePassword
static e_JavascriptModifyPropertyTypePassword
Javascript event item type: password.
Definition: Index.js:334
TableOfContentsConfig.constructor
constructor() Set(title
Constructor.
FillSign.e_FillSignObjectTypeDot
static e_FillSignObjectTypeDot
Dot fill-sign object.
Definition: Index.js:4449
DocProviderCallback.e_TextEncodingUTF8
export const e_TextEncodingUTF8
Text encoding: UTF-8.
Definition: Index.js:41019
WrapperData.version
version
Wrapper version.
Definition: Index.js:8520
DocProviderCallback.e_PrintOptionPrintAnnot
export const e_PrintOptionPrintAnnot
If set, print annotations.
Definition: Index.js:40970
DRMEncryptData
Definition: Index.js:5813
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:2871
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeImportAnnotFromXFDF
static e_JavascriptModifyPropertyTypeImportAnnotFromXFDF
Javascript event item type: import annot from xfdf.
Definition: Index.js:460
IActionCallback.RemoveSearchIndex
RemoveSearchIndex(search_index_config)
(Reserved, unsupported yet) A callback function to remove a search index.
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeLineWidth
static e_JavascriptModifyPropertyTypeLineWidth
Javascript event item type: line width.
Definition: Index.js:330
IdentityProperties.name
name
The user name.
Definition: Index.js:2029
IActionCallback.GetOpenedDocCount
GetOpenedDocCount()
A callback function to receive the count of opened documents.
MenuItemExArray.RemoveAt
RemoveAt(index)
Remove the element in position specified by index.
CertIssuerPair
Definition: Index.js:17027
TiledWatermarkSettings.opacity
opacity
Opacity in percents. Valid range: from 0 to 100. 0 for fully transparent and 100 for fully opaque.
Definition: Index.js:8466
Attachments.RemoveAllEmbeddedFiles
RemoveAllEmbeddedFiles()
Remove all attachments.
JavascriptModifyItemInfo.e_JavascriptEventTypeMediaClose
static e_JavascriptEventTypeMediaClose
Javascript event: Media close.
Definition: Index.js:256
StructTreeEntity
Definition: Index.js:28964
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:2159
Action
Definition: Index.js:29743
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:8524
Markup
Definition: Index.js:21129
PrintParams.e_PrintHandlingMultiplePages
static e_PrintHandlingMultiplePages
Print Handling: Pages are rescaled to print multiple pages on each printer page.
Definition: Index.js:2721
Bookmark
Definition: Index.js:7065
SignatureVerifyResult
Definition: Index.js:17518
SOAPAuthenticateInfo.Set
Set(username, password, is_use_platform_auth)
Set values.
CertPermission
Definition: Index.js:5555
MenuItemEx
Definition: Index.js:1909
MonoImageSettings
Definition: Index.js:43685
LayerTree.GetDict
GetDict()
Get the dictionary of current object.
TextFillSignObjectData.text
text
Text content string.
Definition: Index.js:4365
OutputPreview.e_ColorantTypeSpot
static e_ColorantTypeSpot
Colorant type: spot.
Definition: Index.js:8105
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:39221
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeTextFont
static e_JavascriptModifyPropertyTypeTextFont
Javascript event item type: text font.
Definition: Index.js:352
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:6177
DialogDescriptionElementArray
Definition: Index.js:2173
HiddenInfoSettingData
Configuration settings for removing hidden or sensitive data from a PDF document.
Definition: Index.js:16027
LayerNode.GetChildrenCount
GetChildrenCount()
Get the count of children nodes.
IActionCallback.OnFieldValueChanged
OnFieldValueChanged(field_name, type, value_before_changed, value_after_changed)
A callback function to notify the value change of the field.
Int32Array
Definition: Index.js:37854
PagingSealConfig
Definition: Index.js:19331
FreeText
Definition: Index.js:22673
LayerPrintData
Definition: Index.js:3788
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:8649
IActionCallback.SetDefaultPageTransitionMode
SetDefaultPageTransitionMode(trans_type, trans_di)
A callback function to set the default page trastion mode for full screen mode.
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeButtonAlignX
static e_JavascriptModifyPropertyTypeButtonAlignX
Javascript event item type: button align x.
Definition: Index.js:300
FloatingInfo.Set
Set(window_pos, relative_target, resize_type, has_close, has_title, title, off_screen, rect)
Set values.
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeDelay
static e_JavascriptModifyPropertyTypeDelay
Javascript event item type: delay.
Definition: Index.js:318
Bookmark.constructor
constructor(r)
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:2793
EditFormTaskCallBack
Defines a callback interface for handling results of a EditFormTaskCallBack.
Definition: Index.js:47743
ButtonItem.bitmap
bitmap
A bitmap object of button.
Definition: Index.js:2100
IDRMSecurityCallback
Definition: Index.js:6278
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:2551
SearchOption.e_WordMatchingMatchPhrase
static e_WordMatchingMatchPhrase
Enumeration for word matching.
Definition: Index.js:3178
Bookmark.IsEmpty
IsEmpty()
Check whether current object is empty or not.
IActionCallback.GetPageRotation
GetPageRotation(document, page_index)
A callback function used to receive current displaying rotation of a page on PDF viewer.
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:5358
CertVerifyResult
Definition: Index.js:16771
CropPageSizeTask
Represents a task for cropping the page size of a document.
Definition: Index.js:46931
SOAPRequestProperties.soap_namespace
soap_namespace
A namespace for the message schema when the request does not use the SOAP Encoding.
Definition: Index.js:2558
OutputPreview.e_ShowDeviceCMYK
static e_ShowDeviceCMYK
If set, only show with DeviceCMYK.
Definition: Index.js:8049
IActionCallback.GetCurrentDoc
GetCurrentDoc()
A callback function to receive current PDF document object.
JavascriptModifyItemInfo.e_JavascriptModifyTypeDelete
static e_JavascriptModifyTypeDelete
Javascript modify type: Delete.
Definition: Index.js:489
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeMultiline
static e_JavascriptModifyPropertyTypeMultiline
Javascript event item type: multiline.
Definition: Index.js:332
FloatingInfo.e_WindowPositionTopCenter
static e_WindowPositionTopCenter
Window position: at the top center.
Definition: Index.js:2831
ButtonItem
Definition: Index.js:2041
PathObject
Definition: Index.js:33206
ICustomSecurityCallback.DecryptData
DecryptData(decryptor, encrypted_data, encrypted_data_len)
A callback function used to decrypt the encrypted data.
FloatingInfo.e_WindowPositionCenter
static e_WindowPositionCenter
Window position: at the center.
Definition: Index.js:2837
MenuItemConfig.exec
exec
(Only used by An expression string to evaluate when the menu item is selected by the user.
Definition: Index.js:2161
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:2776
PlayerArgs.player_settings
player_settings
A MediaSettings object.
Definition: Index.js:3166
JavascriptModifyItemInfo.e_JavascriptEventTypePageOutView
static e_JavascriptEventTypePageOutView
Javascript event: Page outview.
Definition: Index.js:200
AnnotationSummarySettings.e_TypeSortByAuthor
static e_TypeSortByAuthor
Enumeration for options used for sorting annotation in result document.
Definition: Index.js:6707
DocProviderCallback.e_SubmitInUrlEncoded
export const e_SubmitInUrlEncoded
The submit data is packaged in URL-encoded format as described in Uniform Resource Locator(URL).
Definition: Index.js:40983
ISearchCancelCallback
Definition: Index.js:15053
MenuItemConfig.user
user
The user string (language-dependent name) to display as the menu item name.
Definition: Index.js:2153
ICustomSecurityCallback.IsOwner
IsOwner(context)
A callback function used to check if current user is the owner of the PDF document.
PlayerArgs.doc
doc
The PDFDoc object of the document.
Definition: Index.js:3143
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:2086
TextState
Definition: Index.js:32777
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:3069
Comparison
Definition: Index.js:46314
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypePoints
static e_JavascriptModifyPropertyTypePoints
Javascript event item type: points.
Definition: Index.js:408
JavascriptModifyItemInfo.event_type
event_type
The javascript event type. Please refer to values starting from JavascriptModifyItemInfo....
Definition: Index.js:523
AnnotationSummarySettings.e_TypeSortByAnnotationType
static e_TypeSortByAnnotationType
If set, that means to sort annotation by annotation type in result document.
Definition: Index.js:6713
IActionCallback.PostMessageToHtml
PostMessageToHtml(message)
A callback function to send message asynchronously to the message handler for the host container of t...
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:16211
EditCommentsTaskCallBack
Defines a callback interface for handling results of a EditCommentsTaskCallBack.
Definition: Index.js:47794
SearchOption.is_ignore_accents
is_ignore_accents
Specifies whether accents and diacriticals are ignored while searching the query term....
Definition: Index.js:3256
PayLoadData.description
description
Description for payload file to show applications or confront users prompt information.
Definition: Index.js:8578
TiledWatermarkSettings.flags
flags
Watermark flags.
Definition: Index.js:8479
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:6182
JavascriptModifyItemInfo.e_JavascriptModifyItemTypeDoc
static e_JavascriptModifyItemTypeDoc
Javascript modify item type: Doc.
Definition: Index.js:277
DocProviderCallback.e_SubmitInPDF
export const e_SubmitInPDF
The submit data is packaged in PDF format as described in the PDF Reference.
Definition: Index.js:40981
AnnotationSummary.IsEmpty
IsEmpty()
Check whether current object is empty or not.
INotifierCallback
Definition: Index.js:34077
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:2681
LayerNode.IsLocked
IsLocked()
Check if current layer node is locked.
TiledWatermarkSettings.e_FlagOnTop
static e_FlagOnTop
If set, show watermark above other page content.
Definition: Index.js:8396
TextSearch
Definition: Index.js:15411
GraphicsObjects
Definition: Index.js:11329
CertPermission.changePer
changePer
Change permission.
Definition: Index.js:5592
ITrustedCertStoreCallback
Definition: Index.js:17318
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:1948
TimeStampServerMgr
Definition: Index.js:19132
FloatingInfo.e_RelativeTargetMonitor
e_RelativeTargetMonitor
Relative type: align the floating window relative to the (selected) monitor display screen.
Definition: Index.js:2861
FloatingInfo.rect
rect
A rectangle specifies the location and size of the floating window in device coordinate system.
Definition: Index.js:2969
DialogDescriptionElement
Definition: Index.js:2230
Envelope
Definition: Index.js:5596
DocProviderCallback.e_WidgetEventTypeAdded
export const e_WidgetEventTypeAdded
Enumeration for the type of XFA widget event.
Definition: Index.js:41041
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:8471
TextObject
Definition: Index.js:33083
TableOfContentsConfig
Definition: Index.js:8655
FloatingInfo.e_RelativeTargetDesktop
e_RelativeTargetDesktop
Relative type: align the floating window relative to the full virtual desktop.
Definition: Index.js:2859
SearchPageTaskCallBack
Defines a callback interface for handling results of a SearchPageTaskCallBack.
Definition: Index.js:47689
Combination.e_CombineDocsOptionBookmark
static e_CombineDocsOptionBookmark
Enumeration for options used for combining PDF files.
Definition: Index.js:7537
ButtonItem.marked
marked
An expression string that determines whether the toolbutton is marked.
Definition: Index.js:2094
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:2686
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeCharLimit
static e_JavascriptModifyPropertyTypeCharLimit
Javascript event item type: char limit.
Definition: Index.js:290
PageSizeTaskSettingData
Represents the settings data for a page size task.
Definition: Index.js:46675
XFAWidgetModifyInfo
Definition: Index.js:41053
CustomEncryptData.constructor
constructor()
Constructor.
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeButtonPosition
static e_JavascriptModifyPropertyTypeButtonPosition
Javascript event item type: button position.
Definition: Index.js:292
MenuItemExArray
Definition: Index.js:1807
SearchPageTask
Represents a task for search page content within a document.
Definition: Index.js:47710
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:5456
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.
ImageCompressionCallback
Definition: Index.js:44284
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:8570
Squiggly
Definition: Index.js:22145
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:2650
LayerNodeArray
Definition: Index.js:3575
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:17670
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeFlatDocument
static e_JavascriptModifyPropertyTypeFlatDocument
Javascript event item type: flat document.
Definition: Index.js:466
LayerContext.e_UsageExport
static e_UsageExport
Use for exporting.
Definition: Index.js:3858
IRMSSecurityCallback
Definition: Index.js:6565
RevocationArrayInfo
Definition: Index.js:17067
XFADoc
Definition: Index.js:39615
MarkupArray
Definition: Index.js:20999
Barcode
Definition: Index.js:37493
IActionCallback
Definition: Index.js:564
OpenDocumentSettingData
Represents the settings data for opening a document.
Definition: Index.js:47268
TextFillSignObjectData.constructor
constructor()
Constructor.
PlayerArgs.URL
URL
Either URL or rendition is required, with URL taking precedence.
Definition: Index.js:3160
Attachments.constructor
constructor(r)
CertificateSecurityHandler
Definition: Index.js:5770
SearchIndexConfig
Definition: Index.js:3286
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeClearItems
static e_JavascriptModifyPropertyTypeClearItems
Javascript event item type: clear items.
Definition: Index.js:360
CertVerifyResultArray
Definition: Index.js:16969
LayerContext.e_UsageDesign
static e_UsageDesign
Use for representing a document designer's structural organization of artwork.
Definition: Index.js:3854
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeInsertFromTemplates
static e_JavascriptModifyPropertyTypeInsertFromTemplates
Javascript event item type: insert from templates.
Definition: Index.js:474
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeRect
static e_JavascriptModifyPropertyTypeRect
Javascript event item type: rect.
Definition: Index.js:336
TextMarkup
Definition: Index.js:21963
MenuItemConfig
Definition: Index.js:2104
FillSign.e_FillSignObjectTypeLine
static e_FillSignObjectTypeLine
Line fill-sign object.
Definition: Index.js:4447
DocProviderCallback.e_SubmitInXML
export const e_SubmitInXML
The submit data is translated and packaged into an URL-Encoded format.
Definition: Index.js:40987
Bookmark.IsFirstChild
IsFirstChild()
Check if current bookmark is the first child of its parent bookmark.
JavascriptModifyItemInfo.e_JavascriptEventTypeMediaPlay
static e_JavascriptEventTypeMediaPlay
Javascript event: Media play.
Definition: Index.js:260
Bookmark.e_PosPrevSibling
static e_PosPrevSibling
A bookmark is the previous sibling of another specified bookmark.
Definition: Index.js:7092
FloatingInfo.e_ResizeTypeKeepRatio
e_ResizeTypeKeepRatio
Resize type: may be resized only if the aspect ratio is preserved.
Definition: Index.js:2873
IFillerAssistCallback
Definition: Index.js:25519
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:2778
MenuItemEx.sub_menu_item_array
sub_menu_item_array
The sub menu item array.
Definition: Index.js:1970
DRMEncryptData.cipher
cipher
Cipher type. Please refer to values starting from SecurityHandler.e_CipherRC4 and this should be one ...
Definition: Index.js:5882
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:38888
OFDConvertParam
Definition: Index.js:45762
JavascriptModifyItemInfo.e_JavascriptEventTypeScreenBlur
static e_JavascriptEventTypeScreenBlur
Javascript event: Screen blur.
Definition: Index.js:224
PageNumberRange.constructor
constructor()
Constructor.
Task
Represents a task with various states and operations.
Definition: Index.js:46553
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:8461
EmbeddedGotoTarget
Definition: Index.js:31476
OutputPreview.e_ShowSmoothShades
static e_ShowSmoothShades
If set, only show smooth shades.
Definition: Index.js:8087
TaskServer
Definition: Index.js:47418
ICustomSecurityCallback.EncryptData
EncryptData(context, obj_num, gen_num, src_data, src_data_len)
A callback function used to get encrypted data.
JavascriptModifyItemInfo.e_JavascriptModifyItemTypeField
static e_JavascriptModifyItemTypeField
Javascript modify item type: field.
Definition: Index.js:271
SearchIndexConfig.constructor
constructor()
Constructor.
LayerTree.e_StateUnchanged
static e_StateUnchanged
The state is unchanged.
Definition: Index.js:3700
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeAddLink
static e_JavascriptModifyPropertyTypeAddLink
Javascript event item type: add link.
Definition: Index.js:476
Redaction
Definition: Index.js:39399
Bookmark.e_PosNextSibling
static e_PosNextSibling
A bookmark is the next sibling of another specified bookmark.
Definition: Index.js:7094
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeBorderStyle
static e_JavascriptModifyPropertyTypeBorderStyle
Javascript event item type: border style.
Definition: Index.js:298
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:2549
Sound
Definition: Index.js:25358
OutputPreview.e_ShowImages
static e_ShowImages
If set, only show images.
Definition: Index.js:8083
JavascriptModifyItemInfo.e_JavascriptEventTypeAppInit
static e_JavascriptEventTypeAppInit
Javascript event: App initialize.
Definition: Index.js:178
NoteArray
Definition: Index.js:21056
IDocProviderCallback
Definition: Index.js:42590
JavascriptModifyItemInfo.e_JavascriptEventTypeMediaSeek
static e_JavascriptEventTypeMediaSeek
Javascript event: Media seek.
Definition: Index.js:264
DocProviderCallback.e_TextEncodingNone
export const e_TextEncodingNone
Enumeration for text encoding for XFA submit.
Definition: Index.js:40997
IdentityProperties.email
email
The email address.
Definition: Index.js:2025
CombineDocumentInfoArray.constructor
constructor()
Constructor.
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeInsertPages
static e_JavascriptModifyPropertyTypeInsertPages
Javascript event item type: insert pages.
Definition: Index.js:456
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeButtonFitBounds
static e_JavascriptModifyPropertyTypeButtonFitBounds
Javascript event item type: button fit bounds.
Definition: Index.js:304
IActionCallback.GetExtractedEmbeddedFilePath
GetExtractedEmbeddedFilePath(pdf_doc, name)
A callback function to get the file path of extracted embedded file.
FloatingInfo.e_WindowPositionTopLeft
static e_WindowPositionTopLeft
Enumeration for the window position used for media player.
Definition: Index.js:2829
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeTitle
static e_JavascriptModifyPropertyTypeTitle
Javascript event item type: title.
Definition: Index.js:438
OutputPreview.GetPlates
GetPlates(colorant_type)
Get Separations plates.
IActionCallback.BrowseFile
BrowseFile()
A callback function to show a file selection dialog, and the selected file path should be returned.
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:2341
MediaPlayer
Definition: Index.js:14961
SchemaField
Definition: Index.js:13320
DialogDescriptionConfig.width
width
The width of the dialog box in pixels.
Definition: Index.js:2408
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:2808
XFAPage
Definition: Index.js:40048
FileSpec.GetSubtype
GetSubtype()
(Only support in PDF 2.0) Get the MIME type value for "Subtype" key for embedded file when current fi...
IActionCallback.AddSubMenu
AddSubMenu(menu_item_config)
A callback function to add a menu item with a submenu to the application.
StringArray
Definition: Index.js:33435
WrapperData.type
type
Wrapper type to indicate a type of the current wrapper file.
Definition: Index.js:8522
FillSign.e_FillSignObjectTypeCrossMark
static e_FillSignObjectTypeCrossMark
Cross mark fill-sign object.
Definition: Index.js:4441
ISignatureCallback
Definition: Index.js:18956
MediaPlayerCallback.Seek
Seek(current_pos)
A callback function to seek the media player.
Bookmark.GetColor
GetColor()
Get the color used for displaying title.
IActionCallback.IsPageLoop
IsPageLoop()
A callback function to get the flag specifies whether the document will loop around to the beginning ...
AssociatedFiles.IsEmpty
IsEmpty()
Check whether current object is empty or not.
LayerPrintData.Set
Set(subtype, print_state)
Set value.
IdentityProperties.constructor
constructor()
Constructor.
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeRemoveLinks
static e_JavascriptModifyPropertyTypeRemoveLinks
Javascript event item type: remove links.
Definition: Index.js:448
Signature
Definition: Index.js:17786
CombineDocumentInfo.CombineDocumentInfo
CombineDocumentInfo(doc)
Constructor, with parameters.
JavascriptModifyItemInfo.e_JavascriptEventTypeDocOpen
static e_JavascriptEventTypeDocOpen
Javascript event: Document open.
Definition: Index.js:182
Convert
Definition: Index.js:45806
Square
Definition: Index.js:22305
JavascriptModifyItemInfo
Definition: Index.js:174
MenuListArray.GetAt
GetAt(index)
Retrieve a copy of the element at position specified by index in current array.
IDocEventCallback
Definition: Index.js:37598
PlayerArgs.rendition
rendition
A Rendition object (either a MediaRendition or a RenditionList).
Definition: Index.js:3157
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.
PayLoadData.constructor
constructor()
Constructor.
OutputPreview.e_ShowICCBasedCMYK
static e_ShowICCBasedCMYK
If set, only show with ICCBased CMYK.
Definition: Index.js:8053
SearchPageInfo
Definition: Index.js:47639
Progressive
Definition: Index.js:34100
MenuListArray
Definition: Index.js:1751
PrintParams.e_PageOrderVertical
static e_PageOrderVertical
Page Order type: pages are placed from top to bottom, from left to right.
Definition: Index.js:2705
OptimizerSettings
Definition: Index.js:43906
FillSignObject.GenerateContent
GenerateContent()
Generate content for current fill-sign object.
MediaPlayerCallback.e_JSMediaPlayerStateOpen
static e_JSMediaPlayerStateOpen
Enumeration for media player state.
Definition: Index.js:1675
SignatureFillSignObject
Definition: Index.js:4725
EditCommentsTask
EditCommentsTask class is used to handle various events related to edit comments, such as import or e...
Definition: Index.js:47815
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeTextColor
static e_JavascriptModifyPropertyTypeTextColor
Javascript event item type: text color.
Definition: Index.js:286
DIGITALSIGNATURE_PARAM
Definition: Index.js:46511
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:2634
ReadingBookmark
Definition: Index.js:13711
JavascriptModifyItemInfo.e_JavascriptEventTypeScreenMouseEnter
static e_JavascriptEventTypeScreenMouseEnter
Javascript event: Screen mouse enter.
Definition: Index.js:234
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...
JavascriptModifyItemInfo.e_JavascriptEventTypeScreenOpen
static e_JavascriptEventTypeScreenOpen
Javascript event: Screen open.
Definition: Index.js:226
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:2887
MenuItemConfig.enable
enable
(Only used by An expression string that is evaluated to determine whether to enable the menu item.
Definition: Index.js:2163
JavascriptModifyItemInfo.e_JavascriptEventTypeDocWillClose
static e_JavascriptEventTypeDocWillClose
Javascript event: Document will close.
Definition: Index.js:192
Library
Definition: Index.js:34200
GraphicsObject
Definition: Index.js:32153
ClearCacheTaskCallBack
Defines a callback interface for handling the result of a ClearCacheTask.
Definition: Index.js:46831
JavascriptModifyItemInfo.modify_type
modify_type
The modify type. Please refer to values starting from JavascriptModifyItemInfo.e_JavascriptModifyType...
Definition: Index.js:541
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:7543
Highlight
Definition: Index.js:22037
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:2666
OutputPreview.constructor
constructor(r)
AnnotationSummarySettings.IsEmpty
IsEmpty()
Check whether current object is empty or not.
IdentityProperties.last_name
last_name
The user last name.
Definition: Index.js:2033
Popup
Definition: Index.js:24445
URIAction
Definition: Index.js:29992
AssociatedFiles.e_RelationshipEncryptedPayload
static e_RelationshipEncryptedPayload
The relationship is "Encrypted payload" which means the file specification is an encrypted payload do...
Definition: Index.js:4809
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:2719
PDFDictionaryArray
Definition: Index.js:29300
MenuItemConfig.pos
pos
The position within the submenu to locate the new menu item.
Definition: Index.js:2157
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeMovePage
static e_JavascriptModifyPropertyTypeMovePage
Javascript event item type: move page.
Definition: Index.js:454
FillSign.e_FillSignObjectTypeCheckMark
static e_FillSignObjectTypeCheckMark
Check mark fill-sign object.
Definition: Index.js:4443
JavascriptModifyItemInfo.e_JavascriptEventTypeFieldMouseEnter
static e_JavascriptEventTypeFieldMouseEnter
Javascript event: Form field mouse enter.
Definition: Index.js:206
Bookmark.GetParent
GetParent()
Get the parent bookmark.
DRMSecurityHandler
Definition: Index.js:5907
GotoAction
Definition: Index.js:29951
SearchOption.is_search_in_markup
is_search_in_markup
Specifies whether markup (annotations) are searched for the query. Defaule value: false.
Definition: Index.js:3252
JavascriptModifyItemInfo.e_JavascriptEventTypeFieldFormat
static e_JavascriptEventTypeFieldFormat
Javascript event: Form field format.
Definition: Index.js:220
OutputPreview.e_ShowAll
static e_ShowAll
Enumeration for show type.
Definition: Index.js:8047
LayerNodeArray.RemoveAt
RemoveAt(index)
Remove the element in position specified by index.
FillSign.GetObjectByFormXObject
GetObjectByFormXObject(formobject)
Get a fill-sign object by specified form XObject graphics object.
JavascriptModifyItemInfo.e_JavascriptModifyItemTypePage
static e_JavascriptModifyItemTypePage
Javascript modify item type: Page.
Definition: Index.js:275
StructObjectContent
Definition: Index.js:29182
Circle
Definition: Index.js:22484
JavascriptModifyItemInfo.e_JavascriptModifyTypeNone
static e_JavascriptModifyTypeNone
Javascript modify type: none.
Definition: Index.js:483
JavascriptModifyItemInfo.e_JavascriptEventTypeMediaDone
static e_JavascriptEventTypeMediaDone
Javascript event: Media done.
Definition: Index.js:258
FillSignObject
Definition: Index.js:4593
IActionCallback.GetIdentityProperties
GetIdentityProperties()
A callback function used to get identity properties of current user.
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.
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:4814
Redact
Definition: Index.js:25148
AnnotationSummarySettings.e_FontSizeLarge
static e_FontSizeLarge
If set, that means to use large font size in result document.
Definition: Index.js:6726
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeNone
static e_JavascriptModifyPropertyTypeNone
Javascript pre-sign item type: none.
Definition: Index.js:280
DialogDescriptionElement.height
height
Specifies the height of the element in pixels.
Definition: Index.js:2310
PDFArray
Definition: Index.js:28573
LayerTree.e_StateON
static e_StateON
Enumeration for PDF layer base state.
Definition: Index.js:3696
OutputPreview.e_ShowGray
static e_ShowGray
If set, only show with Gray.
Definition: Index.js:8071
JavascriptModifyItemInfo.e_JavascriptEventTypeLinkMouseUp
static e_JavascriptEventTypeLinkMouseUp
Javascript event: Link mouse up.
Definition: Index.js:252
MenuItemExArray.RemoveAll
RemoveAll()
Remove all the element from current array.
LayerNodeArray.constructor
constructor()
Constructor.
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeDoNotScroll
static e_JavascriptModifyPropertyTypeDoNotScroll
Javascript event item type: do not scroll.
Definition: Index.js:316
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:47214
DocProviderCallback.e_TextEncodingGBK
export const e_TextEncodingGBK
Text encoding: GBK.
Definition: Index.js:41003
PrintParams.is_print_as_image
is_print_as_image
true means that pages should be printed as image.
Definition: Index.js:2754
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeAddWeblinks
static e_JavascriptModifyPropertyTypeAddWeblinks
Javascript event item type: add web links.
Definition: Index.js:444
SecurityHandler.e_CipherNone
static e_CipherNone
Enumeration for Encryption Algorithm.
Definition: Index.js:5351
FDFDoc.GetType
GetType()
Get the type of current document object.
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeOpacity
static e_JavascriptModifyPropertyTypeOpacity
Javascript event item type: opacity.
Definition: Index.js:406
MediaSettings.e_PlayerWindowTypeFullScreen
static e_PlayerWindowTypeFullScreen
Window type: a full-screen window that obscures all other windows.
Definition: Index.js:2985
MediaPlayerCallback.Stop
Stop()
A callback function to stop the media player.
JavascriptModifyItemInfo.e_JavascriptEventTypeDocWillSave
static e_JavascriptEventTypeDocWillSave
Javascript event: Document will save.
Definition: Index.js:188
ButtonItem.pos
pos
The button number to place the added button in the toolbar.
Definition: Index.js:2088
TiledWatermarkSettings.e_FlagInvisible
static e_FlagInvisible
If set, do not display a watermark.
Definition: Index.js:8400
DialogDescriptionElement.item_id
item_id
An ItemID for this dialog box.
Definition: Index.js:2293
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:3834
StdSecurityHandler.e_ModifyUserPassword
static e_ModifyUserPassword
If set, user password and owner password will be modified during encryption process.
Definition: Index.js:5490
PDFNumberTree
Definition: Index.js:27907
IActionCallback.GetMousePosition
GetMousePosition()
A callback function to get current mouse position.
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:2728
EmbeddedGotoAction
Definition: Index.js:30298
ICustomSecurityCallback.GetSecurityType
GetSecurityType()
Get the encryption type of security callback.
OutputPreview.GeneratePreviewBitmap
GeneratePreviewBitmap(page, matrix, renderer)
Generate the output preview bitmap for a PDF page.
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeAddPageTemplate
static e_JavascriptModifyPropertyTypeAddPageTemplate
Javascript event item type: add page template.
Definition: Index.js:432
SOAPResponseInfo.constructor
constructor()
Constructor.
Ink
Definition: Index.js:23437
Control
Definition: Index.js:27514
HideAction
Definition: Index.js:30719
RichTextStyle
Definition: Index.js:19618
FloatingInfo.has_close
has_close
true means the floating window should have a close window control button, while false means not.
Definition: Index.js:2954
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:8077
Bookmark.SetDestination
SetDestination(destination)
Set the destination.
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeCheckThisBox
static e_JavascriptModifyPropertyTypeCheckThisBox
Javascript event item type: check this box.
Definition: Index.js:358
MenuListArray.RemoveAll
RemoveAll()
Remove all the element from current array.
RemoteGotoAction
Definition: Index.js:30161
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:1951
IActionCallback.SetLayoutMode
SetLayoutMode(layout_mode, is_cover_mode)
A callback function to set the page layout of the current document.
DocProviderCallback.e_SubmitInXDP
export const e_SubmitInXDP
Enumeration for XFA submit format.
Definition: Index.js:40979
LayerNode.GetGraphicsObjects
GetGraphicsObjects(page)
Get all graphics objects related to the layer which is associated with current layer node.
IApplyRedactionCallback
Definition: Index.js:39375
DialogDescriptionElement.constructor
constructor()
Constructor.
DocViewerPrefs
Definition: Index.js:10857
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:2756
UInt32Array
Definition: Index.js:37981
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeButtonScaleWhen
static e_JavascriptModifyPropertyTypeButtonScaleWhen
Javascript event item type: button scale when.
Definition: Index.js:308
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:2812
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeSpawnPageFromTemplate
static e_JavascriptModifyPropertyTypeSpawnPageFromTemplate
Javascript event item type: spawn page from template.
Definition: Index.js:442
ICertChainResolverCallback
Definition: Index.js:17347
IActionCallback.GetPageScale
GetPageScale()
A callback function to get current page zoom value.
GraphState
Definition: Index.js:34659
LTVVerifier
Definition: Index.js:17368
PageLabels
Definition: Index.js:12855
SearchResult
Definition: Index.js:47475
WrapperData.description
description
Description for wrapper file to show applications or confront users prompt information.
Definition: Index.js:8528
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeReplacePages
static e_JavascriptModifyPropertyTypeReplacePages
Javascript event item type: replace pages.
Definition: Index.js:458
Image
Definition: Index.js:36364
GetPagesInfoTask
Definition: Index.js:48004
AnnotationSummary.SetCallback
SetCallback(callback)
Set a callback object for annotation summary.
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeTextSize
static e_JavascriptModifyPropertyTypeTextSize
Javascript event item type: text size.
Definition: Index.js:412
IActionCallback.AddSearchIndex
AddSearchIndex(di_path, is_selected)
A callback function to add a search index.
LayerContext.constructor
constructor(r)
MenuList.Set
Set(level, name, sub_menu_list_array)
Set values.
LayerNode.GetExportUsage
GetExportUsage()
Get the state for exporting usage.
ICustomSecurityCallback
Definition: Index.js:6365
JavascriptModifyItemInfo.e_JavascriptEventTypeBookmarkMouseUp
static e_JavascriptEventTypeBookmarkMouseUp
Javascript event: Bookmark mouse up.
Definition: Index.js:250
CertPermission.bEnableTextAccess
bEnableTextAccess
Whether text access for accessibility is enabled.
Definition: Index.js:5588
IActionCallback.SetDocChangeMark
SetDocChangeMark(document, change_mark)
A callback function to set the change mark which indicates whether the content of document is changed...
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeButtonAlignY
static e_JavascriptModifyPropertyTypeButtonAlignY
Javascript event item type: button align Y.
Definition: Index.js:302
LayerNode
Definition: Index.js:3975
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:3282
CustomEncryptData.filter
filter
The filter name of a custom security callback object. It should not be an empty string.
Definition: Index.js:6026
IActionCallback.SetCurrentPage
SetCurrentPage(document, page_index)
A callback function used to set the current page by index.
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:2691
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:2648
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeDoCaption
static e_JavascriptModifyPropertyTypeDoCaption
Javascript event item type: do caption.
Definition: Index.js:390
PageBasicInfoArray
Definition: Index.js:16111
IActionCallback.AddToolButton
AddToolButton(button_item)
A callback function to add a tool button.
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeLeaderExtend
static e_JavascriptModifyPropertyTypeLeaderExtend
Javascript event item type: leader extend.
Definition: Index.js:396
IActionCallback.LaunchURL
LaunchURL(url)
A callback function to launch to a specified URL.
AssociatedFiles.constructor
constructor(r)
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.
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeRuntimeHighlightColor
static e_JavascriptModifyPropertyTypeRuntimeHighlightColor
Javascript event item type: runtime highlight color.
Definition: Index.js:472
Range
Definition: Index.js:34805
SearchOption.is_case_sensitive
is_case_sensitive
Specifies whether the search query is case sensitive. Defaule value: false.
Definition: Index.js:3248
ICertificateSecurityCallback
Definition: Index.js:6256
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:2662
AnnotationSummarySettings.SetSortType
SetSortType(type)
Set the option to decide to sort annotation by what.
SubmitFormAction
Definition: Index.js:30461
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:2098
AnnotationSummarySettings.SetEndPage
SetEndPage(page_index)
Set ending page index.
OutputPreview.e_ShowLab
static e_ShowLab
If set, only show with Lab.
Definition: Index.js:8079
IActionCallback.RemoveToolButtom
RemoveToolButtom(button_name)
A callback function to remove a tool button added by the function ActionCallback.AddToolButton.
PDFCertUtil
Definition: Index.js:46522
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:2889
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:46864
ICustomSecurityCallback.UseStandardCryptoMethod
UseStandardCryptoMethod(context)
A callback function to check if to use standard crypto method or custom crypto method.
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeBorderEffectIntensity
static e_JavascriptModifyPropertyTypeBorderEffectIntensity
Javascript event item type: border effect intensity.
Definition: Index.js:378
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeDownCaption
static e_JavascriptModifyPropertyTypeDownCaption
Javascript event item type: down caption.
Definition: Index.js:348
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:2297
DialogDescriptionElementArray.constructor
constructor()
Constructor.
Attachments
Definition: Index.js:8236
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:8692
MediaSettings.e_PlayerWindowTypeDockedPage
static e_PlayerWindowTypeDockedPage
Enumeration for the type of window that the media should play in.
Definition: Index.js:2981
AssociatedFiles.e_RelationshipSupplement
static e_RelationshipSupplement
The relationship is "Supplement" which means the file specification represents a supplemental represe...
Definition: Index.js:4803
IActionCallback.PopupMenu
PopupMenu(menus, is_selected_item)
A callback function to pop up a menu window.
IActionCallback.GetUntitledBookmarkName
GetUntitledBookmarkName()
A callback function to get the new name for an untitled bookmark.
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.
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeDash
static e_JavascriptModifyPropertyTypeDash
Javascript event item type: dash.
Definition: Index.js:388
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeAddWatermark
static e_JavascriptModifyPropertyTypeAddWatermark
Javascript event item type: add watermark.
Definition: Index.js:464
IActionCallback.GetVisiblePageCount
GetVisiblePageCount(document)
A callback function to get the visible pages count.
SaveDocTask
Represents a task for saving a PDF document to a specified file path.
Definition: Index.js:47389
FillSignObject.GetFormXObject
GetFormXObject()
Get form XObject graphics object which is related to current fill-sign object.
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:3272
Note
Definition: Index.js:21800
IActionCallback.Release
Release()
A callback function used to release current callback object itself.
Font
Definition: Index.js:34930
SOAPResponseInfo.status_code
status_code
Status code of the response.
Definition: Index.js:2622
JavascriptModifyItemInfo.e_JavascriptEventTypeMediaStop
static e_JavascriptEventTypeMediaStop
Javascript event: Media stop.
Definition: Index.js:266
JavascriptModifyItemInfo.old_value
old_value
The old value.
Definition: Index.js:556
JavascriptModifyItemInfo.e_JavascriptModifyItemTypeAnnot
static e_JavascriptModifyItemTypeAnnot
Javascript modify item type: Annot.
Definition: Index.js:273
JavascriptModifyItemInfo.e_JavascriptEventTypeUnknown
static e_JavascriptEventTypeUnknown
Javascript event: unknown.
Definition: Index.js:176
IActionCallback.SetPageScale
SetPageScale(zoom_mode, dest)
A callback function to set current page zoom value.
DialogDescriptionElement.char_height
char_height
Specifies the height of the element in characters.
Definition: Index.js:2322
MarkedContent
Definition: Index.js:32060
Bookmark.e_PosLastSibling
static e_PosLastSibling
A bookmark is the last sibling of another specified bookmark.
Definition: Index.js:7098
AnnotationSummarySettings
Definition: Index.js:6681
FormXObject
Definition: Index.js:33307
AssociatedFiles.AssociateFile
AssociateFile(pdf_object, file_spec)
Associate a file (represented by FileSpec) with a PDF dictionary object which represents the dictiona...
CertPermission.e_PrintNone
static e_PrintNone
Print permission: none.
Definition: Index.js:5557
DocProviderCallback.e_PrintOptionAsImage
export const e_PrintOptionAsImage
If set, print page as image; otherwise, as text.
Definition: Index.js:40966
MediaPlayerCallback
Definition: Index.js:1667
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeInsertItemAt
static e_JavascriptModifyPropertyTypeInsertItemAt
Javascript event item type: insert item at.
Definition: Index.js:366
AdditionalAction
Definition: Index.js:31111
TiledWatermarkSettings.constructor
constructor()
Constructor and set the default value.
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeRemoveWeblinks
static e_JavascriptModifyPropertyTypeRemoveWeblinks
Javascript event item type: remove web links.
Definition: Index.js:446
CertPermission.e_PrintLow
static e_PrintLow
Print permission: low.
Definition: Index.js:5559
OutputPreview.SetSimulationProfile
SetSimulationProfile(icc_profile_path)
Set simulation ICC profile file path.
Attachments.GetEmbeddedFile
GetEmbeddedFile(key)
Get the attachment (as file specification object) of a specified key.
DocProviderCallback.e_TextEncodingBig5
export const e_TextEncodingBig5
Text encoding: Big5.
Definition: Index.js:40999
IActionCallback.IsLocalFile
IsLocalFile(document)
A callback function to check whether the file is local file.
IDRMSecurityCallback.GetUserPermissions
GetUserPermissions(document, sub_filter)
A callback function used to get the current user permissions.
ButtonItem.constructor
constructor()
Constructor.
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypePageRotations
static e_JavascriptModifyPropertyTypePageRotations
Javascript event item type: page rotations.
Definition: Index.js:450
AssociatedFiles.e_RelationshipData
static e_RelationshipData
The relationship is "Data" which means the file specification represents information used to derive a...
Definition: Index.js:4793
IActionCallback.GetLanguage
GetLanguage()
A callback function to get the language of the running viewer application.
Filler
Definition: Index.js:25702
JavascriptModifyItemInfo.e_JavascriptEventTypeScreenMouseUp
static e_JavascriptEventTypeScreenMouseUp
Javascript event: Screen mouse up.
Definition: Index.js:232
SOAPAuthenticateInfo.constructor
constructor()
Constructor.
IActionCallback.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 ...
IActionCallback.MailDoc
MailDoc(document, to_address, cc_address, bcc_address, subject, message, is_ui)
A callback function to mails a document as an attachment.
ShadingColor
Definition: Index.js:20847
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:5488
Bookmark.HasChild
HasChild()
Check if current bookmark has child bookmark(s).
ISecurityCallback
Definition: Index.js:6239
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeAlignment
static e_JavascriptModifyPropertyTypeAlignment
Javascript event item type: alignment.
Definition: Index.js:296
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:2752
RMSSecurityHandler.constructor
constructor()
Constructor.
JavascriptModifyItemInfo.e_JavascriptEventTypeConsoleExec
static e_JavascriptEventTypeConsoleExec
Javascript event: Console execute.
Definition: Index.js:246
ICustomSecurityCallback.StartDecryptor
StartDecryptor(context, obj_num, gen_num)
A callback function used to start a decryption.
NamedAction
Definition: Index.js:30092
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeSelectChange
static e_JavascriptModifyPropertyTypeSelectChange
Javascript event item type: select change.
Definition: Index.js:294
JavascriptModifyItemInfo.e_JavascriptEventTypeScreenMouseDown
static e_JavascriptEventTypeScreenMouseDown
Javascript event: Screen mouse down.
Definition: Index.js:230
StructMarkedContent
Definition: Index.js:29133
IActionCallback.GetAttachmentsFilePath
GetAttachmentsFilePath(pdf_doc, name)
A callback function to get the file path of attachments file.
IStreamCallback
File stream interface, reading & writing.
Definition: Index.js:37784
PowerPoint2PDFSettingData
Definition: Index.js:45486
FillSign.GetObjectAtDevicePoint
GetObjectAtDevicePoint(point, matrix)
Get a fill-sign object by specified point in device coordinate system.
CertPermission.bEnableCopy
bEnableCopy
Whether content copying is enabled.
Definition: Index.js:5586
PlayerArgs
Definition: Index.js:3098
PrintParams
Definition: Index.js:2626
WatermarkTextProperties
Definition: Index.js:16563
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeImport
static e_JavascriptModifyPropertyTypeImport
Javascript event item type: import.
Definition: Index.js:424
TextPageCharInfo
Definition: Index.js:15064
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:2562
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:4788
IActionCallback.GetPrinterNameList
GetPrinterNameList()
A callback function to get the printer name list.
DocProviderCallback.e_TextEncodingUTF16
export const e_TextEncodingUTF16
Text encoding: UTF-16.
Definition: Index.js:41017
PageNumberRange
Definition: Index.js:7640
DocProviderCallback.e_WidgetEventTypeBeforeRemoved
export const e_WidgetEventTypeBeforeRemoved
Event type: before an XFA widget is removed.
Definition: Index.js:41043
EnvelopeArray.Add
Add(element)
Add an element to the end of current array.
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeNotSpellCheck
static e_JavascriptModifyPropertyTypeNotSpellCheck
Javascript event item type: not spell check.
Definition: Index.js:324
FloatArray
Definition: Index.js:38108
FillSignObject.constructor
constructor()
Constructor.
PlayerArgs.audio_format
audio_format
The audio format, such as "audio/wav".
Definition: Index.js:3163
PageSizeTask
Represents a task for setting page sizes within a document.
Definition: Index.js:46754
SOAPRequestProperties.authenticate
authenticate
An object that specifies how to handle HTTP authentication or credentials to use for Web Service Secu...
Definition: Index.js:2576
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.
PrintParams.e_PrintHandlingFitPaper
static e_PrintHandlingFitPaper
Print Handling: Pages are enlarged or shrunk to fit the printe's paper.
Definition: Index.js:2717
NativeObjectWrapper.constructor
constructor(r)
Optimizer
Definition: Index.js:43383
RenderPageModel
Represents the render data for render a page in a document.
Definition: Index.js:47830
IActionCallback.SetIdentityProperties
SetIdentityProperties(identity_properties)
A callback function used to set identity properties of current user.
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:2339
CustomEncryptData.sub_filter
sub_filter
The sub filter name that specifies the syntax of the encryption dictionary contents....
Definition: Index.js:6028
NativeObjectWrapper.GetPointerAsNumber
GetPointerAsNumber()
LayerNode.HasIntent
HasIntent(intent)
Check if current layer node has a specified intent.
IAppProviderCallback
Definition: Index.js:43243
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:2151
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeRolloverCaption
static e_JavascriptModifyPropertyTypeRolloverCaption
Javascript event item type: rollover caption.
Definition: Index.js:350
CertificateEncryptData.envelopes
envelopes
A string array which specifies an array of certificate envelopes. This array should contains one or m...
Definition: Index.js:5761
FloatingInfo.e_WindowPositionBottomRight
static e_WindowPositionBottomRight
Window position: at the bottom right corner.
Definition: Index.js:2845
IActionCallback.AddMenuItem
AddMenuItem(menu_item_config, is_prepend)
A callback function to adds a menu item to a menu.
FloatingInfo.constructor
constructor()
Constructor.
ICustomSecurityCallback.GetEncryptedSize
GetEncryptedSize(context, obj_num, gen_num, src_data, src_data_len)
A callback function used to get the estimated encrypted size.
LayerNode.GetChild
GetChild(index)
Get a child node.
Codec
Definition: Index.js:34027
GraphicsObjectArray
Definition: Index.js:31764
Attachments.RemoveEmbeddedFile
RemoveEmbeddedFile(key)
Remove an attachment by key.
FDFDoc.GetPDFPath
GetPDFPath()
Get the path of related PDF document.
IActionCallback.GetPageWindowRect
GetPageWindowRect()
A callback function to get the rectangle for the page view window. The page view window is the area i...
PageBasicInfo.width
width
Page width (unit is 1/72 inch).
Definition: Index.js:8621
AnnotationSummary
Definition: Index.js:6955
EnvelopeArray.GetAt
GetAt(index)
Retrieve a copy of the element at position specified by index in current array.
PrintParams.e_PrintContentDocAndAnnots
static e_PrintContentDocAndAnnots
Print Content: print the document contents and comments.
Definition: Index.js:2636
IActionCallback.PopupMenuEx
PopupMenuEx(menus, is_selected_item)
A callback function to pop up a menu window.
OutputPreview.e_ShowICCBasedRGB
static e_ShowICCBasedRGB
If set, only show with ICCBased RGB.
Definition: Index.js:8069
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeMultipleSelection
static e_JavascriptModifyPropertyTypeMultipleSelection
Javascript event item type: multiple selection.
Definition: Index.js:478
SearchOption.e_WordMatchingMatchAnyWord
static e_WordMatchingMatchAnyWord
Word matching: match any word.
Definition: Index.js:3182
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:2780
ITimeStampCallback
Definition: Index.js:19301
LayerContext.IsVisible
IsVisible(layer)
Check if a specified layer node is visible in current layer context.
Screen
Definition: Index.js:23691
MediaSettings.auto_play
auto_play
Specify whether the media clip should begin playing automatically after the player is opened.
Definition: Index.js:3046
IActionCallback.SetPageRotation
SetPageRotation(document, page_index, rotation)
A callback function used to set the rotation value of a page on PDF viewer.
DocProviderCallback.e_PrintOptionShrinkPage
export const e_PrintOptionShrinkPage
If set, shrink page to fit within content area.
Definition: Index.js:40964
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeImportDataObject
static e_JavascriptModifyPropertyTypeImportDataObject
Javascript event item type: import data object.
Definition: Index.js:428
VoidObject
Definition: Index.js:46496
IWriterCallback
Definition: Index.js:37750
JavascriptModifyItemInfo.e_JavascriptEventTypeMediaBlur
static e_JavascriptEventTypeMediaBlur
Javascript event: Media blur.
Definition: Index.js:254
MenuItemExArray.GetSize
GetSize()
Get the size of elements in current array.
ICustomSecurityCallback.CreateContext
CreateContext(filter, sub_filter, encrypt_info)
A callback function used to create context for encryption and decryption.
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:2747
PDFStructTree
Definition: Index.js:29254
SecurityHandler.IsEmpty
IsEmpty()
Check whether current object is empty or not.
OptimizeScannedPDFSettings
Definition: Index.js:44181
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeEditable
static e_JavascriptModifyPropertyTypeEditable
Javascript event item type: editable.
Definition: Index.js:322
CustomSecurityHandler.constructor
constructor()
Constructor.
QuadPointsArray
Definition: Index.js:19925
AnnotationSummarySettings.e_FontSizeMedium
static e_FontSizeMedium
If set, that means to use medium font size in result document.
Definition: Index.js:6724
Bookmark.MoveTo
MoveTo(dest_bookmark, position)
Move current bookmark to be child or sibling of another bookmark.
SOAPAuthenticateInfo
Definition: Index.js:2439
Destination
Definition: Index.js:29436
FileSpec.GetModifiedDateTime
GetModifiedDateTime()
Get modified date and time about when the embedded file was last modified.
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeRsetAllForms
static e_JavascriptModifyPropertyTypeRsetAllForms
Javascript event item type: reset all forms.
Definition: Index.js:436
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:6152
MenuItemExArray.GetAt
GetAt(index)
Retrieve a copy of the element at position specified by index in current array.
CertPermission.printPer
printPer
Print permission.
Definition: Index.js:5590
FloatingInfo.e_WindowPositionCenterLeft
static e_WindowPositionCenterLeft
Window position: at the center left.
Definition: Index.js:2835
PayLoadData.file_size
file_size
The payload file size.
Definition: Index.js:8576
CertPermission.constructor
constructor()
Constructor.
Caret
Definition: Index.js:24312
FloatingInfo.e_RelativeTargetPageWindow
e_RelativeTargetPageWindow
Enumeration for the values used to set relative position of floating window.
Definition: Index.js:2855
TextObjectArray
Definition: Index.js:31890
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeButtonSetIcon
static e_JavascriptModifyPropertyTypeButtonSetIcon
Javascript event item type: set button icon.
Definition: Index.js:356
LayerZoomData.constructor
constructor()
Constructor.
IAnnotationSummaryCallback
Definition: Index.js:6627
SearchOption.e_WordMatchingMatchAllWords
static e_WordMatchingMatchAllWords
Word matching: match all words.
Definition: Index.js:3180
RectI
Definition: Index.js:38748
IActionCallback.GetTemporaryDirectory
GetTemporaryDirectory()
A callback function to get temporary directory.
PageNumberRange.start_number
start_number
Page number of the start page in current range, starting from 1.
Definition: Index.js:7675
CertificateSecurityHandler.Initialize
Initialize(envelopes, cipher, is_encrypt_metadata)
Initialize current certificate security handler.
QuadPoints
Definition: Index.js:19880
OutputPreview
Definition: Index.js:8039
MenuItemEx.Set
Set(item_name, return_name, is_checked, is_enabled, sub_menu_item_array)
Set values.
MediaSettings
Definition: Index.js:2973
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:7559
SearchIndexConfig.name
name
The name of search index.
Definition: Index.js:3321
IconFit
Definition: Index.js:19985
LayerNode.GetName
GetName()
Get the name of current layer node.
MenuItemExArray.InsertAt
InsertAt(index, element)
Insert an element before the position specified by index.
JavascriptModifyItemInfo.e_JavascriptModifyTypeModify
static e_JavascriptModifyTypeModify
Javascript modify type: modify.
Definition: Index.js:487
AnnotationSummarySettings.e_SummaryLayoutAnnotationOnly
static e_SummaryLayoutAnnotationOnly
If set, that means to layout annotations only.
Definition: Index.js:6693
FDFDoc.e_XFDF
static e_XFDF
FDF document type: XFDF.
Definition: Index.js:3437
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:2951
IDRMSecurityCallback.GetInitialKey
GetInitialKey(document, sub_filter)
A callback function used to get the initial key to decrypt the DRM protected document.
WidgetMenu
Definition: Index.js:40751
IActionCallback.SetFullScreen
SetFullScreen(is_full_screen)
A callback function to set full screen mode.
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:2761
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:2096
DocProviderCallback.e_TextEncodingGB2312
export const e_TextEncodingGB2312
Text encoding: GB2312.
Definition: Index.js:41007
IPSICallback
Definition: Index.js:16181
PageSizeTaskCallBack
Defines a callback interface for handling results of a PageSizeTask.
Definition: Index.js:46655
JavascriptModifyItemInfo.e_JavascriptEventTypePageInView
static e_JavascriptEventTypePageInView
Javascript event: Page inview.
Definition: Index.js:198
LayerNode.GetZoomUsage
GetZoomUsage()
Get the data for zooming usage.
CustomSecurityHandler
Definition: Index.js:6036
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeRichValue
static e_JavascriptModifyPropertyTypeRichValue
Javascript event item type: rich value.
Definition: Index.js:342
Bookmark.e_PosLastChild
static e_PosLastChild
A bookmark is the last child of another specified bookmark.
Definition: Index.js:7090
TextFillSignObjectDataArray.GetAt
GetAt(index)
Retrieve a copy of the element at position specified by index in current array.
LayerZoomData
Definition: Index.js:3634
JavascriptModifyItemInfo.e_JavascriptEventTypeHtmlCallback
static e_JavascriptEventTypeHtmlCallback
Javascript event: Html callback.
Definition: Index.js:180
GetPagesInputParams
Definition: Index.js:47958
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:3327
SnappedPoint
Definition: Index.js:15755
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:7677
OutputPreview.e_ShowNotDeviceCMYKOrSpot
static e_ShowNotDeviceCMYKOrSpot
If set, only show with DeviceCMYK or spot.
Definition: Index.js:8059
ICertificateSecurityCallback.GetDecryptionKey
GetDecryptionKey(envelope_buffer, envelope_length)
A callback function used to get the key for decrypting certificate protected PDF document.
PrintParams.binding
binding
The value determines the paper binding direction and the page arrange order. Please refer to values s...
Definition: Index.js:2803
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeAddFileAttachment
static e_JavascriptModifyPropertyTypeAddFileAttachment
Javascript event item type: add fileattachment.
Definition: Index.js:468
SOAPResponseInfo.network_error
network_error
Network error information of the SOAP response.
Definition: Index.js:2620
IActionCallback.ResetModifyItem
ResetModifyItem(document)
A callback function to reset modify item.
IAnnotationSummaryCallback.GetLocalFontName
GetLocalFontName()
A callback function used to specify the font name used locally.
FloatingInfo.e_WindowPositionBottomCenter
static e_WindowPositionBottomCenter
Window position: at the bottom center.
Definition: Index.js:2843
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:4439
IActionCallback.GetFilePath
GetFilePath(document)
A callback function to get the file path of current PDF document.
PrintParams.e_BookletBindingRight
static e_BookletBindingRight
Enumeration for the values used to determine the duplex printing mode when printing a booklet.
Definition: Index.js:2676
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeFillColor
static e_JavascriptModifyPropertyTypeFillColor
Javascript pre-sign item type: fill color.
Definition: Index.js:284
JavascriptModifyItemInfo.e_JavascriptEventTypeFieldKeyStroke
static e_JavascriptEventTypeFieldKeyStroke
Javascript event: Form field key stroke.
Definition: Index.js:214
SOAPRequestProperties.request_url
request_url
The URL for a SOAP HTTP endpoint.
Definition: Index.js:2547
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:2472
GetPagesInfoCallBack
Definition: Index.js:47984
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeDefaultIsChecked
static e_JavascriptModifyPropertyTypeDefaultIsChecked
Javascript event item type: default is checked.
Definition: Index.js:362
IActionCallback.SoapRequest
SoapRequest(request_params)
Initiates a remote procedure call (RPC) or sends an XML message to a SOAP HTTP endpoint.
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeRemoveTemplate
static e_JavascriptModifyPropertyTypeRemoveTemplate
Javascript event item type: remove template.
Definition: Index.js:430
IActionCallback.ExecuteNamedAction
ExecuteNamedAction(document, named_action)
A callback function to execute a named action.
ColorState
Definition: Index.js:32009
DialogDescriptionElement.bold
bold
Specify if the font is bold.
Definition: Index.js:2335
IActionCallback.GetMenuItemNameList
GetMenuItemNameList()
A callback function to get the menu item name list.
Field
Definition: Index.js:26480
RMSSecurityHandler
Definition: Index.js:6195
JavascriptModifyItemInfo.e_JavascriptEventTypeDocDidSave
static e_JavascriptEventTypeDocDidSave
Javascript event: Document did save.
Definition: Index.js:190
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:5492
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeIntent
static e_JavascriptModifyPropertyTypeIntent
Javascript event item type: intent.
Definition: Index.js:394
CertPermission.e_ChangeAnyExceptExtract
static e_ChangeAnyExceptExtract
Change permission: any except extract.
Definition: Index.js:5572
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeCallout
static e_JavascriptModifyPropertyTypeCallout
Javascript event item type: callout.
Definition: Index.js:382
JavascriptModifyItemInfo.e_JavascriptEventTypeScreenOutview
static e_JavascriptEventTypeScreenOutview
Javascript event: Screen out view.
Definition: Index.js:240
JavaScriptAction
Definition: Index.js:30051
PagingSealSignature
Definition: Index.js:19469
Bookmark.e_PosFirstChild
static e_PosFirstChild
Enumeration for bookmark position.
Definition: Index.js:7088
LayerPrintData.subtype
subtype
A string that specifies the kind of content controlled by a layer.
Definition: Index.js:3825
FileSpec.GetDict
GetDict()
Get the PDF dictionary of current file specification.
PDFStream
Definition: Index.js:28386
DocProviderCallback.e_SubmitInXFD
export const e_SubmitInXFD
The submit data is packaged in XFD format, as described in XFDF.
Definition: Index.js:40985
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:33364
LayerNode.SetPrintUsage
SetPrintUsage(data)
Set data for layer printing usage.
WrapperData
Definition: Index.js:8483
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeContents
static e_JavascriptModifyPropertyTypeContents
Javascript event item type: contents.
Definition: Index.js:386
FillSign.e_FillSignObjectTypeSignature
static e_FillSignObjectTypeSignature
Signature fill-sign object.
Definition: Index.js:4451
SOAPRequestProperties.soap_version
soap_version
The version of the SOAP protocol to use when generating the XML Message.
Definition: Index.js:2560
MenuListArray.constructor
constructor()
Constructor.
CertificateEncryptData.Set
Set(is_encrypt_metadata, cipher, envelopes)
Set value.
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeButtonScaleHow
static e_JavascriptModifyPropertyTypeButtonScaleHow
Javascript event item type: button scale how.
Definition: Index.js:306
ICustomSecurityCallback.GetUserPermissions
GetUserPermissions(context, user_permission)
A callback function used to get the user permissions.
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeNoteIcon
static e_JavascriptModifyPropertyTypeNoteIcon
Javascript event item type: note icon.
Definition: Index.js:402
LayerContext.e_UsagePrint
static e_UsagePrint
Use for printing.
Definition: Index.js:3856
RectF
Definition: Index.js:38362
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:8526
IActionCallback.Alert
Alert(msg, title, type, icon)
A callback function used to pop up a dialog to show warnings or hints.
AssociatedFiles
Definition: Index.js:4775
ImageSettings
Definition: Index.js:43464
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.
Bookmark.GetFirstChild
GetFirstChild()
Get the first child bookmark.
CompareResultInfoArray
Definition: Index.js:46204
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:7547
FileSpec.constructor
constructor(document)
Constructor.
TextFillSignObjectDataArray.Add
Add(element)
Add an element to the end of current array.
AuditSpaceSize
Structure of audit space, the unit is byte type.
Definition: Index.js:44305
JavascriptModifyItemInfo.e_JavascriptEventTypeFieldMouseUp
static e_JavascriptEventTypeFieldMouseUp
Javascript event: Form field mouse up.
Definition: Index.js:204
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeNormalCaption
static e_JavascriptModifyPropertyTypeNormalCaption
Javascript event item type: normal caption.
Definition: Index.js:346
SearchOption.is_stemming
is_stemming
Specifies whether the search query will take the stemming of words (for example, run,...
Definition: Index.js:3266
PageNumberRange.filter
filter
Filter type to decide which page numbers of this range would be used. Please refer to values starting...
Definition: Index.js:7682
DocProviderCallback
Definition: Index.js:40942
JavascriptModifyItemInfo.e_JavascriptEventTypeFieldMouseDown
static e_JavascriptEventTypeFieldMouseDown
Javascript event: Form field mouse down.
Definition: Index.js:202
DialogDescriptionElement.font
font
The font to use for this element.
Definition: Index.js:2333
PrintParams.constructor
constructor()
Constructor.
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeDefaultStyle
static e_JavascriptModifyPropertyTypeDefaultStyle
Javascript event item type: default style.
Definition: Index.js:312
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeUserName
static e_JavascriptModifyPropertyTypeUserName
Javascript event item type: user name.
Definition: Index.js:354
ImageObject
Definition: Index.js:32946
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:3094
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:5751
OutputPreview.e_ShowCalGray
static e_ShowCalGray
If set, only show with CalGray.
Definition: Index.js:8075
AnnotationSummarySettings.SetAnnotType
SetAnnotType(type, use_all)
Set the option to decide which type of annotations will be summarized.
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:2939
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.
IActionCallback.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.
TabOrderMgr
Definition: Index.js:15887
Bookmark.SetAction
SetAction(action)
Set action.
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeSubject
static e_JavascriptModifyPropertyTypeSubject
Javascript event item type: subject.
Definition: Index.js:420
JavascriptModifyItemInfo.page_index
page_index
The page index.
Definition: Index.js:526
Response
Definition: Index.js:16679
LayerNode.GetAnnots
GetAnnots()
Get an array of annotations which are related to current layer node.
PortfolioFileNode
Definition: Index.js:13298
OutputPreview.e_ColorantTypeProcess
static e_ColorantTypeProcess
Enumeration for colorant type.
Definition: Index.js:8103
FloatingInfo.e_ResizeTypeYes
e_ResizeTypeYes
Resize type: may be resized without preserving the aspect ratio.
Definition: Index.js:2875
LayerZoomData.Set
Set(min_factor, max_factor)
Set value.
PDFDoc
Definition: Index.js:8766
LayerTree.e_StateUndefined
static e_StateUndefined
The state is undefined.
Definition: Index.js:3702
FDFDoc.e_FDF
static e_FDF
Enumeration for FDF document type.
Definition: Index.js:3435
FDFDoc
Definition: Index.js:3427
PathInfo
Definition: Index.js:47936
Bookmark.GetDestination
GetDestination()
Get the destination.
FloatingInfo.title
title
This title to be displayed if has_title is true.
Definition: Index.js:2960
TiledWatermarkSettings.e_FlagAsPageContents
static e_FlagAsPageContents
If set, the watermark will be a part of page content when inserted to a PDF page.
Definition: Index.js:8392
ButtonItem.enable
enable
An expression string that determines whether to enable the toolbutton.
Definition: Index.js:2092
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:4363
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:2885
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeVertices
static e_JavascriptModifyPropertyTypeVertices
Javascript event item type: vertices.
Definition: Index.js:422
Polygon
Definition: Index.js:23889
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:7541
DialogDescriptionElement.element_array
element_array
An array of object literals that describe the subelements of this dialog box element.
Definition: Index.js:2343
SOAPAuthenticateInfo.is_use_platform_auth
is_use_platform_auth
A Boolean value indicating that platform authentication should be used.
Definition: Index.js:2483
CertificateSecurityHandler.constructor
constructor()
Constructor.
PDFDictionary
Definition: Index.js:28778
LayerNode.GetDict
GetDict()
Get the PDF dictionary of current object.
IDRMSecurityCallback.IsOwner
IsOwner(document, sub_filter)
A callback function used to check if current user is the owner of the PDF document.
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeRuntimeHighlight
static e_JavascriptModifyPropertyTypeRuntimeHighlight
Javascript event item type: runtime highlight.
Definition: Index.js:470
MediaPlayerCallback.e_JSMediaPlayerStateSuspend
static e_JSMediaPlayerStateSuspend
media player state: Suspend.
Definition: Index.js:1683
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:3280
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.
Bookmark.SetTitle
SetTitle(title)
Set the title.
TiledWatermarkSettings.e_FlagAsAnnot
static e_FlagAsAnnot
If set, the watermark will be an annotation when inserted to a PDF page, and the watermark will be sh...
Definition: Index.js:8394
DocProviderCallback.e_TextEncodingFontSpecific
export const e_TextEncodingFontSpecific
Text encoding: font specific.
Definition: Index.js:41001
SignatureVerifyResultArray
Definition: Index.js:17611
IdentityProperties.corporation
corporation
The corporation name.
Definition: Index.js:2023
Annot
Definition: Index.js:20140
DocProviderCallback.e_TextEncodingKSC5601
export const e_TextEncodingKSC5601
Text encoding: KSC5601.
Definition: Index.js:41011
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:2817
AnnotationSummarySettings.SetSummaryLayout
SetSummaryLayout(type)
Set summary layout type.
FDFDoc.IsEmpty
IsEmpty()
Check whether current object is empty or not.
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeDeleteAnnot
static e_JavascriptModifyPropertyTypeDeleteAnnot
Javascript event item type: delete annot.
Definition: Index.js:462
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeRsetForms
static e_JavascriptModifyPropertyTypeRsetForms
Javascript event item type: reset forms.
Definition: Index.js:434
RectFArray
An array of RectF objects.
Definition: Index.js:38616
TextFillSignObjectDataArray
Definition: Index.js:4369
WrapperData.constructor
constructor()
Constructor.
IActionCallback.OpenMediaPlayer
OpenMediaPlayer(player_args)
A callback function to open media player.
Combination.StartCombineDocuments
static StartCombineDocuments(dest_file_path, document_array, options, pause)
Start to combine PDF files.
SearchOption
Definition: Index.js:3170
JavascriptModifyItemInfo.e_JavascriptEventTypeFieldValidate
static e_JavascriptEventTypeFieldValidate
Javascript event: Form field validate.
Definition: Index.js:216
MenuList.level
level
The level of menu.
Definition: Index.js:1901
LayerTree
Definition: Index.js:3688
CustomEncryptData
Definition: Index.js:5986
JavascriptModifyItemInfo.e_JavascriptEventTypeScreenClose
static e_JavascriptEventTypeScreenClose
Javascript event: Screen close.
Definition: Index.js:228
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:3250
TextFillSignObjectData
Definition: Index.js:4328
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeHidden
static e_JavascriptModifyPropertyTypeHidden
Javascript event item type: hidden.
Definition: Index.js:326
FillSign
Definition: Index.js:4431
MediaPlayerCallback.GetState
GetState()
A callback function to get the media player state.
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeRemoveDataObject
static e_JavascriptModifyPropertyTypeRemoveDataObject
Javascript event item type: remove data object.
Definition: Index.js:426
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:5451
MenuList.sub_menu_list_array
sub_menu_list_array
The sub menu array.
Definition: Index.js:1905
RMSEncryptData
Definition: Index.js:6072
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:6024
DialogDescriptionElement.italic
italic
Specify if the font is italic.
Definition: Index.js:2337
FloatingInfo.has_title
has_title
true means a title should be displayed in the title bar, while false means not.
Definition: Index.js:2957
SOAPAuthenticateInfo.password
password
A string containing the password to use for authentication.
Definition: Index.js:2474
FloatingInfo.e_WindowPositionCenterRight
static e_WindowPositionCenterRight
Window position: at the center right.
Definition: Index.js:2839
DocProviderCallback.e_TextEncodingISO8859NN
export const e_TextEncodingISO8859NN
Text encoding: ISO8859NN.
Definition: Index.js:41009
CertPermission.e_PrintHigh
static e_PrintHigh
Print permission: high.
Definition: Index.js:5561
IAsyncReaderCallback
Definition: Index.js:37666
IdentityProperties
Definition: Index.js:1977
PlayerArgs.constructor
constructor(r)
PrintParams.handling
tile_scale handling
The amount that tiled pages are scaled.
Definition: Index.js:2799
RenderPageTask
Represents a task for render a page in a document with various settings.
Definition: Index.js:47916
MenuItemConfig.parent
parent
The name of the parent menu item. Its submenu will have the new menu item added to it.
Definition: Index.js:2155
JavascriptModifyItemInfo.e_JavascriptEventTypeDocWillPrint
static e_JavascriptEventTypeDocWillPrint
Javascript event: Document will print.
Definition: Index.js:184
PDFNameTree
Definition: Index.js:27726
AssociatedFiles.e_RelationshipAlternative
static e_RelationshipAlternative
The relationship is "Alternative" which means the file specification is an alternative representation...
Definition: Index.js:4798
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeHighlight
static e_JavascriptModifyPropertyTypeHighlight
Javascript event item type: highlight.
Definition: Index.js:328
IdentityProperties.department
department
The department name.
Definition: Index.js:2037
Excel2PDFSettingData
Definition: Index.js:45351
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:5899
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeRichText
static e_JavascriptModifyPropertyTypeRichText
Javascript event item type: rich text.
Definition: Index.js:340
OutputPreview.e_ShowLineArt
static e_ShowLineArt
If set, only show line art.
Definition: Index.js:8093
FileSpec.SetSubtype
SetSubtype(subtype)
(Only support in PDF 2.0) Set the MIME type value for "Subtype" key for embedded file (Not affect loc...
EnvelopeArray.RemoveAll
RemoveAll()
Remove all the elements from current array.
OutputPreview.GetSpotPlateColor
GetSpotPlateColor(plate_name)
Get the color value of a plate.
IdentityProperties.first_name
first_name
The user first name.
Definition: Index.js:2031
Stamp
Definition: Index.js:23556
ResetFormAction
Definition: Index.js:30601
StrikeOut
Definition: Index.js:22109
StdEncryptData.cipher
cipher
Cipher type. Please refer to values starting from SecurityHandler.e_CipherRC4 and this should be one ...
Definition: Index.js:5461
FloatingInfo.e_WindowPositionBottomLeft
static e_WindowPositionBottomLeft
Window position: at the bottom left corner.
Definition: Index.js:2841
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:6163
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:33493
JavascriptModifyItemInfo.e_JavascriptEventTypeMenuExec
static e_JavascriptEventTypeMenuExec
Javascript event: Menu execute.
Definition: Index.js:244
CompareResults
Definition: Index.js:46268
PointFArray
Definition: Index.js:38235
PageBasicInfo.constructor
constructor()
Constructor.
FontMapResult
Definition: Index.js:35360
IActionCallback.Scroll
Scroll(point)
A callback function to scroll the specified point on the current page into the middle of the current ...
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:2652
LayerNode.AddChild
AddChild(index, name, has_Layer)
Add a new layer node as a child for current layer node.
IActionCallback.NotifyEndDoJob
NotifyEndDoJob(document, event_type)
A callback function to notify that javascript execution has ended.
FieldArray
Definition: Index.js:26302
Watermark
Definition: Index.js:16358
NativeObjectReference
Definition: Index.js:3354
SearchIndexConfig.path
path
The path of the search index.
Definition: Index.js:3330
DialogDescriptionElementArray.Add
Add(element)
Add an element to the end of current array.
IFontMapperCallback
Definition: Index.js:35427
PortfolioNodeArray
Definition: Index.js:13109
LayerNode.HasLayer
HasLayer()
Check if current layer node is associated with a layer.
PDFPage
Definition: Index.js:11648
SOAPRequestProperties
Definition: Index.js:2487
DocProviderCallback.e_InvalidateFlagCurrentPage
export const e_InvalidateFlagCurrentPage
Invalidate current page.
Definition: Index.js:40951
AnnotationSummarySettings.e_SummaryLayoutSeparatePagesWithSequenceNumber
static e_SummaryLayoutSeparatePagesWithSequenceNumber
If set, that means to layout document and annotations with sequence numbers on separate pages.
Definition: Index.js:6695
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:8696
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeDefaultValue
static e_JavascriptModifyPropertyTypeDefaultValue
Javascript event item type: default value.
Definition: Index.js:314
IActionCallback.GetOpenedDoc
GetOpenedDoc(index)
A callback function to receive an opened PDF document object by index.
SOAPRequestProperties.constructor
constructor()
Constructor.
TimeStampServer
Definition: Index.js:19244
ITimerCallback
Definition: Index.js:27676
RenderPageTaskCallBack
Defines a callback interface for handling the result of a RenderPageTask.
Definition: Index.js:47896
SOAPResponseInfo.response_body
response_body
Body of the SOAP response.
Definition: Index.js:2618
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeNewPage
static e_JavascriptModifyPropertyTypeNewPage
Javascript event item type: new page.
Definition: Index.js:452
StdSecurityHandler.SetAES256ModifyFlags
SetAES256ModifyFlags(modify_flags)
(Only for AES-256) Set modify flags to decide which security data or password will be modified during...
IDRMSecurityCallback.GetCipherType
GetCipherType(document, sub_filter)
A callback function used to get the cipher type for encryption algorithm.
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeSoundIcon
static e_JavascriptModifyPropertyTypeSoundIcon
Javascript event item type: sound icon.
Definition: Index.js:418
MenuItemExArray.constructor
constructor()
Constructor.
FloatingInfo.e_WindowPositionTopRight
static e_WindowPositionTopRight
Window position: at the top right corner.
Definition: Index.js:2833
OutputPreview.e_ShowSpotColor
static e_ShowSpotColor
If set, only show with spot color.
Definition: Index.js:8055
JavascriptModifyItemInfo.modify_property_type
modify_property_type
The modify property type. Please refer to values starting from JavascriptModifyItemInfo....
Definition: Index.js:547
Path
Definition: Index.js:35456
LayerContext.GetDocument
GetDocument()
Get the related PDF document.
IdentityProperties.title
title
The user title.
Definition: Index.js:2035
IdentityProperties.Set
Set(corporation, email, login_name, name, first_name, last_name, title, department)
Set values.
Metadata
Definition: Index.js:11169
CalculateMaxSizeCallback
Defines a callback interface for handling the result of a CalculateMaxSizeTask.
Definition: Index.js:46785
Form
Definition: Index.js:26993
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:7539
JavascriptModifyItemInfo.constructor
constructor()
Constructor.
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:3367
SearchResultArray
An array of SearchResult objects.
Definition: Index.js:47520
MediaPlayerCallback.e_JSMediaPlayerStateClose
static e_JSMediaPlayerStateClose
media player state: Close.
Definition: Index.js:1677
JavascriptModifyItemInfo.e_JavascriptEventTypeFieldMouseExit
static e_JavascriptEventTypeFieldMouseExit
Javascript event: Form field mouse exit.
Definition: Index.js:208
DefaultAppearance
Definition: Index.js:19526
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeRotation
static e_JavascriptModifyPropertyTypeRotation
Javascript event item type: rotation.
Definition: Index.js:344
DocProviderCallback.e_TextEncodingShiftJIS
export const e_TextEncodingShiftJIS
Text encoding: ShiftJIS.
Definition: Index.js:41013
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeQuads
static e_JavascriptModifyPropertyTypeQuads
Javascript event item type: quadspoints.
Definition: Index.js:410
RenderConfig
Definition: Index.js:34137
CombineDocumentInfoArray
Definition: Index.js:7469
ICustomSecurityCallback.ReleaseContext
ReleaseContext(context)
A callback function used to release the context for encryption and decryption.
IActionCallback.GetAppInfo
GetAppInfo(type)
A callback function to get application information.
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:8089
DWG2PDFSettingData
Definition: Index.js:44989
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:2810
DocProviderCallback.e_PrintOptionCanCancel
export const e_PrintOptionCanCancel
If set, that means printing process can be canceled.
Definition: Index.js:40962
OpenDocumentTask
Represents a task for opening a document with specified settings and options.
Definition: Index.js:47333
PointF
Definition: Index.js:39296
IActionCallback.NotifyAfterDataChange
NotifyAfterDataChange(document, modify_item_info)
A callback function to notify that data has been modified.
Attachments.GetKey
GetKey(index)
Get the key of an attachment defined in the EmbeddedFiles name tree, by index.
IActionCallback.CreateBlankDoc
CreateBlankDoc()
A callback function to create a blank PDF document object.
FileAttachment
Definition: Index.js:24370
DrawPageTaskCallBack
Defines a callback interface for handling the result of a DrawPageTask.
Definition: Index.js:47101
IActionCallback.Query
Query(keywords, search_scope, search_option, di_path)
A callback function to query the text keywords.
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:8063
UrlFileRead
Definition: Index.js:46464
FDFDoc.constructor
constructor(r)
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:2415
MenuItemEx.is_checked
is_checked
A boolean value which indicates whether the menu item is to be marked as checked.
Definition: Index.js:1959
DialogDescriptionElement.name
name
The displayed name of the dialog box element.
Definition: Index.js:2291
LayerContext
Definition: Index.js:3844
Rendition
Definition: Index.js:14069
PDFObject
Definition: Index.js:28028
ImportDataAction
Definition: Index.js:30673
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:2715
JavascriptModifyItemInfo.e_JavascriptEventTypeMediaReady
static e_JavascriptEventTypeMediaReady
Javascript event: Media ready.
Definition: Index.js:262
MediaSettings.e_PlayerWindowTypeFloating
static e_PlayerWindowTypeFloating
Window type: a floating window.
Definition: Index.js:2983
PortfolioFolderNode
Definition: Index.js:13171
Bookmark.GetStyle
GetStyle()
Get the style.
JavascriptModifyItemInfo.e_JavascriptEventTypeDocDidprint
static e_JavascriptEventTypeDocDidprint
Javascript event: Document did print.
Definition: Index.js:186
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:3079
OutputPreview.e_ShowSolidColor
static e_ShowSolidColor
If set, only show solid color.
Definition: Index.js:8085
FileSpec
Definition: Index.js:5029
TiledWatermarkSettings.Set
Set(row_space, col_space, rotation, opacity, scale, flags)
Set value.
CertificateEncryptData
Definition: Index.js:5709
CertificateEncryptData.cipher
cipher
Cipher type. Please refer to values starting from SecurityHandler.e_CipherRC4 and this should be one ...
Definition: Index.js:5756
Bookmark.GetTitle
GetTitle()
Get the title.
IActionCallback.IsCurrentDocOpenedInBrowser
IsCurrentDocOpenedInBrowser()
A callback function to get the flag specifies whether current document is opened in browser.
PayLoadData.file_name
file_name
The payload file name.
Definition: Index.js:8574
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:16734
WidgetChoiceOption
Definition: Index.js:39508
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:3246
IdentityProperties.login_name
login_name
The login name. Usually, this is the name used to log in current operating system.
Definition: Index.js:2027
DialogDescriptionConfig
Definition: Index.js:2347
IReaderCallback
Definition: Index.js:37714
MediaSettings.bg_opacity
bg_opacity
The background opacity for the media player window.
Definition: Index.js:3060
DRMEncryptData.sub_filter
sub_filter
The sub filter name that specifies the syntax of the encryption dictionary contents.
Definition: Index.js:5877
DialogDescriptionConfig.name
name
The title bar of the dialog box.
Definition: Index.js:2394
IAnnotationSummaryCallback.LoadString
LoadString(id)
A callback function used to load a string in local language for a specified case.
SOAPRequestProperties.is_encode
is_encode
Encoded the request using the SOAP Encoding described in the SOAP Specification. Otherwise,...
Definition: Index.js:2567
PlayerArgs.screen_annot
screen_annot
A Screen object.
Definition: Index.js:3150
EnvelopeArray.RemoveAt
RemoveAt(index)
Remove the element in position specified by index.
IRevocationCallback
Definition: Index.js:17110
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:7561
IActionCallback.GetFullScreen
GetFullScreen()
A callback function to get whether the full screen mode is set.
FileSpec.GetDescription
GetDescription()
Get the descriptive text associated with current file specification.
Word2PDFSettingData
Definition: Index.js:45185
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeComb
static e_JavascriptModifyPropertyTypeComb
Javascript event item type: Comb.
Definition: Index.js:310
SetOCGStateAction
Definition: Index.js:31656
ChoiceOptionArray
Definition: Index.js:26411
IActionCallback.GetPageZoomMode
GetPageZoomMode()
A callback function to get the current page zoom mode.
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:3091
LayerNode.RemoveChild
RemoveChild(index)
Remove a child node by index.
Combination
Definition: Index.js:7529
CertPermission.e_ChangeCommentsFormFill
static e_ChangeCommentsFormFill
Change permission: comments/form fill.
Definition: Index.js:5570
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:3254
AnnotationSummarySettings.SetConnectorLineColor
SetConnectorLineColor(color)
Set connector line color.
Widget
Definition: Index.js:24556
uiextensions.Redo
@ Redo
Definition: uiextensions.js:2157
FileSpec.GetChecksum
GetChecksum()
Get the checksum for embedded file.
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeValue
static e_JavascriptModifyPropertyTypeValue
Javascript event item type: value.
Definition: Index.js:288
RenditionAction
Definition: Index.js:30928
PrintParams.is_tile_label
is_tile_label
Label each page of tiled output. Labeled pages indicate row and column, file name,...
Definition: Index.js:2789
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:22990
CombineDocumentInfo
Definition: Index.js:7395
EnvelopeArray.InsertAt
InsertAt(index, element)
Insert an element before the position specified by index.
PrintParams.e_PageOrderHorizontalReversed
static e_PageOrderHorizontalReversed
Page Order type: pages are placed from right to left, from top to bottom.
Definition: Index.js:2703
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:7554
FillSign.e_FillSignObjectTypeRoundRectangle
static e_FillSignObjectTypeRoundRectangle
Round rectangle fill-sign object.
Definition: Index.js:4445
FileSpec.ExportToFile
ExportToFile(path)
Export the file data that represented in current file specification directly into a file.
IActionCallback.NotifyBeginDoJob
NotifyBeginDoJob(document, event_type)
A callback function used to notify javascript execution to begin.
EditFormTask
EditFormTask class is used to handle various events related to forms, such as reset,...
Definition: Index.js:47764
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:46958
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:7096
PortfolioNode
Definition: Index.js:13076
PrintParams.num_copies
num_copies
The number of copies to be printed.
Definition: Index.js:2782
DialogDescriptionElementArray.GetAt
GetAt(index)
Retrieve a copy of the element at position specified by index in current array.
DialogDescriptionConfig.first_tab
first_tab
An ItemID for the dialog box item that should be first in the tab order.
Definition: Index.js:2401
JavascriptModifyItemInfo.modify_item_type
modify_item_type
The modify item type. Please refer to values starting from JavascriptModifyItemInfo....
Definition: Index.js:535
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeBorderColor
static e_JavascriptModifyPropertyTypeBorderColor
Javascript pre-sign item type: border color.
Definition: Index.js:282
MenuItemConfig.Set
Set(name, user, parent, pos, pos_str, exec, enable, marked)
Set values.
FillSign.GetObjectAtPoint
GetObjectAtPoint(point)
Get a fill-sign object by specified point in PDF coordinate system.
IActionCallback.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.
JavascriptModifyItemInfo.e_JavascriptEventTypePageOpen
static e_JavascriptEventTypePageOpen
Javascript event: Page open.
Definition: Index.js:194
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeRequired
static e_JavascriptModifyPropertyTypeRequired
Javascript event item type: required.
Definition: Index.js:338
SOAPResponseInfo.response_header
response_header
Header of the SOAP response.
Definition: Index.js:2616
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:2765
CertPermission.e_ChangeInsertDelRotate
static e_ChangeInsertDelRotate
Change permission: insert/delete/rotate.
Definition: Index.js:5566
OutputPreview.e_ShowDeviceCMYKAndSpot
static e_ShowDeviceCMYKAndSpot
If set, only show with DeviceCMYK and spot.
Definition: Index.js:8057
StructElement
Definition: Index.js:29028
UnembeddedFontSettings
Definition: Index.js:43852
PayLoadData.crypto_filter
crypto_filter
The name of the cryptographic filter used to encrypt the encrypted payload document.
Definition: Index.js:8572
MediaSettings.base_url
base_url
The base URL to be used to resolve any relative URLs used in the media clip.
Definition: Index.js:3054
IActionCallback.GetTemporaryFileName
GetTemporaryFileName(document, file_suffix_name)
A callback function to get the temporary file path. The temporary file name combine the document name...
IActionCallback.OpenDoc
OpenDoc(file_path, password)
A callback function to open a PDF file.
JavascriptModifyItemInfo.e_JavascriptModifyItemTypeNone
static e_JavascriptModifyItemTypeNone
Javascript modify item type: none.
Definition: Index.js:269
UrlHeader
Definition: Index.js:46409
DocProviderCallback.e_TextEncodingUCS2
export const e_TextEncodingUCS2
Text encoding: UCS-2.
Definition: Index.js:41015
DialogDescriptionElement.char_width
char_width
Specifies the width of the element in characters.
Definition: Index.js:2316
SecurityHandler
Definition: Index.js:5343
Bookmark.e_StyleItalic
static e_StyleItalic
Show bookmark title as italic text.
Definition: Index.js:7075
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:3057
SOAPResponseInfo
Definition: Index.js:2580
MediaPlayerCallback.e_JSMediaPlayerStateStop
static e_JSMediaPlayerStateStop
media player state: Stop.
Definition: Index.js:1681
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:3085
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeSetItems
static e_JavascriptModifyPropertyTypeSetItems
Javascript event item type: set items.
Definition: Index.js:368
AnnotationSummarySettings.e_FontSizeSmall
static e_FontSizeSmall
Enumeration for options used for font size type in result document.
Definition: Index.js:6722
PageBasicInfo
Definition: Index.js:8585
OutputPreview.e_ShowText
static e_ShowText
If set, only show text.
Definition: Index.js:8091
LayerContext.IsEmpty
IsEmpty()
Check whether current object is empty or not.
IActionCallback.UpdateLogicalLabel
UpdateLogicalLabel()
A callback function to update logical label.
IActionCallback.GetLayoutMode
GetLayoutMode()
A callback function to get the page layout of the current document.
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:7549
OutputPreview.e_ShowDevice
static e_ShowDevice
If set, only show with Device.
Definition: Index.js:8081
FileSpec.GetCompressedEmbeddedFileSize
GetCompressedEmbeddedFileSize()
Get the compressed file size of embedded file.
MenuList.name
name
The title of menu.
Definition: Index.js:1903
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeRichDefaults
static e_JavascriptModifyPropertyTypeRichDefaults
Javascript event item type: rich defaults.
Definition: Index.js:416
JavascriptModifyItemInfo.e_JavascriptEventTypePageClose
static e_JavascriptEventTypePageClose
Javascript event: Page close.
Definition: Index.js:196
SaveDocTaskCallBack
Defines a callback interface for handling the result of a SaveDocTask.
Definition: Index.js:47369
BorderInfo
Definition: Index.js:19732
DocProviderCallback.e_PageViewEventTypeRemoved
export const e_PageViewEventTypeRemoved
Event type: after a page view is removed.
Definition: Index.js:41030
FileSpec.GetFileName
GetFileName()
Get the file name.
AnnotationSummarySettings.e_TypeSortByPage
static e_TypeSortByPage
If set, that means to sort annotation by page in result document.
Definition: Index.js:6711
LayerTree.e_StateOFF
static e_StateOFF
The state is OFF.
Definition: Index.js:3698
FillSign.e_FillSignObjectTypeInitialsSignature
static e_FillSignObjectTypeInitialsSignature
Initials signature fill-sign object.
Definition: Index.js:4453
MediaSettings.is_visible
is_visible
A boolean value that specifies whether the player should be visible.
Definition: Index.js:3082
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:5894
FloatingInfo.off_screen
off_screen
Specify what action should be taken if the floating window is positioned totally or partially offscre...
Definition: Index.js:2966
TiledWatermarkSettings
Definition: Index.js:8389
IActionCallback.EnablePageLoop
EnablePageLoop(is_loop)
A callback function to set the flag specifies whether the document will loop around to the beginning ...
WatermarkSettings
Definition: Index.js:16456
ICustomSecurityCallback.GetEncryptKey
GetEncryptKey(context)
A callback function used to get the encryption key.
StdEncryptData.constructor
constructor()
Constructor.
CERT_INFO
Definition: Index.js:46499
AnnotationSummary.constructor
constructor(r)
IAnnotationSummaryCallback.Release
Release()
A callback function used to release current callback object itself.
OutputPreview.e_ShowDeviceN
static e_ShowDeviceN
If set, only show with DeviceN.
Definition: Index.js:8061
SearchOption.max_docs
max_docs
The maximum number of documents that will be returned as part of the search query....
Definition: Index.js:3274
WidgetChoiceOptionArray
Definition: Index.js:39549
CalcPageContentTask
Represents a task for calculating the content of a specific page in a PDF document.
Definition: Index.js:47234
StdEncryptData.key_length
key_length
The key length, in bytes.
Definition: Index.js:5471
ViewStatus
Represents the status of a view in a document or application.
Definition: Index.js:46538
CertPermission.e_ChangeFormFill
static e_ChangeFormFill
Change permission: form fill.
Definition: Index.js:5568
PageBasicInfo.rotation
rotation
Page rotation. Please refer to values starting from e_Rotation0 and this should be one of these value...
Definition: Index.js:8629
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:8457
JavascriptModifyItemInfo.e_JavascriptEventTypeScreenInview
static e_JavascriptEventTypeScreenInview
Javascript event: Screen in view.
Definition: Index.js:238
Underline
Definition: Index.js:22073
PrintParams.duplex_type
duplex_type
Sets the printing duplex mode to simplex, duplex long edge, or duplex short edge feed....
Definition: Index.js:2787
IActionCallback.InitModifyItem
InitModifyItem(document, item_type, page_index, dict_name)
A callback function to init modify item.
JavascriptModifyItemInfo.field_control_index
field_control_index
The control index of form field.
Definition: Index.js:529
ChoiceOption
Definition: Index.js:26359
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:8651
Bookmark.GetAction
GetAction()
Get action.
CombineDocumentInfo.constructor
constructor(r)
JavascriptModifyItemInfo.e_JavascriptModifyTypeAdd
static e_JavascriptModifyTypeAdd
Javascript modify type: add.
Definition: Index.js:485
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:2638
OutputPreview.SetCheckStatus
SetCheckStatus(plate_name, to_check)
Set the check status for a plate.
FloatingInfo
Definition: Index.js:2821
AnnotArray
Definition: Index.js:20789
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:6689
MediaSettings.duration
duration
The amount of time in seconds that playback will take.
Definition: Index.js:3063
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:6697
JavascriptModifyItemInfo.e_JavascriptEventTypeFieldFocus
static e_JavascriptEventTypeFieldFocus
Javascript event: Form field focus.
Definition: Index.js:210
DRMSecurityHandler.Initialize
Initialize(encrypt_data, file_id, initial_key)
Initialize current DRM security handler.
Portfolio
Definition: Index.js:13527
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:8691
AnnotationSummarySettings.e_TypeSortByDate
static e_TypeSortByDate
If set, that means to sort annotation by date in result document.
Definition: Index.js:6709
FillSignObject.IsEmpty
IsEmpty()
Check whether current object is empty or not.
StdSecurityHandler
Definition: Index.js:5479
DialogDescriptionConfig.char_height
char_height
The height of the dialog box in characters.
Definition: Index.js:2429
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:8459
Bookmark.e_StyleBold
static e_StyleBold
Show bookmark title as bold text.
Definition: Index.js:7077
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeGestures
static e_JavascriptModifyPropertyTypeGestures
Javascript event item type: gestures.
Definition: Index.js:392
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeCaretSymbol
static e_JavascriptModifyPropertyTypeCaretSymbol
Javascript event item type: caret symbol.
Definition: Index.js:384
DRMSecurityHandler.constructor
constructor()
Constructor function.
DrawPageTask
Represents a task for drawing a page in a document with various settings.
Definition: Index.js:47128
IActionCallback.GetVisiblePage
GetVisiblePage(document, index)
A callback function to get the visible page index.
DocProviderCallback.e_TextEncodingGB18030
export const e_TextEncodingGB18030
Text encoding: GB18030.
Definition: Index.js:41005
IActionCallback.GetDocChangeMark
GetDocChangeMark(document)
A callback function to receive the change mark which indicates whether the content of document is cha...
MenuItemEx.is_enabled
is_enabled
A boolean value which indicates whether the menu item is to appear enabled or grayed out.
Definition: Index.js:1967
IAnnotationSummaryCallback.GetCurrentLocaleID
GetCurrentLocaleID()
A callback function used to specify current locale ID.
DocProviderCallback.e_PrintOptionReverseOrder
export const e_PrintOptionReverseOrder
If set, print page in reverse order; otherwise, in normal order.
Definition: Index.js:40968
IActionCallback.GetSignatureAPStyleNameList
GetSignatureAPStyleNameList()
A callback function to get the name list of signature appearance style.
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeLineEnding
static e_JavascriptModifyPropertyTypeLineEnding
Javascript event item type: line ending.
Definition: Index.js:400
AssociatedFiles.e_RelationshipUnspecified
static e_RelationshipUnspecified
Enumeration for the relationship between PDF document and the associated file.
Definition: Index.js:4783
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeSetPageTemplateVisible
static e_JavascriptModifyPropertyTypeSetPageTemplateVisible
Javascript event item type: set page template visible.
Definition: Index.js:480
uiextensions.Undo
@ Undo
Definition: uiextensions.js:2159
FillSignObject.GetType
GetType()
Get fill-sign type.
TiledWatermarkSettings.e_FlagNoPrint
static e_FlagNoPrint
If set, do not print a watermark.
Definition: Index.js:8398
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:5875
AnnotationSummarySettings.e_SummaryLayoutSinglePageWithLine
static e_SummaryLayoutSinglePageWithLine
If set, that means to layout document and annotations with connector lines on single pages.
Definition: Index.js:6691
FillSign.constructor
constructor(r)
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeResizePage
static e_JavascriptModifyPropertyTypeResizePage
Javascript event item type: resize page.
Definition: Index.js:440
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeAttachIcon
static e_JavascriptModifyPropertyTypeAttachIcon
Javascript event item type: attach icon.
Definition: Index.js:376
StdEncryptData
Definition: Index.js:5391
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:2701
OpenDocumentTaskCallBack
Defines a callback interface for handling the result of an OpenDocumentTask.
Definition: Index.js:47306
IActionCallback.GetCurrentPage
GetCurrentPage(document)
A callback function used to receive current page index.
ICustomSecurityCallback.FinishDecryptor
FinishDecryptor(decryptor)
A callback function used to finish the decryption.
IActionCallback.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.
TXT2PDFSettingData
Definition: Index.js:44906
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:2763
JavascriptModifyItemInfo.e_JavascriptModifyPropertyTypeToggleNoView
static e_JavascriptModifyPropertyTypeToggleNoView
Javascript event item type: toggle no view.
Definition: Index.js:404
CropPageSizeTaskCallback
Defines a callback interface for handling the result of a CropPageSizeTask.
Definition: Index.js:46904
Bookmark.e_StyleNormal
static e_StyleNormal
Enumeration for bookmark style type.
Definition: Index.js:7073
EnvelopeArray
An array of envelope objects.
Definition: Index.js:5652
ButtonItem.exec
exec
The expression string to evaluate when the button is selected.
Definition: Index.js:2090
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:5889
ColorSpace
Definition: Index.js:35722
DialogDescriptionConfig.align_children
align_children
The alignment for all descendants.
Definition: Index.js:2432
PageBasicInfo.Set
Set(width, height, rotation)
Set value.
WStringArray
Definition: Index.js:33377
MediaSettings.constructor
constructor()
Constructor.
LayerContext.MergeStates
MergeStates(source_context)
Merge states from another layer context.
LaunchAction
Definition: Index.js:30785
TextPage
Definition: Index.js:15195
Envelope.GetDecryptionKey
GetDecryptionKey(p12_file_path, password)
Get the decryption key.
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:8691
ISecurityCallback.Release
Release()
A callback function used to release current callback object itself.
DialogDescriptionConfig.element_array
element_array
An array of dialog description element array object.
Definition: Index.js:2435
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:8073
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:2169
Bitmap
Definition: Index.js:35936
IActionCallback.InvalidateRect
InvalidateRect(document, page_index, pdf_rect)
A callback function to invalidate the client area within the specified rectangle.
CertPermission.e_ChangeNone
static e_ChangeNone
Change permission: none.
Definition: Index.js:5564
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.