Uses of Class
io.keikai.doc.io.schema.docx.AbstractBodyElement
Packages that use AbstractBodyElement
-
Uses of AbstractBodyElement in io.keikai.doc.io.schema.docx
Subclasses of AbstractBodyElement in io.keikai.doc.io.schema.docxFields in io.keikai.doc.io.schema.docx with type parameters of type AbstractBodyElementMethods in io.keikai.doc.io.schema.docx that return types with arguments of type AbstractBodyElementModifier and TypeMethodDescriptionAbstractBody.getBodyElements()Returns the paragraphs, tables, and structured document elements in order.DOCXSectPr.getBodyElements()Returns the body elements.Method parameters in io.keikai.doc.io.schema.docx with type arguments of type AbstractBodyElementModifier and TypeMethodDescriptionvoidDOCXSectPr.addBodyElements(List<AbstractBodyElement> elements) Adds the body elements to this section.