output text of CHPX
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1144659 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
829a9d18f9
commit
83f87437c0
@ -255,8 +255,21 @@ public final class HWPFLister
|
||||
System.out.println( "\t" + sprm.toString() );
|
||||
}
|
||||
}
|
||||
|
||||
if ( true )
|
||||
{
|
||||
System.out.println( new Range( chpx.getStart(), chpx.getEnd(),
|
||||
_doc.getOverallRange() )
|
||||
{
|
||||
public String toString()
|
||||
{
|
||||
return "CHPX range (" + super.toString() + ")";
|
||||
};
|
||||
}.text() );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public void dumpTextPieces( boolean withText )
|
||||
{
|
||||
for ( TextPiece textPiece : _doc.getTextTable().getTextPieces() )
|
||||
|
Loading…
Reference in New Issue
Block a user