public class SsmlNumberFormat extends SsmlXMLTag
XMLContainerImpl.sMode
Modifier and Type | Field and Description |
---|---|
static SsmlNumberFormat |
DATE_D_MMM |
static SsmlNumberFormat |
DATE_D_MMM_YY |
static SsmlNumberFormat |
DATE_MM_DD_YY |
static SsmlNumberFormat |
DATE_MMM_YY |
static SsmlNumberFormat |
DATE_TIME_M_D_YY_H_MM |
static SsmlNumberFormat |
GENERAL |
static SsmlNumberFormat |
INT_WITH_COMMA |
static SsmlNumberFormat |
INTEGER |
static SsmlNumberFormat |
PERCENT_TWO_DECIMALS |
static SsmlNumberFormat |
PERCENT_WHOLE_NUM |
static SsmlNumberFormat |
SCIENTIFIC |
static SsmlNumberFormat |
TIME_H_MM |
static SsmlNumberFormat |
TIME_H_MM_AM |
static SsmlNumberFormat |
TIME_H_MM_SS |
static SsmlNumberFormat |
TIME_H_MM_SS_AM |
static SsmlNumberFormat |
TWO_DECIMALS |
static SsmlNumberFormat |
TWO_DECIMALS_WITH_COMMA |
sSQLLoggingLevel
mContentAndSubtagList
Constructor and Description |
---|
SsmlNumberFormat(Xlsx inXlsx) |
SsmlNumberFormat(Xlsx inXlsx,
XMLTag inXMLTag) |
Modifier and Type | Method and Description |
---|---|
SsmlNumberFormat |
clone() |
static List<SsmlNumberFormat> |
getDefaultValues() |
String |
getFormatCode() |
Integer |
getIndex() |
SsmlNumberFormat |
setFormatCode(String inValue) |
getParentDoc, setAttribute
colorToCT_Color, generateUID, getLogger, orderSubtags, setParentDoc, toIndentedXML, toXML
addSubtag, addSubtag, addXMLNamespaceDeclaration, compareTo, equals, findNodesByAttributeValue, findNodesByAttributeValue, getAttribute, getAttribute, getAttributes, getAttributeValue, getAttributeValue, getEndTag, getNamespace, getQualifiedTagName, getStartTag, getTagName, hasAttribute, hasAttribute, hasAttributes, isEmptyTag, removeAttribute, removeAttribute, replaceCharacterEntities, setAttribute, setAttribute, setAttributes, setContent, setDefaultXMLNamespaceDeclaration, setNamespace, setSortAttributesBeforeWriting, setTagName, setTagName, sortAttributes, toIndentedXML, toIndentedXML, toIndentedXML, toString, toXML, toXML, toXML, useDoubleQuotes, verifyTagName, verifyTagName, verifyTagName, verifyTagName
addContent, addContentWithoutEscaping, addSubtag, addSubtag, addSubtags, clearContent, clearSubtags, getContent, getContentPlusSubtagList, getNextSibling, getOptionalSubtagByName, getOptionalSubtagByName, getOptionalSubtagByName, getOptionalSubtagByName, getParentNode, getPreviousSibling, getRequiredSubtagById, getRequiredSubtagById, getRequiredSubtagByName, getRequiredSubtagByName, getSubtagByAttribute, getSubtagByAttribute, getSubtags, getSubtagsByAttribute, getSubtagsByAttribute, getSubtagsByAttribute, getSubtagsByAttribute, getSubtagsByAttribute, getSubtagsByClass, getSubtagsByClass, getSubtagsByName, getSubtagsByName, getSubtagsByName, getSubtagsByName, getSubtagsByName, getTotalTagCount, getUnescapedContent, getXMLNodeSubtags, hasContent, hasContentOrSubtags, indexOf, innerHTML, removeSubtag, removeSubtagsByAttribute, removeSubtagsByAttribute, removeSubtagsByAttribute, removeSubtagsByClass, removeSubtagsByClass, removeSubtagsByName, removeSubtagsByName, removeSubtagsByName, setContent, setParentNode, setSubtags
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addContent, addContentWithoutEscaping, addSubtag, addSubtags, clearContent, clearSubtags, getContent, getNextSibling, getOptionalSubtagByName, getOptionalSubtagByName, getParentNode, getPreviousSibling, getRequiredSubtagByName, getRequiredSubtagByName, getSubtags, getSubtagsByName, getSubtagsByName, getSubtagsByName, getSubtagsByName, getTotalTagCount, getUnescapedContent, getXMLNodeSubtags, hasContent, indexOf, removeSubtag, removeSubtagsByName, removeSubtagsByName, setParentNode, setSubtags
public static final SsmlNumberFormat GENERAL
public static final SsmlNumberFormat INTEGER
public static final SsmlNumberFormat TWO_DECIMALS
public static final SsmlNumberFormat INT_WITH_COMMA
public static final SsmlNumberFormat TWO_DECIMALS_WITH_COMMA
public static final SsmlNumberFormat PERCENT_WHOLE_NUM
public static final SsmlNumberFormat PERCENT_TWO_DECIMALS
public static final SsmlNumberFormat SCIENTIFIC
public static final SsmlNumberFormat DATE_MM_DD_YY
public static final SsmlNumberFormat DATE_D_MMM_YY
public static final SsmlNumberFormat DATE_D_MMM
public static final SsmlNumberFormat DATE_MMM_YY
public static final SsmlNumberFormat TIME_H_MM_AM
public static final SsmlNumberFormat TIME_H_MM_SS_AM
public static final SsmlNumberFormat TIME_H_MM
public static final SsmlNumberFormat TIME_H_MM_SS
public static final SsmlNumberFormat DATE_TIME_M_D_YY_H_MM
public SsmlNumberFormat(Xlsx inXlsx)
public SsmlNumberFormat(Xlsx inXlsx, XMLTag inXMLTag)
public SsmlNumberFormat clone()
public static List<SsmlNumberFormat> getDefaultValues()
public SsmlNumberFormat setFormatCode(String inValue)
public String getFormatCode()
jataylor@hairyfatguy.com