Package org.apache.poi.xslf.usermodel
Class XSLFDrawing
java.lang.Object
org.apache.poi.xslf.usermodel.XSLFDrawing
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddChart(String rID, Rectangle2D rect2D) This method will add chart into slide's graphic framecreateOleShape(String pictureRel) createPicture(String rel)
-
Method Details
-
createAutoShape
-
createFreeform
-
createTextBox
-
createConnector
-
createGroup
-
createPicture
-
createTable
-
addChart
This method will add chart into slide's graphic frame- Parameters:
rID- relation id of chartrect2D- Chart Bounding values- Since:
- POI 4.1.0
-
createOleShape
-