Difference between revisions of "Documentation/DevGuide/Accessibility/XAccessibleExtendedComponent"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (FINAL VERSION FOR L10N)
m
 
Line 12: Line 12:
 
While the <idl>com.sun.star.accessibility.XAccessibleComponent</idl> interface should be implemented by almost every accessible object, the support of the <idls>com.sun.star.accessibility.XAccessibleExtendedComponent</idls> interface is optional. Its most important function, <idlm>com.sun.star.accessibility.XAccessibleExtendedComponent:getFont</idlm>() returns the font used to display text.
 
While the <idl>com.sun.star.accessibility.XAccessibleComponent</idl> interface should be implemented by almost every accessible object, the support of the <idls>com.sun.star.accessibility.XAccessibleExtendedComponent</idls> interface is optional. Its most important function, <idlm>com.sun.star.accessibility.XAccessibleExtendedComponent:getFont</idlm>() returns the font used to display text.
  
The <idlm>com.sun.star.accessibility.XAccessibleExtendedComponent:getTitledBorderText</idlm>() function returns the text that is displayed on an object's window borders, which in the case of {{PRODUCTNAME}} is only relevant for top-level windows.
+
The <idlm>com.sun.star.accessibility.XAccessibleExtendedComponent:getTitledBorderText</idlm>() function returns the text that is displayed on an object's window borders, which in the case of {{AOo}} is only relevant for top-level windows.
  
 
The <idlm>com.sun.star.accessibility.XAccessibleExtendedComponent:getToolTipText</idlm>() function returns the tool tip text that is displayed when the mouse pointer rests long enough over one point of the object.
 
The <idlm>com.sun.star.accessibility.XAccessibleExtendedComponent:getToolTipText</idlm>() function returns the tool tip text that is displayed when the mouse pointer rests long enough over one point of the object.

Latest revision as of 17:55, 21 December 2020



While the com.sun.star.accessibility.XAccessibleComponent interface should be implemented by almost every accessible object, the support of the XAccessibleExtendedComponent interface is optional. Its most important function, getFont() returns the font used to display text.

The getTitledBorderText() function returns the text that is displayed on an object's window borders, which in the case of Apache OpenOffice is only relevant for top-level windows.

The getToolTipText() function returns the tool tip text that is displayed when the mouse pointer rests long enough over one point of the object.

Content on this page is licensed under the Public Documentation License (PDL).
Personal tools
In other languages