org.apache.poi.xslf.usermodel
Class XSLFTableStyles
java.lang.Object
org.apache.poi.POIXMLDocumentPart
org.apache.poi.xslf.usermodel.XSLFTableStyles
- All Implemented Interfaces:
- poi.support.Iterable
public class XSLFTableStyles
- extends POIXMLDocumentPart
- implements poi.support.Iterable
Method Summary |
java.util.List |
getStyles()
|
org.openxmlformats.schemas.drawingml.x2006.main.CTTableStyleList |
getXmlObject()
|
java.util.Iterator |
iterator()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XSLFTableStyles
public XSLFTableStyles()
XSLFTableStyles
public XSLFTableStyles(PackagePart part,
PackageRelationship rel)
throws java.io.IOException,
org.apache.xmlbeans.XmlException
- Throws:
java.io.IOException
org.apache.xmlbeans.XmlException
getXmlObject
public org.openxmlformats.schemas.drawingml.x2006.main.CTTableStyleList getXmlObject()
iterator
public java.util.Iterator iterator()
- Specified by:
iterator
in interface poi.support.Iterable
getStyles
public java.util.List getStyles()