Consistent indent between font and pattern CF formatting toString indent
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1694087 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
adfcf4d251
commit
78223ca2b8
@ -461,7 +461,7 @@ public final class FontFormatting {
|
|||||||
public String toString()
|
public String toString()
|
||||||
{
|
{
|
||||||
StringBuffer buffer = new StringBuffer();
|
StringBuffer buffer = new StringBuffer();
|
||||||
buffer.append(" [Font Formatting]\n");
|
buffer.append(" [Font Formatting]\n");
|
||||||
|
|
||||||
buffer.append(" .font height = ").append(getFontHeight()).append(" twips\n");
|
buffer.append(" .font height = ").append(getFontHeight()).append(" twips\n");
|
||||||
|
|
||||||
@ -535,7 +535,7 @@ public final class FontFormatting {
|
|||||||
}
|
}
|
||||||
buffer.append(" .color index = ").append("0x"+Integer.toHexString(getFontColorIndex()).toUpperCase()).append("\n");
|
buffer.append(" .color index = ").append("0x"+Integer.toHexString(getFontColorIndex()).toUpperCase()).append("\n");
|
||||||
|
|
||||||
buffer.append(" [/Font Formatting]\n");
|
buffer.append(" [/Font Formatting]\n");
|
||||||
return buffer.toString();
|
return buffer.toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user