Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: drawing ::

service AccessibleGraphicShape
Description
The AccessibleGraphicShape service is implemented by the graphic object shapes shapes com.sun.star.drawing.GraphicObjectShape and com.sun.star.presentation.GraphicObjectShape.

It differs from the included AccessibleShape 'base' service by the additional support of the ::com::sun::star::accessibility::XAccessibleImage interface.

Since
OOo 1.1.2

Included Services - Summary
AccessibleShape

Give access to information of generic shapes. (details)

Exported Interfaces - Summary
::com::sun::star::accessibility::XAccessibleImage

Give access to image specific information. (details)

Included Services - Details
AccessibleShape
Description
Give access to information of generic shapes.

See AccessibleShape for documentation and support of the interfaces ::com::sun::star::accessibility::XAccessible, ::com::sun::star::accessibility::XAccessibleContext, and ::com::sun::star::accessibility::XAccessibleComponent.

See also
AccessibleShape
Exported Interfaces - Details
::com::sun::star::accessibility::XAccessibleImage
Description
Give access to image specific information.

The support of the ::com::sun::star::accessibility::XAccessibleImage interface requires the shape to provide a description of the displayed image and the image's size in the screen coordinate system (pixel). At the time being this interface does not provide information that is not available through the AccessibleShape service: the size returned by the ::com::sun::star::accessibility::XAccessibleImage::getWidth and ::com::sun::star::accessibility::XAccessibleImage::getHeight functions is the same as that returned by the ::com::sun::star::accessibility::XAccessibleComponent::getSize function; the description returned by ::com::sun::star::accessibility::XAccessibleImage::getAccessibleImageDescription function is the same as the one returned by the ::com::sun::star::accessibility::XAccessibleContext::getAccessibleDescription function. This makes the additional interface for the time being basically an indicator of graphic shapes. This may change in the future.


 
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.