LibreOffice
LibreOffice 24.2 SDK API Reference
|
Implement this interface to represent images and icons. More...
import"XAccessibleImage.idl";
Public Member Functions | |
string | getAccessibleImageDescription () |
Returns the localized description of the image. More... | |
long | getAccessibleImageHeight () |
Returns the height of the image. More... | |
long | getAccessibleImageWidth () |
Returns the width of the image. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
Implement this interface to represent images and icons.
This interface is used for a representation of images like icons of buttons. The corresponding interface of the Java Accessibility API is AccessibleIcon. This interface lets you retrieve an image's size and description.
string getAccessibleImageDescription | ( | ) |
Returns the localized description of the image.
It depends on the usage of an image whether the description should express the image's function (e.g. for icons) or the actual content of the image (e.g. for image maps or non-iconic images embedded into a document.)
long getAccessibleImageHeight | ( | ) |
Returns the height of the image.
The height is returned in units specified by the parents coordinate system.
long getAccessibleImageWidth | ( | ) |
Returns the width of the image.
The width is returned in units specified by the parents coordinate system.