Package org.apache.poi.xslf.usermodel
Class XSLFTableStyle
java.lang.Object
org.apache.poi.xslf.usermodel.XSLFTableStyle
Represents a table style in a .pptx presentation
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionprotected org.openxmlformats.schemas.drawingml.x2006.main.CTTablePartStyle
org.openxmlformats.schemas.drawingml.x2006.main.CTTableStyle
-
Method Details
-
getXmlObject
public org.openxmlformats.schemas.drawingml.x2006.main.CTTableStyle getXmlObject() -
getStyleName
-
getStyleId
-
getTablePartStyle
protected org.openxmlformats.schemas.drawingml.x2006.main.CTTablePartStyle getTablePartStyle(XSLFTableStyle.TablePartStyle tps) - Since:
- POI 3.15-beta2
-