Uses of Enum Class
org.docx4j.wml.STTextEffect
Packages that use STTextEffect
-
Uses of STTextEffect in org.docx4j.model.styles
Methods in org.docx4j.model.styles that return STTextEffectModifier and TypeMethodDescriptionstatic STTextEffectStyleUtil.apply(STTextEffect source, STTextEffect destination) Methods in org.docx4j.model.styles with parameters of type STTextEffectModifier and TypeMethodDescriptionstatic STTextEffectStyleUtil.apply(STTextEffect source, STTextEffect destination) static booleanStyleUtil.areEqual(STTextEffect val1, STTextEffect val2) -
Uses of STTextEffect in org.docx4j.wml
Fields in org.docx4j.wml declared as STTextEffectMethods in org.docx4j.wml that return STTextEffectModifier and TypeMethodDescriptionstatic STTextEffectCTTextEffect.getVal()Gets the value of the val property.static STTextEffectReturns the enum constant of this class with the specified name.static STTextEffect[]STTextEffect.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.docx4j.wml with parameters of type STTextEffectModifier and TypeMethodDescriptionvoidCTTextEffect.setVal(STTextEffect value) Sets the value of the val property.