1 2 17 18 19 20 package org.apache.poi.hdf.extractor; 21 22 27 28 public class TAP 29 { 30 short _jc; 31 int _dxaGapHalf; 32 int _dyaRowHeight; 33 boolean _fCantSplit; 34 boolean _fTableHeader; 35 boolean _fLastRow; 36 short _itcMac; 37 short[] _rgdxaCenter; 38 short[] _brcLeft = new short[2]; 39 short[] _brcRight = new short[2]; 40 short[] _brcTop = new short[2]; 41 short[] _brcBottom = new short[2]; 42 short[] _brcHorizontal = new short[2]; 43 short[] _brcVertical = new short[2]; 44 45 TC[] _rgtc; 46 47 48 public TAP() 49 { 50 } 51 } 52 | Popular Tags |