Uses of Class
org.docx4j.vml.officedrawing.STRType
| Package | Description |
|---|---|
| org.docx4j.vml.officedrawing |
-
Uses of STRType in org.docx4j.vml.officedrawing
Fields in org.docx4j.vml.officedrawing declared as STRType Modifier and Type Field Description protected STRTypeCTR. typeMethods in org.docx4j.vml.officedrawing that return STRType Modifier and Type Method Description static STRTypeSTRType. fromValue(java.lang.String v)STRTypeCTR. getType()Gets the value of the type property.static STRTypeSTRType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STRType[]STRType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.vml.officedrawing with parameters of type STRType Modifier and Type Method Description voidCTR. setType(STRType value)Sets the value of the type property.