@DOMObjectAttribute @DOMNameAttribute(name="HTMLTableCellElement") public class HTMLTableCellElement extends HTMLElement
Node.Flags
OnAbort, OnAbortDelegate, OnBlur, OnBlurDelegate, OnCancel, OnCancelDelegate, OnCanplay, OnCanplayDelegate, OnCanPlayThrough, OnCanPlayThroughDelegate, OnChange, OnChangeDelegate, OnClick, OnClickDelegate, OnCueChange, OnCueChangeDelegate, OnDblClick, OnDblClickDelegate, OnDurationChange, OnDurationChangeDelegate, OnEmptied, OnEmptiedDelegate, OnEnded, OnEndedDelegate, OnError, OnErrorDelegate, OnFocus, OnFocusDelegate, OnInput, OnInputDelegate, OnInvalid, OnInvalidDelegate, OnKeyDown, OnKeyDownDelegate, OnKeyPress, OnKeyPressDelegate, OnKeyUp, OnKeyUpDelegate, OnLoad, OnLoadDelegate, OnLoadedData, OnLoadedDataDelegate, OnLoadedMetadata, OnLoadedMetadataDelegate, OnLoadStart, OnLoadStartDelegate, OnMouseDown, OnMouseDownDelegate, OnMouseEnter, OnMouseEnterDelegate, OnMouseLeave, OnMouseLeaveDelegate, OnMouseMove, OnMouseMoveDelegate, OnMouseOut, OnMouseOutDelegate, OnMouseOver, OnMouseOverDelegate, OnMouseUp, OnMouseUpDelegate, OnMouseWheel, OnMouseWheelDelegate, OnPause, OnPauseDelegate, OnPlay, OnPlayDelegate, OnPlaying, OnPlayingDelegate, OnProgress, OnProgressDelegate, OnRateChange, OnRateChangeDelegate, OnReset, OnResetDelegate, OnResize, OnResizeDelegate, OnScroll, OnScrollDelegate, OnSeeked, OnSeekedDelegate, OnSeeking, OnSeekingDelegate, OnSelect, OnSelectDelegate, OnShow, OnShowDelegate, OnStalled, OnStalledDelegate, OnSubmit, OnSubmitDelegate, OnSuspend, OnSuspendDelegate, OnTimeUpdate, OnTimeUpdateDelegate, OnToggle, OnToggleDelegate, OnVolumeChange, OnVolumeChangeDelegate, OnWaiting, OnWaitingDelegate
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, flags, nodeDocument, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
EventMap
PropertyChanged
Constructor and Description |
---|
HTMLTableCellElement(com.aspose.html.dom.DOMName name,
Document doc)
Initializes a new instance of the
HTMLTableCellElement class. |
Modifier and Type | Method and Description |
---|---|
String |
getAbbr()
Abbreviation for header cells.
|
String |
getAlign()
Horizontal alignment of data in cell.
|
String |
getAxis()
Names group of related headers.
|
String |
getBgColor()
Cell background color.
|
int |
getCellIndex()
The index of this cell in the row, starting from 0.
|
String |
getCh()
Alignment character for cells in a column.
|
String |
getChOff()
Offset of alignment character.
|
int |
getColSpan()
Number of columns spanned by cell.
|
String |
getHeaders()
List of
id attribute values for header cells. |
String |
getHeight()
Cell height.
|
boolean |
getNoWrap()
Suppress word wrapping.
|
int |
getRowSpan()
Number of rows spanned by cell.
|
String |
getScope()
Scope covered by header cells.
|
String |
getVAlign()
Vertical alignment of data in cell.
|
String |
getWidth()
Cell width.
|
void |
setAbbr(String value)
Abbreviation for header cells.
|
void |
setAlign(String value)
Horizontal alignment of data in cell.
|
void |
setAxis(String value)
Names group of related headers.
|
void |
setBgColor(String value)
Cell background color.
|
void |
setCh(String value)
Alignment character for cells in a column.
|
void |
setChOff(String value)
Offset of alignment character.
|
void |
setColSpan(int value)
Number of columns spanned by cell.
|
void |
setHeaders(String value)
List of
id attribute values for header cells. |
void |
setHeight(String value)
Cell height.
|
void |
setNoWrap(boolean value)
Suppress word wrapping.
|
void |
setRowSpan(int value)
Number of rows spanned by cell.
|
void |
setScope(String value)
Scope covered by header cells.
|
void |
setVAlign(String value)
Vertical alignment of data in cell.
|
void |
setWidth(String value)
Cell width.
|
getAttributeOrDefault, getChildOfType, getClassName_Rename_Namesake, getDir, getId_Rename_Namesake, getLang, getParentOfType, getRowIndexInScopeOfCollection, getStyle, getTitle, setAttribute, setAttribute, setAttribute, setClassName_Rename_Namesake, setDir, setId_Rename_Namesake, setLang, setTitle, toggleAttribute
attachShadow, equals, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributes, getChildElementCount, getChildren, getClassName, getComputedStyle, getComputedStyle, getData, getElementsByClassName, getElementsByTagName, getElementsByTagNameNS, getFirstElementChild, getId, getInnerHTML, getLastElementChild, getLocalName, getNamespaceURI, getNextElementSibling, getNodeName, getNodeType, getOuterHTML, getPrefix, getPreviousElementSibling, getSchemaTypeInfo, getShadowRoot, getStyleContainer, getTag, getTagName, getTextContent, hasAttribute, hasAttributeNS, hasAttributes, querySelector, querySelectorAll, remove, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setClassName, setData, setId, setIdAttribute, setIdAttributeNode, setIdAttributeNS, setInnerHTML, setOuterHTML, setTextContent
adoptNode, appendChild, cloneNode, deepClone, getBaseURI, getChildNodes, getFirstChild, getLastChild, getNextSibling, getNodeValue, getOwnerDocument, getParentElement, getParentNode, getPreviousSibling, getRegisteredObservers, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceAll, replaceChild, setNodeValue, setParentNode, setPrefix, toString
addEventListener, addEventListener, addEventListener, addEventListener, dispatchEvent, dispose, removeEventListener, removeEventListener, removeEventListener
fireNotifyPropertyChanged, getCurrentValues, getRuntimesBinding, setCurrentValues, setField, setRuntimesBinding
public HTMLTableCellElement(com.aspose.html.dom.DOMName name, Document doc)
Initializes a new instance of the HTMLTableCellElement
class.
name
- The DOM name.doc
- The document.@DOMNameAttribute(name="cellIndex") public int getCellIndex()
The index of this cell in the row, starting from 0. This index is in document tree order and not display order.
@DOMNameAttribute(name="abbr") public String getAbbr()
Abbreviation for header cells. See the abbr attribute definition in HTML 4.01.
@DOMNameAttribute(name="abbr") public void setAbbr(String value)
Abbreviation for header cells. See the abbr attribute definition in HTML 4.01.
@DOMNameAttribute(name="align") public String getAlign()
Horizontal alignment of data in cell. See the align attribute definition in HTML 4.01.
@DOMNameAttribute(name="align") public void setAlign(String value)
Horizontal alignment of data in cell. See the align attribute definition in HTML 4.01.
@DOMNameAttribute(name="axis") public String getAxis()
Names group of related headers. See the axis attribute definition in HTML 4.01.
@DOMNameAttribute(name="axis") public void setAxis(String value)
Names group of related headers. See the axis attribute definition in HTML 4.01.
@DOMNameAttribute(name="bgColor") public String getBgColor()
Cell background color. See the bgcolor attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
@DOMNameAttribute(name="bgColor") public void setBgColor(String value)
Cell background color. See the bgcolor attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
@DOMNameAttribute(name="ch") public String getCh()
Alignment character for cells in a column. See the char attribute definition in HTML 4.01.
@DOMNameAttribute(name="ch") public void setCh(String value)
Alignment character for cells in a column. See the char attribute definition in HTML 4.01.
@DOMNameAttribute(name="chOff") public String getChOff()
Offset of alignment character. See the charoff attribute definition in HTML 4.01.
@DOMNameAttribute(name="chOff") public void setChOff(String value)
Offset of alignment character. See the charoff attribute definition in HTML 4.01.
@DOMNameAttribute(name="colSpan") public int getColSpan()
Number of columns spanned by cell. See the colspan attribute definition in HTML 4.01.
@DOMNameAttribute(name="colSpan") public void setColSpan(int value)
Number of columns spanned by cell. See the colspan attribute definition in HTML 4.01.
@DOMNameAttribute(name="headers") public String getHeaders()
List of id
attribute values for header cells. See the
headers attribute definition in HTML 4.01.
@DOMNameAttribute(name="headers") public void setHeaders(String value)
List of id
attribute values for header cells. See the
headers attribute definition in HTML 4.01.
@DOMNameAttribute(name="height") public String getHeight()
Cell height. See the height attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
@DOMNameAttribute(name="height") public void setHeight(String value)
Cell height. See the height attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
@DOMNameAttribute(name="noWrap") public boolean getNoWrap()
Suppress word wrapping. See the nowrap attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
@DOMNameAttribute(name="noWrap") public void setNoWrap(boolean value)
Suppress word wrapping. See the nowrap attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
@DOMNameAttribute(name="rowSpan") public int getRowSpan()
Number of rows spanned by cell. See the rowspan attribute definition in HTML 4.01.
@DOMNameAttribute(name="rowSpan") public void setRowSpan(int value)
Number of rows spanned by cell. See the rowspan attribute definition in HTML 4.01.
@DOMNameAttribute(name="scope") public String getScope()
Scope covered by header cells. See the scope attribute definition in HTML 4.01.
@DOMNameAttribute(name="scope") public void setScope(String value)
Scope covered by header cells. See the scope attribute definition in HTML 4.01.
@DOMNameAttribute(name="vAlign") public String getVAlign()
Vertical alignment of data in cell. See the valign attribute definition in HTML 4.01.
@DOMNameAttribute(name="vAlign") public void setVAlign(String value)
Vertical alignment of data in cell. See the valign attribute definition in HTML 4.01.
@DOMNameAttribute(name="width") public String getWidth()
Cell width. See the width attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
@DOMNameAttribute(name="width") public void setWidth(String value)
Cell width. See the width attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.