Uses of Class
org.apache.poi.hwpf.usermodel.TableCellDescriptor
Packages that use TableCellDescriptor
-
Uses of TableCellDescriptor in org.apache.poi.hwpf.model.types
Fields in org.apache.poi.hwpf.model.types declared as TableCellDescriptorMethods in org.apache.poi.hwpf.model.types that return TableCellDescriptorModifier and TypeMethodDescriptionTAPAbstractType.getRgtc()
Get the rgtc field for the TAP record.Methods in org.apache.poi.hwpf.model.types with parameters of type TableCellDescriptorModifier and TypeMethodDescriptionvoid
TAPAbstractType.setRgtc
(TableCellDescriptor[] field_74_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 TableCellDescriptorModifier and TypeMethodDescriptionstatic TableCellDescriptor
TableCellDescriptor.convertBytesToTC
(byte[] buf, int offset) TableCell.getDescriptor()
Returns the TableCellDescriptor for this cell.Constructors in org.apache.poi.hwpf.usermodel with parameters of type TableCellDescriptorModifierConstructorDescriptionTableCell
(int startIdxInclusive, int endIdxExclusive, TableRow parent, int levelNum, TableCellDescriptor tcd, int leftEdge, int width)