Uses of Class
org.docx4j.w14.STPenAlignment
| Package | Description |
|---|---|
| org.docx4j.w14 |
-
Uses of STPenAlignment in org.docx4j.w14
Fields in org.docx4j.w14 declared as STPenAlignment Modifier and Type Field Description protected STPenAlignmentCTTextOutlineEffect. algnMethods in org.docx4j.w14 that return STPenAlignment Modifier and Type Method Description static STPenAlignmentSTPenAlignment. fromValue(java.lang.String v)STPenAlignmentCTTextOutlineEffect. getAlgn()Gets the value of the algn property.static STPenAlignmentSTPenAlignment. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STPenAlignment[]STPenAlignment. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.w14 with parameters of type STPenAlignment Modifier and Type Method Description voidCTTextOutlineEffect. setAlgn(STPenAlignment value)Sets the value of the algn property.