Package | Description |
---|---|
org.apache.poi.xddf.usermodel.text |
Modifier and Type | Method and Description |
---|---|
XDDFTabStop |
XDDFParagraphProperties.addTabStop() |
XDDFTabStop |
XDDFTextParagraph.addTabStop() |
XDDFTabStop |
XDDFParagraphProperties.getTabStop(int index) |
XDDFTabStop |
XDDFTextParagraph.getTabStop(int index) |
XDDFTabStop |
XDDFParagraphProperties.insertTabStop(int index) |
XDDFTabStop |
XDDFTextParagraph.insertTabStop(int index) |
Modifier and Type | Method and Description |
---|---|
java.util.List<XDDFTabStop> |
XDDFParagraphProperties.getTabStops() |
java.util.List<XDDFTabStop> |
XDDFTextParagraph.getTabStops() |
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.