LibreOffice Module winaccessibility (master) 1
Properties | List of all members
IAccessibleDocument Interface Reference

This interface represents documents. More...

import"ia2_api_all.idl";

Inheritance diagram for IAccessibleDocument:
[legend]
Collaboration diagram for IAccessibleDocument:
[legend]

Properties

IUnknown anchorTarget [get]
 Returns the most recently used anchor target within a document. More...
 

Detailed Description

This interface represents documents.

This interface is used for a representation of documents.

Definition at line 5359 of file ia2_api_all.idl.

Property Documentation

◆ anchorTarget

IUnknown IAccessibleDocument::anchorTarget
get

Returns the most recently used anchor target within a document.

A document's most recently targeted in-page anchor is returned. A typical use of this method is to fetch the anchor target within an HTML document. In this case anchor targets are those which have been defined with the <a> tag.

Parameters
[out]accessible
Return values
S_OK
S_FALSEif there are no existing valid anchor targets, [out] value is NULL.

The documentation for this interface was generated from the following file: