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:
java.lang.Cloneable
public class TableAutoformatLookSpecifier extends TLPAbstractType implements java.lang.Cloneable
-
-
Field Summary
Fields Modifier and Type Field Description static int
SIZE
-
Constructor Summary
Constructors Constructor Description TableAutoformatLookSpecifier()
TableAutoformatLookSpecifier(byte[] data, int offset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TableAutoformatLookSpecifier
clone()
boolean
equals(java.lang.Object obj)
int
hashCode()
boolean
isEmpty()
-
Methods inherited from class org.apache.poi.hwpf.model.types.TLPAbstractType
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
-
-
Method Detail
-
clone
public TableAutoformatLookSpecifier clone()
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
isEmpty
public boolean isEmpty()
-
-