FPHTMLXSLWebPartElement Object

FPHTMLXSLWebPartElement
Multiple objects

Represents an Extensible Stylesheet Language (XSL) Data View Web Part. See also the IHTMLXSLWebPartElement object.

This object is supported only by Web pages or sites that are based on Microsoft Windows SharePoint Services.

Using the FPHTMLXSLWebPartElement Object

Use the webParts property to return an IHTMLElementCollection collection that represents a collection of all Web Parts in a document. Use the Item method to return an FPHTMLXSLWebPartElement object that accesses a specific XSL Data View Web Part, referenced by ordinal number. The following example accesses the first Web Part in the active document. This example assumes that the first Web Part is an XSL Data View Web Part.

Dim objXSLWebPart As FPHTMLXSLWebPartElement

Set objXSLWebPart = ActiveDocument.webParts.Item(0)

Properties | all Property | assembly Property | children Property | className Property | Document Property | filters Property | id Property | innerHTML Property | innerText Property | isTextEdit Property | lang Property | language Property | namespace Property | offsetHeight Property | offsetLeft Property | offsetParent Property | offsetTop Property | offsetWidth Property | onafterupdate Property | onbeforeupdate Property | onclick Property | ondataavailable Property | ondatasetchanged Property | ondatasetcomplete Property | ondblclick Property | ondragstart Property | onerrorupdate Property | onfilterchange Property | onhelp Property | onkeydown Property | onkeypress Property | onkeyup Property | onmousedown Property | onmousemove Property | onmouseout Property | onmouseover Property | onmouseup Property | onrowenter Property | onrowexit Property | onselectstart Property | outerHTML Property | outerText Property | parentElement Property | parentTextEdit Property | recordNumber Property | sourceIndex Property | style Property | tagName Property | title Property

Methods | click Method | contains Method | currentDataNode Method | dataViewNodeSetIterator Method | dataViewTemplateBodyExpansion Method | getAttribute Method | getPartProperty Method | insertAdjacentHTML Method | insertAdjacentText Method | regenerateDataView Method | removeAttribute Method | removePartProperty Method | scrollIntoView Method | setAttribute Method | setPartProperty Method | toString Method | xmlTree Method | xslInstruction Method | xslNodeSetIterator Method | xslTemplateBody Method | xslTree Method

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

Parent Objects

Child Objects | IHTMLElement Object | IHTMLFiltersCollection Object | IHTMLStyle Object