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