org.apache.poi.hwpf.model
Class ListFormatOverrideLevel

java.lang.Object
  extended byorg.apache.poi.hwpf.model.ListFormatOverrideLevel

public class ListFormatOverrideLevel
extends java.lang.Object


Constructor Summary
ListFormatOverrideLevel(byte[] buf, int offset)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 ListLevel getLevel()
           
 int getLevelNum()
           
 int getSizeInBytes()
           
 boolean isFormatting()
           
 boolean isStartAt()
           
 byte[] toByteArray()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListFormatOverrideLevel

public ListFormatOverrideLevel(byte[] buf,
                               int offset)
Method Detail

getLevel

public ListLevel getLevel()

getLevelNum

public int getLevelNum()

isFormatting

public boolean isFormatting()

isStartAt

public boolean isStartAt()

getSizeInBytes

public int getSizeInBytes()

equals

public boolean equals(java.lang.Object obj)

toByteArray

public byte[] toByteArray()


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