Package org.apache.poi.hwpf.model
Class TabDescriptor
- java.lang.Object
-
- org.apache.poi.hwpf.model.types.TBDAbstractType
-
- org.apache.poi.hwpf.model.TabDescriptor
-
public class TabDescriptor extends TBDAbstractType
Tab descriptor. Part ofParagraphProperties
.
-
-
Constructor Summary
Constructors Constructor Description TabDescriptor()
TabDescriptor(byte[] bytes, int offset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
toByteArray()
-
Methods inherited from class org.apache.poi.hwpf.model.types.TBDAbstractType
getJc, getReserved, getSize, getTlc, getValue, serialize, setJc, setReserved, setTlc, setValue, toString
-
-