Uses of Class
io.keikai.doc.io.schema.docx.DOCXP
-
Packages that use DOCXP Package Description io.keikai.doc.io.schema.docx -
-
Uses of DOCXP in io.keikai.doc.io.schema.docx
Methods in io.keikai.doc.io.schema.docx that return DOCXP Modifier and Type Method Description abstract DOCXPAbstractBody. createParagraph()Create a new Paragraph.DOCXPAbstractHdrFtr. createParagraph()DOCXPDOCXDocument. createParagraph()DOCXPDOCXTc. createParagraph()DOCXPDOCXTc. getParagraph(int pos)Get the Paragraph by given position.DOCXPDOCXPPr. getParent()Returns the parent paragraph.DOCXPDOCXR. getParent()Methods in io.keikai.doc.io.schema.docx with parameters of type DOCXP Modifier and Type Method Description voidDOCXPPr. setParent(DOCXP parent)Sets the parent paragraph.TIDOCXVisitor. visit(DOCXP paragraph)Visit the given section.Constructors in io.keikai.doc.io.schema.docx with parameters of type DOCXP Constructor Description DOCXPPr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr pPr, DOCXP parent)Create a new ParagraphProperties by given CTPPr.DOCXR(org.apache.poi.xwpf.usermodel.XWPFRun xwpfRun, DOCXP parent)Create a new Run by given XWPFRun.
-