Package org.apache.poi.hwpf.model
Class ParagraphHeight
- java.lang.Object
-
- org.apache.poi.hwpf.model.ParagraphHeight
-
- All Implemented Interfaces:
org.apache.poi.common.Duplicatable
@Internal public final class ParagraphHeight extends java.lang.Object implements org.apache.poi.common.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 ParagraphHeight
copy()
boolean
equals(java.lang.Object o)
int
hashCode()
void
write(java.io.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(java.io.OutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
copy
public ParagraphHeight copy()
- Specified by:
copy
in interfaceorg.apache.poi.common.Duplicatable
-
-