summaryrefslogtreecommitdiffhomepage
path: root/doc/Axlsx/ValAxis.html
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2011-11-27 18:11:42 +0900
committerRandy Morgan <[email protected]>2011-11-27 18:11:42 +0900
commit4d16bfc43780e5d3f7368625700b583e3e98217a (patch)
treebd477483555fe52f2690e7f15743d93b9667adef /doc/Axlsx/ValAxis.html
parent11303a4d6664d9a7ff7bc408035d2ab70378a375 (diff)
downloadcaxlsx-4d16bfc43780e5d3f7368625700b583e3e98217a.tar.gz
caxlsx-4d16bfc43780e5d3f7368625700b583e3e98217a.zip
adding in row_style and col_style methods to worksheet and active record 'acts_as_axlsx' to provide to_xlsx.
Diffstat (limited to 'doc/Axlsx/ValAxis.html')
-rw-r--r--doc/Axlsx/ValAxis.html90
1 files changed, 52 insertions, 38 deletions
diff --git a/doc/Axlsx/ValAxis.html b/doc/Axlsx/ValAxis.html
index 252c78df..6e8f501c 100644
--- a/doc/Axlsx/ValAxis.html
+++ b/doc/Axlsx/ValAxis.html
@@ -96,8 +96,9 @@
<h2>Overview</h2><div class="docstring">
<div class="discussion">
-
-<p>the ValAxis class defines a chart value axis.</p>
+ <p>
+the ValAxis class defines a chart value axis.
+</p>
</div>
@@ -133,8 +134,9 @@
- <span class="summary_desc"><div class='inline'>
-<p>This element specifies how the value axis crosses the category axis.</p>
+ <span class="summary_desc"><div class='inline'><p>
+This element specifies how the value axis crosses the category axis.
+</p>
</div></span>
</li>
@@ -179,8 +181,9 @@
- <span class="summary_desc"><div class='inline'>
-<p>Creates a new ValAxis object.</p>
+ <span class="summary_desc"><div class='inline'><p>
+Creates a new ValAxis object.
+</p>
</div></span>
</li>
@@ -202,8 +205,9 @@
- <span class="summary_desc"><div class='inline'>
-<p>Serializes the value axis.</p>
+ <span class="summary_desc"><div class='inline'><p>
+Serializes the value axis.
+</p>
</div></span>
</li>
@@ -229,8 +233,9 @@
</p><div class="docstring">
<div class="discussion">
-
-<p>Creates a new ValAxis object</p>
+ <p>
+Creates a new ValAxis object
+</p>
</div>
@@ -249,8 +254,9 @@
&mdash;
- <div class='inline'>
-<p>the id of this axis</p>
+ <div class='inline'><p>
+the id of this axis
+</p>
</div>
</li>
@@ -265,8 +271,9 @@
&mdash;
- <div class='inline'>
-<p>the id of the perpendicular axis</p>
+ <div class='inline'><p>
+the id of the perpendicular axis
+</p>
</div>
</li>
@@ -283,8 +290,9 @@
&mdash;
- <div class='inline'>
-<p>a customizable set of options</p>
+ <div class='inline'><p>
+a customizable set of options
+</p>
</div>
</li>
@@ -355,10 +363,11 @@
<td>
<pre class="code"><span class="info file"># File 'lib/axlsx/drawing/val_axis.rb', line 17</span>
-<span class='kw'>def</span> <span class='id initialize'>initialize</span><span class='lparen'>(</span><span class='id axId'>axId</span><span class='comma'>,</span> <span class='id crossAx'>crossAx</span><span class='comma'>,</span> <span class='id options'>options</span><span class='op'>=</span><span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span>
- <span class='kw'>self</span><span class='period'>.</span><span class='id crossBetween'>crossBetween</span> <span class='op'>=</span> <span class='symbol'>:between</span>
- <span class='kw'>super</span><span class='lparen'>(</span><span class='id axId'>axId</span><span class='comma'>,</span> <span class='id crossAx'>crossAx</span><span class='comma'>,</span> <span class='id options'>options</span><span class='rparen'>)</span>
-<span class='kw'>end</span></pre>
+<span class='def def kw'>def</span> <span class='initialize identifier id'>initialize</span><span class='lparen token'>(</span><span class='axId identifier id'>axId</span><span class='comma token'>,</span> <span class='crossAx identifier id'>crossAx</span><span class='comma token'>,</span> <span class='options identifier id'>options</span><span class='assign token'>=</span><span class='lbrace token'>{</span><span class='rbrace token'>}</span><span class='rparen token'>)</span>
+ <span class='self self kw'>self</span><span class='dot token'>.</span><span class='crossBetween identifier id'>crossBetween</span> <span class='assign token'>=</span> <span class='symbol val'>:between</span>
+ <span class='super super kw'>super</span><span class='lparen token'>(</span><span class='axId identifier id'>axId</span><span class='comma token'>,</span> <span class='crossAx identifier id'>crossAx</span><span class='comma token'>,</span> <span class='options identifier id'>options</span><span class='rparen token'>)</span>
+<span class='end end kw'>end</span>
+</pre>
</td>
</tr>
</table>
@@ -381,9 +390,10 @@
</p><div class="docstring">
<div class="discussion">
-
-<p>This element specifies how the value axis crosses the category axis. must
-be one of [:between, :midCat]</p>
+ <p>
+This element specifies how the value axis crosses the category axis. must
+be one of [:between, :midCat]
+</p>
</div>
@@ -417,9 +427,10 @@ be one of [:between, :midCat]</p>
<td>
<pre class="code"><span class="info file"># File 'lib/axlsx/drawing/val_axis.rb', line 8</span>
-<span class='kw'>def</span> <span class='id crossBetween'>crossBetween</span>
- <span class='ivar'>@crossBetween</span>
-<span class='kw'>end</span></pre>
+<span class='def def kw'>def</span> <span class='crossBetween identifier id'>crossBetween</span>
+ <span class='@crossBetween ivar id'>@crossBetween</span>
+<span class='end end kw'>end</span>
+</pre>
</td>
</tr>
</table>
@@ -441,8 +452,9 @@ be one of [:between, :midCat]</p>
</p><div class="docstring">
<div class="discussion">
-
-<p>Serializes the value axis</p>
+ <p>
+Serializes the value axis
+</p>
</div>
@@ -461,8 +473,9 @@ be one of [:between, :midCat]</p>
&mdash;
- <div class='inline'>
-<p>The document builder instance this objects xml will be added to.</p>
+ <div class='inline'><p>
+The document builder instance this objects xml will be added to.
+</p>
</div>
</li>
@@ -499,12 +512,13 @@ be one of [:between, :midCat]</p>
<td>
<pre class="code"><span class="info file"># File 'lib/axlsx/drawing/val_axis.rb', line 27</span>
-<span class='kw'>def</span> <span class='id to_xml'>to_xml</span><span class='lparen'>(</span><span class='id xml'>xml</span><span class='rparen'>)</span>
- <span class='id xml'>xml</span><span class='period'>.</span><span class='id send'>send</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>c:valAx</span><span class='tstring_end'>'</span></span><span class='rparen'>)</span> <span class='lbrace'>{</span>
- <span class='kw'>super</span><span class='lparen'>(</span><span class='id xml'>xml</span><span class='rparen'>)</span>
- <span class='id xml'>xml</span><span class='period'>.</span><span class='id send'>send</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>c:crossBetween</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='symbol'>:val</span><span class='op'>=&gt;</span><span class='ivar'>@crossBetween</span><span class='rparen'>)</span>
- <span class='rbrace'>}</span>
-<span class='kw'>end</span></pre>
+<span class='def def kw'>def</span> <span class='to_xml identifier id'>to_xml</span><span class='lparen token'>(</span><span class='xml identifier id'>xml</span><span class='rparen token'>)</span>
+ <span class='xml identifier id'>xml</span><span class='dot token'>.</span><span class='send identifier id'>send</span><span class='lparen token'>(</span><span class='string val'>'c:valAx'</span><span class='rparen token'>)</span> <span class='lbrace token'>{</span>
+ <span class='super super kw'>super</span><span class='lparen token'>(</span><span class='xml identifier id'>xml</span><span class='rparen token'>)</span>
+ <span class='xml identifier id'>xml</span><span class='dot token'>.</span><span class='send identifier id'>send</span><span class='lparen token'>(</span><span class='string val'>'c:crossBetween'</span><span class='comma token'>,</span> <span class='symbol val'>:val=</span><span class='gt op'>&gt;</span><span class='@crossBetween ivar id'>@crossBetween</span><span class='rparen token'>)</span>
+ <span class='rbrace token'>}</span>
+<span class='end end kw'>end</span>
+</pre>
</td>
</tr>
</table>
@@ -515,9 +529,9 @@ be one of [:between, :midCat]</p>
</div>
<div id="footer">
- Generated on Sat Nov 26 13:16:37 2011 by
+ Generated on Sun Nov 27 18:05:15 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
- 0.7.3 (ruby-1.9.3).
+ 0.7.3 (ruby-1.8.7).
</div>
</body>