Uses of Enum
org.xlsx4j.sml.STBorderStyle
Packages that use STBorderStyle
-
Uses of STBorderStyle in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STBorderStyleMethods in org.xlsx4j.sml that return STBorderStyleModifier and TypeMethodDescriptionstatic STBorderStyleCTBorderPr.getStyle()Gets the value of the style property.static STBorderStyleReturns 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 STBorderStyleModifier and TypeMethodDescriptionvoidCTBorderPr.setStyle(STBorderStyle value) Sets the value of the style property.