dump style number

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1173662 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sergey Vladimirov 2011-09-21 14:16:45 +00:00
parent 2bc90c8151
commit 367e27a7e6

View File

@ -689,8 +689,8 @@ public final class HWPFLister
if ( styleDescription == null ) if ( styleDescription == null )
continue; continue;
System.out.println( "=== Style: '" + styleDescription.getName() System.out.println( "=== Style #" + s + " '"
+ "' ===" ); + styleDescription.getName() + "' ===" );
System.out.println( styleDescription ); System.out.println( styleDescription );
System.out.println( "PAP:" + styleDescription.getPAP() ); System.out.println( "PAP:" + styleDescription.getPAP() );
System.out.println( "CHP:" + styleDescription.getCHP() ); System.out.println( "CHP:" + styleDescription.getCHP() );