Interface OoxmlSheetExtensions

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