Uses of Class
org.apache.poi.xslf.usermodel.XSLFTableStyle.TablePartStyle
-
Packages that use XSLFTableStyle.TablePartStyle Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description protected org.openxmlformats.schemas.drawingml.x2006.main.CTTablePartStyle
XSLFTableStyle. getTablePartStyle(XSLFTableStyle.TablePartStyle tps)
-