@Internal public final class ParagraphHeight extends java.lang.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(java.lang.Object o) |
int |
hashCode() |
protected byte[] |
toByteArray() |
void |
write(java.io.OutputStream out) |
public ParagraphHeight()
public ParagraphHeight(ParagraphHeight other)
public ParagraphHeight(byte[] buf, int offset)
public void write(java.io.OutputStream out) throws java.io.IOException
java.io.IOException
protected byte[] toByteArray()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ParagraphHeight copy()
copy
in interface Duplicatable
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.