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 1a43e9b279
commit e8a01e22f7
1 changed files with 2 additions and 2 deletions

View File

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