Sophie

Sophie

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

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

<html>
<head>
<title>Service AccessibleDrawDocumentView</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="AccessibleDrawDocumentView-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">drawing</a> :: </p>
</td>
</tr>
<tr>
<td class="title">service AccessibleDrawDocumentView</td>
</tr>
<tr>
<td><dl>
<dt><b>Description</b></dt>
<dd>The <a href="AccessibleDrawDocumentView.html">AccessibleDrawDocumentView</a> service is implemented by
 views of Draw and Impress documents.

 </dd>
<dd><p>An object that implements the <a href="AccessibleDrawDocumentView.html">AccessibleDrawDocumentView</a>
 service provides information about the view of a Draw or Impress
 document in one of the various view modes. With its children it gives
 access to the current page and the shapes on that page.</p>

 <p>This service gives a simplified view on the underlying document. It
 tries both to keep the structure of the accessibility representation
 tree as simple as possible and provide as much relevant information as
 possible. This has the following consequences:
 <ol>
 <li>Only the current draw page and only the visible shapes are
 accessible. To switch to another page or to access shapes that lie
 outside the currently visible area, the user has to issue these requests
 manually or programmatically through the usual chanels, e.g. pressing
 keys or selecting menu entries.</li>
 <li>The hierarchy exposed through the 
 ::com::sun::star::<a href="../accessibility/module-ix.html">accessibility</a>::<a href="../accessibility/XAccessibleContext.html">XAccessibleContext</a>
 interface does not necessarily correspond directly to the underlying
 draw page structure. Internal nodes in this hierarchy are introduced 
 by group shapes, 3D scenes, and OLE objects.</li>
 <li>The view modes editing view, outline view, slides view, notes view,
 handout view, and presentation view are not exposed explicitly.
 However, if there happens to be a view mode change which results in a
 rearrangement of the visible shapes, the user gets notified of this.</li>
 </ol></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 the view of a document.

 </dd>
<dd><p>You can access the following information:
 <ul>
 <li>Role: The object's role is <b>AccessibleRole::DOCUMENT</b>.</li>
 <li>Name: Its name is "AccessibleDrawDocumentView",
 "AccessibleOutlineView", or "slide window".</li> 
 <li>Description: The description is "Draw Document", "Accessible 
 Draw Document Outline", or "slide window".</li>
 <li>Children: The shapes of the current draw page that are currently
 visible are direct and indirect children of (an object
 implementing) 
 this service. Group shapes, 3D scenes, and OLE objects
 introduce further levels into the hierarchy. If the visibility
 of shapes changes--due to 
 scrolling, switching the current draw page, or changing the view
 mode--the appropriate listeners are called and the user gets
 informed of this.</li>
 <li>Parent: The parent will usually be the window that contains the
 draw document view. It has to be set via implementation dependend
 ways.</li>
 <li>Relations: Relations are set and modified from the outside.</li> 
 <li>States: <b>AccessibleStateType::DEFUNC</b> is set if a document view
 becomes obsolete like when the window, which displays the view,
 is closed. Otherwise the states
 <b>AccessibleStateType::ENABLED</b>,
 <b>AccessibleStateType::SHOWING</b>,
 <b>AccessibleStateType::VISIBLE</b>,
 <b>AccessibleStateType::FOCUSABLE</b>, and
 <b>AccessibleStateType::SELECTABLE</b>
 are always set.</li>
 <li>Locale: Is obtained from the parent and returned unchanged.</li>
 </ul></p>
 </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 draw 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 children
 (i.e. shapes) that cover a given test point. The more interesting
 part of the graphical representation of a draw page lies in its
 children. See the <a href="AccessibleShape.html">AccessibleShape</a> service for more
 information about shapes.</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>