#include <ia_hyperlink.h>
Public Member Functions | |
IAHyperlink (Microsoft::WRL::ComPtr< IAccessibleHyperlink > iface) | |
bool | isNull () |
std::string | toString () |
long | getStartIndex () |
long | getEndIndex () |
std::string | getAnchorTarget (long index) |
This object wraps an IAccessibleHyperlink pointer. It can be retrieved from an accessible object which implements this interface using IANode::QueryHyperlink().