Package org.odftoolkit.odfdom.changes
Class ParagraphListProperties
java.lang.Object
org.odftoolkit.odfdom.changes.ParagraphListProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidoverrideListStyle(String styleName) Overrides the list style given by a <text:list> element.voidvoidsetListItemXmlId(String listItemXmlId) voidsetListStart(boolean isListStart) voidsetListStyleName(String styleName) voidsetListXmlId(String listXmlId) voidshowListLabel(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
-