public final class LineSpacingDescriptor extends java.lang.Object implements Duplicatable
| Constructor and Description |
|---|
LineSpacingDescriptor() |
LineSpacingDescriptor(byte[] buf,
int offset) |
LineSpacingDescriptor(LineSpacingDescriptor other) |
| Modifier and Type | Method and Description |
|---|---|
LineSpacingDescriptor |
copy() |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
boolean |
isEmpty() |
void |
serialize(byte[] buf,
int offset) |
void |
setDyaLine(short dyaLine) |
void |
setMultiLinespace(short fMultiLinespace) |
int |
toInt() |
java.lang.String |
toString() |
public LineSpacingDescriptor()
public LineSpacingDescriptor(LineSpacingDescriptor other)
public LineSpacingDescriptor(byte[] buf,
int offset)
public LineSpacingDescriptor copy()
copy in interface Duplicatablepublic void setMultiLinespace(short fMultiLinespace)
public int toInt()
public void serialize(byte[] buf,
int offset)
public void setDyaLine(short dyaLine)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean isEmpty()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright 2021 The Apache Software Foundation or its licensors, as applicable.