Class XSLFChart

All Implemented Interfaces:
TextContainer

@Beta public final class XSLFChart extends XDDFChart
Represents a Chart in a .pptx presentation
  • Constructor Details

    • XSLFChart

      protected XSLFChart()
      Construct a PresentationML chart.
    • XSLFChart

      protected XSLFChart(PackagePart part) throws IOException, org.apache.xmlbeans.XmlException
      Construct a PresentationML chart from a package part.
      Parameters:
      part - the package part holding the chart data, the content type must be application/vnd.openxmlformats-officedocument.drawingml.chart+xml
      Throws:
      IOException
      org.apache.xmlbeans.XmlException
      Since:
      POI 3.14-Beta1
  • Method Details