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)
          Deprecated. 
static TableProperties TableSprmUncompressor.uncompressTAP(SprmBuffer sprmBuffer)
           
 

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)
          Deprecated. Use code shall not work with TableProperties. Use Range.insertTableBefore(short, int) instead
 



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