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 Type
    Method
    Description
    getVMLDrawing(boolean autoCreate)
    Get VML drawing for this sheet (aka 'legacy' drawing).
  • Method Details

    • 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 null if the drawing was not found and autoCreate=false (or this method is not implemented)