public class SsmlPane extends SsmlXMLTag
XMLContainerImpl.sMode
sSQLLoggingLevel
mContentAndSubtagList
Modifier and Type | Method and Description |
---|---|
SsmlActivePane |
getActivePane()
Returns the active portion of the pane.
|
SsmlPaneState |
getState()
Returns the split state of the pane.
|
CellRef |
getTopLeftVisibleCell()
Returns the top left visible cell.
|
Integer |
getXSplit()
Returns the horizontal split position - the right-most col index of the left pane.
|
Integer |
getYSplit()
Returns the vertical split position - the bottom-most row index of the top pane.
|
SsmlPane |
setActivePane(SsmlActivePane inValue)
Specifies the active portion of the pane.
|
SsmlPane |
setState(SsmlPaneState inValue)
Specifies the split state of the pane.
|
SsmlPane |
setTopLeftVisibleCell(CellRef inValue)
Specifies the top left visible cell.
|
SsmlPane |
setXSplit(int inValue)
Specifies the horizontal split position - the right-most col index of the left pane.
|
SsmlPane |
setYSplit(int inValue)
Specifies the vertical split position - the bottom-most row index of the top pane.
|
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 SsmlPane setXSplit(int inValue)
public Integer getXSplit()
public SsmlPane setYSplit(int inValue)
public Integer getYSplit()
public SsmlPane setTopLeftVisibleCell(CellRef inValue)
public CellRef getTopLeftVisibleCell()
public SsmlPane setActivePane(SsmlActivePane inValue)
public SsmlActivePane getActivePane()
public SsmlPane setState(SsmlPaneState inValue)
public SsmlPaneState getState()
jataylor@hairyfatguy.com