Docmosis API 4.8.0

com.docmosis.template.analysis.list
Class ListStyle

java.lang.Object
  extended by com.docmosis.template.analysis.list.ListStyle
All Implemented Interfaces:
Serializable

public class ListStyle
extends Object
implements Serializable

This class provides details of a template List style element that can be used for dynamically deriving new variants of the style

See Also:
Serialized Form

Constructor Summary
ListStyle(String name, String prefixText, String suffixText)
           
ListStyle(String name, String prefixText, String suffixText, boolean derived)
           
 
Method Summary
 ListStyle deriveNewCopy(String newName)
          Derive a new complete copy of the style, with a new name.
 String getName()
           
 String getPrefixText()
           
 String getSuffixText()
           
 boolean isDerived()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListStyle

public ListStyle(String name,
                 String prefixText,
                 String suffixText)

ListStyle

public ListStyle(String name,
                 String prefixText,
                 String suffixText,
                 boolean derived)
Method Detail

getName

public String getName()

getPrefixText

public String getPrefixText()

getSuffixText

public String getSuffixText()

isDerived

public boolean isDerived()

deriveNewCopy

public ListStyle deriveNewCopy(String newName)
Derive a new complete copy of the style, with a new name.

Parameters:
newName -
Returns:

toString

public String toString()
Overrides:
toString in class Object

Docmosis API 4.8.0

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