:: com :: sun :: star :: accessibility ::

interface XAccessibleExtendedComponent
Base Interfaces
XAccessibleExtendedComponentXAccessibleComponent

XAccessibleComponent
Developers Guide
Accessibility - XAccessibleExtendedComponent

Methods' Summary
getFont Returns the font of this object.  
getTitledBorderText Returns the titled border text.  
getToolTipText Returns the tool tip text of this object.  
Methods' Details
getFont
::com::sun::star::awt::XFont
getFont();

Description
Returns the font of this object.
Returns
The returned reference to a font object is empty if a font is not supported by this object.
getTitledBorderText
string
getTitledBorderText();

Description
Returns the titled border text.

This method stems from the Java interface AccessibleExtendedComponent.

Returns
The returned value is the titled border text of the object or empty if that is not supported.
getToolTipText
string
getToolTipText();

Description
Returns the tool tip text of this object.

This method stems from the Java interface AccessibleExtendedComponent.

Returns
Returns the localized tool tip text of the object. If tool tips are not supported and empty string is returned.
Top of Page