Uses of Class
org.apache.poi.xddf.usermodel.text.XDDFTextParagraph
Packages that use XDDFTextParagraph
-
Uses of XDDFTextParagraph in org.apache.poi.xddf.usermodel.text
Methods in org.apache.poi.xddf.usermodel.text that return XDDFTextParagraphModifier and TypeMethodDescriptionXDDFTextBody.addNewParagraph()XDDFTextBody.getParagraph(int index) XDDFTextRun.getParentParagraph()XDDFTextBody.initialize()XDDFTextBody.insertNewParagraph(int index) Methods in org.apache.poi.xddf.usermodel.text that return types with arguments of type XDDFTextParagraphConstructors in org.apache.poi.xddf.usermodel.text with parameters of type XDDFTextParagraphModifierConstructorDescriptionprotectedXDDFTextRun(org.openxmlformats.schemas.drawingml.x2006.main.CTRegularTextRun run, XDDFTextParagraph parent) protectedXDDFTextRun(org.openxmlformats.schemas.drawingml.x2006.main.CTTextField run, XDDFTextParagraph parent) protectedXDDFTextRun(org.openxmlformats.schemas.drawingml.x2006.main.CTTextLineBreak run, XDDFTextParagraph parent)