Package org.apache.poi.hwpf.usermodel
Class TableAutoformatLookSpecifier
- java.lang.Object
-
- org.apache.poi.hwpf.model.types.TLPAbstractType
-
- org.apache.poi.hwpf.usermodel.TableAutoformatLookSpecifier
-
- All Implemented Interfaces:
Duplicatable
public class TableAutoformatLookSpecifier extends TLPAbstractType implements Duplicatable
-
-
Field Summary
Fields Modifier and Type Field Description static intSIZE-
Fields inherited from class org.apache.poi.hwpf.model.types.TLPAbstractType
field_1_itl, field_2_tlp_flags
-
-
Constructor Summary
Constructors Constructor Description TableAutoformatLookSpecifier()TableAutoformatLookSpecifier(byte[] data, int offset)TableAutoformatLookSpecifier(TableAutoformatLookSpecifier other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TableAutoformatLookSpecifiercopy()booleanequals(Object obj)inthashCode()booleanisEmpty()-
Methods inherited from class org.apache.poi.hwpf.model.types.TLPAbstractType
fillFields, getItl, getSize, getTlp_flags, isFBestFit, isFBorders, isFColor, isFFont, isFHdrRows, isFLastRow, isFShading, serialize, setFBestFit, setFBorders, setFColor, setFFont, setFHdrRows, setFLastRow, setFShading, setItl, setTlp_flags, toString
-
-
-
-
Field Detail
-
SIZE
public static final int SIZE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TableAutoformatLookSpecifier
public TableAutoformatLookSpecifier()
-
TableAutoformatLookSpecifier
public TableAutoformatLookSpecifier(TableAutoformatLookSpecifier other)
-
TableAutoformatLookSpecifier
public TableAutoformatLookSpecifier(byte[] data, int offset)
-
-
Method Detail
-
copy
public TableAutoformatLookSpecifier copy()
- Specified by:
copyin interfaceDuplicatable
-
isEmpty
public boolean isEmpty()
-
-