first CVS commit!! Table properties type definition

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352350 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Said Ryan Ackley 2002-04-07 22:56:30 +00:00
parent 45c5a3899e
commit a7afdf031b
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
<record id="0x101B" name="TAP" package="org.apache.poi.hdf.model.hdftypes.definitions">
<suffix>AbstractType</suffix>
<extends>HDFType</extends>
<description>Table Properties.</description>
<author>S. Ryan Ackley</author>
<fields>
<field type="int" size="2" name="jc"/>
<field type="int" size="4" name="dxaGapHalf"/>
<field type="int" size="4" name="dyaRowHeight"/>
<field type="byte" size="1" name="fCantSplit"/>
<field type="byte" size="1" name="fTableHeader"/>
<field type="int" size="4" name="tlp"/>
<field type="int" size="2" name="itcMac"/>
<field type="short[]" size="130" name="rgdxaCenter"/>
<field type="TableCell[]" name="rgtc"/>
<field type="ShadeDescriptor[]" name="rgshd"/>
<field type="BorderCode[]" name="rgbrcTable"/>
</fields>
</record>