Package org.apache.poi.xssf.usermodel
Interface OoxmlSheetExtensions
-
- All Known Implementing Classes:
DeferredSXSSFSheet,SXSSFSheet,XSSFChartSheet,XSSFDialogsheet,XSSFSheet
public interface OoxmlSheetExtensionsMethods exposed by XSSF, SXSSF and related sheets - that are additional to the ones on theSheetinterface.- Since:
- POI 5.2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XSSFVMLDrawinggetVMLDrawing(boolean autoCreate)Get VML drawing for this sheet (aka 'legacy' drawing).
-
-
-
Method Detail
-
getVMLDrawing
XSSFVMLDrawing getVMLDrawing(boolean autoCreate)
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)
-
-