Package org.apache.poi.xssf.usermodel
Interface OoxmlSheetExtensions
- All Known Implementing Classes:
DeferredSXSSFSheet,SXSSFSheet,XSSFChartSheet,XSSFDialogsheet,XSSFSheet
public interface OoxmlSheetExtensions
Methods exposed by XSSF, SXSSF and related sheets - that are additional to the ones on the
Sheet interface.- Since:
- POI 5.2.0
-
Method Summary
Modifier and TypeMethodDescriptiongetVMLDrawing(boolean autoCreate) Get VML drawing for this sheet (aka 'legacy' drawing).
-
Method Details
-
getVMLDrawing
Get VML drawing for this sheet (aka 'legacy' drawing).- Parameters:
autoCreate- if true, then a new VML drawing part is created- Returns:
- the VML drawing or
nullif the drawing was not found and autoCreate=false (or this method is not implemented)
-