_global.java

来自「将Excel和Word的类型库都转换过来了」· Java 代码 · 共 484 行 · 第 1/2 页

JAVA
484
字号
	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 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 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());	}	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 help(Variant lastParam) {		Dispatch.call(this, "Help", lastParam);	}	public Window newWindow() {		return new Window(Dispatch.call(this, "NewWindow").toDispatch());	}	public String cleanString(String lastParam) {		return Dispatch.call(this, "CleanString", lastParam).toString();	}	public void changeFileOpenDirectory(String lastParam) {		Dispatch.call(this, "ChangeFileOpenDirectory", 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 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 org.nethawker.office11.LanguageSettings getLanguageSettings() {		return new org.nethawker.office11.LanguageSettings(Dispatch.get(this, "LanguageSettings").toDispatch());	}	public org.nethawker.office11.AnswerWizard getAnswerWizard() {		return new org.nethawker.office11.AnswerWizard(Dispatch.get(this, "AnswerWizard").toDispatch());	}	public AutoCorrect getAutoCorrectEmail() {		return new AutoCorrect(Dispatch.get(this, "AutoCorrectEmail").toDispatch());	}}

⌨️ 快捷键说明

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