| Package | Description |
|---|---|
| org.odftoolkit.odfdom.incubator.doc.office | |
| org.odftoolkit.odfdom.incubator.doc.text |
| Modifier and Type | Method and Description |
|---|---|
OdfTextListStyle |
OdfOfficeStyles.getListStyle(String name)
Returns the
OdfTextListStyle element with the given name. |
OdfTextListStyle |
OdfOfficeAutomaticStyles.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
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<OdfTextListStyle> |
OdfOfficeStyles.getListStyles()
Returns an iterator for all
OdfTextListStyle elements. |
Iterable<OdfTextListStyle> |
OdfOfficeAutomaticStyles.getListStyles()
Returns an iterator for all
OdfTextListStyle elements. |
| Modifier and Type | Method and Description |
|---|---|
OdfTextListStyle |
OdfTextList.getListStyle()
Deprecated.
Retrieves Odf Text List Style
|
OdfTextListStyle |
OdfTextList.getOrCreateLocalListStyle()
Deprecated.
Retrieves or create local list style
|
Copyright © 2008–2018 Apache Software Foundation; Copyright © 2018–2019 The Document Foundation. All rights reserved.