mirror of https://github.com/apache/poi.git
Make the output of the positions easier to understand
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@413669 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3e964966cc
commit
9375067b39
|
@ -48,7 +48,7 @@ public class SLWTTextListing {
|
|||
Record[] docChildren = docRecord.getChildRecords();
|
||||
for(int j=0; j<docChildren.length; j++) {
|
||||
if(docChildren[j] instanceof SlideListWithText) {
|
||||
System.out.println("Found SLWT in document at " + i);
|
||||
System.out.println("Found SLWT at pos " + j + " in the Document at " + i);
|
||||
System.out.println(" Has " + docChildren[j].getChildRecords().length + " children");
|
||||
|
||||
// Grab the SlideAtomSet's, which contain
|
||||
|
|
Loading…
Reference in New Issue