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

📄 options.java

📁 将Excel和Word的类型库都转换过来了
💻 JAVA
📖 第 1 页 / 共 4 页
字号:
	}	public boolean getAutoFormatReplaceFarEastDashes() {		return Dispatch.get(this, "AutoFormatReplaceFarEastDashes").toBoolean();	}	public void setAutoFormatReplaceFarEastDashes(boolean lastParam) {		Dispatch.put(this, "AutoFormatReplaceFarEastDashes", new Variant(lastParam));	}	public boolean getAutoFormatDeleteAutoSpaces() {		return Dispatch.get(this, "AutoFormatDeleteAutoSpaces").toBoolean();	}	public void setAutoFormatDeleteAutoSpaces(boolean lastParam) {		Dispatch.put(this, "AutoFormatDeleteAutoSpaces", new Variant(lastParam));	}	public boolean getAutoFormatAsYouTypeApplyFirstIndents() {		return Dispatch.get(this, "AutoFormatAsYouTypeApplyFirstIndents").toBoolean();	}	public void setAutoFormatAsYouTypeApplyFirstIndents(boolean lastParam) {		Dispatch.put(this, "AutoFormatAsYouTypeApplyFirstIndents", new Variant(lastParam));	}	public boolean getAutoFormatAsYouTypeApplyDates() {		return Dispatch.get(this, "AutoFormatAsYouTypeApplyDates").toBoolean();	}	public void setAutoFormatAsYouTypeApplyDates(boolean lastParam) {		Dispatch.put(this, "AutoFormatAsYouTypeApplyDates", new Variant(lastParam));	}	public boolean getAutoFormatAsYouTypeApplyClosings() {		return Dispatch.get(this, "AutoFormatAsYouTypeApplyClosings").toBoolean();	}	public void setAutoFormatAsYouTypeApplyClosings(boolean lastParam) {		Dispatch.put(this, "AutoFormatAsYouTypeApplyClosings", new Variant(lastParam));	}	public boolean getAutoFormatAsYouTypeMatchParentheses() {		return Dispatch.get(this, "AutoFormatAsYouTypeMatchParentheses").toBoolean();	}	public void setAutoFormatAsYouTypeMatchParentheses(boolean lastParam) {		Dispatch.put(this, "AutoFormatAsYouTypeMatchParentheses", new Variant(lastParam));	}	public boolean getAutoFormatAsYouTypeReplaceFarEastDashes() {		return Dispatch.get(this, "AutoFormatAsYouTypeReplaceFarEastDashes").toBoolean();	}	public void setAutoFormatAsYouTypeReplaceFarEastDashes(boolean lastParam) {		Dispatch.put(this, "AutoFormatAsYouTypeReplaceFarEastDashes", new Variant(lastParam));	}	public boolean getAutoFormatAsYouTypeDeleteAutoSpaces() {		return Dispatch.get(this, "AutoFormatAsYouTypeDeleteAutoSpaces").toBoolean();	}	public void setAutoFormatAsYouTypeDeleteAutoSpaces(boolean lastParam) {		Dispatch.put(this, "AutoFormatAsYouTypeDeleteAutoSpaces", new Variant(lastParam));	}	public boolean getAutoFormatAsYouTypeInsertClosings() {		return Dispatch.get(this, "AutoFormatAsYouTypeInsertClosings").toBoolean();	}	public void setAutoFormatAsYouTypeInsertClosings(boolean lastParam) {		Dispatch.put(this, "AutoFormatAsYouTypeInsertClosings", new Variant(lastParam));	}	public boolean getAutoFormatAsYouTypeAutoLetterWizard() {		return Dispatch.get(this, "AutoFormatAsYouTypeAutoLetterWizard").toBoolean();	}	public void setAutoFormatAsYouTypeAutoLetterWizard(boolean lastParam) {		Dispatch.put(this, "AutoFormatAsYouTypeAutoLetterWizard", new Variant(lastParam));	}	public boolean getAutoFormatAsYouTypeInsertOvers() {		return Dispatch.get(this, "AutoFormatAsYouTypeInsertOvers").toBoolean();	}	public void setAutoFormatAsYouTypeInsertOvers(boolean lastParam) {		Dispatch.put(this, "AutoFormatAsYouTypeInsertOvers", new Variant(lastParam));	}	public boolean getDisplayGridLines() {		return Dispatch.get(this, "DisplayGridLines").toBoolean();	}	public void setDisplayGridLines(boolean lastParam) {		Dispatch.put(this, "DisplayGridLines", new Variant(lastParam));	}	public boolean getMatchFuzzyCase() {		return Dispatch.get(this, "MatchFuzzyCase").toBoolean();	}	public void setMatchFuzzyCase(boolean lastParam) {		Dispatch.put(this, "MatchFuzzyCase", new Variant(lastParam));	}	public boolean getMatchFuzzyByte() {		return Dispatch.get(this, "MatchFuzzyByte").toBoolean();	}	public void setMatchFuzzyByte(boolean lastParam) {		Dispatch.put(this, "MatchFuzzyByte", new Variant(lastParam));	}	public boolean getMatchFuzzyHiragana() {		return Dispatch.get(this, "MatchFuzzyHiragana").toBoolean();	}	public void setMatchFuzzyHiragana(boolean lastParam) {		Dispatch.put(this, "MatchFuzzyHiragana", new Variant(lastParam));	}	public boolean getMatchFuzzySmallKana() {		return Dispatch.get(this, "MatchFuzzySmallKana").toBoolean();	}	public void setMatchFuzzySmallKana(boolean lastParam) {		Dispatch.put(this, "MatchFuzzySmallKana", new Variant(lastParam));	}	public boolean getMatchFuzzyDash() {		return Dispatch.get(this, "MatchFuzzyDash").toBoolean();	}	public void setMatchFuzzyDash(boolean lastParam) {		Dispatch.put(this, "MatchFuzzyDash", new Variant(lastParam));	}	public boolean getMatchFuzzyIterationMark() {		return Dispatch.get(this, "MatchFuzzyIterationMark").toBoolean();	}	public void setMatchFuzzyIterationMark(boolean lastParam) {		Dispatch.put(this, "MatchFuzzyIterationMark", new Variant(lastParam));	}	public boolean getMatchFuzzyKanji() {		return Dispatch.get(this, "MatchFuzzyKanji").toBoolean();	}	public void setMatchFuzzyKanji(boolean lastParam) {		Dispatch.put(this, "MatchFuzzyKanji", new Variant(lastParam));	}	public boolean getMatchFuzzyOldKana() {		return Dispatch.get(this, "MatchFuzzyOldKana").toBoolean();	}	public void setMatchFuzzyOldKana(boolean lastParam) {		Dispatch.put(this, "MatchFuzzyOldKana", new Variant(lastParam));	}	public boolean getMatchFuzzyProlongedSoundMark() {		return Dispatch.get(this, "MatchFuzzyProlongedSoundMark").toBoolean();	}	public void setMatchFuzzyProlongedSoundMark(boolean lastParam) {		Dispatch.put(this, "MatchFuzzyProlongedSoundMark", new Variant(lastParam));	}	public boolean getMatchFuzzyDZ() {		return Dispatch.get(this, "MatchFuzzyDZ").toBoolean();	}	public void setMatchFuzzyDZ(boolean lastParam) {		Dispatch.put(this, "MatchFuzzyDZ", new Variant(lastParam));	}	public boolean getMatchFuzzyBV() {		return Dispatch.get(this, "MatchFuzzyBV").toBoolean();	}	public void setMatchFuzzyBV(boolean lastParam) {		Dispatch.put(this, "MatchFuzzyBV", new Variant(lastParam));	}	public boolean getMatchFuzzyTC() {		return Dispatch.get(this, "MatchFuzzyTC").toBoolean();	}	public void setMatchFuzzyTC(boolean lastParam) {		Dispatch.put(this, "MatchFuzzyTC", new Variant(lastParam));	}	public boolean getMatchFuzzyHF() {		return Dispatch.get(this, "MatchFuzzyHF").toBoolean();	}	public void setMatchFuzzyHF(boolean lastParam) {		Dispatch.put(this, "MatchFuzzyHF", new Variant(lastParam));	}	public boolean getMatchFuzzyZJ() {		return Dispatch.get(this, "MatchFuzzyZJ").toBoolean();	}	public void setMatchFuzzyZJ(boolean lastParam) {		Dispatch.put(this, "MatchFuzzyZJ", new Variant(lastParam));	}	public boolean getMatchFuzzyAY() {		return Dispatch.get(this, "MatchFuzzyAY").toBoolean();	}	public void setMatchFuzzyAY(boolean lastParam) {		Dispatch.put(this, "MatchFuzzyAY", new Variant(lastParam));	}	public boolean getMatchFuzzyKiKu() {		return Dispatch.get(this, "MatchFuzzyKiKu").toBoolean();	}	public void setMatchFuzzyKiKu(boolean lastParam) {		Dispatch.put(this, "MatchFuzzyKiKu", new Variant(lastParam));	}	public boolean getMatchFuzzyPunctuation() {		return Dispatch.get(this, "MatchFuzzyPunctuation").toBoolean();	}	public void setMatchFuzzyPunctuation(boolean lastParam) {		Dispatch.put(this, "MatchFuzzyPunctuation", new Variant(lastParam));	}	public boolean getMatchFuzzySpace() {		return Dispatch.get(this, "MatchFuzzySpace").toBoolean();	}	public void setMatchFuzzySpace(boolean lastParam) {		Dispatch.put(this, "MatchFuzzySpace", new Variant(lastParam));	}	public boolean getApplyFarEastFontsToAscii() {		return Dispatch.get(this, "ApplyFarEastFontsToAscii").toBoolean();	}	public void setApplyFarEastFontsToAscii(boolean lastParam) {		Dispatch.put(this, "ApplyFarEastFontsToAscii", new Variant(lastParam));	}	public boolean getConvertHighAnsiToFarEast() {		return Dispatch.get(this, "ConvertHighAnsiToFarEast").toBoolean();	}	public void setConvertHighAnsiToFarEast(boolean lastParam) {		Dispatch.put(this, "ConvertHighAnsiToFarEast", new Variant(lastParam));	}	public boolean getPrintOddPagesInAscendingOrder() {		return Dispatch.get(this, "PrintOddPagesInAscendingOrder").toBoolean();	}	public void setPrintOddPagesInAscendingOrder(boolean lastParam) {		Dispatch.put(this, "PrintOddPagesInAscendingOrder", new Variant(lastParam));	}	public boolean getPrintEvenPagesInAscendingOrder() {		return Dispatch.get(this, "PrintEvenPagesInAscendingOrder").toBoolean();	}	public void setPrintEvenPagesInAscendingOrder(boolean lastParam) {		Dispatch.put(this, "PrintEvenPagesInAscendingOrder", new Variant(lastParam));	}	public int getDefaultBorderColorIndex() {		return Dispatch.get(this, "DefaultBorderColorIndex").toInt();	}	public void setDefaultBorderColorIndex(int lastParam) {		Dispatch.put(this, "DefaultBorderColorIndex", new Variant(lastParam));	}	public boolean getEnableMisusedWordsDictionary() {		return Dispatch.get(this, "EnableMisusedWordsDictionary").toBoolean();	}	public void setEnableMisusedWordsDictionary(boolean lastParam) {		Dispatch.put(this, "EnableMisusedWordsDictionary", new Variant(lastParam));	}	public boolean getAllowCombinedAuxiliaryForms() {		return Dispatch.get(this, "AllowCombinedAuxiliaryForms").toBoolean();	}	public void setAllowCombinedAuxiliaryForms(boolean lastParam) {		Dispatch.put(this, "AllowCombinedAuxiliaryForms", new Variant(lastParam));	}	public boolean getHangulHanjaFastConversion() {		return Dispatch.get(this, "HangulHanjaFastConversion").toBoolean();	}	public void setHangulHanjaFastConversion(boolean lastParam) {		Dispatch.put(this, "HangulHanjaFastConversion", new Variant(lastParam));	}	public boolean getCheckHangulEndings() {		return Dispatch.get(this, "CheckHangulEndings").toBoolean();	}	public void setCheckHangulEndings(boolean lastParam) {		Dispatch.put(this, "CheckHangulEndings", new Variant(lastParam));	}	public boolean getEnableHangulHanjaRecentOrdering() {		return Dispatch.get(this, "EnableHangulHanjaRecentOrdering").toBoolean();	}	public void setEnableHangulHanjaRecentOrdering(boolean lastParam) {		Dispatch.put(this, "EnableHangulHanjaRecentOrdering", new Variant(lastParam));	}	public int getMultipleWordConversionsMode() {		return Dispatch.get(this, "MultipleWordConversionsMode").toInt();	}	public void setMultipleWordConversionsMode(int lastParam) {		Dispatch.put(this, "MultipleWordConversionsMode", new Variant(lastParam));	}	public void setWPHelpOptions(Variant commandKeyHelp, Variant docNavigationKeys, Variant mouseSimulation, Variant demoGuidance, Variant demoSpeed, Variant lastParam) {		Dispatch.call(this, "SetWPHelpOptions", commandKeyHelp, docNavigationKeys, mouseSimulation, demoGuidance, demoSpeed, lastParam);	}	public void setWPHelpOptions(Variant commandKeyHelp, Variant docNavigationKeys, Variant mouseSimulation, Variant demoGuidance, Variant demoSpeed) {		Dispatch.call(this, "SetWPHelpOptions", commandKeyHelp, docNavigationKeys, mouseSimulation, demoGuidance, demoSpeed);	}	public void setWPHelpOptions(Variant commandKeyHelp, Variant docNavigationKeys, Variant mouseSimulation, Variant demoGuidance) {		Dispatch.call(this, "SetWPHelpOptions", commandKeyHelp, docNavigationKeys, mouseSimulation, demoGuidance);	}	public void setWPHelpOptions(Variant commandKeyHelp, Variant docNavigationKeys, Variant mouseSimulation) {		Dispatch.call(this, "SetWPHelpOptions", commandKeyHelp, docNavigationKeys, mouseSimulation);	}	public void setWPHelpOptions(Variant commandKeyHelp, Variant docNavigationKeys) {		Dispatch.call(this, "SetWPHelpOptions", commandKeyHelp, docNavigationKeys);	}	public void setWPHelpOptions(Variant commandKeyHelp) {		Dispatch.call(this, "SetWPHelpOptions", commandKeyHelp);	}	public void setWPHelpOptions() {		Dispatch.call(this, "SetWPHelpOptions");	}	public int getDefaultBorderColor() {		return Dispatch.get(this, "DefaultBorderColor").toInt();	}	public void setDefaultBorderColor(int lastParam) {		Dispatch.put(this, "DefaultBorderColor", new Variant(lastParam));	}	public boolean getAllowPixelUnits() {		return Dispatch.get(this, "AllowPixelUnits").toBoolean();	}	public void setAllowPixelUnits(boolean lastParam) {		Dispatch.put(this, "AllowPixelUnits", new Variant(lastParam));	}	public boolean getUseCharacterUnit() {		return Dispatch.get(this, "UseCharacterUnit").toBoolean();	}	public void setUseCharacterUnit(boolean lastParam) {		Dispatch.put(this, "UseCharacterUnit", new Variant(lastParam));	}	public boolean getAllowCompoundNounProcessing() {		return Dispatch.get(this, "AllowCompoundNounProcessing").toBoolean();	}	public void setAllowCompoundNounProcessing(boolean lastParam) {		Dispatch.put(this, "AllowCompoundNounProcessing", new Variant(lastParam));	}	public boolean getAutoKeyboardSwitching() {		return Dispatch.get(this, "AutoKeyboardSwitching").toBoolean();	}	public void setAutoKeyboardSwitching(boolean lastParam) {		Dispatch.put(this, "AutoKeyboardSwitching", new Variant(lastParam));	}	public int getDocumentViewDirection() {		return Dispatch.get(this, "DocumentViewDirection").toInt();	}	public void setDocumentViewDirection(int lastParam) {		Dispatch.put(this, "DocumentViewDirection", new Variant(lastParam));	}	public int getArabicNumeral() {		return Dispatch.get(this, "ArabicNumeral").toInt();	}	public void setArabicNumeral(int lastParam) {		Dispatch.put(this, "ArabicNumeral", new Variant(lastParam));	}	public int getMonthNames() {		return Dispatch.get(this, "MonthNames").toInt();	}	public void setMonthNames(int lastParam) {		Dispatch.put(this, "MonthNames", new Variant(lastParam));

⌨️ 快捷键说明

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