Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-testing > by-pkgid > 2c50825dd66d0497b96a67f7fab2ee84 > files > 690

openoffice.org64-devel-doc-2.4.1.10-1mdv2008.1.x86_64.rpm

<html>
<head>
<title>Constants' Group AccessibleTextType</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../../idl.css">
</head>
<body>
<div id="adc-idlref">

<a name="_top_"> </a><table class="navimain" border="0" cellpadding="3">
<tr>
<td class="navimain"><a href="../module-ix.html" class="navimain">Overview</a></td>
<td class="navimain"><a href="module-ix.html" class="navimain">Module</a></td>
<td class="navimainnone">Use</td>
<td class="navimainnone">Devguide</td>
<td class="navimain"><a href="../../../../index-files/index-1.html" class="navimain">Index</a></td>
</tr>
</table>
<table class="navisub" border="0" cellpadding="0">
<tr>
<td class="navisub"><a href="#Constants" class="navisub">Constants</a></td>
<td class="navisub"><a href="#ConstantDetails" class="navisub">Constants' Details</a></td>
</tr>
</table>
<hr>
<table border="0" width="100%" cellpadding="5" cellspacing="3" class="title-table" style="margin-bottom:6pt;">
<tr>
<td><p class="namechain"><a href="../../../../module-ix.html" class="namechain">::</a> <a href="../../../module-ix.html" class="namechain">com</a> :: <a href="../../module-ix.html" class="namechain">sun</a> :: <a href="../module-ix.html" class="namechain">star</a> :: <a href="module-ix.html" class="namechain">accessibility</a> :: </p>
</td>
</tr>
<tr>
<td class="title">constants group AccessibleTextType</td>
</tr>
<tr>
<td><dl>
<dt><b>Description</b></dt>
<dd>Collection of types of text portions.

 </dd>
<dd><p>This collection describes the types of text portions that can be
 accessed with the help of the methods of the
 <a href="XAccessibleText.html">XAccessibleText</a> interface.</p>

 </dd>
<dt><b>Since </b></dt>
<dd>OpenOffice 1.1.2</dd>
</dl>
</td>
</tr>
</table>
<hr>
<a name="Constants"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Constants</td>
</tr>
<tr>
<td class="imsum_left"><a href="#CHARACTER">CHARACTER</a></td>
<td class="imsum_right">Single character.
 
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#WORD">WORD</a></td>
<td class="imsum_right">Single word.
 
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#SENTENCE">SENTENCE</a></td>
<td class="imsum_right">Single sentence.
 
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#PARAGRAPH">PARAGRAPH</a></td>
<td class="imsum_right">Single paragraph.
 
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#LINE">LINE</a></td>
<td class="imsum_right">Single line.
 
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#GLYPH">GLYPH</a></td>
<td class="imsum_right">Single glyph.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#ATTRIBUTE_RUN">ATTRIBUTE_RUN</a></td>
<td class="imsum_right">Attribute run.

 &nbsp;</td>
</tr>
</table>
<a name="ConstantDetails"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle">Constants' Details</td>
</tr>
<tr>
<td class="imdetail"><a name="CHARACTER" class="membertitle">CHARACTER</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>CHARACTER</b> = 1;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Single character.
 
 </dd>
<dd><p>Indicates that single (multibyte) characters are used.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="WORD" class="membertitle">WORD</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>WORD</b> = 2;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Single word.
 
 </dd>
<dd><p>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.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="SENTENCE" class="membertitle">SENTENCE</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>SENTENCE</b> = 3;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Single sentence.
 
 </dd>
<dd><p>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.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="PARAGRAPH" class="membertitle">PARAGRAPH</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>PARAGRAPH</b> = 4;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Single paragraph.
 
 </dd>
<dd><p>Indicates that single paragraphs are used. The definition of
 what a paragraph is is implementation and language/locale
 dependent.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="LINE" class="membertitle">LINE</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>LINE</b> = 5;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Single line.
 
 </dd>
<dd><p>Indicates that single lines, as displayed on the screen, are
 used. In contrast to the constants <b>CHARACTER</b>,
 <b>WORD</b>, <b>SENTENCE</b>, and
 <b>PARAGRAPH</b> which are content oriented this constant is
 view oriented. It can be used to retrieve hyphenation
 information.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="GLYPH" class="membertitle">GLYPH</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>GLYPH</b> = 6;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Single glyph.

 </dd>
<dd><p>Glyphs are runs of one or more (multibyte) characters which are
 displayed as one symbol.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="ATTRIBUTE_RUN" class="membertitle">ATTRIBUTE_RUN</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>ATTRIBUTE_RUN</b> = 7;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Attribute run.

 </dd>
<dd><p>Each attribute run is a character run of maximal length where all
 characters have the same attributes set.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
</table>
<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2008 Sun Microsystems, Inc.</p>

</div> <!-- id="adc-idlref" -->
</body>

</html>