Class XSLFChart

  • All Implemented Interfaces:
    TextContainer

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

      • XSLFChart

        protected XSLFChart()
        Construct a PresentationML chart.
      • XSLFChart

        protected XSLFChart​(PackagePart part)
                     throws IOException,
                            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
        XmlException
        Since:
        POI 3.14-Beta1