public class OdsxTextPresentor
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
SEPARATOR |
| Constructor and Description |
|---|
OdsxTextPresentor() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.StringBuffer |
getPresentationString(ApplicationElement ae)
Return the string representation of an application element.
|
static java.lang.StringBuffer |
getPresentationString(ApplicationElement ae,
java.util.Locale locale)
Return the string representation of an application element.
|
static java.lang.StringBuffer |
getPresentationString(InstanceElement ie)
Return the string representation of an instance element.
|
static java.lang.StringBuffer |
getPresentationString(InstanceElement ie,
java.util.Locale locale)
Return the string representation of an instance element.
|
protected static final java.lang.String SEPARATOR
public static java.lang.StringBuffer getPresentationString(InstanceElement ie)
ie - The instance element to be added.public static java.lang.StringBuffer getPresentationString(InstanceElement ie, java.util.Locale locale)
ie - The instance element to be added.locale - The locale.public static java.lang.StringBuffer getPresentationString(ApplicationElement ae)
ae - The application element to be added.public static java.lang.StringBuffer getPresentationString(ApplicationElement ae, java.util.Locale locale)
ae - The application element to be added.locale - The locale.