Uses of Interface
org.apache.poi.ss.usermodel.Drawing
-
Packages that use Drawing Package Description org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet modelorg.apache.poi.ss.usermodel -
-
Uses of Drawing in org.apache.poi.hssf.usermodel
Classes in org.apache.poi.hssf.usermodel that implement Drawing Modifier and Type Class Description classHSSFPatriarchThe patriarch is the toplevel container for shapes in a sheet. -
Uses of Drawing in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return Drawing Modifier and Type Method Description Drawing<?>Sheet. createDrawingPatriarch()Creates the top-level drawing patriarch.Drawing<?>Sheet. getDrawingPatriarch()Return the sheet's existing drawing, or null if there isn't yet one.
-