public class SsmlDataBar extends SsmlXMLTag
XMLContainerImpl.sMode
sSQLLoggingLevel
mContentAndSubtagList
Constructor and Description |
---|
SsmlDataBar(SsmlWorksheet inParentWorksheet) |
SsmlDataBar(SsmlWorksheet inParentWorksheet,
XMLNamespace inNamespace) |
Modifier and Type | Method and Description |
---|---|
SsmlDataBar |
setBorder(Boolean inValue) |
SsmlDataBar |
setBorderColor(Color inValue) |
SsmlDataBar |
setColor(Color inValue) |
void |
setExtension(SsmlDataBar inValue) |
SsmlDataBar |
setGradient(Boolean inValue) |
SsmlDataBar |
setMaxLength(Integer inValue)
Specifies the maximum length of the data bar, as a percentage of the cell's width.
|
SsmlDataBar |
setMinLength(Integer inValue)
Specifies the minimum length of the data bar, as a percentage of the cell's width.
|
SsmlDataBar |
setShowValue(Boolean inValue)
Specifies whether or not to display the numeric value to the right of the data bar.
|
getParentDoc, setAttribute
colorToCT_Color, generateUID, getLogger, orderSubtags, setParentDoc, toIndentedXML, toXML
addSubtag, addSubtag, addXMLNamespaceDeclaration, clone, 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 SsmlDataBar(SsmlWorksheet inParentWorksheet)
public SsmlDataBar(SsmlWorksheet inParentWorksheet, XMLNamespace inNamespace)
public void setExtension(SsmlDataBar inValue)
public SsmlDataBar setMinLength(Integer inValue)
inValue
- the minimum percent of the cell width for data bar valuespublic SsmlDataBar setMaxLength(Integer inValue)
inValue
- the maximum percent of the cell width for data bar valuespublic SsmlDataBar setShowValue(Boolean inValue)
inValue
- whether or not to display the numeric valuepublic SsmlDataBar setColor(Color inValue)
public SsmlDataBar setBorderColor(Color inValue)
public SsmlDataBar setGradient(Boolean inValue)
public SsmlDataBar setBorder(Boolean inValue)