public class SsmlSheetView extends SsmlXMLTag
XMLContainerImpl.sMode
sSQLLoggingLevel
mContentAndSubtagList
Constructor and Description |
---|
SsmlSheetView(Xlsx inXlsx) |
Modifier and Type | Method and Description |
---|---|
SsmlPane |
getPane() |
SsmlSheetView |
setColor(Color inValue)
Specifies the color value for row/column text headings and gridlines.
|
SsmlSheetView |
setNormalViewZoomScale(Integer inValue)
Specifies the zoom magnification when in normal view, representing percent values.
|
SsmlSheetView |
setPageLayoutViewZoomScale(Integer inValue)
Specifies the zoom magnification when in page layout view, representing percent values.
|
SsmlSheetView |
setRightToLeft(boolean inValue)
Specifies whether the sheet is in 'right to left' display mode.
|
SsmlSheetView |
setSelection(CellRef inValue) |
SsmlSheetView |
setSheetLayoutViewZoomScale(Integer inValue)
Specifies the zoom magnification when in page break preview, representing percent values.
|
SsmlSheetView |
setShowFormulas(boolean inValue)
Specifies whether or not to display formulas.
|
SsmlSheetView |
setShowGridLines(boolean inValue)
Specifies whether or not to display grid lines.
|
SsmlSheetView |
setShowOutlineSymbols(boolean inValue)
Specifies whether or not the sheet has outline symbols visible.
|
SsmlSheetView |
setShowRowColHeaders(boolean inValue)
Specifies whether or not to display row and column headers.
|
SsmlSheetView |
setShowWhiteSpace(boolean inValue)
Specifies whether or not page layout view shall display margins.
|
SsmlSheetView |
setShowZeros(boolean inValue)
Specifies whether or not to display zero values.
|
SsmlSheetView |
setTabSelected(boolean inValue)
Specifies whether or not the sheet tab is selected.
|
SsmlSheetView |
setTopLeftCell(CellRef inValue)
Specifies the location of the top left visible cell in the bottom right pane (when in Left-to-Right mode).
|
SsmlSheetView |
setUseDefaultGridColor(boolean inValue)
Specifies whether or not the consuming application should use the default grid
lines color (system dependent).
|
SsmlSheetView |
setViewType(SsmlSheetViewType inValue)
Specifies the view type.
|
SsmlSheetView |
setWindowProtection(boolean inValue)
Specifies whether or not to enable window protection.
|
SsmlSheetView |
setWorkbookViewId(Integer inValue) |
SsmlSheetView |
setZoomScale(Integer inValue)
Specifies the window zoom magnification for current view representing percent values.
|
SsmlSheetView |
showRuler(boolean inValue)
Specifies whether or not the ruler is displayed in Page Layout View.
|
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 SsmlSheetView(Xlsx inXlsx)
public SsmlSheetView setViewType(SsmlSheetViewType inValue)
public SsmlSheetView setTopLeftCell(CellRef inValue)
public SsmlSheetView setRightToLeft(boolean inValue)
public SsmlSheetView setTabSelected(boolean inValue)
public SsmlSheetView showRuler(boolean inValue)
public SsmlSheetView setShowZeros(boolean inValue)
public SsmlSheetView setShowFormulas(boolean inValue)
public SsmlSheetView setShowGridLines(boolean inValue)
public SsmlSheetView setShowWhiteSpace(boolean inValue)
public SsmlSheetView setShowOutlineSymbols(boolean inValue)
public SsmlSheetView setUseDefaultGridColor(boolean inValue)
public SsmlSheetView setShowRowColHeaders(boolean inValue)
public SsmlSheetView setWindowProtection(boolean inValue)
public SsmlSheetView setColor(Color inValue)
public SsmlSheetView setZoomScale(Integer inValue)
public SsmlSheetView setNormalViewZoomScale(Integer inValue)
public SsmlSheetView setPageLayoutViewZoomScale(Integer inValue)
public SsmlSheetView setSheetLayoutViewZoomScale(Integer inValue)
public SsmlSheetView setWorkbookViewId(Integer inValue)
public SsmlSheetView setSelection(CellRef inValue)