org.apache.poi.hwpf.model
Class TabDescriptor

java.lang.Object
  extended by org.apache.poi.hwpf.model.types.TBDAbstractType
      extended by org.apache.poi.hwpf.model.TabDescriptor

public class TabDescriptor
extends TBDAbstractType

Tab descriptor. Part of ParagraphProperties.

Author:
vlsergey

Constructor Summary
TabDescriptor()
           
TabDescriptor(byte[] bytes, int offset)
           
 
Method Summary
 byte[] toByteArray()
           
 
Methods inherited from class org.apache.poi.hwpf.model.types.TBDAbstractType
getJc, getReserved, getSize, getTlc, getValue, serialize, setJc, setReserved, setTlc, setValue, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TabDescriptor

public TabDescriptor()

TabDescriptor

public TabDescriptor(byte[] bytes,
                     int offset)
Method Detail

toByteArray

public byte[] toByteArray()