|
|
@ -637,7 +637,7 @@ public class RtfParagraphStyle extends RtfFont { |
|
|
|
result.write(RtfParagraphStyle.SPACING_AFTER); |
|
|
|
result.write(RtfParagraphStyle.SPACING_AFTER); |
|
|
|
result.write(intToByteArray(this.spacingAfter)); |
|
|
|
result.write(intToByteArray(this.spacingAfter)); |
|
|
|
} |
|
|
|
} |
|
|
|
if(this.lineLeading > 0) { |
|
|
|
if(this.lineLeading != 0) { |
|
|
|
result.write(RtfParagraph.LINE_SPACING); |
|
|
|
result.write(RtfParagraph.LINE_SPACING); |
|
|
|
result.write(intToByteArray(this.lineLeading)); |
|
|
|
result.write(intToByteArray(this.lineLeading)); |
|
|
|
} |
|
|
|
} |
|
|
|