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

📄 tapabstracttype.java

📁 抽取pdf和word文本内容的源代码
💻 JAVA
字号:
/* ====================================================================   Copyright 2002-2004   Apache Software Foundation   Licensed under the Apache License, Version 2.0 (the "License");   you may not use this file except in compliance with the License.   You may obtain a copy of the License at       http://www.apache.org/licenses/LICENSE-2.0   Unless required by applicable law or agreed to in writing, software   distributed under the License is distributed on an "AS IS" BASIS,   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.   See the License for the specific language governing permissions and   limitations under the License.==================================================================== */        package org.apache.poi.hwpf.model.types;import org.apache.poi.util.BitField;import org.apache.poi.util.LittleEndian;import org.apache.poi.util.StringUtil;import org.apache.poi.util.HexDump;import org.apache.poi.hdf.model.hdftypes.HDFType;import org.apache.poi.hwpf.usermodel.*;/** * Table Properties. * NOTE: This source is automatically generated please do not modify this file.  Either subclass or *       remove the record in src/records/definitions. * @author S. Ryan Ackley */public abstract class TAPAbstractType    implements HDFType{    protected  int field_1_jc;    protected  int field_2_dxaGapHalf;    protected  int field_3_dyaRowHeight;    protected  boolean field_4_fCantSplit;    protected  boolean field_5_fTableHeader;    protected  int field_6_tlp;    protected  short field_7_itcMac;    protected  short[] field_8_rgdxaCenter;    protected  TableCellDescriptor[] field_9_rgtc;    protected  ShadingDescriptor[] field_10_rgshd;    protected  BorderCode field_11_brcBottom;    protected  BorderCode field_12_brcTop;    protected  BorderCode field_13_brcLeft;    protected  BorderCode field_14_brcRight;    protected  BorderCode field_15_brcVertical;    protected  BorderCode field_16_brcHorizontal;    public TAPAbstractType()    {    }    /**     * Size of record (exluding 4 byte header)     */    public int getSize()    {        return 4 +  + 2 + 4 + 4 + 0 + 0 + 4 + 2 + 130 + 0 + 0 + 4 + 4 + 4 + 4 + 4 + 4;    }    /**     * Get the jc field for the TAP record.     */    public int getJc()    {        return field_1_jc;    }    /**     * Set the jc field for the TAP record.     */    public void setJc(int field_1_jc)    {        this.field_1_jc = field_1_jc;    }    /**     * Get the dxaGapHalf field for the TAP record.     */    public int getDxaGapHalf()    {        return field_2_dxaGapHalf;    }    /**     * Set the dxaGapHalf field for the TAP record.     */    public void setDxaGapHalf(int field_2_dxaGapHalf)    {        this.field_2_dxaGapHalf = field_2_dxaGapHalf;    }    /**     * Get the dyaRowHeight field for the TAP record.     */    public int getDyaRowHeight()    {        return field_3_dyaRowHeight;    }    /**     * Set the dyaRowHeight field for the TAP record.     */    public void setDyaRowHeight(int field_3_dyaRowHeight)    {        this.field_3_dyaRowHeight = field_3_dyaRowHeight;    }    /**     * Get the fCantSplit field for the TAP record.     */    public boolean getFCantSplit()    {        return field_4_fCantSplit;    }    /**     * Set the fCantSplit field for the TAP record.     */    public void setFCantSplit(boolean field_4_fCantSplit)    {        this.field_4_fCantSplit = field_4_fCantSplit;    }    /**     * Get the fTableHeader field for the TAP record.     */    public boolean getFTableHeader()    {        return field_5_fTableHeader;    }    /**     * Set the fTableHeader field for the TAP record.     */    public void setFTableHeader(boolean field_5_fTableHeader)    {        this.field_5_fTableHeader = field_5_fTableHeader;    }    /**     * Get the tlp field for the TAP record.     */    public int getTlp()    {        return field_6_tlp;    }    /**     * Set the tlp field for the TAP record.     */    public void setTlp(int field_6_tlp)    {        this.field_6_tlp = field_6_tlp;    }    /**     * Get the itcMac field for the TAP record.     */    public short getItcMac()    {        return field_7_itcMac;    }    /**     * Set the itcMac field for the TAP record.     */    public void setItcMac(short field_7_itcMac)    {        this.field_7_itcMac = field_7_itcMac;    }    /**     * Get the rgdxaCenter field for the TAP record.     */    public short[] getRgdxaCenter()    {        return field_8_rgdxaCenter;    }    /**     * Set the rgdxaCenter field for the TAP record.     */    public void setRgdxaCenter(short[] field_8_rgdxaCenter)    {        this.field_8_rgdxaCenter = field_8_rgdxaCenter;    }    /**     * Get the rgtc field for the TAP record.     */    public TableCellDescriptor[] getRgtc()    {        return field_9_rgtc;    }    /**     * Set the rgtc field for the TAP record.     */    public void setRgtc(TableCellDescriptor[] field_9_rgtc)    {        this.field_9_rgtc = field_9_rgtc;    }    /**     * Get the rgshd field for the TAP record.     */    public ShadingDescriptor[] getRgshd()    {        return field_10_rgshd;    }    /**     * Set the rgshd field for the TAP record.     */    public void setRgshd(ShadingDescriptor[] field_10_rgshd)    {        this.field_10_rgshd = field_10_rgshd;    }    /**     * Get the brcBottom field for the TAP record.     */    public BorderCode getBrcBottom()    {        return field_11_brcBottom;    }    /**     * Set the brcBottom field for the TAP record.     */    public void setBrcBottom(BorderCode field_11_brcBottom)    {        this.field_11_brcBottom = field_11_brcBottom;    }    /**     * Get the brcTop field for the TAP record.     */    public BorderCode getBrcTop()    {        return field_12_brcTop;    }    /**     * Set the brcTop field for the TAP record.     */    public void setBrcTop(BorderCode field_12_brcTop)    {        this.field_12_brcTop = field_12_brcTop;    }    /**     * Get the brcLeft field for the TAP record.     */    public BorderCode getBrcLeft()    {        return field_13_brcLeft;    }    /**     * Set the brcLeft field for the TAP record.     */    public void setBrcLeft(BorderCode field_13_brcLeft)    {        this.field_13_brcLeft = field_13_brcLeft;    }    /**     * Get the brcRight field for the TAP record.     */    public BorderCode getBrcRight()    {        return field_14_brcRight;    }    /**     * Set the brcRight field for the TAP record.     */    public void setBrcRight(BorderCode field_14_brcRight)    {        this.field_14_brcRight = field_14_brcRight;    }    /**     * Get the brcVertical field for the TAP record.     */    public BorderCode getBrcVertical()    {        return field_15_brcVertical;    }    /**     * Set the brcVertical field for the TAP record.     */    public void setBrcVertical(BorderCode field_15_brcVertical)    {        this.field_15_brcVertical = field_15_brcVertical;    }    /**     * Get the brcHorizontal field for the TAP record.     */    public BorderCode getBrcHorizontal()    {        return field_16_brcHorizontal;    }    /**     * Set the brcHorizontal field for the TAP record.     */    public void setBrcHorizontal(BorderCode field_16_brcHorizontal)    {        this.field_16_brcHorizontal = field_16_brcHorizontal;    }}  // END OF CLASS

⌨️ 快捷键说明

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