Uses of Class
org.xlsx4j.sml.STQualifier
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STQualifier in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STQualifier Modifier and Type Field Description protected STQualifierCTTextPr. qualifierMethods in org.xlsx4j.sml that return STQualifier Modifier and Type Method Description static STQualifierSTQualifier. fromValue(java.lang.String v)STQualifierCTTextPr. getQualifier()Gets the value of the qualifier property.static STQualifierSTQualifier. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STQualifier[]STQualifier. 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 STQualifier Modifier and Type Method Description voidCTTextPr. setQualifier(STQualifier value)Sets the value of the qualifier property.