@Beta public class XSLFTableStyles extends POIXMLDocumentPart implements Iterable<XSLFTableStyle>
DEFAULT_XML_OPTIONS
Constructor and Description |
---|
XSLFTableStyles() |
XSLFTableStyles(PackagePart part,
PackageRelationship rel) |
Modifier and Type | Method and Description |
---|---|
List<XSLFTableStyle> |
getStyles() |
org.openxmlformats.schemas.drawingml.x2006.main.CTTableStyleList |
getXmlObject() |
Iterator<XSLFTableStyle> |
iterator() |
addRelation, clearMemoryPackagePart, commit, createRelationship, createRelationship, createRelationship, getPackagePart, getPackageRelationship, getParent, getRelationById, getRelationCounter, getRelationId, getRelations, getTargetPart, onDocumentCreate, onDocumentRead, onDocumentRemove, onSave, read, rebase, removeRelation, removeRelation, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public XSLFTableStyles()
public XSLFTableStyles(PackagePart part, PackageRelationship rel) throws IOException, org.apache.xmlbeans.XmlException
IOException
org.apache.xmlbeans.XmlException
public org.openxmlformats.schemas.drawingml.x2006.main.CTTableStyleList getXmlObject()
public Iterator<XSLFTableStyle> iterator()
iterator
in interface Iterable<XSLFTableStyle>
public List<XSLFTableStyle> getStyles()
Copyright © 2020. All rights reserved.