public class ExcelStyle extends XMLTag
XMLContainerImpl.sMode
mContentAndSubtagList
Constructor and Description |
---|
ExcelStyle() |
ExcelStyle(String inId) |
Modifier and Type | Method and Description |
---|---|
ExcelBorder |
addBorder() |
ExcelStyle |
addBorder(ExcelBorder inValue) |
ExcelFont |
addFont() |
String |
getId() |
ExcelStyle |
setBackgroundColor(Color inValue) |
ExcelStyle |
setHorizontalAlignment(ExcelHorizontalAlign inValue) |
ExcelStyle |
setNumberFormat(ExcelNumberFormat inValue) |
ExcelStyle |
setParentStyleId(String inId) |
ExcelStyle |
setTextRotation(int inValue)
Set the text rotation (-90 to 90).
|
ExcelStyle |
setVerticalAlignment(ExcelVerticalAlign inValue) |
ExcelStyle |
setWrapText() |
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, setAttribute, setAttributes, setContent, setDefaultXMLNamespaceDeclaration, setNamespace, setSortAttributesBeforeWriting, setTagName, setTagName, sortAttributes, toIndentedXML, toIndentedXML, toIndentedXML, toIndentedXML, toString, toXML, 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 ExcelStyle()
public ExcelStyle(String inId)
public ExcelBorder addBorder()
public ExcelStyle addBorder(ExcelBorder inValue)
public ExcelStyle setParentStyleId(String inId)
public ExcelStyle setBackgroundColor(Color inValue)
public ExcelStyle setWrapText()
public ExcelStyle setVerticalAlignment(ExcelVerticalAlign inValue)
public ExcelStyle setTextRotation(int inValue)
public ExcelStyle setHorizontalAlignment(ExcelHorizontalAlign inValue)
public ExcelStyle setNumberFormat(ExcelNumberFormat inValue)
jataylor@hairyfatguy.com