Sophie

Sophie

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

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

<html>
<head>
<title>Enum LabelOrigin</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="LabelOrigin-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">chart2</a> :: <a href="module-ix.html" class="namechain">data</a> :: </p>
</td>
</tr>
<tr>
<td class="title"><table class="title-table" width="99%">
<tr>
<td width="25%" class="title2">unpublished </td>
<td width="50%" class="title">enum LabelOrigin</td>
<td width="*"/></tr>
</table>
</td>
</tr>
<tr>
<td><dl>
<dt><b>Description</b></dt>
<dd>is used to specify how the labels have to be created.

 </dd>
<dt><b>See also</b></dt>
<dd><a href="XDataSequence.html">XDataSequence</a>::<a href="XDataSequence.html#generateLabel">generateLabel</a><br>
.
 </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="#SHORT_SIDE">SHORT_SIDE</a></td>
<td class="imsum_right">If a range spans a single row over more than one column, this
 parameter has the same effect as ROW. If the range spans a
 single column over more than one row, this is the same as
 COLUMN.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#LONG_SIDE">LONG_SIDE</a></td>
<td class="imsum_right">This is exactly the opposite of SHORT_SIDE. I.e., if
 SHORT_SIDE has the same effect as ROW, LONG_SIDE will have the
 same effect as COLUMN and the other way round.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#COLUMN">COLUMN</a></td>
<td class="imsum_right">Uses the column name for label generation. A spreadsheet
 range A1:A6 could, e.g., result in "Column A".

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#ROW">ROW</a></td>
<td class="imsum_right">Uses the column name for label generation. A spreadsheet
 range A2:D2 could, e.g., result in "Row 2".

 &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="SHORT_SIDE" class="membertitle">SHORT_SIDE</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td><b>SHORT_SIDE</b>,<hr>
<dl>
<dt><b>Description</b></dt>
<dd>If a range spans a single row over more than one column, this
 parameter has the same effect as ROW. If the range spans a
 single column over more than one row, this is the same as
 COLUMN.

 </dd>
<dd><p>In case of a range spanning more than one column and row,
 the shorter range of both should be used (e.g. a spreadsheet
 range A1:B10 should treat columns as short side).</p>

 <p>In case of a rectangular range, or a range that is composed
 of more than one contiguous sub-regions, the short side cannot
 be determined, thus
 <a href="XDataSequence.html">XDataSequence</a>::<a href="XDataSequence.html#generateLabel">generateLabel</a> will return an
 empty sequence.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="LONG_SIDE" class="membertitle">LONG_SIDE</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td><b>LONG_SIDE</b>,<hr>
<dl>
<dt><b>Description</b></dt>
<dd>This is exactly the opposite of SHORT_SIDE. I.e., if
 SHORT_SIDE has the same effect as ROW, LONG_SIDE will have the
 same effect as COLUMN and the other way round.

 </dd>
<dt><b>See also</b></dt>
<dd><a href="LabelOrigin.html">LabelOrigin</a>::<a href="LabelOrigin.html#SHORT_SIDE">SHORT_SIDE</a></dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="COLUMN" class="membertitle">COLUMN</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td><b>COLUMN</b>,<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Uses the column name for label generation. A spreadsheet
 range A1:A6 could, e.g., result in "Column A".

 </dd>
<dd><p>If a range consists of more than one column the result of
 label generation may be empty. Of course, it could also
 succeed with a string like "Columns A to B".
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="ROW" class="membertitle">ROW</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td><b>ROW</b>,<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Uses the column name for label generation. A spreadsheet
 range A2:D2 could, e.g., result in "Row 2".

 </dd>
<dd><p>If a range consists of more than one row the result of
 label generation may be empty. Of course, it could also
 succeed with a string like "Rows 1-3".
 </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>