Uses of Class
org.apache.poi.hwpf.usermodel.TableCellDescriptor

Packages that use TableCellDescriptor
org.apache.poi.hwpf.model.types   
org.apache.poi.hwpf.usermodel   
 

Uses of TableCellDescriptor in org.apache.poi.hwpf.model.types
 

Fields in org.apache.poi.hwpf.model.types declared as TableCellDescriptor
protected  TableCellDescriptor[] TAPAbstractType.field_9_rgtc
           
 

Methods in org.apache.poi.hwpf.model.types that return TableCellDescriptor
 TableCellDescriptor[] TAPAbstractType.getRgtc()
          Get the rgtc field for the TAP record.
 

Methods in org.apache.poi.hwpf.model.types with parameters of type TableCellDescriptor
 void TAPAbstractType.setRgtc(TableCellDescriptor[] field_9_rgtc)
          Set the rgtc field for the TAP record.
 

Uses of TableCellDescriptor in org.apache.poi.hwpf.usermodel
 

Methods in org.apache.poi.hwpf.usermodel that return TableCellDescriptor
static TableCellDescriptor TableCellDescriptor.convertBytesToTC(byte[] buf, int offset)
           
 

Constructors in org.apache.poi.hwpf.usermodel with parameters of type TableCellDescriptor
TableCell(int startIdx, int endIdx, TableRow parent, int levelNum, TableCellDescriptor tcd, int leftEdge, int width)
           
 



Copyright 2008 The Apache Software Foundation or its licensors, as applicable.