⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 _application.java

📁 将Excel和Word的类型库都转换过来了
💻 JAVA
📖 第 1 页 / 共 5 页
字号:
	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) {		return new SpellingSuggestions(Dispatch.callN(this, "GetSpellingSuggestions", new Object[] { word, customDictionary, ignoreUppercase, mainDictionary, suggestionMode, customDictionary2, customDictionary3, customDictionary4, customDictionary5, customDictionary6, customDictionary7, customDictionary8, customDictionary9}).toDispatch());	}	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) {		return new SpellingSuggestions(Dispatch.callN(this, "GetSpellingSuggestions", new Object[] { word, customDictionary, ignoreUppercase, mainDictionary, suggestionMode, customDictionary2, customDictionary3, customDictionary4, customDictionary5, customDictionary6, customDictionary7, customDictionary8}).toDispatch());	}	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) {		return new SpellingSuggestions(Dispatch.callN(this, "GetSpellingSuggestions", new Object[] { word, customDictionary, ignoreUppercase, mainDictionary, suggestionMode, customDictionary2, customDictionary3, customDictionary4, customDictionary5, customDictionary6, customDictionary7}).toDispatch());	}	public SpellingSuggestions getSpellingSuggestions(String word, Variant customDictionary, Variant ignoreUppercase, Variant mainDictionary, Variant suggestionMode, Variant customDictionary2, Variant customDictionary3, Variant customDictionary4, Variant customDictionary5, Variant customDictionary6) {		return new SpellingSuggestions(Dispatch.callN(this, "GetSpellingSuggestions", new Object[] { word, customDictionary, ignoreUppercase, mainDictionary, suggestionMode, customDictionary2, customDictionary3, customDictionary4, customDictionary5, customDictionary6}).toDispatch());	}	public SpellingSuggestions getSpellingSuggestions(String word, Variant customDictionary, Variant ignoreUppercase, Variant mainDictionary, Variant suggestionMode, Variant customDictionary2, Variant customDictionary3, Variant customDictionary4, Variant customDictionary5) {		return new SpellingSuggestions(Dispatch.callN(this, "GetSpellingSuggestions", new Object[] { word, customDictionary, ignoreUppercase, mainDictionary, suggestionMode, customDictionary2, customDictionary3, customDictionary4, customDictionary5}).toDispatch());	}	public SpellingSuggestions getSpellingSuggestions(String word, Variant customDictionary, Variant ignoreUppercase, Variant mainDictionary, Variant suggestionMode, Variant customDictionary2, Variant customDictionary3, Variant customDictionary4) {		return new SpellingSuggestions(Dispatch.call(this, "GetSpellingSuggestions", word, customDictionary, ignoreUppercase, mainDictionary, suggestionMode, customDictionary2, customDictionary3, customDictionary4).toDispatch());	}	public SpellingSuggestions getSpellingSuggestions(String word, Variant customDictionary, Variant ignoreUppercase, Variant mainDictionary, Variant suggestionMode, Variant customDictionary2, Variant customDictionary3) {		return new SpellingSuggestions(Dispatch.call(this, "GetSpellingSuggestions", word, customDictionary, ignoreUppercase, mainDictionary, suggestionMode, customDictionary2, customDictionary3).toDispatch());	}	public SpellingSuggestions getSpellingSuggestions(String word, Variant customDictionary, Variant ignoreUppercase, Variant mainDictionary, Variant suggestionMode, Variant customDictionary2) {		return new SpellingSuggestions(Dispatch.call(this, "GetSpellingSuggestions", word, customDictionary, ignoreUppercase, mainDictionary, suggestionMode, customDictionary2).toDispatch());	}	public SpellingSuggestions getSpellingSuggestions(String word, Variant customDictionary, Variant ignoreUppercase, Variant mainDictionary, Variant suggestionMode) {		return new SpellingSuggestions(Dispatch.call(this, "GetSpellingSuggestions", word, customDictionary, ignoreUppercase, mainDictionary, suggestionMode).toDispatch());	}	public SpellingSuggestions getSpellingSuggestions(String word, Variant customDictionary, Variant ignoreUppercase, Variant mainDictionary) {		return new SpellingSuggestions(Dispatch.call(this, "GetSpellingSuggestions", word, customDictionary, ignoreUppercase, mainDictionary).toDispatch());	}	public SpellingSuggestions getSpellingSuggestions(String word, Variant customDictionary, Variant ignoreUppercase) {		return new SpellingSuggestions(Dispatch.call(this, "GetSpellingSuggestions", word, customDictionary, ignoreUppercase).toDispatch());	}	public SpellingSuggestions getSpellingSuggestions(String word, Variant customDictionary) {		return new SpellingSuggestions(Dispatch.call(this, "GetSpellingSuggestions", word, customDictionary).toDispatch());	}	public SpellingSuggestions getSpellingSuggestions(String word) {		return new SpellingSuggestions(Dispatch.call(this, "GetSpellingSuggestions", word).toDispatch());	}	public void goBack() {		Dispatch.call(this, "GoBack");	}	public void help(Variant lastParam) {		Dispatch.call(this, "Help", lastParam);	}	public void automaticChange() {		Dispatch.call(this, "AutomaticChange");	}	public void showMe() {		Dispatch.call(this, "ShowMe");	}	public void helpTool() {		Dispatch.call(this, "HelpTool");	}	public Window newWindow() {		return new Window(Dispatch.call(this, "NewWindow").toDispatch());	}	public void listCommands(boolean lastParam) {		Dispatch.call(this, "ListCommands", new Variant(lastParam));	}	public void showClipboard() {		Dispatch.call(this, "ShowClipboard");	}	public void onTime(Variant when, String name, Variant lastParam) {		Dispatch.call(this, "OnTime", when, name, lastParam);	}	public void onTime(Variant when, String name) {		Dispatch.call(this, "OnTime", when, name);	}	public void nextLetter() {		Dispatch.call(this, "NextLetter");	}	public short mountVolume(String zone, String server, String volume, Variant user, Variant userPassword, Variant lastParam) {		return Dispatch.call(this, "MountVolume", zone, server, volume, user, userPassword, lastParam).toShort();	}	public short mountVolume(String zone, String server, String volume, Variant user, Variant userPassword) {		return Dispatch.call(this, "MountVolume", zone, server, volume, user, userPassword).toShort();	}	public short mountVolume(String zone, String server, String volume, Variant user) {		return Dispatch.call(this, "MountVolume", zone, server, volume, user).toShort();	}	public short mountVolume(String zone, String server, String volume) {		return Dispatch.call(this, "MountVolume", zone, server, volume).toShort();	}	public String cleanString(String lastParam) {		return Dispatch.call(this, "CleanString", lastParam).toString();	}	public void sendFax() {		Dispatch.call(this, "SendFax");	}	public void changeFileOpenDirectory(String lastParam) {		Dispatch.call(this, "ChangeFileOpenDirectory", lastParam);	}	public void runOld(String lastParam) {		Dispatch.call(this, "RunOld", lastParam);	}	public void goForward() {		Dispatch.call(this, "GoForward");	}	public void move(int left, int lastParam) {		Dispatch.call(this, "Move", new Variant(left), new Variant(lastParam));	}	public void resize(int width, int lastParam) {		Dispatch.call(this, "Resize", new Variant(width), new Variant(lastParam));	}	public float inchesToPoints(float lastParam) {		return Dispatch.call(this, "InchesToPoints", new Variant(lastParam)).toFloat();	}	public float centimetersToPoints(float lastParam) {		return Dispatch.call(this, "CentimetersToPoints", new Variant(lastParam)).toFloat();	}	public float millimetersToPoints(float lastParam) {		return Dispatch.call(this, "MillimetersToPoints", new Variant(lastParam)).toFloat();	}	public float picasToPoints(float lastParam) {		return Dispatch.call(this, "PicasToPoints", new Variant(lastParam)).toFloat();	}	public float linesToPoints(float lastParam) {		return Dispatch.call(this, "LinesToPoints", new Variant(lastParam)).toFloat();	}	public float pointsToInches(float lastParam) {		return Dispatch.call(this, "PointsToInches", new Variant(lastParam)).toFloat();	}	public float pointsToCentimeters(float lastParam) {		return Dispatch.call(this, "PointsToCentimeters", new Variant(lastParam)).toFloat();	}	public float pointsToMillimeters(float lastParam) {		return Dispatch.call(this, "PointsToMillimeters", new Variant(lastParam)).toFloat();	}	public float pointsToPicas(float lastParam) {		return Dispatch.call(this, "PointsToPicas", new Variant(lastParam)).toFloat();	}	public float pointsToLines(float lastParam) {		return Dispatch.call(this, "PointsToLines", new Variant(lastParam)).toFloat();	}	public void activate() {		Dispatch.call(this, "Activate");	}	public float pointsToPixels(float points, Variant lastParam) {		return Dispatch.call(this, "PointsToPixels", new Variant(points), lastParam).toFloat();	}	public float pointsToPixels(float points) {		return Dispatch.call(this, "PointsToPixels", new Variant(points)).toFloat();	}	public float pixelsToPoints(float pixels, Variant lastParam) {		return Dispatch.call(this, "PixelsToPoints", new Variant(pixels), lastParam).toFloat();	}	public float pixelsToPoints(float pixels) {		return Dispatch.call(this, "PixelsToPoints", new Variant(pixels)).toFloat();	}	public void keyboardLatin() {		Dispatch.call(this, "KeyboardLatin");	}	public void keyboardBidi() {		Dispatch.call(this, "KeyboardBidi");	}	public void toggleKeyboard() {		Dispatch.call(this, "ToggleKeyboard");	}	public int keyboard(int lastParam) {		return Dispatch.call(this, "Keyboard", new Variant(lastParam)).toInt();	}	public int keyboard() {		return Dispatch.call(this, "Keyboard").toInt();	}	public String productCode() {		return Dispatch.call(this, "ProductCode").toString();	}	public DefaultWebOptions defaultWebOptions() {		return new DefaultWebOptions(Dispatch.call(this, "DefaultWebOptions").toDispatch());	}	public void discussionSupport(Variant range, Variant cid, Variant lastParam) {		Dispatch.call(this, "DiscussionSupport", range, cid, lastParam);	}	public void setDefaultTheme(String name, int lastParam) {		Dispatch.call(this, "SetDefaultTheme", name, new Variant(lastParam));	}	public String getDefaultTheme(int lastParam) {		return Dispatch.call(this, "GetDefaultTheme", new Variant(lastParam)).toString();	}	public EmailOptions getEmailOptions() {		return new EmailOptions(Dispatch.get(this, "EmailOptions").toDispatch());	}	public int getLanguage() {		return Dispatch.get(this, "Language").toInt();	}	public org.nethawker.office11.COMAddIns getCOMAddIns() {		return new org.nethawker.office11.COMAddIns(Dispatch.get(this, "COMAddIns").toDispatch());	}	public boolean getCheckLanguage() {		return Dispatch.get(this, "CheckLanguage").toBoolean();

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -