Uses of Class
org.xlsx4j.sml.STBorderStyle
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STBorderStyle in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STBorderStyle Modifier and Type Field Description protected STBorderStyleCTBorderPr. styleMethods in org.xlsx4j.sml that return STBorderStyle Modifier and Type Method Description static STBorderStyleSTBorderStyle. fromValue(java.lang.String v)STBorderStyleCTBorderPr. getStyle()Gets the value of the style property.static STBorderStyleSTBorderStyle. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STBorderStyle[]STBorderStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xlsx4j.sml with parameters of type STBorderStyle Modifier and Type Method Description voidCTBorderPr. setStyle(STBorderStyle value)Sets the value of the style property.