Uses of Enum
org.xlsx4j.sml.STPhoneticType
Packages that use STPhoneticType
-
Uses of STPhoneticType in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STPhoneticTypeMethods in org.xlsx4j.sml that return STPhoneticTypeModifier and TypeMethodDescriptionstatic STPhoneticTypeCTPhoneticPr.getType()Gets the value of the type property.static STPhoneticTypeReturns 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 STPhoneticTypeModifier and TypeMethodDescriptionvoidCTPhoneticPr.setType(STPhoneticType value) Sets the value of the type property.