Package org.apache.poi.hwpf.model
Class ParagraphHeight
- java.lang.Object
-
- org.apache.poi.hwpf.model.ParagraphHeight
-
- All Implemented Interfaces:
Duplicatable
@Internal public final class ParagraphHeight extends Object implements Duplicatable
-
-
Constructor Summary
Constructors Constructor Description ParagraphHeight()ParagraphHeight(byte[] buf, int offset)ParagraphHeight(ParagraphHeight other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParagraphHeightcopy()booleanequals(Object o)inthashCode()protected byte[]toByteArray()voidwrite(OutputStream out)
-
-
-
Constructor Detail
-
ParagraphHeight
public ParagraphHeight()
-
ParagraphHeight
public ParagraphHeight(ParagraphHeight other)
-
ParagraphHeight
public ParagraphHeight(byte[] buf, int offset)
-
-
Method Detail
-
write
public void write(OutputStream out) throws IOException
- Throws:
IOException
-
toByteArray
protected byte[] toByteArray()
-
copy
public ParagraphHeight copy()
- Specified by:
copyin interfaceDuplicatable
-
-