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

This interface represents images and icons. More...

import"ia2_api_all.idl";

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

Properties

BSTR description [get]
 Returns the localized description of the image. More...
 
long imagePosition ([in] IA2CoordinateType coordinateType,[out] long x) [get]
 Returns the coordinates of the image. More...
 
long imageSize ([out] long height) [get]
 Returns the size of the image in units specified by parent's coordinate system. More...
 

Detailed Description

This interface represents images and icons.

This interface is used for a representation of images like icons on buttons. IAccessibleImage only needs to be implemented in certain situations. Some examples are:

  1. The accessible name and description are not enough to fully describe the image, e.g. when the accessible description is used to define the behavior of an actionable image and the image itself conveys semantically significant information.
  2. The user can edit the content that includes an image and therefore the user needs to be able to review the image's position.

Definition at line 4910 of file ia2_api_all.idl.

Property Documentation

◆ description

BSTR IAccessibleImage::description
get

Returns the localized description of the image.

Parameters
[out]description
Return values
S_OK
S_FALSEif there is nothing to return, [out] value is NULL

Referenced by CAccImage::get_description().

◆ imagePosition

long IAccessibleImage::imagePosition([in] IA2CoordinateType coordinateType, [out] long x)
get

Returns the coordinates of the image.

Parameters
[in]coordinateTypeSpecifies whether the returned coordinates should be relative to the screen or the parent object.
[out]x
[out]y
Return values
S_OK

◆ imageSize

long IAccessibleImage::imageSize([out] long height)
get

Returns the size of the image in units specified by parent's coordinate system.

Parameters
[out]height
[out]width
Return values
S_OK

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