@DOMObjectAttribute @DOMNameAttribute(name="HTMLTableSectionElement") public class HTMLTableSectionElement 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, parent, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
EventMap
PropertyChanged, PropertyChangedDelegate
Constructor and Description |
---|
HTMLTableSectionElement(com.aspose.html.dom.DOMName name,
Document doc)
Initializes a new instance of the
HTMLTableSectionElement class. |
Modifier and Type | Method and Description |
---|---|
void |
deleteRow(int index)
Delete a row from this section.
|
java.lang.String |
getAlign()
Horizontal alignment of data in cells.
|
java.lang.String |
getCh()
Alignment character for cells in a column.
|
java.lang.String |
getChOff()
Offset of alignment character.
|
HTMLCollection |
getRows()
The collection of rows in this table section.
|
java.lang.String |
getVAlign()
Vertical alignment of data in cells.
|
HTMLElement |
insertRow(int index)
Insert a row into this section.
|
void |
setAlign(java.lang.String value)
Horizontal alignment of data in cells.
|
void |
setCh(java.lang.String value)
Alignment character for cells in a column.
|
void |
setChOff(java.lang.String value)
Offset of alignment character.
|
void |
setVAlign(java.lang.String value)
Vertical alignment of data in cells.
|
getAttributeOrDefault, getAttributeOrDefault, getAttributeOrDefault, getAttributeOrDefault, getAttributeOrDefault, getAttributeOrDefault, getAttributeOrDefault, getAttributeOrDefault, getAttributeOrDefault, getAttributeOrDefault, 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, dispose, 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, finalize, getBaseURI, getChildNodes, getChildNodesInternal, getFirstChild, getLastChild, getNextSibling, getNodeValue, getOwnerDocument, getParentElement, getParentNode, getPreviousSibling, getRegisteredObservers, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceAll, replaceChild, setLocalName, setNamespaceURI, setNodeValue, setParentNode, setPrefix, toString
addEventListener, addEventListener, addEventListener, addEventListener, dispatchEvent, dispose, removeEventListener, removeEventListener, removeEventListener
fireNotifyPropertyChanged, getCurrentValues, getRuntimesBinding, setCurrentValues, setField, setRuntimesBinding
public HTMLTableSectionElement(com.aspose.html.dom.DOMName name, Document doc)
Initializes a new instance of the HTMLTableSectionElement
class.
name
- The DOM name.doc
- The document.@DOMNameAttribute(name="align") public java.lang.String getAlign()
Horizontal alignment of data in cells. See the align
attribute for HTMLTheadElement for details.
@DOMNameAttribute(name="align") public void setAlign(java.lang.String value)
Horizontal alignment of data in cells. See the align
attribute for HTMLTheadElement for details.
@DOMNameAttribute(name="ch") public java.lang.String getCh()
Alignment character for cells in a column. See the char attribute definition in HTML 4.01.
@DOMNameAttribute(name="ch") public void setCh(java.lang.String value)
Alignment character for cells in a column. See the char attribute definition in HTML 4.01.
@DOMNameAttribute(name="chOff") public java.lang.String getChOff()
Offset of alignment character. See the charoff attribute definition in HTML 4.01.
@DOMNameAttribute(name="chOff") public void setChOff(java.lang.String value)
Offset of alignment character. See the charoff attribute definition in HTML 4.01.
@DOMNameAttribute(name="vAlign") public java.lang.String getVAlign()
Vertical alignment of data in cells. See the valign
attribute for HTMLTheadElement for details.
@DOMNameAttribute(name="vAlign") public void setVAlign(java.lang.String value)
Vertical alignment of data in cells. See the valign
attribute for HTMLTheadElement for details.
@DOMNameAttribute(name="rows") public HTMLCollection getRows()
The collection of rows in this table section.
@DOMNameAttribute(name="insertRow") public HTMLElement insertRow(int index)
Insert a row into this section. The new row is inserted immediately
before the current index
th row in this section. If
index
is -1 or equal to the number of rows in this
section, the new row is appended.
index
- The row number where to insert a new row. This index
starts from 0 and is relative only to the rows contained inside
this section, not all the rows in the table.DOMException
- INDEX_SIZE_ERR: Raised if the specified index is greater than the
number of rows of if the index is a negative number other than -1.@DOMNameAttribute(name="deleteRow") public void deleteRow(int index)
Delete a row from this section.
index
- The index of the row to be deleted, or -1 to delete the
last row. This index starts from 0 and is relative only to the rows
contained inside this section, not all the rows in the table.DOMException
- INDEX_SIZE_ERR: Raised if the specified index is greater than or
equal to the number of rows or if the index is a negative number
other than -1.