📄 options.java
字号:
} public int getCursorMovement() { return Dispatch.get(this, "CursorMovement").toInt(); } public void setCursorMovement(int lastParam) { Dispatch.put(this, "CursorMovement", new Variant(lastParam)); } public int getVisualSelection() { return Dispatch.get(this, "VisualSelection").toInt(); } public void setVisualSelection(int lastParam) { Dispatch.put(this, "VisualSelection", new Variant(lastParam)); } public boolean getShowDiacritics() { return Dispatch.get(this, "ShowDiacritics").toBoolean(); } public void setShowDiacritics(boolean lastParam) { Dispatch.put(this, "ShowDiacritics", new Variant(lastParam)); } public boolean getShowControlCharacters() { return Dispatch.get(this, "ShowControlCharacters").toBoolean(); } public void setShowControlCharacters(boolean lastParam) { Dispatch.put(this, "ShowControlCharacters", new Variant(lastParam)); } public boolean getAddControlCharacters() { return Dispatch.get(this, "AddControlCharacters").toBoolean(); } public void setAddControlCharacters(boolean lastParam) { Dispatch.put(this, "AddControlCharacters", new Variant(lastParam)); } public boolean getAddBiDirectionalMarksWhenSavingTextFile() { return Dispatch.get(this, "AddBiDirectionalMarksWhenSavingTextFile").toBoolean(); } public void setAddBiDirectionalMarksWhenSavingTextFile(boolean lastParam) { Dispatch.put(this, "AddBiDirectionalMarksWhenSavingTextFile", new Variant(lastParam)); } public boolean getStrictInitialAlefHamza() { return Dispatch.get(this, "StrictInitialAlefHamza").toBoolean(); } public void setStrictInitialAlefHamza(boolean lastParam) { Dispatch.put(this, "StrictInitialAlefHamza", new Variant(lastParam)); } public boolean getStrictFinalYaa() { return Dispatch.get(this, "StrictFinalYaa").toBoolean(); } public void setStrictFinalYaa(boolean lastParam) { Dispatch.put(this, "StrictFinalYaa", new Variant(lastParam)); } public int getHebrewMode() { return Dispatch.get(this, "HebrewMode").toInt(); } public void setHebrewMode(int lastParam) { Dispatch.put(this, "HebrewMode", new Variant(lastParam)); } public int getArabicMode() { return Dispatch.get(this, "ArabicMode").toInt(); } public void setArabicMode(int lastParam) { Dispatch.put(this, "ArabicMode", new Variant(lastParam)); } public boolean getAllowClickAndTypeMouse() { return Dispatch.get(this, "AllowClickAndTypeMouse").toBoolean(); } public void setAllowClickAndTypeMouse(boolean lastParam) { Dispatch.put(this, "AllowClickAndTypeMouse", new Variant(lastParam)); } public boolean getUseGermanSpellingReform() { return Dispatch.get(this, "UseGermanSpellingReform").toBoolean(); } public void setUseGermanSpellingReform(boolean lastParam) { Dispatch.put(this, "UseGermanSpellingReform", new Variant(lastParam)); } public int getInterpretHighAnsi() { return Dispatch.get(this, "InterpretHighAnsi").toInt(); } public void setInterpretHighAnsi(int lastParam) { Dispatch.put(this, "InterpretHighAnsi", new Variant(lastParam)); } public boolean getAddHebDoubleQuote() { return Dispatch.get(this, "AddHebDoubleQuote").toBoolean(); } public void setAddHebDoubleQuote(boolean lastParam) { Dispatch.put(this, "AddHebDoubleQuote", new Variant(lastParam)); } public boolean getUseDiffDiacColor() { return Dispatch.get(this, "UseDiffDiacColor").toBoolean(); } public void setUseDiffDiacColor(boolean lastParam) { Dispatch.put(this, "UseDiffDiacColor", new Variant(lastParam)); } public int getDiacriticColorVal() { return Dispatch.get(this, "DiacriticColorVal").toInt(); } public void setDiacriticColorVal(int lastParam) { Dispatch.put(this, "DiacriticColorVal", new Variant(lastParam)); } public boolean getOptimizeForWord97byDefault() { return Dispatch.get(this, "OptimizeForWord97byDefault").toBoolean(); } public void setOptimizeForWord97byDefault(boolean lastParam) { Dispatch.put(this, "OptimizeForWord97byDefault", new Variant(lastParam)); } public boolean getLocalNetworkFile() { return Dispatch.get(this, "LocalNetworkFile").toBoolean(); } public void setLocalNetworkFile(boolean lastParam) { Dispatch.put(this, "LocalNetworkFile", new Variant(lastParam)); } public boolean getTypeNReplace() { return Dispatch.get(this, "TypeNReplace").toBoolean(); } public void setTypeNReplace(boolean lastParam) { Dispatch.put(this, "TypeNReplace", new Variant(lastParam)); } public boolean getSequenceCheck() { return Dispatch.get(this, "SequenceCheck").toBoolean(); } public void setSequenceCheck(boolean lastParam) { Dispatch.put(this, "SequenceCheck", new Variant(lastParam)); } public boolean getBackgroundOpen() { return Dispatch.get(this, "BackgroundOpen").toBoolean(); } public void setBackgroundOpen(boolean lastParam) { Dispatch.put(this, "BackgroundOpen", new Variant(lastParam)); } public boolean getDisableFeaturesbyDefault() { return Dispatch.get(this, "DisableFeaturesbyDefault").toBoolean(); } public void setDisableFeaturesbyDefault(boolean lastParam) { Dispatch.put(this, "DisableFeaturesbyDefault", new Variant(lastParam)); } public boolean getPasteAdjustWordSpacing() { return Dispatch.get(this, "PasteAdjustWordSpacing").toBoolean(); } public void setPasteAdjustWordSpacing(boolean lastParam) { Dispatch.put(this, "PasteAdjustWordSpacing", new Variant(lastParam)); } public boolean getPasteAdjustParagraphSpacing() { return Dispatch.get(this, "PasteAdjustParagraphSpacing").toBoolean(); } public void setPasteAdjustParagraphSpacing(boolean lastParam) { Dispatch.put(this, "PasteAdjustParagraphSpacing", new Variant(lastParam)); } public boolean getPasteAdjustTableFormatting() { return Dispatch.get(this, "PasteAdjustTableFormatting").toBoolean(); } public void setPasteAdjustTableFormatting(boolean lastParam) { Dispatch.put(this, "PasteAdjustTableFormatting", new Variant(lastParam)); } public boolean getPasteSmartStyleBehavior() { return Dispatch.get(this, "PasteSmartStyleBehavior").toBoolean(); } public void setPasteSmartStyleBehavior(boolean lastParam) { Dispatch.put(this, "PasteSmartStyleBehavior", new Variant(lastParam)); } public boolean getPasteMergeFromPPT() { return Dispatch.get(this, "PasteMergeFromPPT").toBoolean(); } public void setPasteMergeFromPPT(boolean lastParam) { Dispatch.put(this, "PasteMergeFromPPT", new Variant(lastParam)); } public boolean getPasteMergeFromXL() { return Dispatch.get(this, "PasteMergeFromXL").toBoolean(); } public void setPasteMergeFromXL(boolean lastParam) { Dispatch.put(this, "PasteMergeFromXL", new Variant(lastParam)); } public boolean getCtrlClickHyperlinkToOpen() { return Dispatch.get(this, "CtrlClickHyperlinkToOpen").toBoolean(); } public void setCtrlClickHyperlinkToOpen(boolean lastParam) { Dispatch.put(this, "CtrlClickHyperlinkToOpen", new Variant(lastParam)); } public int getPictureWrapType() { return Dispatch.get(this, "PictureWrapType").toInt(); } public void setPictureWrapType(int lastParam) { Dispatch.put(this, "PictureWrapType", new Variant(lastParam)); } public int getDisableFeaturesIntroducedAfterbyDefault() { return Dispatch.get(this, "DisableFeaturesIntroducedAfterbyDefault").toInt(); } public void setDisableFeaturesIntroducedAfterbyDefault(int lastParam) { Dispatch.put(this, "DisableFeaturesIntroducedAfterbyDefault", new Variant(lastParam)); } public boolean getPasteSmartCutPaste() { return Dispatch.get(this, "PasteSmartCutPaste").toBoolean(); } public void setPasteSmartCutPaste(boolean lastParam) { Dispatch.put(this, "PasteSmartCutPaste", new Variant(lastParam)); } public boolean getDisplayPasteOptions() { return Dispatch.get(this, "DisplayPasteOptions").toBoolean(); } public void setDisplayPasteOptions(boolean lastParam) { Dispatch.put(this, "DisplayPasteOptions", new Variant(lastParam)); } public boolean getPromptUpdateStyle() { return Dispatch.get(this, "PromptUpdateStyle").toBoolean(); } public void setPromptUpdateStyle(boolean lastParam) { Dispatch.put(this, "PromptUpdateStyle", new Variant(lastParam)); } public String getDefaultEPostageApp() { return Dispatch.get(this, "DefaultEPostageApp").toString(); } public void setDefaultEPostageApp(String lastParam) { Dispatch.put(this, "DefaultEPostageApp", lastParam); } public int getDefaultTextEncoding() { return Dispatch.get(this, "DefaultTextEncoding").toInt(); } public void setDefaultTextEncoding(int lastParam) { Dispatch.put(this, "DefaultTextEncoding", new Variant(lastParam)); } public boolean getLabelSmartTags() { return Dispatch.get(this, "LabelSmartTags").toBoolean(); } public void setLabelSmartTags(boolean lastParam) { Dispatch.put(this, "LabelSmartTags", new Variant(lastParam)); } public boolean getDisplaySmartTagButtons() { return Dispatch.get(this, "DisplaySmartTagButtons").toBoolean(); } public void setDisplaySmartTagButtons(boolean lastParam) { Dispatch.put(this, "DisplaySmartTagButtons", new Variant(lastParam)); } public boolean getWarnBeforeSavingPrintingSendingMarkup() { return Dispatch.get(this, "WarnBeforeSavingPrintingSendingMarkup").toBoolean(); } public void setWarnBeforeSavingPrintingSendingMarkup(boolean lastParam) { Dispatch.put(this, "WarnBeforeSavingPrintingSendingMarkup", new Variant(lastParam)); } public boolean getStoreRSIDOnSave() { return Dispatch.get(this, "StoreRSIDOnSave").toBoolean(); } public void setStoreRSIDOnSave(boolean lastParam) { Dispatch.put(this, "StoreRSIDOnSave", new Variant(lastParam)); } public boolean getShowFormatError() { return Dispatch.get(this, "ShowFormatError").toBoolean(); } public void setShowFormatError(boolean lastParam) { Dispatch.put(this, "ShowFormatError", new Variant(lastParam)); } public boolean getFormatScanning() { return Dispatch.get(this, "FormatScanning").toBoolean(); } public void setFormatScanning(boolean lastParam) { Dispatch.put(this, "FormatScanning", new Variant(lastParam)); } public boolean getPasteMergeLists() { return Dispatch.get(this, "PasteMergeLists").toBoolean(); } public void setPasteMergeLists(boolean lastParam) { Dispatch.put(this, "PasteMergeLists", new Variant(lastParam)); } public boolean getAutoCreateNewDrawings() { return Dispatch.get(this, "AutoCreateNewDrawings").toBoolean(); } public void setAutoCreateNewDrawings(boolean lastParam) { Dispatch.put(this, "AutoCreateNewDrawings", new Variant(lastParam)); } public boolean getSmartParaSelection() { return Dispatch.get(this, "SmartParaSelection").toBoolean(); } public void setSmartParaSelection(boolean lastParam) { Dispatch.put(this, "SmartParaSelection", new Variant(lastParam)); } public int getRevisionsBalloonPrintOrientation() { return Dispatch.get(this, "RevisionsBalloonPrintOrientation").toInt(); } public void setRevisionsBalloonPrintOrientation(int lastParam) { Dispatch.put(this, "RevisionsBalloonPrintOrientation", new Variant(lastParam)); } public int getCommentsColor() { return Dispatch.get(this, "CommentsColor").toInt(); } public void setCommentsColor(int lastParam) { Dispatch.put(this, "CommentsColor", new Variant(lastParam)); } public boolean getPrintXMLTag() { return Dispatch.get(this, "PrintXMLTag").toBoolean(); } public void setPrintXMLTag(boolean lastParam) { Dispatch.put(this, "PrintXMLTag", new Variant(lastParam)); } public boolean getPrintBackgrounds() { return Dispatch.get(this, "PrintBackgrounds").toBoolean(); } public void setPrintBackgrounds(boolean lastParam) { Dispatch.put(this, "PrintBackgrounds", new Variant(lastParam)); } public boolean getAllowReadingMode() { return Dispatch.get(this, "AllowReadingMode").toBoolean(); } public void setAllowReadingMode(boolean lastParam) { Dispatch.put(this, "AllowReadingMode", new Variant(lastParam)); } public boolean getShowMarkupOpenSave() { return Dispatch.get(this, "ShowMarkupOpenSave").toBoolean(); } public void setShowMarkupOpenSave(boolean lastParam) { Dispatch.put(this, "ShowMarkupOpenSave", new Variant(lastParam)); } public boolean getSmartCursoring() { return Dispatch.get(this, "SmartCursoring").toBoolean(); } public void setSmartCursoring(boolean lastParam) { Dispatch.put(this, "SmartCursoring", new Variant(lastParam)); }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -