org.apache.poi.xslf.usermodel
Class XSLFChart
- java.lang.Object
-
- org.apache.poi.POIXMLDocumentPart
-
- org.apache.poi.xslf.usermodel.XSLFChart
-
@Beta public final class XSLFChart extends POIXMLDocumentPart
Represents a Chart in a .pptx presentation
-
-
Field Summary
-
Fields inherited from class org.apache.poi.POIXMLDocumentPart
DEFAULT_XML_OPTIONS
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description org.openxmlformats.schemas.drawingml.x2006.chart.CTChartgetCTChart()Return the underlying CTChart bean, within the Chart Spaceorg.openxmlformats.schemas.drawingml.x2006.chart.CTChartSpacegetCTChartSpace()Return the underlying CTChartSpace bean, the root element of the Chart part.-
Methods inherited from class org.apache.poi.POIXMLDocumentPart
addRelation, createRelationship, createRelationship, getPackagePart, getPackageRelationship, getParent, getRelationById, getRelationId, getRelations, toString
-
-
-
-
Method Detail
-
getCTChartSpace
@Internal public org.openxmlformats.schemas.drawingml.x2006.chart.CTChartSpace getCTChartSpace()
Return the underlying CTChartSpace bean, the root element of the Chart part.- Returns:
- the underlying CTChartSpace bean
-
getCTChart
@Internal public org.openxmlformats.schemas.drawingml.x2006.chart.CTChart getCTChart()
Return the underlying CTChart bean, within the Chart Space- Returns:
- the underlying CTChart bean
-
-
DataMelt 3.0 © DataMelt by jWork.ORG