org.apache.poi.xslf.usermodel
Class XSLFTableStyles
java.lang.Object
org.apache.poi.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>
Methods inherited from class org.apache.poi.POIXMLDocumentPart |
_invokeOnDocumentRead, addRelation, addRelation, commit, createRelationship, createRelationship, createRelationship, getPackagePart, getPackageRelationship, getParent, getRelationById, getRelationId, getRelationParts, getRelations, getTargetPart, onDocumentCreate, onDocumentRead, onDocumentRemove, onSave, prepareForCommit, read, rebase, removeRelation, removeRelation, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XSLFTableStyles
public XSLFTableStyles()
XSLFTableStyles
public XSLFTableStyles(PackagePart part)
throws java.io.IOException,
org.apache.xmlbeans.XmlException
- Throws:
java.io.IOException
org.apache.xmlbeans.XmlException
- Since:
- POI 3.14-Beta1
XSLFTableStyles
@Deprecated
public XSLFTableStyles(PackagePart part,
PackageRelationship rel)
throws java.io.IOException,
org.apache.xmlbeans.XmlException
- Deprecated. in POI 3.14, scheduled for removal in POI 3.16
- Throws:
java.io.IOException
org.apache.xmlbeans.XmlException
getXmlObject
public org.openxmlformats.schemas.drawingml.x2006.main.CTTableStyleList getXmlObject()
iterator
public java.util.Iterator<XSLFTableStyle> iterator()
- Specified by:
iterator
in interface java.lang.Iterable<XSLFTableStyle>
getStyles
public java.util.List<XSLFTableStyle> getStyles()
Copyright 2016 The Apache Software Foundation or
its licensors, as applicable.