FPHTMLTableCaption Object

FPHTMLTableCaption
Multiple objects

Represents a CAPTION element for a TABLE element in an HTML document. See also the IHTMLTableCaption object.

Using the FPHTMLTableCaption object

Use the caption property of the FPHTMLTable object to return an FPHTMLTableCaption object that represents the CAPTION element for that table. The following example accesses the first CAPTION element in the first TABLE element in the active document.

Dim objTable As FPHTMLTable
Dim objCaption As FPHTMLTableCaption

Set objTable = ActiveDocument.all.tags("table").Item(0)
Set objCaption = objTable.Caption

Properties | accessKey Property | Align Property | all Property | children Property | className Property | clientHeight Property | clientLeft Property | clientTop Property | clientWidth Property | Document Property | filters Property | id Property | innerHTML Property | innerText Property | isTextEdit Property | lang Property | language Property | offsetHeight Property | offsetLeft Property | offsetParent Property | offsetTop Property | offsetWidth Property | onafterupdate Property | onbeforeupdate Property | onblur Property | onclick Property | ondataavailable Property | ondatasetchanged Property | ondatasetcomplete Property | ondblclick Property | ondragstart Property | onerrorupdate Property | onfilterchange Property | onfocus Property | onhelp Property | onkeydown Property | onkeypress Property | onkeyup Property | onmousedown Property | onmousemove Property | onmouseout Property | onmouseover Property | onmouseup Property | onresize Property | onrowenter Property | onrowexit Property | onscroll Property | onselectstart Property | outerHTML Property | outerText Property | parentElement Property | parentTextEdit Property | recordNumber Property | scrollHeight Property | scrollLeft Property | scrollTop Property | scrollWidth Property | sourceIndex Property | style Property | tabIndex Property | tagName Property | title Property | vAlign Property

Methods | addFilter Method | blur Method | click Method | contains Method | createControlRange Method | focus Method | getAttribute Method | insertAdjacentHTML Method | insertAdjacentText Method | removeAttribute Method | removeFilter Method | scrollIntoView Method | setAttribute Method | toString Method

Events | onafterupdate Event | onbeforeupdate Property | onblur Event | onchange Event | onclick Event | ondataavailable Event | ondatasetchanged Event | ondatasetcomplete Event | ondblclick Event | ondragstart Event | onerrorupdate Event | onfilterchange Event | onfocus Event | onhelp Event | onkeydown Property | onkeypress Event | onkeyup Event | onmousedown Event | onmousemove Event | onmouseout Event | onmouseover Event | onmouseup Event | onresize Event | onrowenter Event | onrowexit Event | onscroll Event | onselect Event | onselectstart Event

Parent Objects

Child Objects | IHTMLElement Object | IHTMLFiltersCollection Object | IHTMLStyle Object