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:
parent
2bc90c8151
commit
367e27a7e6
@ -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() );
|
||||
|
Loading…
Reference in New Issue
Block a user