Uses of Class
io.keikai.doc.io.schema.docx.AbstractBodyElement
-
Packages that use AbstractBodyElement Package Description io.keikai.doc.io.schema.docx -
-
Uses of AbstractBodyElement in io.keikai.doc.io.schema.docx
Subclasses of AbstractBodyElement in io.keikai.doc.io.schema.docx Modifier and Type Class Description classDOCXPInternal Use Only.classDOCXTblInternal Use Only.Fields in io.keikai.doc.io.schema.docx with type parameters of type AbstractBodyElement Modifier and Type Field Description protected java.util.List<AbstractBodyElement>AbstractBody. _bodyElementsMethods in io.keikai.doc.io.schema.docx that return types with arguments of type AbstractBodyElement Modifier and Type Method Description java.util.List<AbstractBodyElement>AbstractBody. getBodyElements()Returns the paragraphs, tables, and structured document elements in order.java.util.List<AbstractBodyElement>DOCXSectPr. getBodyElements()Returns the body elements.Method parameters in io.keikai.doc.io.schema.docx with type arguments of type AbstractBodyElement Modifier and Type Method Description voidDOCXSectPr. addBodyElements(java.util.List<AbstractBodyElement> elements)Adds the body elements to this section.
-