Language
	
	Asturianu (ast) 
	Català (ca) 
	Čeština (cs) 
	Dansk (da) 
	Deutsch (de) 
	
	English [US] (en-US) 
	Español (es) 
	Esperanto (eo) 
	Eesti keel (et) 
	Euskara (eu) 
	Français (fr) 
	Gàidhlig (gd) 
	Galego (gl) 
	Italiano (it) 
	Lietuvių (lt) 
	Magyar (hu) 
	Nederlands (nl) 
	Norsk (no) 
	Polski (pl) 
	Português [do Brasil] (pt-BR) 
	Português [Europeu] (pt) 
	Română (ro) 
	Slovenčina (sk) 
	Slovenščina (sl) 
	Suomi (fi) 
	Svenska (sv) 
	Yкраїнська (uk) 
	Tiếng Việt (vi) 
	Türkçe (tr) 
	ኦሮሚኛ (om) 
	Հայերեն (hy) 
	Ελληνικά (el) 
	български език (bg) 
	Русский (ru) 
	Cрпски [ћирилицом] (sr) 
	
	עברית (he) 
	हिन्दी (hi) 
	ភាសាខ្មែរ (km) 
	தமிழ் (ta) 
	ภาษาไทย (th) 
	简体中文 (zh-CN) 
	正體中文 (zh-TW) 
	日本語 (ja) 
	한국어 (ko) 
	 
	
  
  
    
     The Free and Open Productivity Suite
   
      
      
  
 
::  com  :: sun  :: star  :: accessibility  :: 
 
 
interface XAccessibleImage 
 
 
Description  
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.
  
Since   
OOo 1.1.2 
 
  
Developers Guide  
Accessibility - XAccessibleImage  
 
 
 
 
 
Methods' Details 
 
getAccessibleImageDescription 
string 
 
getAccessibleImageDescription (); 
 
 
Description  
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.)
 
  
Returns  
Returns a localized string that describes the images's function
 or content.
  
 
 
 
 
 
getAccessibleImageHeight 
long 
 
getAccessibleImageHeight (); 
 
 
Description  
Returns the height of the image.
 
  
The height is returned in units specified by the parents
 coordinate system.
 
  
Returns  
Returns the image's height with respect to the parent's
 coordinate system.
  
 
 
 
 
 
getAccessibleImageWidth 
long 
 
getAccessibleImageWidth (); 
 
 
Description  
Returns the width of the image.
 
  
The width is returned in units specified by the parents
 coordinate system.
 
  
Returns  
Returns the image's width with respect to the parent's
 coordinate system.
  
 
 
 
 
 
Top of Page Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.