@Internal public final class ParagraphHeight extends Object implements Duplicatable
| Constructor and Description |
|---|
ParagraphHeight() |
ParagraphHeight(byte[] buf,
int offset) |
ParagraphHeight(ParagraphHeight other) |
| Modifier and Type | Method and Description |
|---|---|
ParagraphHeight |
copy() |
boolean |
equals(Object o) |
int |
hashCode() |
protected byte[] |
toByteArray() |
void |
write(OutputStream out) |
public ParagraphHeight()
public ParagraphHeight(ParagraphHeight other)
public ParagraphHeight(byte[] buf,
int offset)
public void write(OutputStream out) throws IOException
IOExceptionprotected byte[] toByteArray()
public ParagraphHeight copy()
copy in interface Duplicatable