Uses of Class
org.docx4j.wml.Body
Packages that use Body
-
Uses of Body in org.docx4j.wml
Fields in org.docx4j.wml declared as BodyModifier and TypeFieldDescriptionprotected BodyDocument.bodyprotected BodyCTDocPart.docPartBodyMethods in org.docx4j.wml that return BodyModifier and TypeMethodDescriptionObjectFactory.createBody()Create an instance ofBodyDocument.getBody()Gets the value of the body property.CTDocPart.getDocPartBody()Gets the value of the docPartBody property.Methods in org.docx4j.wml that return types with arguments of type BodyModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<Body>ObjectFactory.createBody(Body value) Methods in org.docx4j.wml with parameters of type BodyModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<Body>ObjectFactory.createBody(Body value) voidSets the value of the body property.voidCTDocPart.setDocPartBody(Body value) Sets the value of the docPartBody property.