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