Uses of Enum
org.docx4j.wml.STInfoTextType
Packages that use STInfoTextType
-
Uses of STInfoTextType in org.docx4j.wml
Fields in org.docx4j.wml declared as STInfoTextTypeModifier and TypeFieldDescriptionprotected STInfoTextTypeCTFFHelpText.typeprotected STInfoTextTypeCTFFStatusText.typeMethods in org.docx4j.wml that return STInfoTextTypeModifier and TypeMethodDescriptionstatic STInfoTextTypeCTFFHelpText.getType()Gets the value of the type property.CTFFStatusText.getType()Gets the value of the type property.static STInfoTextTypeReturns 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 STInfoTextTypeModifier and TypeMethodDescriptionvoidCTFFHelpText.setType(STInfoTextType value) Sets the value of the type property.voidCTFFStatusText.setType(STInfoTextType value) Sets the value of the type property.