Browse Source

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
tags/REL_3_13_FINAL
Nick Burch 8 years ago
parent
commit
fe8e4c5dd2

+ 2
- 2
src/java/org/apache/poi/hssf/record/cf/FontFormatting.java View File

@@ -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();
}


BIN
test-data/spreadsheet/Themes.xlsx View File


Loading…
Cancel
Save