public final class HTMLTableCellElementImpl extends HTMLElementImpl implements org.w3c.dom.html.HTMLTableCellElement
HTMLTableCellElement
,
ElementImpl
ATTLIST_DECL_NODE, ELEMENT_DECL_NODE, PARAM_ENTITY_NODE
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
Constructor and Description |
---|
HTMLTableCellElementImpl(HTMLDocumentImpl owner,
String name)
Constructor requires owner document.
|
Modifier and Type | Method and Description |
---|---|
String |
getAbbr() |
String |
getAlign() |
String |
getAxis() |
String |
getBgColor() |
int |
getCellIndex() |
String |
getCh() |
String |
getChOff() |
int |
getColSpan() |
String |
getHeaders() |
String |
getHeight() |
boolean |
getNoWrap() |
int |
getRowSpan() |
String |
getScope() |
String |
getVAlign() |
String |
getWidth() |
void |
setAbbr(String abbr) |
void |
setAlign(String align) |
void |
setAxis(String axis) |
void |
setBgColor(String bgColor) |
void |
setCellIndex(int cellIndex) |
void |
setCh(String ch) |
void |
setChOff(String chOff) |
void |
setColSpan(int colspan) |
void |
setHeaders(String headers) |
void |
setHeight(String height) |
void |
setNoWrap(boolean noWrap) |
void |
setRowSpan(int rowspan) |
void |
setScope(String scope) |
void |
setVAlign(String vAlign) |
void |
setWidth(String width) |
castNewChild, clone, cloneNode, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getClassName, getDir, getElementsByTagName, getElementsByTagNameNS, getForm, getId, getLang, getTitle, setClassName, setDir, setId, setLang, setTitle
cloneInto, compareDocumentPosition, equals, getAttributes, getBaseURI, getFeature, getNodeType, getSchemaTypeInfo, getTagName, getTextContent, getUserData, hasAttribute, hasAttributeNS, hasAttributes, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS, setNodeValue, setTextContent, setUserData, toString
getLocalName, getNamespaceURI, getPrefix, setPrefix
appendChild, castOldChild, createNodeIterator, getChildNodes, getFirstChild, getLastChild, hasChildNodes, insertBefore, removeChild, removeInnerIterator, replaceChild
getNextSibling, getNodeName, getNodeValue, getOwnerDocument, getParentNode, getPreviousSibling, isReadOnly, makeReadOnly, setOwnerDocument, supports
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getClassName, getDir, getId, getLang, getTitle, setClassName, setDir, setId, setLang, setTitle
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getSchemaTypeInfo, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData
public HTMLTableCellElementImpl(HTMLDocumentImpl owner, String name)
owner
- The owner HTML documentpublic int getCellIndex()
getCellIndex
in interface org.w3c.dom.html.HTMLTableCellElement
public void setCellIndex(int cellIndex)
public String getAbbr()
getAbbr
in interface org.w3c.dom.html.HTMLTableCellElement
public void setAbbr(String abbr)
setAbbr
in interface org.w3c.dom.html.HTMLTableCellElement
public String getAlign()
getAlign
in interface org.w3c.dom.html.HTMLTableCellElement
public void setAlign(String align)
setAlign
in interface org.w3c.dom.html.HTMLTableCellElement
public String getAxis()
getAxis
in interface org.w3c.dom.html.HTMLTableCellElement
public void setAxis(String axis)
setAxis
in interface org.w3c.dom.html.HTMLTableCellElement
public String getBgColor()
getBgColor
in interface org.w3c.dom.html.HTMLTableCellElement
public void setBgColor(String bgColor)
setBgColor
in interface org.w3c.dom.html.HTMLTableCellElement
public String getCh()
getCh
in interface org.w3c.dom.html.HTMLTableCellElement
public void setCh(String ch)
setCh
in interface org.w3c.dom.html.HTMLTableCellElement
public String getChOff()
getChOff
in interface org.w3c.dom.html.HTMLTableCellElement
public void setChOff(String chOff)
setChOff
in interface org.w3c.dom.html.HTMLTableCellElement
public int getColSpan()
getColSpan
in interface org.w3c.dom.html.HTMLTableCellElement
public void setColSpan(int colspan)
setColSpan
in interface org.w3c.dom.html.HTMLTableCellElement
public String getHeaders()
getHeaders
in interface org.w3c.dom.html.HTMLTableCellElement
public void setHeaders(String headers)
setHeaders
in interface org.w3c.dom.html.HTMLTableCellElement
public String getHeight()
getHeight
in interface org.w3c.dom.html.HTMLTableCellElement
public void setHeight(String height)
setHeight
in interface org.w3c.dom.html.HTMLTableCellElement
public boolean getNoWrap()
getNoWrap
in interface org.w3c.dom.html.HTMLTableCellElement
public void setNoWrap(boolean noWrap)
setNoWrap
in interface org.w3c.dom.html.HTMLTableCellElement
public int getRowSpan()
getRowSpan
in interface org.w3c.dom.html.HTMLTableCellElement
public void setRowSpan(int rowspan)
setRowSpan
in interface org.w3c.dom.html.HTMLTableCellElement
public String getScope()
getScope
in interface org.w3c.dom.html.HTMLTableCellElement
public void setScope(String scope)
setScope
in interface org.w3c.dom.html.HTMLTableCellElement
public String getVAlign()
getVAlign
in interface org.w3c.dom.html.HTMLTableCellElement
public void setVAlign(String vAlign)
setVAlign
in interface org.w3c.dom.html.HTMLTableCellElement
public String getWidth()
getWidth
in interface org.w3c.dom.html.HTMLTableCellElement
public void setWidth(String width)
setWidth
in interface org.w3c.dom.html.HTMLTableCellElement
Phantom® and NetPhantom® are registered trademarks of Mindus SARL.
© © Mindus SARL, 2024. All rights reserved.