public class OoxmlReader.OoxmlSheetIterator
extends org.apache.poi.xssf.eventusermodel.XSSFReader.SheetIterator
Modifier and Type | Method and Description |
---|---|
java.util.List<org.apache.poi.xssf.usermodel.XSSFShape> |
getShapes()
Returns the shapes associated with this sheet,
an empty list or null if there is an exception
|
org.apache.poi.xssf.model.Comments |
getSheetComments(StreamingReader.Builder builder)
Returns the comments associated with this sheet,
or null if there aren't any
|
protected java.util.Set<java.lang.String> |
getSheetRelationships()
Gets string representations of relationships
that are sheet-like.
|
createSheetIteratorFromWB, getSheetComments, getSheetName, getSheetPart, hasNext, next, parseComments, remove
protected java.util.Set<java.lang.String> getSheetRelationships()
getSheetRelationships
in class org.apache.poi.xssf.eventusermodel.XSSFReader.SheetIterator
public org.apache.poi.xssf.model.Comments getSheetComments(StreamingReader.Builder builder)
public java.util.List<org.apache.poi.xssf.usermodel.XSSFShape> getShapes()
getShapes
in class org.apache.poi.xssf.eventusermodel.XSSFReader.SheetIterator