fix escher info dump
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1151862 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
19025f6f74
commit
4120b5eb9e
@ -155,7 +155,7 @@ public final class HWPFLister
|
|||||||
|
|
||||||
if ( "--bookmarks".equals( arg ) )
|
if ( "--bookmarks".equals( arg ) )
|
||||||
outputBookmarks = true;
|
outputBookmarks = true;
|
||||||
if ( "--eschaer".equals( arg ) )
|
if ( "--escher".equals( arg ) )
|
||||||
outputEscher = true;
|
outputEscher = true;
|
||||||
if ( "--fields".equals( arg ) )
|
if ( "--fields".equals( arg ) )
|
||||||
outputFields = true;
|
outputFields = true;
|
||||||
@ -351,8 +351,8 @@ public final class HWPFLister
|
|||||||
System.out.println( "Word 95 not supported so far" );
|
System.out.println( "Word 95 not supported so far" );
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
System.out.println( ( (HWPFDocument) _doc ).getEscherRecordHolder() );
|
|
||||||
|
|
||||||
|
System.out.println( ( (HWPFDocument) _doc ).getEscherRecordHolder() );
|
||||||
}
|
}
|
||||||
|
|
||||||
public void dumpFIB()
|
public void dumpFIB()
|
||||||
@ -393,7 +393,8 @@ public final class HWPFLister
|
|||||||
HWPFDocument document = (HWPFDocument) _doc;
|
HWPFDocument document = (HWPFDocument) _doc;
|
||||||
|
|
||||||
System.out.println( "=== Document part: MAIN ===" );
|
System.out.println( "=== Document part: MAIN ===" );
|
||||||
for ( OfficeDrawing officeDrawing : document.getOfficeDrawingsMain().getOfficeDrawings() )
|
for ( OfficeDrawing officeDrawing : document.getOfficeDrawingsMain()
|
||||||
|
.getOfficeDrawings() )
|
||||||
{
|
{
|
||||||
System.out.println( officeDrawing );
|
System.out.println( officeDrawing );
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user