(incubating) | The Free and Open Productivity Suite
Announcing Apache OpenOffice 3.4

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

:: 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 Feather

Copyright & License | Privacy | Contact Us

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

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.