public class SsmlRow extends SsmlXMLTag
XMLContainerImpl.sMode
sSQLLoggingLevel
mContentAndSubtagList
Constructor and Description |
---|
SsmlRow(SsmlWorksheet inParentWorksheet) |
SsmlRow(SsmlWorksheet inParentWorksheet,
XMLTag inXMLTag) |
Modifier and Type | Method and Description |
---|---|
SsmlCell |
addCell() |
SsmlCell |
addCell(double inValue) |
SsmlCell |
addCell(float inValue) |
SsmlCell |
addCell(int inValue) |
SsmlCell |
addCell(List<SsmlTextRun> inValue) |
SsmlCell |
addCell(long inValue) |
SsmlCell |
addCell(Object inValue) |
void |
addCell(SsmlCell inValue) |
SsmlCell |
addCell(SsmlTextRun inValue) |
SsmlCell |
addCell(String inValue) |
SsmlCell |
addCellByColIndex(int inColIndex) |
void |
addSubtag(int inIndex,
XMLizable inSubtag)
Added the specified subtag at the specified position in the list of this tag's
children.
|
XMLTag |
addSubtag(String inTagName) |
void |
addSubtag(XMLizable inSubtag) |
XMLTag |
addSubtag(XMLName inTagName) |
void |
addSubtags(Collection<? extends XMLizable> inSubtags) |
SsmlCell |
getCellByColIndex(int inColIndex) |
List<SsmlCell> |
getCells() |
SsmlCell |
getFirstCellWithContent()
Returns the first cell in this row that contains content.
|
CellRef |
getMaxCellRef() |
CellRef |
getMinCellRef() |
Integer |
getRowIndex() |
boolean |
isEmpty()
Returns whether or not any cell in this row contains content.
|
SsmlCell |
setCell(int inColIndex,
String inValue) |
SsmlRow |
setHeight(GfxSize inValue) |
SsmlRow |
setRowIndex(int inValue) |
getParentDoc, setAttribute
colorToCT_Color, generateUID, getLogger, orderSubtags, setParentDoc, toIndentedXML, toXML
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, 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, 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 SsmlRow(SsmlWorksheet inParentWorksheet)
public SsmlRow(SsmlWorksheet inParentWorksheet, XMLTag inXMLTag)
public SsmlRow setRowIndex(int inValue)
public Integer getRowIndex()
public SsmlCell addCellByColIndex(int inColIndex)
public SsmlCell addCell(SsmlTextRun inValue)
public SsmlCell addCell(List<SsmlTextRun> inValue)
public boolean isEmpty()
public SsmlCell getFirstCellWithContent()
public SsmlCell getCellByColIndex(int inColIndex)
public CellRef getMinCellRef()
public CellRef getMaxCellRef()
public void addSubtags(Collection<? extends XMLizable> inSubtags)
addSubtags
in interface XMLContainer
addSubtags
in class XMLContainerImpl
inSubtags
- Collection that should only contain XMLNode objects.public void addSubtag(XMLizable inSubtag)
addSubtag
in interface XMLContainer
addSubtag
in class XMLContainerImpl
public void addSubtag(int inIndex, XMLizable inSubtag)
XMLContainerImpl
addSubtag
in class XMLContainerImpl
inIndex
- the index at which the specified subtag should be addedinSubtag
- the subtag which should be added to this tag