Package org.apache.poi.hwpf.model
Class ListFormatOverrideLevel
java.lang.Object
org.apache.poi.hwpf.model.ListFormatOverrideLevel
The LFOLVL structure contains information that is used to override the
formatting information of a corresponding LVL.
Class and fields descriptions are quoted from Microsoft Office Word 97-2007 Binary File Format and [MS-DOC] - v20110608 Word (.doc) Binary File Format
-
Constructor Details
-
ListFormatOverrideLevel
public ListFormatOverrideLevel(byte[] buf, int offset)
-
-
Method Details
-
equals
-
getIStartAt
public int getIStartAt() -
getLevel
-
getLevelNum
public int getLevelNum() -
getSizeInBytes
public int getSizeInBytes() -
hashCode
public int hashCode() -
isFormatting
public boolean isFormatting() -
isStartAt
public boolean isStartAt() -
toByteArray
public byte[] toByteArray()
-