📄 options.java
字号:
/** * JacobGen generated file --- do not edit * * (http://www.bigatti.it/projects/jacobgen) */package org.nethawker.word11;import com.jacob.com.*;public class Options extends Dispatch { public static final String componentName = "Word.Options"; public Options() { super(componentName); } /** * This constructor is used instead of a case operation to * turn a Dispatch object into a wider object - it must exist * in every wrapper class whose instances may be returned from * method calls wrapped in VT_DISPATCH Variants. */ public Options(Dispatch d) { // take over the IDispatch pointer m_pDispatch = d.m_pDispatch; // null out the input's pointer d.m_pDispatch = 0; } public Options(String compName) { super(compName); } public Application getApplication() { return new Application(Dispatch.get(this, "Application").toDispatch()); } public int getCreator() { return Dispatch.get(this, "Creator").toInt(); } public Object getParent() { return Dispatch.get(this, "Parent"); } public boolean getAllowAccentedUppercase() { return Dispatch.get(this, "AllowAccentedUppercase").toBoolean(); } public void setAllowAccentedUppercase(boolean lastParam) { Dispatch.put(this, "AllowAccentedUppercase", new Variant(lastParam)); } public boolean getWPHelp() { return Dispatch.get(this, "WPHelp").toBoolean(); } public void setWPHelp(boolean lastParam) { Dispatch.put(this, "WPHelp", new Variant(lastParam)); } public boolean getWPDocNavKeys() { return Dispatch.get(this, "WPDocNavKeys").toBoolean(); } public void setWPDocNavKeys(boolean lastParam) { Dispatch.put(this, "WPDocNavKeys", new Variant(lastParam)); } public boolean getPagination() { return Dispatch.get(this, "Pagination").toBoolean(); } public void setPagination(boolean lastParam) { Dispatch.put(this, "Pagination", new Variant(lastParam)); } public boolean getBlueScreen() { return Dispatch.get(this, "BlueScreen").toBoolean(); } public void setBlueScreen(boolean lastParam) { Dispatch.put(this, "BlueScreen", new Variant(lastParam)); } public boolean getEnableSound() { return Dispatch.get(this, "EnableSound").toBoolean(); } public void setEnableSound(boolean lastParam) { Dispatch.put(this, "EnableSound", new Variant(lastParam)); } public boolean getConfirmConversions() { return Dispatch.get(this, "ConfirmConversions").toBoolean(); } public void setConfirmConversions(boolean lastParam) { Dispatch.put(this, "ConfirmConversions", new Variant(lastParam)); } public boolean getUpdateLinksAtOpen() { return Dispatch.get(this, "UpdateLinksAtOpen").toBoolean(); } public void setUpdateLinksAtOpen(boolean lastParam) { Dispatch.put(this, "UpdateLinksAtOpen", new Variant(lastParam)); } public boolean getSendMailAttach() { return Dispatch.get(this, "SendMailAttach").toBoolean(); } public void setSendMailAttach(boolean lastParam) { Dispatch.put(this, "SendMailAttach", new Variant(lastParam)); } public int getMeasurementUnit() { return Dispatch.get(this, "MeasurementUnit").toInt(); } public void setMeasurementUnit(int lastParam) { Dispatch.put(this, "MeasurementUnit", new Variant(lastParam)); } public int getButtonFieldClicks() { return Dispatch.get(this, "ButtonFieldClicks").toInt(); } public void setButtonFieldClicks(int lastParam) { Dispatch.put(this, "ButtonFieldClicks", new Variant(lastParam)); } public boolean getShortMenuNames() { return Dispatch.get(this, "ShortMenuNames").toBoolean(); } public void setShortMenuNames(boolean lastParam) { Dispatch.put(this, "ShortMenuNames", new Variant(lastParam)); } public boolean getRTFInClipboard() { return Dispatch.get(this, "RTFInClipboard").toBoolean(); } public void setRTFInClipboard(boolean lastParam) { Dispatch.put(this, "RTFInClipboard", new Variant(lastParam)); } public boolean getUpdateFieldsAtPrint() { return Dispatch.get(this, "UpdateFieldsAtPrint").toBoolean(); } public void setUpdateFieldsAtPrint(boolean lastParam) { Dispatch.put(this, "UpdateFieldsAtPrint", new Variant(lastParam)); } public boolean getPrintProperties() { return Dispatch.get(this, "PrintProperties").toBoolean(); } public void setPrintProperties(boolean lastParam) { Dispatch.put(this, "PrintProperties", new Variant(lastParam)); } public boolean getPrintFieldCodes() { return Dispatch.get(this, "PrintFieldCodes").toBoolean(); } public void setPrintFieldCodes(boolean lastParam) { Dispatch.put(this, "PrintFieldCodes", new Variant(lastParam)); } public boolean getPrintComments() { return Dispatch.get(this, "PrintComments").toBoolean(); } public void setPrintComments(boolean lastParam) { Dispatch.put(this, "PrintComments", new Variant(lastParam)); } public boolean getPrintHiddenText() { return Dispatch.get(this, "PrintHiddenText").toBoolean(); } public void setPrintHiddenText(boolean lastParam) { Dispatch.put(this, "PrintHiddenText", new Variant(lastParam)); } public boolean getEnvelopeFeederInstalled() { return Dispatch.get(this, "EnvelopeFeederInstalled").toBoolean(); } public boolean getUpdateLinksAtPrint() { return Dispatch.get(this, "UpdateLinksAtPrint").toBoolean(); } public void setUpdateLinksAtPrint(boolean lastParam) { Dispatch.put(this, "UpdateLinksAtPrint", new Variant(lastParam)); } public boolean getPrintBackground() { return Dispatch.get(this, "PrintBackground").toBoolean(); } public void setPrintBackground(boolean lastParam) { Dispatch.put(this, "PrintBackground", new Variant(lastParam)); } public boolean getPrintDrawingObjects() { return Dispatch.get(this, "PrintDrawingObjects").toBoolean(); } public void setPrintDrawingObjects(boolean lastParam) { Dispatch.put(this, "PrintDrawingObjects", new Variant(lastParam)); } public String getDefaultTray() { return Dispatch.get(this, "DefaultTray").toString(); } public void setDefaultTray(String lastParam) { Dispatch.put(this, "DefaultTray", lastParam); } public int getDefaultTrayID() { return Dispatch.get(this, "DefaultTrayID").toInt(); } public void setDefaultTrayID(int lastParam) { Dispatch.put(this, "DefaultTrayID", new Variant(lastParam)); } public boolean getCreateBackup() { return Dispatch.get(this, "CreateBackup").toBoolean(); } public void setCreateBackup(boolean lastParam) { Dispatch.put(this, "CreateBackup", new Variant(lastParam)); } public boolean getAllowFastSave() { return Dispatch.get(this, "AllowFastSave").toBoolean(); } public void setAllowFastSave(boolean lastParam) { Dispatch.put(this, "AllowFastSave", new Variant(lastParam)); } public boolean getSavePropertiesPrompt() { return Dispatch.get(this, "SavePropertiesPrompt").toBoolean(); } public void setSavePropertiesPrompt(boolean lastParam) { Dispatch.put(this, "SavePropertiesPrompt", new Variant(lastParam)); } public boolean getSaveNormalPrompt() { return Dispatch.get(this, "SaveNormalPrompt").toBoolean(); } public void setSaveNormalPrompt(boolean lastParam) { Dispatch.put(this, "SaveNormalPrompt", new Variant(lastParam)); } public int getSaveInterval() { return Dispatch.get(this, "SaveInterval").toInt(); } public void setSaveInterval(int lastParam) { Dispatch.put(this, "SaveInterval", new Variant(lastParam)); } public boolean getBackgroundSave() { return Dispatch.get(this, "BackgroundSave").toBoolean(); } public void setBackgroundSave(boolean lastParam) { Dispatch.put(this, "BackgroundSave", new Variant(lastParam)); } public int getInsertedTextMark() { return Dispatch.get(this, "InsertedTextMark").toInt(); } public void setInsertedTextMark(int lastParam) { Dispatch.put(this, "InsertedTextMark", new Variant(lastParam)); } public int getDeletedTextMark() { return Dispatch.get(this, "DeletedTextMark").toInt(); } public void setDeletedTextMark(int lastParam) { Dispatch.put(this, "DeletedTextMark", new Variant(lastParam)); } public int getRevisedLinesMark() { return Dispatch.get(this, "RevisedLinesMark").toInt(); } public void setRevisedLinesMark(int lastParam) { Dispatch.put(this, "RevisedLinesMark", new Variant(lastParam)); } public int getInsertedTextColor() { return Dispatch.get(this, "InsertedTextColor").toInt(); } public void setInsertedTextColor(int lastParam) { Dispatch.put(this, "InsertedTextColor", new Variant(lastParam)); } public int getDeletedTextColor() { return Dispatch.get(this, "DeletedTextColor").toInt(); } public void setDeletedTextColor(int lastParam) { Dispatch.put(this, "DeletedTextColor", new Variant(lastParam)); } public int getRevisedLinesColor() { return Dispatch.get(this, "RevisedLinesColor").toInt(); } public void setRevisedLinesColor(int lastParam) { Dispatch.put(this, "RevisedLinesColor", new Variant(lastParam)); } public String getDefaultFilePath(int lastParam) { return Dispatch.call(this, "DefaultFilePath", new Variant(lastParam)).toString(); } public void setDefaultFilePath(int path, String lastParam) { Dispatch.call(this, "DefaultFilePath", new Variant(path), lastParam); } public boolean getOvertype() { return Dispatch.get(this, "Overtype").toBoolean(); } public void setOvertype(boolean lastParam) { Dispatch.put(this, "Overtype", new Variant(lastParam)); } public boolean getReplaceSelection() { return Dispatch.get(this, "ReplaceSelection").toBoolean(); } public void setReplaceSelection(boolean lastParam) { Dispatch.put(this, "ReplaceSelection", new Variant(lastParam)); } public boolean getAllowDragAndDrop() { return Dispatch.get(this, "AllowDragAndDrop").toBoolean(); } public void setAllowDragAndDrop(boolean lastParam) { Dispatch.put(this, "AllowDragAndDrop", new Variant(lastParam)); } public boolean getAutoWordSelection() { return Dispatch.get(this, "AutoWordSelection").toBoolean(); } public void setAutoWordSelection(boolean lastParam) { Dispatch.put(this, "AutoWordSelection", new Variant(lastParam)); } public boolean getINSKeyForPaste() { return Dispatch.get(this, "INSKeyForPaste").toBoolean(); } public void setINSKeyForPaste(boolean lastParam) { Dispatch.put(this, "INSKeyForPaste", new Variant(lastParam)); } public boolean getSmartCutPaste() { return Dispatch.get(this, "SmartCutPaste").toBoolean(); } public void setSmartCutPaste(boolean lastParam) { Dispatch.put(this, "SmartCutPaste", new Variant(lastParam)); } public boolean getTabIndentKey() { return Dispatch.get(this, "TabIndentKey").toBoolean(); } public void setTabIndentKey(boolean lastParam) { Dispatch.put(this, "TabIndentKey", new Variant(lastParam)); } public String getPictureEditor() { return Dispatch.get(this, "PictureEditor").toString(); } public void setPictureEditor(String lastParam) { Dispatch.put(this, "PictureEditor", lastParam); } public boolean getAnimateScreenMovements() { return Dispatch.get(this, "AnimateScreenMovements").toBoolean(); } public void setAnimateScreenMovements(boolean lastParam) { Dispatch.put(this, "AnimateScreenMovements", new Variant(lastParam)); } public boolean getVirusProtection() { return Dispatch.get(this, "VirusProtection").toBoolean(); } public void setVirusProtection(boolean lastParam) { Dispatch.put(this, "VirusProtection", new Variant(lastParam)); } public int getRevisedPropertiesMark() { return Dispatch.get(this, "RevisedPropertiesMark").toInt();
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -