Package org.odftoolkit.odfdom.changes
Class ParagraphListProperties
java.lang.Object
org.odftoolkit.odfdom.changes.ParagraphListProperties
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
void
overrideListStyle
(String styleName) Overrides the list style given by a <text:list> element.void
void
setListItemXmlId
(String listItemXmlId) void
setListStart
(boolean isListStart) void
setListStyleName
(String styleName) void
setListXmlId
(String listXmlId) void
showListLabel
(boolean showListLabel)
-
Constructor Details
-
ParagraphListProperties
public ParagraphListProperties()
-
-
Method Details
-
getListId
-
setListId
-
getListXmlId
-
setListXmlId
-
getListItemXmlId
-
setListItemXmlId
-
setListStart
public void setListStart(boolean isListStart) -
showListLabel
public void showListLabel(boolean showListLabel) -
hasListLabel
public boolean hasListLabel() -
isListStart
public boolean isListStart() -
overrideListStyle
Overrides the list style given by a <text:list> element.- Parameters:
styleName
- the new list style, or null to unset a previous override
-
setListStyleName
-