Uses of Class
org.odftoolkit.odfdom.incubator.doc.text.OdfTextListStyle
-
Packages that use OdfTextListStyle Package Description org.odftoolkit.odfdom.incubator.doc.office org.odftoolkit.odfdom.incubator.doc.text -
-
Uses of OdfTextListStyle in org.odftoolkit.odfdom.incubator.doc.office
Methods in org.odftoolkit.odfdom.incubator.doc.office that return OdfTextListStyle Modifier and Type Method Description OdfTextListStyleOdfStylesBase. getListStyle(String name)OdfTextListStyleOdfOfficeAutomaticStyles. newListStyle()Create anOdfTextListStyleelementOdfTextListStyleOdfOfficeAutomaticStyles. newListStyle(String listStyleName)Create anOdfTextListStyleelementOdfTextListStyleOdfOfficeStyles. newListStyle(String name)Create ODF TextListStyleMethods in org.odftoolkit.odfdom.incubator.doc.office that return types with arguments of type OdfTextListStyle Modifier and Type Method Description Iterable<OdfTextListStyle>OdfStylesBase. getListStyles() -
Uses of OdfTextListStyle in org.odftoolkit.odfdom.incubator.doc.text
Methods in org.odftoolkit.odfdom.incubator.doc.text that return OdfTextListStyle Modifier and Type Method Description OdfTextListStyleOdfTextList. getListStyle()Retrieves Odf Text List StyleOdfTextListStyleOdfTextList. getOrCreateLocalListStyle()Retrieves or create local list style
-