mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
While working on 61475, need to add a new line after picture text...not worth separate ticket.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1806843 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e29c22ec42
commit
bf28229cd7
@ -1098,7 +1098,7 @@ public class XWPFRun implements ISDTContents, IRunElement, CharacterRun {
|
||||
}
|
||||
// Any picture text?
|
||||
if (pictureText != null && pictureText.length() > 0) {
|
||||
text.append("\n").append(pictureText);
|
||||
text.append("\n").append(pictureText).append("\n");
|
||||
}
|
||||
c.dispose();
|
||||
return text.toString();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user