public class SsmlWorksheet extends SsmlXMLTag
XMLContainerImpl.sMode
sSQLLoggingLevel
mContentAndSubtagList
Constructor and Description |
---|
SsmlWorksheet(WorksheetPart inParentWorksheetPart) |
SsmlWorksheet(WorksheetPart inParentWorksheetPart,
String inName,
XMLTag inSheetTag) |
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, 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 SsmlWorksheet(WorksheetPart inParentWorksheetPart)
public SsmlWorksheet(WorksheetPart inParentWorksheetPart, String inName, XMLTag inSheetTag)
public WorksheetPart getParentWorksheetPart()
public SsmlCommentsPart getCommentsPart()
public SsmlWorksheet setName(String inValue)
public SsmlSheetData getSheetData()
public void mergeCells(CellRange inCellRange)
public void removeMergeCell(CellRange inCellRange)
public SsmlDataValidation addDataValidation(CellRange inCellRange)
public Collection<SsmlTable> getTables()
public SsmlTable getTable(String inTableName)
inTableName
- the name of the tablepublic SsmlWorksheet setDimension(CellRange inCellRange)
public SsmlSheetFormatProperties getSheetFormatProperties()
public SsmlPageMargins getPageMargins()
public SsmlSheetView addSheetView()
public List<SsmlSheetView> getSheetViews()
public SsmlWorksheet setHeader(String inValue)
public SsmlWorksheet setFooter(String inValue)
public WorksheetDrawing addDrawing()
public SsmlConditionalFormatting addConditionalFormatting(CellRange inCellRange)
public SsmlExtension getOrAddExtension(XMLNamespace inNamespace, SsmlExtension.URI_Type inURI_Type)
public void setPrintArea(CellRange inPrintArea)
public void toIndentedXML(Writer inWriter, int inInitialIndentLevel, int inIndentSize)
toIndentedXML
in interface XMLizable
toIndentedXML
in class XMLTag
public SsmlWorksheet setSortState(SsmlSortState inValue)
protected void renameTable(String inOldName, String inNewName)