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

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

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

Fields in org.apache.poi.hwpf.model.types declared as TableAutoformatLookSpecifier
protected  TableAutoformatLookSpecifier TAPAbstractType.field_8_tlp
           
 

Methods in org.apache.poi.hwpf.model.types that return TableAutoformatLookSpecifier
 TableAutoformatLookSpecifier TAPAbstractType.getTlp()
          Get the tlp field for the TAP record.
 

Methods in org.apache.poi.hwpf.model.types with parameters of type TableAutoformatLookSpecifier
 void TAPAbstractType.setTlp(TableAutoformatLookSpecifier field_8_tlp)
          Set the tlp field for the TAP record.
 

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

Methods in org.apache.poi.hwpf.usermodel that return TableAutoformatLookSpecifier
 TableAutoformatLookSpecifier TableAutoformatLookSpecifier.clone()
           
 



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