|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OdfTextListStyle | |
---|---|
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 | |
---|---|
OdfTextListStyle |
OdfOfficeAutomaticStyles.getListStyle(String name)
Returns the OdfTextListStyle element with the given name. |
OdfTextListStyle |
OdfOfficeStyles.getListStyle(String name)
Returns the OdfTextListStyle element with the given name. |
OdfTextListStyle |
OdfOfficeAutomaticStyles.newListStyle()
Create an OdfTextListStyle element |
OdfTextListStyle |
OdfOfficeStyles.newListStyle(String name)
Create ODF TextListStyle |
Methods in org.odftoolkit.odfdom.incubator.doc.office that return types with arguments of type OdfTextListStyle | |
---|---|
Iterable<OdfTextListStyle> |
OdfOfficeAutomaticStyles.getListStyles()
Returns an iterator for all OdfTextListStyle elements. |
Iterable<OdfTextListStyle> |
OdfOfficeStyles.getListStyles()
Returns an iterator for all OdfTextListStyle elements. |
Uses of OdfTextListStyle in org.odftoolkit.odfdom.incubator.doc.text |
---|
Methods in org.odftoolkit.odfdom.incubator.doc.text that return OdfTextListStyle | |
---|---|
OdfTextListStyle |
OdfTextList.getListStyle()
Deprecated. Retrieves Odf Text List Style |
OdfTextListStyle |
OdfTextList.getOrCreateLocalListStyle()
Deprecated. Retrieves or create local list style |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |