Uses of Class
org.xlsx4j.sml.STPhoneticType
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STPhoneticType in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STPhoneticType Modifier and Type Field Description protected STPhoneticTypeCTPhoneticPr. typeMethods in org.xlsx4j.sml that return STPhoneticType Modifier and Type Method Description static STPhoneticTypeSTPhoneticType. fromValue(java.lang.String v)STPhoneticTypeCTPhoneticPr. getType()Gets the value of the type property.static STPhoneticTypeSTPhoneticType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STPhoneticType[]STPhoneticType. 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 STPhoneticType Modifier and Type Method Description voidCTPhoneticPr. setType(STPhoneticType value)Sets the value of the type property.