Package | Description |
---|---|
org.odftoolkit.odfdom.incubator.doc.office | |
org.odftoolkit.odfdom.incubator.doc.text |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
Iterable<OdfTextListStyle> |
OdfOfficeAutomaticStyles.getListStyles()
Returns an iterator for all
OdfTextListStyle elements. |
Iterable<OdfTextListStyle> |
OdfOfficeStyles.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-2014 The Apache Software Foundation. All Rights Reserved.