Uses of Class
org.docx4j.wml.Body
Packages that use Body
Package
Description
-
Uses of Body in org.docx4j.convert.in.word2003xml
Fields in org.docx4j.convert.in.word2003xml declared as BodyMethods in org.docx4j.convert.in.word2003xml that return BodyModifier and TypeMethodDescriptionTransition03To06.getBody()Gets the value of the body property.Methods in org.docx4j.convert.in.word2003xml with parameters of type Body -
Uses of Body in org.docx4j.convert.out.common.preprocess
Methods in org.docx4j.convert.out.common.preprocess with parameters of type BodyModifier and TypeMethodDescriptionprivate static voidPageBreak.movePageBreaks(Body body) private static voidCoverPageSectPrMover.moveSectPr(Body body) -
Uses of Body in org.docx4j.diff
Methods in org.docx4j.diff with parameters of type BodyModifier and TypeMethodDescriptionvoidDifferencer.diff(Body newer, Body older, Result result, String author, Calendar date, RelationshipsPart docPartRelsNewer, RelationshipsPart docPartRelsOlder) -
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.