Docmosis API 4.8.0

com.docmosis.template.analysis.list
Class ListStyles

java.lang.Object
  extended by 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

Constructor Summary
ListStyles()
           
 
Method Summary
 void add(String styleName, String preNameText, String postNameText)
           
 void addBlank(String styleName)
           
 void addDerivedStyle(ListStyle newStyle)
           
 boolean containsKey(Object key)
           
 ListStyle get(String styleName)
           
 List getDerivedStyles()
          Get a list of the styles that have been derived.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListStyles

public ListStyles()
Method Detail

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


Docmosis API 4.8.0

Copyright © 2014–2024 Docmosis Pty Ltd. All rights reserved.