com.docmosis.template.analysis.list
Class ListStyle
java.lang.Object
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
ListStyle
public ListStyle(String name,
String prefixText,
String suffixText)
ListStyle
public ListStyle(String name,
String prefixText,
String suffixText,
boolean derived)
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
Copyright © 2014–2024 Docmosis Pty Ltd. All rights reserved.