:: com :: sun :: star :: text ::

service AccessibleFootnoteView

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

This interface gives access to any paragraph fragment and table fragment that is contained in a footnote and is at least partially visible on the screen. (details)

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

This interface describes the graphical representation of a footnote.

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

This is the interface for listeners

Exported Interfaces - Details
::com::sun::star::accessibility::XAccessibleContext
Description
This interface gives access to any paragraph fragment and table fragment that is contained in a footnote and is at least partially visible on the screen.
  • The parent returned by ::com::sun::star::accessibility::XAccessibleContext::getAccessibleParent() is either the accessible view of a text document, a page of the accessible page preview of a text document, or the accessible page preview of a spreadsheet document.
  • The children returned by ::com::sun::star::accessibility::XAccessibleContext::getAccessibleChild() all support the interface XAccessible. Calling ::com::sun::star::accessibility::XAccessible::getAccessibleContext() for these children returns an object that supports one of the following services.
    • ::com::sun::star::text::AccessibleParagraphView: A child of this kind is returned for every paragraph fragment that is contained in the document body and is at least partially visible. A paragraph fragment is the part of a paragraph that is displayed on a certain page.
    • ::com::sun::star::table::AccessibleTableView: A child of this kind is returned for every table fragment that is contained in the document body and is at least partially visible. A table fragment is the part of a table that is displayed on a certain page.

    The logical order of paragraph and table fragments is never changed.

  • The role is ::com::sun::star::accessibility::AccessibleRole::FOOTNOTE
  • The name is "footnote" (or the equivalent term in application's language) with a number appended.
  • The description is footnote" (or the equivalent term in application's language) with the footnote number or character appended in the format that is specified in the footnote settings.
  • There are no relations. TODO: One might specify a relation to the footnote anchor's paragraph.
  • The following states might be contained in the state set returned by com::sun::star::accessibility::XAccessibleContext::getAccessibleStateSet():
    • ::com::sun::star::accessibility::AccessibleStateType::DEFUNC (indicates that the document window has been closed or the footnote is not existing any longer)
    • ::com::sun::star::accessibility::AccessibleStateType::EDITABLE
    • ::com::sun::star::accessibility::AccessibleStateType::ENABLED (always contained)
    • ::com::sun::star::accessibility::AccessibleStateType::OPAQUE
    • ::com::sun::star::accessibility::AccessibleStateType::SHOWING
    • ::com::sun::star::accessibility::AccessibleStateType::VISIBLE
  • Depending of the application's region setting, the locale is the western, Asian or complex default language of the document.
::com::sun::star::accessibility::XAccessibleComponent
Description
This interface describes the graphical representation of a footnote.
::com::sun::star::accessibility::XAccessibleEventBroadcaster
Description
This is the interface for listeners

 
Top of Page