Uses of Class
org.apache.poi.hwpf.usermodel.TableProperties
-
Packages that use TableProperties Package Description 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 Modifier and Type Method Description static TablePropertiesTableSprmUncompressor. uncompressTAP(SprmBuffer sprmBuffer)Methods in org.apache.poi.hwpf.sprm with parameters of type TableProperties Modifier and Type Method Description static byte[]TableSprmCompressor. compressTableProperty(TableProperties newTAP) -
Uses of TableProperties in org.apache.poi.hwpf.usermodel
Methods in org.apache.poi.hwpf.usermodel that return TableProperties Modifier and Type Method Description TablePropertiesTableProperties. copy()Constructors in org.apache.poi.hwpf.usermodel with parameters of type TableProperties Constructor Description TableProperties(TableProperties other)
-