Uses of Class
org.docx4j.wml.CTTextboxTightWrap
Packages that use CTTextboxTightWrap
-
Uses of CTTextboxTightWrap in org.docx4j.model.styles
Methods in org.docx4j.model.styles that return CTTextboxTightWrapModifier and TypeMethodDescriptionstatic CTTextboxTightWrapStyleUtil.apply(CTTextboxTightWrap source, CTTextboxTightWrap destination) Methods in org.docx4j.model.styles with parameters of type CTTextboxTightWrapModifier and TypeMethodDescriptionstatic CTTextboxTightWrapStyleUtil.apply(CTTextboxTightWrap source, CTTextboxTightWrap destination) static booleanStyleUtil.areEqual(CTTextboxTightWrap textboxTightWrap1, CTTextboxTightWrap textboxTightWrap2) static booleanStyleUtil.isEmpty(CTTextboxTightWrap textboxTightWrap) -
Uses of CTTextboxTightWrap in org.docx4j.wml
Fields in org.docx4j.wml declared as CTTextboxTightWrapMethods in org.docx4j.wml that return CTTextboxTightWrapModifier and TypeMethodDescriptionObjectFactory.createCTTextboxTightWrap()Create an instance ofCTTextboxTightWrapPPrBase.getTextboxTightWrap()Gets the value of the textboxTightWrap property.Methods in org.docx4j.wml with parameters of type CTTextboxTightWrapModifier and TypeMethodDescriptionvoidPPrBase.setTextboxTightWrap(CTTextboxTightWrap value) Sets the value of the textboxTightWrap property.