public class CurrencyStyle extends Object implements DataStyle
| Modifier and Type | Class and Description |
|---|---|
static class |
CurrencyStyle.SymbolPosition
A currency symbol may be at the beginning or the end of the expression
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SPACE_TEXT
A simple space a text
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToElements(OdsElements odsElements)
Add this to OdsElements
|
void |
appendXMLContent(XMLUtil util,
Appendable appendable)
Write the XML format for this object.
|
String |
getName()
Get the name of this object.
|
boolean |
isHidden() |
public static final String SPACE_TEXT
public void appendXMLContent(XMLUtil util, Appendable appendable) throws IOException
XMLConvertibleappendXMLContent in interface XMLConvertibleutil - a helper objectappendable - the appendable to append data toIOException - if the style can't be addedpublic String getName()
NamedObjectgetName in interface NamedObjectpublic boolean isHidden()
public void addToElements(OdsElements odsElements)
AddableToOdsElementsaddToElements in interface AddableToOdsElementsodsElements - the OdsElements instance where to add this.Copyright © 2016–2021. All rights reserved.