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

Packages that use TableProperties
org.apache.poi.hwpf.sprm   
org.apache.poi.hwpf.usermodel   
 

Uses of TableProperties in org.apache.poi.hwpf.sprm
 

Methods in org.apache.poi.hwpf.sprm that return TableProperties
static TableProperties TableSprmUncompressor.uncompressTAP(byte[] grpprl, int offset)
           
 

Methods in org.apache.poi.hwpf.sprm with parameters of type TableProperties
static byte[] TableSprmCompressor.compressTableProperty(TableProperties newTAP)
           
 

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

Methods in org.apache.poi.hwpf.usermodel with parameters of type TableProperties
 Table Range.insertBefore(TableProperties props, int rows)
          Inserts a simple table into the beginning of this range.
 



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