Package | Description |
---|---|
org.apache.poi.xddf.usermodel.text |
Modifier and Type | Method and Description |
---|---|
XDDFTextParagraph |
XDDFTextBody.addNewParagraph() |
XDDFTextParagraph |
XDDFTextBody.getParagraph(int index) |
XDDFTextParagraph |
XDDFTextRun.getParentParagraph() |
XDDFTextParagraph |
XDDFTextBody.initialize() |
XDDFTextParagraph |
XDDFTextBody.insertNewParagraph(int index) |
Modifier and Type | Method and Description |
---|---|
java.util.List<XDDFTextParagraph> |
XDDFTextBody.getParagraphs() |
Constructor and Description |
---|
XDDFTextRun(org.openxmlformats.schemas.drawingml.x2006.main.CTRegularTextRun run,
XDDFTextParagraph parent) |
XDDFTextRun(org.openxmlformats.schemas.drawingml.x2006.main.CTTextField run,
XDDFTextParagraph parent) |
XDDFTextRun(org.openxmlformats.schemas.drawingml.x2006.main.CTTextLineBreak run,
XDDFTextParagraph parent) |
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.