mirror of https://github.com/apache/poi.git
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
5e47c8c37d
commit
fe8e4c5dd2
|
@ -461,7 +461,7 @@ public final class FontFormatting {
|
|||
public String toString()
|
||||
{
|
||||
StringBuffer buffer = new StringBuffer();
|
||||
buffer.append(" [Font Formatting]\n");
|
||||
buffer.append(" [Font Formatting]\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(" [/Font Formatting]\n");
|
||||
buffer.append(" [/Font Formatting]\n");
|
||||
return buffer.toString();
|
||||
}
|
||||
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue