Package org.apache.poi.hwpf.usermodel
Class LineSpacingDescriptor
- java.lang.Object
-
- org.apache.poi.hwpf.usermodel.LineSpacingDescriptor
-
-
Constructor Summary
Constructors Constructor Description LineSpacingDescriptor()LineSpacingDescriptor(byte[] buf, int offset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectclone()booleanequals(Object o)inthashCode()booleanisEmpty()voidserialize(byte[] buf, int offset)voidsetDyaLine(short dyaLine)voidsetMultiLinespace(short fMultiLinespace)inttoInt()StringtoString()
-
-
-
Method Detail
-
clone
public Object clone() throws CloneNotSupportedException
- Throws:
CloneNotSupportedException
-
setMultiLinespace
public void setMultiLinespace(short fMultiLinespace)
-
toInt
public int toInt()
-
serialize
public void serialize(byte[] buf, int offset)
-
setDyaLine
public void setDyaLine(short dyaLine)
-
isEmpty
public boolean isEmpty()
-
-