Package org.apache.poi.xslf.usermodel
Class XSLFTableStyles
- java.lang.Object
-
- org.apache.poi.ooxml.POIXMLDocumentPart
-
- org.apache.poi.xslf.usermodel.XSLFTableStyles
-
- All Implemented Interfaces:
java.lang.Iterable<XSLFTableStyle>
@Beta public class XSLFTableStyles extends POIXMLDocumentPart implements java.lang.Iterable<XSLFTableStyle>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.poi.ooxml.POIXMLDocumentPart
POIXMLDocumentPart.RelationPart
-
-
Constructor Summary
Constructors Constructor Description XSLFTableStyles()
XSLFTableStyles(PackagePart part)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<XSLFTableStyle>
getStyles()
CTTableStyleList
getXmlObject()
java.util.Iterator<XSLFTableStyle>
iterator()
-
Methods inherited from class org.apache.poi.ooxml.POIXMLDocumentPart
_invokeOnDocumentRead, addRelation, createRelationship, createRelationship, createRelationship, getPackagePart, getParent, getRelationById, getRelationId, getRelationPartById, getRelationParts, getRelations, isCommited, setCommited, toString
-
-
-
-
Constructor Detail
-
XSLFTableStyles
public XSLFTableStyles()
-
XSLFTableStyles
public XSLFTableStyles(PackagePart part) throws java.io.IOException, XmlException
- Throws:
java.io.IOException
XmlException
- Since:
- POI 3.14-Beta1
-
-
Method Detail
-
getXmlObject
public CTTableStyleList getXmlObject()
-
iterator
public java.util.Iterator<XSLFTableStyle> iterator()
- Specified by:
iterator
in interfacejava.lang.Iterable<XSLFTableStyle>
-
getStyles
public java.util.List<XSLFTableStyle> getStyles()
-
-