@Beta public class XSLFTableStyles extends POIXMLDocumentPart implements java.lang.Iterable<XSLFTableStyle>
POIXMLDocumentPart.RelationPart
Constructor and Description |
---|
XSLFTableStyles() |
XSLFTableStyles(PackagePart part) |
XSLFTableStyles(PackagePart part,
PackageRelationship rel)
Deprecated.
in POI 3.14, scheduled for removal in POI 3.16
|
Modifier and Type | Method and Description |
---|---|
java.util.List<XSLFTableStyle> |
getStyles() |
org.openxmlformats.schemas.drawingml.x2006.main.CTTableStyleList |
getXmlObject() |
java.util.Iterator<XSLFTableStyle> |
iterator() |
_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
public XSLFTableStyles()
public XSLFTableStyles(PackagePart part) throws java.io.IOException, org.apache.xmlbeans.XmlException
java.io.IOException
org.apache.xmlbeans.XmlException
@Deprecated public XSLFTableStyles(PackagePart part, PackageRelationship rel) throws java.io.IOException, org.apache.xmlbeans.XmlException
java.io.IOException
org.apache.xmlbeans.XmlException
public org.openxmlformats.schemas.drawingml.x2006.main.CTTableStyleList getXmlObject()
public java.util.Iterator<XSLFTableStyle> iterator()
iterator
in interface java.lang.Iterable<XSLFTableStyle>
public java.util.List<XSLFTableStyle> getStyles()
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.