Uses of Class
io.keikai.doc.io.schema.docx.DOCXR
-
Packages that use DOCXR Package Description io.keikai.doc.io.schema.docx -
-
Uses of DOCXR in io.keikai.doc.io.schema.docx
Methods in io.keikai.doc.io.schema.docx that return DOCXR Modifier and Type Method Description DOCXRDOCXP. createRun()Create a new Run under this Paragraph.DOCXRDOCXRPr. getParent()Returns the parent run.Methods in io.keikai.doc.io.schema.docx that return types with arguments of type DOCXR Modifier and Type Method Description java.util.List<DOCXR>DOCXP. getRuns()Returns the Runs under this Paragraph.Methods in io.keikai.doc.io.schema.docx with parameters of type DOCXR Modifier and Type Method Description voidDOCXRPr. setParent(DOCXR parent)Sets the parent run.TIDOCXVisitor. visit(DOCXR run)Visit the given run.Constructors in io.keikai.doc.io.schema.docx with parameters of type DOCXR Constructor Description DOCXRPr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rPr, DOCXR parent)Create a new RunProperties.
-