Uses of Class
org.apache.poi.xslf.usermodel.XSLFTableStyle.TablePartStyle

Packages that use XSLFTableStyle.TablePartStyle
org.apache.poi.xslf.usermodel   
 

Uses of XSLFTableStyle.TablePartStyle in org.apache.poi.xslf.usermodel
 

Methods in org.apache.poi.xslf.usermodel that return XSLFTableStyle.TablePartStyle
static XSLFTableStyle.TablePartStyle XSLFTableStyle.TablePartStyle.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static XSLFTableStyle.TablePartStyle[] XSLFTableStyle.TablePartStyle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.poi.xslf.usermodel with parameters of type XSLFTableStyle.TablePartStyle
protected  org.openxmlformats.schemas.drawingml.x2006.main.CTTablePartStyle XSLFTableStyle.getTablePartStyle(XSLFTableStyle.TablePartStyle tps)
           
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.