com.docmosis.template.analysis.list
Class ListStyles
java.lang.Object
com.docmosis.template.analysis.list.ListStyles
- All Implemented Interfaces:
- Serializable
public class ListStyles
- extends Object
- implements Serializable
This class aggregates template List style elements
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListStyles
public ListStyles()
add
public void add(String styleName,
String preNameText,
String postNameText)
addBlank
public void addBlank(String styleName)
get
public ListStyle get(String styleName)
- Returns:
- null if the style is not known.
addDerivedStyle
public void addDerivedStyle(ListStyle newStyle)
containsKey
public boolean containsKey(Object key)
getDerivedStyles
public List getDerivedStyles()
- Get a list of the styles that have been derived. This is the list of new
styles to be recorded/written
Copyright © 2014–2024 Docmosis Pty Ltd. All rights reserved.