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 java.io.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:
        java.io.IOException
        org.apache.xmlbeans.XmlException
        Since:
        POI 3.14-Beta1