:: com :: sun :: star :: accessibility ::
|
unpublished |
constants group AccessibleTextType |
|
|
- Usage Restrictions
- not published
- Description
- Collection of types of text portions.
This collection describes the types of text portions that can be
accessed with the help of the methods of the
XAccessibleText interface.
- Since
- OOo 1.1.2
|
Constants' Details |
CHARACTER
const short CHARACTER = 1;
- Description
- Single character.
Indicates that single (multibyte) characters are used.
|
|
WORD
const short WORD = 2;
- Description
- Single word.
Indicates that single words are used. The definition of what a
word is is implementation and language/locale dependent. While in
English a word is ended by a space or a special character like a
comma or a period, this is not necessarily true in other
languages.
|
|
SENTENCE
const short SENTENCE = 3;
- Description
- Single sentence.
Indicates that single sentences are used. The definition of what
a sentence is is implementation and language/locale dependent.
While in English a sentence is ended by a period, this is not
necessarily true in other languages.
|
|
PARAGRAPH
const short PARAGRAPH = 4;
- Description
- Single paragraph.
Indicates that single paragraphs are used. The definition of
what a paragraph is is implementation and language/locale
dependent.
|
|
LINE
const short LINE = 5;
- Description
- Single line.
Indicates that single lines, as displayed on the screen, are
used. In contrast to the constants CHARACTER,
WORD, SENTENCE, and
PARAGRAPH which are content oriented this constant is
view oriented. It can be used to retrieve hyphenation
information.
|
|
GLYPH
const short GLYPH = 6;
- Description
- Single glyph.
Glyphs are runs of one or more (multibyte) characters which are
displayed as one symbol.
|
|
ATTRIBUTE_RUN
const short ATTRIBUTE_RUN = 7;
- Description
- Attribute run.
Each attribute run is a character run of maximal length where all
characters have the same attributes set.
|
|
Top of Page
Copyright © 2000, 2014 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.