add default values to LineSpacingDescriptor
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1147393 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8751c669de
commit
bef7e6c0f4
@ -32,6 +32,9 @@ public final class LineSpacingDescriptor
|
|||||||
|
|
||||||
public LineSpacingDescriptor()
|
public LineSpacingDescriptor()
|
||||||
{
|
{
|
||||||
|
//see page 181
|
||||||
|
_dyaLine = 240;
|
||||||
|
_fMultiLinespace = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
public LineSpacingDescriptor(byte[] buf, int offset)
|
public LineSpacingDescriptor(byte[] buf, int offset)
|
||||||
|
Loading…
Reference in New Issue
Block a user