org.apache.poi.hwpf.usermodel
public final class LineSpacingDescriptor extends java.lang.Object implements java.lang.Cloneable
Constructor and Description |
---|
LineSpacingDescriptor() |
LineSpacingDescriptor(byte[] buf,
int offset) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
boolean |
equals(java.lang.Object o) |
void |
serialize(byte[] buf,
int offset) |
void |
setDyaLine(short dyaLine) |
void |
setMultiLinespace(short fMultiLinespace) |
int |
toInt() |
public LineSpacingDescriptor()
public LineSpacingDescriptor(byte[] buf, int offset)
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
public 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.Object
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.