Uses of Class
org.xlsx4j.sml.STUnderlineValues
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STUnderlineValues in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STUnderlineValues Modifier and Type Field Description protected STUnderlineValuesCTUnderlineProperty. valMethods in org.xlsx4j.sml that return STUnderlineValues Modifier and Type Method Description static STUnderlineValuesSTUnderlineValues. fromValue(java.lang.String v)STUnderlineValuesCTUnderlineProperty. getVal()Gets the value of the val property.static STUnderlineValuesSTUnderlineValues. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STUnderlineValues[]STUnderlineValues. 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 STUnderlineValues Modifier and Type Method Description voidCTUnderlineProperty. setVal(STUnderlineValues value)Sets the value of the val property.