Package org.apache.poi.xslf.usermodel
Class XSLFTableStyle
- java.lang.Object
-
- org.apache.poi.xslf.usermodel.XSLFTableStyle
-
public class XSLFTableStyle extends Object
Represents a table style in a .pptx presentation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
XSLFTableStyle.TablePartStyle
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getStyleId()
String
getStyleName()
CTTableStyle
getXmlObject()
-
-
-
Method Detail
-
getXmlObject
public CTTableStyle getXmlObject()
-
getStyleName
public String getStyleName()
-
getStyleId
public String getStyleId()
-
-