@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, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic XSLFTableStyles()
public XSLFTableStyles(PackagePart part, PackageRelationship rel) throws IOException, org.apache.xmlbeans.XmlException
IOExceptionorg.apache.xmlbeans.XmlExceptionpublic 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.