📄 _application.java
字号:
} public void quit() { Dispatch.call(this, "Quit"); } public void screenRefresh() { Dispatch.call(this, "ScreenRefresh"); } public void printOutOld(Variant background, Variant append, Variant range, Variant outputFileName, Variant from, Variant to, Variant item, Variant copies, Variant pages, Variant pageType, Variant printToFile, Variant collate, Variant fileName, Variant activePrinterMacGX, Variant lastParam) { Dispatch.callN(this, "PrintOutOld", new Object[] { background, append, range, outputFileName, from, to, item, copies, pages, pageType, printToFile, collate, fileName, activePrinterMacGX, lastParam}); } public void printOutOld(Variant background, Variant append, Variant range, Variant outputFileName, Variant from, Variant to, Variant item, Variant copies, Variant pages, Variant pageType, Variant printToFile, Variant collate, Variant fileName, Variant activePrinterMacGX) { Dispatch.callN(this, "PrintOutOld", new Object[] { background, append, range, outputFileName, from, to, item, copies, pages, pageType, printToFile, collate, fileName, activePrinterMacGX}); } public void printOutOld(Variant background, Variant append, Variant range, Variant outputFileName, Variant from, Variant to, Variant item, Variant copies, Variant pages, Variant pageType, Variant printToFile, Variant collate, Variant fileName) { Dispatch.callN(this, "PrintOutOld", new Object[] { background, append, range, outputFileName, from, to, item, copies, pages, pageType, printToFile, collate, fileName}); } public void printOutOld(Variant background, Variant append, Variant range, Variant outputFileName, Variant from, Variant to, Variant item, Variant copies, Variant pages, Variant pageType, Variant printToFile, Variant collate) { Dispatch.callN(this, "PrintOutOld", new Object[] { background, append, range, outputFileName, from, to, item, copies, pages, pageType, printToFile, collate}); } public void printOutOld(Variant background, Variant append, Variant range, Variant outputFileName, Variant from, Variant to, Variant item, Variant copies, Variant pages, Variant pageType, Variant printToFile) { Dispatch.callN(this, "PrintOutOld", new Object[] { background, append, range, outputFileName, from, to, item, copies, pages, pageType, printToFile}); } public void printOutOld(Variant background, Variant append, Variant range, Variant outputFileName, Variant from, Variant to, Variant item, Variant copies, Variant pages, Variant pageType) { Dispatch.callN(this, "PrintOutOld", new Object[] { background, append, range, outputFileName, from, to, item, copies, pages, pageType}); } public void printOutOld(Variant background, Variant append, Variant range, Variant outputFileName, Variant from, Variant to, Variant item, Variant copies, Variant pages) { Dispatch.callN(this, "PrintOutOld", new Object[] { background, append, range, outputFileName, from, to, item, copies, pages}); } public void printOutOld(Variant background, Variant append, Variant range, Variant outputFileName, Variant from, Variant to, Variant item, Variant copies) { Dispatch.call(this, "PrintOutOld", background, append, range, outputFileName, from, to, item, copies); } public void printOutOld(Variant background, Variant append, Variant range, Variant outputFileName, Variant from, Variant to, Variant item) { Dispatch.call(this, "PrintOutOld", background, append, range, outputFileName, from, to, item); } public void printOutOld(Variant background, Variant append, Variant range, Variant outputFileName, Variant from, Variant to) { Dispatch.call(this, "PrintOutOld", background, append, range, outputFileName, from, to); } public void printOutOld(Variant background, Variant append, Variant range, Variant outputFileName, Variant from) { Dispatch.call(this, "PrintOutOld", background, append, range, outputFileName, from); } public void printOutOld(Variant background, Variant append, Variant range, Variant outputFileName) { Dispatch.call(this, "PrintOutOld", background, append, range, outputFileName); } public void printOutOld(Variant background, Variant append, Variant range) { Dispatch.call(this, "PrintOutOld", background, append, range); } public void printOutOld(Variant background, Variant append) { Dispatch.call(this, "PrintOutOld", background, append); } public void printOutOld(Variant background) { Dispatch.call(this, "PrintOutOld", background); } public void printOutOld() { Dispatch.call(this, "PrintOutOld"); } public void lookupNameProperties(String lastParam) { Dispatch.call(this, "LookupNameProperties", lastParam); } public void substituteFont(String unavailableFont, String lastParam) { Dispatch.call(this, "SubstituteFont", unavailableFont, lastParam); } public boolean repeat(Variant lastParam) { return Dispatch.call(this, "Repeat", lastParam).toBoolean(); } public boolean repeat() { return Dispatch.call(this, "Repeat").toBoolean(); } public void dDEExecute(int channel, String lastParam) { Dispatch.call(this, "DDEExecute", new Variant(channel), lastParam); } public int dDEInitiate(String app, String lastParam) { return Dispatch.call(this, "DDEInitiate", app, lastParam).toInt(); } public void dDEPoke(int channel, String item, String lastParam) { Dispatch.call(this, "DDEPoke", new Variant(channel), item, lastParam); } public String dDERequest(int channel, String lastParam) { return Dispatch.call(this, "DDERequest", new Variant(channel), lastParam).toString(); } public void dDETerminate(int lastParam) { Dispatch.call(this, "DDETerminate", new Variant(lastParam)); } public void dDETerminateAll() { Dispatch.call(this, "DDETerminateAll"); } public int buildKeyCode(int arg1, Variant arg2, Variant arg3, Variant lastParam) { return Dispatch.call(this, "BuildKeyCode", new Variant(arg1), arg2, arg3, lastParam).toInt(); } public int buildKeyCode(int arg1, Variant arg2, Variant arg3) { return Dispatch.call(this, "BuildKeyCode", new Variant(arg1), arg2, arg3).toInt(); } public int buildKeyCode(int arg1, Variant arg2) { return Dispatch.call(this, "BuildKeyCode", new Variant(arg1), arg2).toInt(); } public int buildKeyCode(int arg1) { return Dispatch.call(this, "BuildKeyCode", new Variant(arg1)).toInt(); } public String keyString(int keyCode, Variant lastParam) { return Dispatch.call(this, "KeyString", new Variant(keyCode), lastParam).toString(); } public String keyString(int keyCode) { return Dispatch.call(this, "KeyString", new Variant(keyCode)).toString(); } public void organizerCopy(String source, String destination, String name, int lastParam) { Dispatch.call(this, "OrganizerCopy", source, destination, name, new Variant(lastParam)); } public void organizerDelete(String source, String name, int lastParam) { Dispatch.call(this, "OrganizerDelete", source, name, new Variant(lastParam)); } public void organizerRename(String source, String name, String newName, int lastParam) { Dispatch.call(this, "OrganizerRename", source, name, newName, new Variant(lastParam)); } public void addAddress(SafeArray tagID, SafeArray lastParam) { Dispatch.call(this, "AddAddress", tagID, lastParam); } public String getAddress(Variant name, Variant addressProperties, Variant useAutoText, Variant displaySelectDialog, Variant selectDialog, Variant checkNamesDialog, Variant recentAddressesChoice, Variant lastParam) { return Dispatch.call(this, "GetAddress", name, addressProperties, useAutoText, displaySelectDialog, selectDialog, checkNamesDialog, recentAddressesChoice, lastParam).toString(); } public String getAddress(Variant name, Variant addressProperties, Variant useAutoText, Variant displaySelectDialog, Variant selectDialog, Variant checkNamesDialog, Variant recentAddressesChoice) { return Dispatch.call(this, "GetAddress", name, addressProperties, useAutoText, displaySelectDialog, selectDialog, checkNamesDialog, recentAddressesChoice).toString(); } public String getAddress(Variant name, Variant addressProperties, Variant useAutoText, Variant displaySelectDialog, Variant selectDialog, Variant checkNamesDialog) { return Dispatch.call(this, "GetAddress", name, addressProperties, useAutoText, displaySelectDialog, selectDialog, checkNamesDialog).toString(); } public String getAddress(Variant name, Variant addressProperties, Variant useAutoText, Variant displaySelectDialog, Variant selectDialog) { return Dispatch.call(this, "GetAddress", name, addressProperties, useAutoText, displaySelectDialog, selectDialog).toString(); } public String getAddress(Variant name, Variant addressProperties, Variant useAutoText, Variant displaySelectDialog) { return Dispatch.call(this, "GetAddress", name, addressProperties, useAutoText, displaySelectDialog).toString(); } public String getAddress(Variant name, Variant addressProperties, Variant useAutoText) { return Dispatch.call(this, "GetAddress", name, addressProperties, useAutoText).toString(); } public String getAddress(Variant name, Variant addressProperties) { return Dispatch.call(this, "GetAddress", name, addressProperties).toString(); } public String getAddress(Variant name) { return Dispatch.call(this, "GetAddress", name).toString(); } public String getAddress() { return Dispatch.call(this, "GetAddress").toString(); } public boolean checkGrammar(String lastParam) { return Dispatch.call(this, "CheckGrammar", lastParam).toBoolean(); } public boolean checkSpelling(String word, Variant customDictionary, Variant ignoreUppercase, Variant mainDictionary, Variant customDictionary2, Variant customDictionary3, Variant customDictionary4, Variant customDictionary5, Variant customDictionary6, Variant customDictionary7, Variant customDictionary8, Variant customDictionary9, Variant lastParam) { return Dispatch.callN(this, "CheckSpelling", new Object[] { word, customDictionary, ignoreUppercase, mainDictionary, customDictionary2, customDictionary3, customDictionary4, customDictionary5, customDictionary6, customDictionary7, customDictionary8, customDictionary9, lastParam}).toBoolean(); } public boolean checkSpelling(String word, Variant customDictionary, Variant ignoreUppercase, Variant mainDictionary, Variant customDictionary2, Variant customDictionary3, Variant customDictionary4, Variant customDictionary5, Variant customDictionary6, Variant customDictionary7, Variant customDictionary8, Variant customDictionary9) { return Dispatch.callN(this, "CheckSpelling", new Object[] { word, customDictionary, ignoreUppercase, mainDictionary, customDictionary2, customDictionary3, customDictionary4, customDictionary5, customDictionary6, customDictionary7, customDictionary8, customDictionary9}).toBoolean(); } public boolean checkSpelling(String word, Variant customDictionary, Variant ignoreUppercase, Variant mainDictionary, Variant customDictionary2, Variant customDictionary3, Variant customDictionary4, Variant customDictionary5, Variant customDictionary6, Variant customDictionary7, Variant customDictionary8) { return Dispatch.callN(this, "CheckSpelling", new Object[] { word, customDictionary, ignoreUppercase, mainDictionary, customDictionary2, customDictionary3, customDictionary4, customDictionary5, customDictionary6, customDictionary7, customDictionary8}).toBoolean(); } public boolean checkSpelling(String word, Variant customDictionary, Variant ignoreUppercase, Variant mainDictionary, Variant customDictionary2, Variant customDictionary3, Variant customDictionary4, Variant customDictionary5, Variant customDictionary6, Variant customDictionary7) { return Dispatch.callN(this, "CheckSpelling", new Object[] { word, customDictionary, ignoreUppercase, mainDictionary, customDictionary2, customDictionary3, customDictionary4, customDictionary5, customDictionary6, customDictionary7}).toBoolean(); } public boolean checkSpelling(String word, Variant customDictionary, Variant ignoreUppercase, Variant mainDictionary, Variant customDictionary2, Variant customDictionary3, Variant customDictionary4, Variant customDictionary5, Variant customDictionary6) { return Dispatch.callN(this, "CheckSpelling", new Object[] { word, customDictionary, ignoreUppercase, mainDictionary, customDictionary2, customDictionary3, customDictionary4, customDictionary5, customDictionary6}).toBoolean(); } public boolean checkSpelling(String word, Variant customDictionary, Variant ignoreUppercase, Variant mainDictionary, Variant customDictionary2, Variant customDictionary3, Variant customDictionary4, Variant customDictionary5) { return Dispatch.call(this, "CheckSpelling", word, customDictionary, ignoreUppercase, mainDictionary, customDictionary2, customDictionary3, customDictionary4, customDictionary5).toBoolean(); } public boolean checkSpelling(String word, Variant customDictionary, Variant ignoreUppercase, Variant mainDictionary, Variant customDictionary2, Variant customDictionary3, Variant customDictionary4) { return Dispatch.call(this, "CheckSpelling", word, customDictionary, ignoreUppercase, mainDictionary, customDictionary2, customDictionary3, customDictionary4).toBoolean(); } public boolean checkSpelling(String word, Variant customDictionary, Variant ignoreUppercase, Variant mainDictionary, Variant customDictionary2, Variant customDictionary3) { return Dispatch.call(this, "CheckSpelling", word, customDictionary, ignoreUppercase, mainDictionary, customDictionary2, customDictionary3).toBoolean(); } public boolean checkSpelling(String word, Variant customDictionary, Variant ignoreUppercase, Variant mainDictionary, Variant customDictionary2) { return Dispatch.call(this, "CheckSpelling", word, customDictionary, ignoreUppercase, mainDictionary, customDictionary2).toBoolean(); } public boolean checkSpelling(String word, Variant customDictionary, Variant ignoreUppercase, Variant mainDictionary) { return Dispatch.call(this, "CheckSpelling", word, customDictionary, ignoreUppercase, mainDictionary).toBoolean(); } public boolean checkSpelling(String word, Variant customDictionary, Variant ignoreUppercase) { return Dispatch.call(this, "CheckSpelling", word, customDictionary, ignoreUppercase).toBoolean(); } public boolean checkSpelling(String word, Variant customDictionary) { return Dispatch.call(this, "CheckSpelling", word, customDictionary).toBoolean(); } public boolean checkSpelling(String word) { return Dispatch.call(this, "CheckSpelling", word).toBoolean(); } public void resetIgnoreAll() { Dispatch.call(this, "ResetIgnoreAll"); } public SpellingSuggestions getSpellingSuggestions(String word, Variant customDictionary, Variant ignoreUppercase, Variant mainDictionary, Variant suggestionMode, Variant customDictionary2, Variant customDictionary3, Variant customDictionary4, Variant customDictionary5, Variant customDictionary6, Variant customDictionary7, Variant customDictionary8, Variant customDictionary9, Variant lastParam) { return new SpellingSuggestions(Dispatch.callN(this, "GetSpellingSuggestions", new Object[] { word, customDictionary, ignoreUppercase, mainDictionary, suggestionMode, customDictionary2, customDictionary3, customDictionary4, customDictionary5, customDictionary6, customDictionary7, customDictionary8, customDictionary9, lastParam}).toDispatch()); }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -