mirror of https://github.com/apache/poi.git
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
1a43e9b279
commit
e8a01e22f7
|
@ -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