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

📄 dopabstracttype.java

📁 java 读写word excel ppt
💻 JAVA
📖 第 1 页 / 共 5 页
字号:
    /**     * Sets the fWidowControl field value.     *     */    public void setFWidowControl(boolean value)    {        field_1_formatFlags = (byte)fWidowControl.setBoolean(field_1_formatFlags, value);    }    /**     *     * @return  the fWidowControl field value.     */    public boolean isFWidowControl()    {        return fWidowControl.isSet(field_1_formatFlags);    }    /**     * Sets the fPMHMainDoc field value.     *     */    public void setFPMHMainDoc(boolean value)    {        field_1_formatFlags = (byte)fPMHMainDoc.setBoolean(field_1_formatFlags, value);    }    /**     *     * @return  the fPMHMainDoc field value.     */    public boolean isFPMHMainDoc()    {        return fPMHMainDoc.isSet(field_1_formatFlags);    }    /**     * Sets the grfSupression field value.     *     */    public void setGrfSupression(byte value)    {        field_1_formatFlags = (byte)grfSupression.setValue(field_1_formatFlags, value);    }    /**     *     * @return  the grfSupression field value.     */    public byte getGrfSupression()    {        return ( byte )grfSupression.getValue(field_1_formatFlags);    }    /**     * Sets the fpc field value.     *     */    public void setFpc(byte value)    {        field_1_formatFlags = (byte)fpc.setValue(field_1_formatFlags, value);    }    /**     *     * @return  the fpc field value.     */    public byte getFpc()    {        return ( byte )fpc.getValue(field_1_formatFlags);    }    /**     * Sets the unused1 field value.     *     */    public void setUnused1(boolean value)    {        field_1_formatFlags = (byte)unused1.setBoolean(field_1_formatFlags, value);    }    /**     *     * @return  the unused1 field value.     */    public boolean isUnused1()    {        return unused1.isSet(field_1_formatFlags);    }    /**     * Sets the rncFtn field value.     *     */    public void setRncFtn(byte value)    {        field_3_footnoteInfo = (short)rncFtn.setValue(field_3_footnoteInfo, value);    }    /**     *     * @return  the rncFtn field value.     */    public byte getRncFtn()    {        return ( byte )rncFtn.getValue(field_3_footnoteInfo);    }    /**     * Sets the nFtn field value.     *     */    public void setNFtn(short value)    {        field_3_footnoteInfo = (short)nFtn.setValue(field_3_footnoteInfo, value);    }    /**     *     * @return  the nFtn field value.     */    public short getNFtn()    {        return ( short )nFtn.getValue(field_3_footnoteInfo);    }    /**     * Sets the fOnlyMacPics field value.     *     */    public void setFOnlyMacPics(boolean value)    {        field_5_docinfo = (byte)fOnlyMacPics.setBoolean(field_5_docinfo, value);    }    /**     *     * @return  the fOnlyMacPics field value.     */    public boolean isFOnlyMacPics()    {        return fOnlyMacPics.isSet(field_5_docinfo);    }    /**     * Sets the fOnlyWinPics field value.     *     */    public void setFOnlyWinPics(boolean value)    {        field_5_docinfo = (byte)fOnlyWinPics.setBoolean(field_5_docinfo, value);    }    /**     *     * @return  the fOnlyWinPics field value.     */    public boolean isFOnlyWinPics()    {        return fOnlyWinPics.isSet(field_5_docinfo);    }    /**     * Sets the fLabelDoc field value.     *     */    public void setFLabelDoc(boolean value)    {        field_5_docinfo = (byte)fLabelDoc.setBoolean(field_5_docinfo, value);    }    /**     *     * @return  the fLabelDoc field value.     */    public boolean isFLabelDoc()    {        return fLabelDoc.isSet(field_5_docinfo);    }    /**     * Sets the fHyphCapitals field value.     *     */    public void setFHyphCapitals(boolean value)    {        field_5_docinfo = (byte)fHyphCapitals.setBoolean(field_5_docinfo, value);    }    /**     *     * @return  the fHyphCapitals field value.     */    public boolean isFHyphCapitals()    {        return fHyphCapitals.isSet(field_5_docinfo);    }    /**     * Sets the fAutoHyphen field value.     *     */    public void setFAutoHyphen(boolean value)    {        field_5_docinfo = (byte)fAutoHyphen.setBoolean(field_5_docinfo, value);    }    /**     *     * @return  the fAutoHyphen field value.     */    public boolean isFAutoHyphen()    {        return fAutoHyphen.isSet(field_5_docinfo);    }    /**     * Sets the fFormNoFields field value.     *     */    public void setFFormNoFields(boolean value)    {        field_5_docinfo = (byte)fFormNoFields.setBoolean(field_5_docinfo, value);    }    /**     *     * @return  the fFormNoFields field value.     */    public boolean isFFormNoFields()    {        return fFormNoFields.isSet(field_5_docinfo);    }    /**     * Sets the fLinkStyles field value.     *     */    public void setFLinkStyles(boolean value)    {        field_5_docinfo = (byte)fLinkStyles.setBoolean(field_5_docinfo, value);    }    /**     *     * @return  the fLinkStyles field value.     */    public boolean isFLinkStyles()    {        return fLinkStyles.isSet(field_5_docinfo);    }    /**     * Sets the fRevMarking field value.     *     */    public void setFRevMarking(boolean value)    {        field_5_docinfo = (byte)fRevMarking.setBoolean(field_5_docinfo, value);    }    /**     *     * @return  the fRevMarking field value.     */    public boolean isFRevMarking()    {        return fRevMarking.isSet(field_5_docinfo);    }    /**     * Sets the fBackup field value.     *     */    public void setFBackup(boolean value)    {        field_6_docinfo1 = (byte)fBackup.setBoolean(field_6_docinfo1, value);    }    /**     *     * @return  the fBackup field value.     */    public boolean isFBackup()    {        return fBackup.isSet(field_6_docinfo1);    }    /**     * Sets the fExactCWords field value.     *     */    public void setFExactCWords(boolean value)    {        field_6_docinfo1 = (byte)fExactCWords.setBoolean(field_6_docinfo1, value);    }    /**     *     * @return  the fExactCWords field value.     */    public boolean isFExactCWords()    {        return fExactCWords.isSet(field_6_docinfo1);    }    /**     * Sets the fPagHidden field value.     *     */    public void setFPagHidden(boolean value)    {        field_6_docinfo1 = (byte)fPagHidden.setBoolean(field_6_docinfo1, value);    }    /**     *     * @return  the fPagHidden field value.     */    public boolean isFPagHidden()    {        return fPagHidden.isSet(field_6_docinfo1);    }    /**     * Sets the fPagResults field value.     *     */    public void setFPagResults(boolean value)    {        field_6_docinfo1 = (

⌨️ 快捷键说明

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