Class XSLFTableStyles

java.lang.Object
org.apache.poi.ooxml.POIXMLDocumentPart
org.apache.poi.xslf.usermodel.XSLFTableStyles
All Implemented Interfaces:
Iterable<XSLFTableStyle>

@Beta public class XSLFTableStyles extends POIXMLDocumentPart implements Iterable<XSLFTableStyle>
  • Constructor Details

    • XSLFTableStyles

      public XSLFTableStyles()
    • XSLFTableStyles

      public XSLFTableStyles(PackagePart part) throws IOException, org.apache.xmlbeans.XmlException
      Throws:
      IOException
      org.apache.xmlbeans.XmlException
      Since:
      POI 3.14-Beta1
  • Method Details