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

📄 chpabstracttype.java

📁 抽取pdf和word文本内容的源代码
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
    /**     * Set the dttmPropRMark field for the CHP record.     */    public void setDttmPropRMark(DateAndTime field_36_dttmPropRMark)    {        this.field_36_dttmPropRMark = field_36_dttmPropRMark;    }    /**     * Get the sfxtText field for the CHP record.     */    public byte getSfxtText()    {        return field_37_sfxtText;    }    /**     * Set the sfxtText field for the CHP record.     */    public void setSfxtText(byte field_37_sfxtText)    {        this.field_37_sfxtText = field_37_sfxtText;    }    /**     * Get the fDispFldRMark field for the CHP record.     */    public byte getFDispFldRMark()    {        return field_38_fDispFldRMark;    }    /**     * Set the fDispFldRMark field for the CHP record.     */    public void setFDispFldRMark(byte field_38_fDispFldRMark)    {        this.field_38_fDispFldRMark = field_38_fDispFldRMark;    }    /**     * Get the ibstDispFldRMark field for the CHP record.     */    public int getIbstDispFldRMark()    {        return field_39_ibstDispFldRMark;    }    /**     * Set the ibstDispFldRMark field for the CHP record.     */    public void setIbstDispFldRMark(int field_39_ibstDispFldRMark)    {        this.field_39_ibstDispFldRMark = field_39_ibstDispFldRMark;    }    /**     * Get the dttmDispFldRMark field for the CHP record.     */    public DateAndTime getDttmDispFldRMark()    {        return field_40_dttmDispFldRMark;    }    /**     * Set the dttmDispFldRMark field for the CHP record.     */    public void setDttmDispFldRMark(DateAndTime field_40_dttmDispFldRMark)    {        this.field_40_dttmDispFldRMark = field_40_dttmDispFldRMark;    }    /**     * Get the xstDispFldRMark field for the CHP record.     */    public byte[] getXstDispFldRMark()    {        return field_41_xstDispFldRMark;    }    /**     * Set the xstDispFldRMark field for the CHP record.     */    public void setXstDispFldRMark(byte[] field_41_xstDispFldRMark)    {        this.field_41_xstDispFldRMark = field_41_xstDispFldRMark;    }    /**     * Get the shd field for the CHP record.     */    public ShadingDescriptor getShd()    {        return field_42_shd;    }    /**     * Set the shd field for the CHP record.     */    public void setShd(ShadingDescriptor field_42_shd)    {        this.field_42_shd = field_42_shd;    }    /**     * Get the brc field for the CHP record.     */    public BorderCode getBrc()    {        return field_43_brc;    }    /**     * Set the brc field for the CHP record.     */    public void setBrc(BorderCode field_43_brc)    {        this.field_43_brc = field_43_brc;    }    /**     * Sets the fBold field value.     *      */    public void setFBold(boolean value)    {        field_2_format_flags = (int)fBold.setBoolean(field_2_format_flags, value);            }    /**     *      * @return  the fBold field value.     */    public boolean isFBold()    {        return fBold.isSet(field_2_format_flags);            }    /**     * Sets the fItalic field value.     *      */    public void setFItalic(boolean value)    {        field_2_format_flags = (int)fItalic.setBoolean(field_2_format_flags, value);            }    /**     *      * @return  the fItalic field value.     */    public boolean isFItalic()    {        return fItalic.isSet(field_2_format_flags);            }    /**     * Sets the fRMarkDel field value.     *      */    public void setFRMarkDel(boolean value)    {        field_2_format_flags = (int)fRMarkDel.setBoolean(field_2_format_flags, value);            }    /**     *      * @return  the fRMarkDel field value.     */    public boolean isFRMarkDel()    {        return fRMarkDel.isSet(field_2_format_flags);            }    /**     * Sets the fOutline field value.     *      */    public void setFOutline(boolean value)    {        field_2_format_flags = (int)fOutline.setBoolean(field_2_format_flags, value);            }    /**     *      * @return  the fOutline field value.     */    public boolean isFOutline()    {        return fOutline.isSet(field_2_format_flags);            }    /**     * Sets the fFldVanish field value.     *      */    public void setFFldVanish(boolean value)    {        field_2_format_flags = (int)fFldVanish.setBoolean(field_2_format_flags, value);            }    /**     *      * @return  the fFldVanish field value.     */    public boolean isFFldVanish()    {        return fFldVanish.isSet(field_2_format_flags);            }    /**     * Sets the fSmallCaps field value.     *      */    public void setFSmallCaps(boolean value)    {        field_2_format_flags = (int)fSmallCaps.setBoolean(field_2_format_flags, value);            }    /**     *      * @return  the fSmallCaps field value.     */    public boolean isFSmallCaps()    {        return fSmallCaps.isSet(field_2_format_flags);            }    /**     * Sets the fCaps field value.     *      */    public void setFCaps(boolean value)    {        field_2_format_flags = (int)fCaps.setBoolean(field_2_format_flags, value);            }    /**     *      * @return  the fCaps field value.     */    public boolean isFCaps()    {        return fCaps.isSet(field_2_format_flags);            }    /**     * Sets the fVanish field value.     *      */    public void setFVanish(boolean value)    {        field_2_format_flags = (int)fVanish.setBoolean(field_2_format_flags, value);            }    /**     *      * @return  the fVanish field value.     */    public boolean isFVanish()    {        return fVanish.isSet(field_2_format_flags);            }    /**     * Sets the fRMark field value.     *      */    public void setFRMark(boolean value)    {        field_2_format_flags = (int)fRMark.setBoolean(field_2_format_flags, value);            }    /**     *      * @return  the fRMark field value.     */    public boolean isFRMark()    {        return fRMark.isSet(field_2_format_flags);            }    /**     * Sets the fSpec field value.     *      */    public void setFSpec(boolean value)    {        field_2_format_flags = (int)fSpec.setBoolean(field_2_format_flags, value);            }    /**     *      * @return  the fSpec field value.     */    public boolean isFSpec()    {        return fSpec.isSet(field_2_format_flags);            }    /**     * Sets the fStrike field value.     *      */    public void setFStrike(boolean value)    {        field_2_format_flags = (int)fStrike.setBoolean(field_2_format_flags, value);            }    /**     *      * @return  the fStrike field value.     */    public boolean isFStrike()    {        return fStrike.isSet(field_2_format_flags);            }    /**     * Sets the fObj field value.     *      */    public void setFObj(boolean value)    {        field_2_format_flags = (int)fObj.setBoolean(field_2_format_flags, value);            }    /**     *      * @return  the fObj field value.     */    public boolean isFObj()    {        return fObj.isSet(field_2_format_flags);            }    /**     * Sets the fShadow field value.     *      */    public void setFShadow(boolean value)    {        field_2_format_flags = (int)fShadow.setBoolean(field_2_format_flags, value);            }    /**     *      * @return  the fShadow field value.     */    public boolean isFShadow()    {        return fShadow.isSet(field_2_format_flags);            }    /**     * Sets the fLowerCase field value.     *      */    public void setFLowerCase(boolean value)    {        field_2_format_flags = (int)fLowerCase.setBoolean(field_2_format_flags, value);            }    /**     *      * @return  the fLowerCase field value.     */    public boolean isFLowerCase()    {        return fLowerCase.isSet(field_2_format_flags);            }    /**     * Sets the fData field value.     *      */    public void setFData(boolean value)    {        field_2_format_flags = (int)fData.setBoolean(field_2_format_flags, value);            }    /**     *      * @return  the fData field value.     */    public boolean isFData()    {        return fData.isSet(field_2_format_flags);            }    /**     * Sets the fOle2 field value.     *      */    public void setFOle2(boolean value)    {        field_2_format_flags = (int)fOle2.setBoolean(field_2_format_flags, value);            }    /**     *      * @return  the fOle2 field value.     */    public boolean isFOle2()    {        return fOle2.isSet(field_2_format_flags);            }    /**     * Sets the fEmboss field value.     *      */    public void setFEmboss(boolean value)    {        field_3_format_flags1 = (int)fEmboss.setBoolean(field_3_format_flags1, value);            }    /**     *      * @return  the fEmboss field value.     */    public boolean isFEmboss()    {        return fEmboss.isSet(field_3_format_flags1);            }    /**     * Sets the fImprint field value.     *      */    public void setFImprint(boolean value)    {        field_3_format_flags1 = (int)fImprint.setBoolean(field_3_format_flags1, value);            }    /**     *      * @return  the fImprint field value.     */    public boolean isFImprint()    {        return fImprint.isSet(field_3_format_flags1);            }    /**     * Sets the fDStrike field value.     *      */    public void setFDStrike(boolean value)    {        field_3_format_flags1 = (int)fDStrike.setBoolean(field_3_format_flags1, value);            }    /**     *      * @return  the fDStrike field value.     */    public boolean isFDStrike()    {        return fDStrike.isSet(field_3_format_flags1);            }    /**     * Sets the fUsePgsuSettings field value.     *      */    public void setFUsePgsuSettings(boolean value)    {        field_3_format_flags1 = (int)fUsePgsuSettings.setBoolean(field_3_format_flags1, value);            }    /**     *      * @return  the fUsePgsuSettings field value.     */    public boolean isFUsePgsuSettings()    {        return fUsePgsuSettings.isSet(field_3_format_flags1);            }    /**     * Sets the icoHighlight field value.     *      */    public void setIcoHighlight(byte value)    {        field_33_Highlight = (short)icoHighlight.setValue(field_33_Highlight, value);            }    /**     *      * @return  the icoHighlight field value.     */    public byte getIcoHighlight()    {        return ( byte )icoHighlight.getValue(field_33_Highlight);            }    /**     * Sets the fHighlight field value.     *      */    public void setFHighlight(boolean value)    {        field_33_Highlight = (short)fHighlight.setBoolean(field_33_Highlight, value);            }    /**     *      * @return  the fHighlight field value.     */    public boolean isFHighlight()    {        return fHighlight.isSet(field_33_Highlight);            }    /**     * Sets the kcd field value.     *      */    public void setKcd(byte value)    {        field_33_Highlight = (short)kcd.setValue(field_33_Highlight, value);            }    /**     *      * @return  the kcd field value.     */    public byte getKcd()    {        return ( byte )kcd.getValue(field_33_Highlight);            }    /**     * Sets the fNavHighlight field value.     *      */    public void setFNavHighlight(boolean value)    {        field_33_Highlight = (short)fNavHighlight.setBoolean(field_33_Highlight, value);            }    /**     *      * @return  the fNavHighlight field value.     */    public boolean isFNavHighlight()    {        return fNavHighlight.isSet(field_33_Highlight);            }    /**     * Sets the fChsDiff field value.     *      */    public void setFChsDiff(boolean value)    {        field_33_Highlight = (short)fChsDiff.setBoolean(field_33_Highlight, value);            }    /**     *      * @return  the fChsDiff field value.     */    public boolean isFChsDiff()    {        return fChsDiff.isSet(field_33_Highlight);            }    /**     * Sets the fMacChs field value.     *      */    public void setFMacChs(boolean value)    {        field_33_Highlight = (short)fMacChs.setBoolean(field_33_Highlight, value);            }    /**     *      * @return  the fMacChs field value.     */    public boolean isFMacChs()    {        return fMacChs.isSet(field_33_Highlight);            }    /**     * Sets the fFtcAsciSym field value.     *      */    public void setFFtcAsciSym(boolean value)    {        field_33_Highlight = (short)fFtcAsciSym.setBoolean(field_33_Highlight, value);            }    /**     *      * @return  the fFtcAsciSym field value.     */    public boolean isFFtcAsciSym()    {        return fFtcAsciSym.isSet(field_33_Highlight);            }}  // END OF CLASS

⌨️ 快捷键说明

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