Package org.apache.poi.hwpf.model
Class TabDescriptor
java.lang.Object
org.apache.poi.hwpf.model.types.TBDAbstractType
org.apache.poi.hwpf.model.TabDescriptor
- All Implemented Interfaces:
org.apache.poi.common.Duplicatable
Tab descriptor. Part of
ParagraphProperties.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.poi.hwpf.model.types.TBDAbstractType
getJc, getReserved, getSize, getTlc, getValue, serialize, setJc, setReserved, setTlc, setValue, toString
-
Constructor Details
-
TabDescriptor
public TabDescriptor() -
TabDescriptor
-
TabDescriptor
public TabDescriptor(byte[] bytes, int offset)
-
-
Method Details
-
toByteArray
public byte[] toByteArray() -
copy
- Specified by:
copyin interfaceorg.apache.poi.common.Duplicatable
-