-
Methods in org.docx4j.wml that return types with arguments of type Body
| Modifier and Type |
Method |
Description |
jakarta.xml.bind.JAXBElement<Body> |
ObjectFactory.createBody(Body value) |
Create an instance of JAXBElement<Body>}
|
Methods in org.docx4j.wml with parameters of type Body
| Modifier and Type |
Method |
Description |
jakarta.xml.bind.JAXBElement<Body> |
ObjectFactory.createBody(Body value) |
Create an instance of JAXBElement<Body>}
|
void |
Document.setBody(Body value) |
Sets the value of the body property.
|
void |
CTDocPart.setDocPartBody(Body value) |
Sets the value of the docPartBody property.
|