Sophie

Sophie

distrib > * > cooker > x86_64 > by-pkgid > 5fb1c39f9f9130a3cc01e8b1ffa5c0f8 > files > 6281

libreoffice-devel-3.5.4-4.x86_64.rpm

<html>
<head>
<title>Enum GraphicLocation</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="GraphicLocation-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"><a href="#Values" class="navisub">Values</a></td>
<td class="navisub"><a href="#ValueDetails" class="navisub">Values' 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">style</a> :: </p>
</td>
</tr>
<tr>
<td class="title">enum GraphicLocation</td>
</tr>
<tr>
<td><dl>
<dt><b>Description</b></dt>
<dd>These enumeration values are used to specify the location of a
 graphic object within its surroundings.
 </dd>
</dl>
</td>
</tr>
</table>
<hr>
<a name="Values"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Values</td>
</tr>
<tr>
<td class="imsum_left"><a href="#NONE">NONE</a></td>
<td class="imsum_right">This value specifies that a location is not yet assigned.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#LEFT_TOP">LEFT_TOP</a></td>
<td class="imsum_right">The graphic is located in the top left corner.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#MIDDLE_TOP">MIDDLE_TOP</a></td>
<td class="imsum_right">The graphic is located in the middle of the top edge.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#RIGHT_TOP">RIGHT_TOP</a></td>
<td class="imsum_right">The graphic is located in the top right corner.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#LEFT_MIDDLE">LEFT_MIDDLE</a></td>
<td class="imsum_right">The graphic is located in the middle of the left edge.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#MIDDLE_MIDDLE">MIDDLE_MIDDLE</a></td>
<td class="imsum_right">The graphic is located at the center of the surrounding object.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#RIGHT_MIDDLE">RIGHT_MIDDLE</a></td>
<td class="imsum_right">The graphic is located in the middle of the right edge.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#LEFT_BOTTOM">LEFT_BOTTOM</a></td>
<td class="imsum_right">The graphic is located in the bottom left corner.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#MIDDLE_BOTTOM">MIDDLE_BOTTOM</a></td>
<td class="imsum_right">The graphic is located in the middle of the bottom edge.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#RIGHT_BOTTOM">RIGHT_BOTTOM</a></td>
<td class="imsum_right">The graphic is located in the bottom right corner.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#AREA">AREA</a></td>
<td class="imsum_right">The graphic is scaled to fill the whole surrounding area.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#TILED">TILED</a></td>
<td class="imsum_right">The graphic is repeatedly spread over the surrounding object
 like tiles.
 &nbsp;</td>
</tr>
</table>
<a name="ValueDetails"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle">Values' Details</td>
</tr>
<tr>
<td class="imdetail"><a name="NONE" class="membertitle">NONE</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td><b>NONE</b>,<hr>
<dl>
<dt><b>Description</b></dt>
<dd>This value specifies that a location is not yet assigned.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="LEFT_TOP" class="membertitle">LEFT_TOP</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td><b>LEFT_TOP</b>,<hr>
<dl>
<dt><b>Description</b></dt>
<dd>The graphic is located in the top left corner.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="MIDDLE_TOP" class="membertitle">MIDDLE_TOP</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td><b>MIDDLE_TOP</b>,<hr>
<dl>
<dt><b>Description</b></dt>
<dd>The graphic is located in the middle of the top edge.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="RIGHT_TOP" class="membertitle">RIGHT_TOP</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td><b>RIGHT_TOP</b>,<hr>
<dl>
<dt><b>Description</b></dt>
<dd>The graphic is located in the top right corner.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="LEFT_MIDDLE" class="membertitle">LEFT_MIDDLE</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td><b>LEFT_MIDDLE</b>,<hr>
<dl>
<dt><b>Description</b></dt>
<dd>The graphic is located in the middle of the left edge.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="MIDDLE_MIDDLE" class="membertitle">MIDDLE_MIDDLE</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td><b>MIDDLE_MIDDLE</b>,<hr>
<dl>
<dt><b>Description</b></dt>
<dd>The graphic is located at the center of the surrounding object.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="RIGHT_MIDDLE" class="membertitle">RIGHT_MIDDLE</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td><b>RIGHT_MIDDLE</b>,<hr>
<dl>
<dt><b>Description</b></dt>
<dd>The graphic is located in the middle of the right edge.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="LEFT_BOTTOM" class="membertitle">LEFT_BOTTOM</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td><b>LEFT_BOTTOM</b>,<hr>
<dl>
<dt><b>Description</b></dt>
<dd>The graphic is located in the bottom left corner.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="MIDDLE_BOTTOM" class="membertitle">MIDDLE_BOTTOM</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td><b>MIDDLE_BOTTOM</b>,<hr>
<dl>
<dt><b>Description</b></dt>
<dd>The graphic is located in the middle of the bottom edge.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="RIGHT_BOTTOM" class="membertitle">RIGHT_BOTTOM</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td><b>RIGHT_BOTTOM</b>,<hr>
<dl>
<dt><b>Description</b></dt>
<dd>The graphic is located in the bottom right corner.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="AREA" class="membertitle">AREA</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td><b>AREA</b>,<hr>
<dl>
<dt><b>Description</b></dt>
<dd>The graphic is scaled to fill the whole surrounding area.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="TILED" class="membertitle">TILED</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td><b>TILED</b>,<hr>
<dl>
<dt><b>Description</b></dt>
<dd>The graphic is repeatedly spread over the surrounding object
 like tiles.
 </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; 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved.</p><p class="copyright" align="center">LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.</p><p class="copyright" align="center">The Document Foundation acknowledges all community members, please find more info <a href="http://www.libreoffice.org/about-us/credits/" target="_blank">at our website</a>.<p>&nbsp;</p><p class="copyright" align="center"><a href="http://www.libreoffice.org/privacy" target="_blank">Privacy Policy</a> | <a href="http://www.libreoffice.org/imprint" target="_blank">Impressum (Legal Info)</a> | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (<a href="http://www.libreoffice.org/download/license/" target="_blank">LGPLv3</a>). "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 <a href="http://wiki.documentfoundation.org/TradeMark_Policy" target="_blank">trademark policy</a>.</p>

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

</html>