Uses of Enum
org.docx4j.wml.STTextboxTightWrap
Packages that use STTextboxTightWrap
-
Uses of STTextboxTightWrap in org.docx4j.wml
Fields in org.docx4j.wml declared as STTextboxTightWrapMethods in org.docx4j.wml that return STTextboxTightWrapModifier and TypeMethodDescriptionstatic STTextboxTightWrapCTTextboxTightWrap.getVal()Gets the value of the val property.static STTextboxTightWrapReturns the enum constant of this type with the specified name.static STTextboxTightWrap[]STTextboxTightWrap.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 STTextboxTightWrapModifier and TypeMethodDescriptionvoidCTTextboxTightWrap.setVal(STTextboxTightWrap value) Sets the value of the val property.