Sophie

Sophie

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

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

<html>
<head>
<title>Service AccessibleChartDocumentView</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="navimain"><a href="AccessibleChartDocumentView-xref.html" class="navimain">Use</a></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">Included Services</td>
<td class="navisub"><a href="#ExportedInterfaces" class="navisub">Exported Interfaces</a></td>
<td class="navisub">Properties' Summary</td>
<td class="navisub">Properties' Details</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">chart</a> :: </p>
</td>
</tr>
<tr>
<td class="title">service AccessibleChartDocumentView</td>
</tr>
<tr>
<td><dl>
<dt><b>Description</b></dt>
<dd>The <a href="AccessibleChartDocumentView.html">AccessibleChartDocumentView</a> service is supported
 by a Component that represents the view of a Chart document to
 provide an entry point to the document tree for accessibility.

 </dd>
<dd><p>An object that implements the <a href="AccessibleChartDocumentView.html">AccessibleChartDocumentView</a>
 service provides information about itself and about the chart
 subcomponents contained in the chart document displayed in a
 window. This service gives a simplified view on the underlying
 implementation. It tries both to keep the structure of the
 accessibility representation tree as simple as possible and
 provide as much relevant information as possible.</p>

 </dd>
<dt><b>Since </b></dt>
<dd>OpenOffice 1.1.2</dd>
</dl>
</td>
</tr>
</table>
<hr>
<a name="ExportedInterfaces"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Exported Interfaces</td>
</tr>
<tr>
<td class="imsum_left">::com::sun::star::<a href="../accessibility/module-ix.html">accessibility</a>::<a href="../accessibility/XAccessible.html">XAccessible</a></td>
<td class="imsum_right"><dl>
<dt><b>Description</b></dt>
<dd>Base interface for being accessible. It gives access to the
 ::com::sun::star::<a href="../accessibility/module-ix.html">accessibility</a>::<a href="../accessibility/XAccessibleContext.html">XAccessibleContext</a>
 interface.
 </dd>
</dl>
</td>
</tr>
<tr>
<td class="imsum_left">::com::sun::star::<a href="../accessibility/module-ix.html">accessibility</a>::<a href="../accessibility/XAccessibleContext.html">XAccessibleContext</a></td>
<td class="imsum_right"><dl>
<dt><b>Description</b></dt>
<dd>Provide access to a Chart document's view.

 </dd>
<dd><p>You can access the following information:</p>
 <dl>
 <dt>Role</dt>
 <dd>The object's role is
 <b>AccessibleRole::DOCUMENT</b>.</dd>
 <dt>Name</dt>
 <dd>Its name is the document's name or the base name of the filename if
 no document name has been set explicitly.</dd>
 <dt>Description</dt>
 <dd>The description is the document's description or the
 full filename if no description has been set
 explicitly.</dd>
 <dt>Children</dt>
 <dd>The subcomponents of a chart. This includes all kinds of
 titles, a legend and the diagram. The diagram and the legend are
 the only children that themselves contain children. The Chart
 subcomponents support the service
 <a href="AccessibleChartElement.html">AccessibleChartElement</a>. Additionally, there may be
 shapes a user added via the clipboard. For details see the
 ::com::sun::star::<a href="../drawing/module-ix.html">drawing</a>::<a href="../drawing/AccessibleShape.html">AccessibleShape</a>.
 </dd>
 <dt>Parent</dt>
 <dd>The parent will usually be the window that contains the
 Chart document view. It has to be set via implementation dependent
 ways.</dd>
 <dt>Relations</dt>
 <dd>At the moment relations are not supported. The method
 ::com::sun::star::<a href="../accessibility/module-ix.html">accessibility</a>::<a href="../accessibility/XAccessibleContext.html">XAccessibleContext</a>::<a href="../accessibility/XAccessibleContext.html#getAccessibleRelationSet">getAccessibleRelationSet</a>
 will always return an empty set.</dd>
 <dt>States</dt>
 <dd>The following states are supported:
 <ul>
 <li><b>AccessibleStateType::DEFUNC</b>
 is set if a document view becomes obsolete like when
 the window, which displays the view, is closed.</li>
 <li><b>AccessibleStateType::ENABLED</b>
 is always set unless the
 <b>AccessibleStateType::DEFUNC</b>
 state is set.</li>
 <li><b>AccessibleStateType::OPAQUE</b>
 is always set.</li>
 <li><b>AccessibleStateType::SHOWING</b>
 is always set unless the
 <b>AccessibleStateType::DEFUNC</b>
 state is set.</li>
 <li><b>AccessibleStateType::VISIBLE</b>
 is always set unless the
 <b>AccessibleStateType::DEFUNC</b>
 state is set.</li>
 </ul>
 </dd>
 <dt>Locale</dt>
 <dd>Is the locale set at the document.</dd>
 <dt>Property change listeners</dt>
 <dd>They are supported to inform the
 listeners about changes in this object.</dd>
 </dl>
 </dd>
</dl>
</td>
</tr>
<tr>
<td class="imsum_left">::com::sun::star::<a href="../accessibility/module-ix.html">accessibility</a>::<a href="../accessibility/XAccessibleComponent.html">XAccessibleComponent</a></td>
<td class="imsum_right"><dl>
<dt><b>Description</b></dt>
<dd>Provide access to a Chart document's graphical representation.

 </dd>
<dd><p>The main purpose of this interface is to provide a bounding
 box of the currently visible area and to let the user find the
 subcomponents of a chart that cover a given test point.</p>

 <p>The accessible Chart subcomponents all support the service
 <a href="AccessibleChartElement.html">AccessibleChartElement</a></p>

 </dd>
<dt><b/></dt>
<dd/></dl>
</td>
</tr>
</table>
<br>&nbsp;<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>