org.apache.poi.hdf.extractor
Class TableRow

java.lang.Object
  extended byorg.apache.poi.hdf.extractor.TableRow

public class TableRow
extends java.lang.Object

Comment me

Author:
Ryan Ackley

Constructor Summary
TableRow(java.util.ArrayList cells, TAP descriptor)
           
 
Method Summary
 java.util.ArrayList getCells()
           
 TAP getTAP()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableRow

public TableRow(java.util.ArrayList cells,
                TAP descriptor)
Method Detail

getTAP

public TAP getTAP()

getCells

public java.util.ArrayList getCells()


Copyright © 2003 Apache Software Foundation.