org.apache.poi.xslf.usermodel
Class XSLFTableStyle

java.lang.Object
  extended by org.apache.poi.xslf.usermodel.XSLFTableStyle

public class XSLFTableStyle
extends java.lang.Object

Represents a table style in a .pptx presentation


Nested Class Summary
static class XSLFTableStyle.TablePartStyle
           
 
Method Summary
 java.lang.String getStyleId()
           
 java.lang.String getStyleName()
           
protected  org.openxmlformats.schemas.drawingml.x2006.main.CTTablePartStyle getTablePartStyle(XSLFTableStyle.TablePartStyle tps)
           
 org.openxmlformats.schemas.drawingml.x2006.main.CTTableStyle getXmlObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getXmlObject

public org.openxmlformats.schemas.drawingml.x2006.main.CTTableStyle getXmlObject()

getStyleName

public java.lang.String getStyleName()

getStyleId

public java.lang.String getStyleId()

getTablePartStyle

protected org.openxmlformats.schemas.drawingml.x2006.main.CTTablePartStyle getTablePartStyle(XSLFTableStyle.TablePartStyle tps)
Since:
POI 3.15-beta2