summaryrefslogtreecommitdiffhomepage
path: root/doc/Axlsx/Fill.html
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2011-11-27 21:45:19 +0900
committerRandy Morgan <[email protected]>2011-11-27 21:45:19 +0900
commitcdfc7251bde8347678d355e5fe65fc20e120bc23 (patch)
treed555a2b6a70b8e5b735aa7ef2248017cf7b1447e /doc/Axlsx/Fill.html
parente6d269d03875bc0a4687b9d5f4b7016fc7d27b32 (diff)
downloadcaxlsx-cdfc7251bde8347678d355e5fe65fc20e120bc23.tar.gz
caxlsx-cdfc7251bde8347678d355e5fe65fc20e120bc23.zip
updating docs for 1.0.10a release
Diffstat (limited to 'doc/Axlsx/Fill.html')
-rw-r--r--doc/Axlsx/Fill.html79
1 files changed, 46 insertions, 33 deletions
diff --git a/doc/Axlsx/Fill.html b/doc/Axlsx/Fill.html
index 2fcf0aea..4a2cf21e 100644
--- a/doc/Axlsx/Fill.html
+++ b/doc/Axlsx/Fill.html
@@ -97,15 +97,17 @@
<div class="note notetag">
<strong>Note:</strong>
- <div class='inline'>
-<p>The recommended way to manage styles in your workbook is to use
-Styles#add_style.</p>
+ <div class='inline'><p>
+The recommended way to manage styles in your workbook is to use
+Styles#add_style.
+</p>
</div>
</div>
-
-<p>The Fill is a formatting object that manages the background color, and
-pattern for cells.</p>
+<p>
+The Fill is a formatting object that manages the background color, and
+pattern for cells.
+</p>
</div>
@@ -148,8 +150,9 @@ pattern for cells.</p>
- <span class="summary_desc"><div class='inline'>
-<p>The type of fill.</p>
+ <span class="summary_desc"><div class='inline'><p>
+The type of fill.
+</p>
</div></span>
</li>
@@ -186,8 +189,9 @@ pattern for cells.</p>
- <span class="summary_desc"><div class='inline'>
-<p>Creates a new Fill object.</p>
+ <span class="summary_desc"><div class='inline'><p>
+Creates a new Fill object.
+</p>
</div></span>
</li>
@@ -209,8 +213,9 @@ pattern for cells.</p>
- <span class="summary_desc"><div class='inline'>
-<p>Serializes the fill.</p>
+ <span class="summary_desc"><div class='inline'><p>
+Serializes the fill.
+</p>
</div></span>
</li>
@@ -231,8 +236,9 @@ pattern for cells.</p>
</p><div class="docstring">
<div class="discussion">
-
-<p>Creates a new Fill object</p>
+ <p>
+Creates a new Fill object
+</p>
</div>
@@ -265,8 +271,9 @@ pattern for cells.</p>
&mdash;
- <div class='inline'>
-<p>if the fill_type parameter is not a PatternFill or a GradientFill instance</p>
+ <div class='inline'><p>
+if the fill_type parameter is not a PatternFill or a GradientFill instance
+</p>
</div>
</li>
@@ -286,9 +293,10 @@ pattern for cells.</p>
<td>
<pre class="code"><span class="info file"># File 'lib/axlsx/stylesheet/fill.rb', line 16</span>
-<span class='kw'>def</span> <span class='id initialize'>initialize</span><span class='lparen'>(</span><span class='id fill_type'>fill_type</span><span class='rparen'>)</span>
- <span class='kw'>self</span><span class='period'>.</span><span class='id fill_type'>fill_type</span> <span class='op'>=</span> <span class='id fill_type'>fill_type</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='fill_type identifier id'>fill_type</span><span class='rparen token'>)</span>
+ <span class='self self kw'>self</span><span class='dot token'>.</span><span class='fill_type identifier id'>fill_type</span> <span class='assign token'>=</span> <span class='fill_type identifier id'>fill_type</span>
+<span class='end end kw'>end</span>
+</pre>
</td>
</tr>
</table>
@@ -311,8 +319,9 @@ pattern for cells.</p>
</p><div class="docstring">
<div class="discussion">
-
-<p>The type of fill</p>
+ <p>
+The type of fill
+</p>
</div>
@@ -346,9 +355,10 @@ pattern for cells.</p>
<td>
<pre class="code"><span class="info file"># File 'lib/axlsx/stylesheet/fill.rb', line 11</span>
-<span class='kw'>def</span> <span class='id fill_type'>fill_type</span>
- <span class='ivar'>@fill_type</span>
-<span class='kw'>end</span></pre>
+<span class='def def kw'>def</span> <span class='fill_type identifier id'>fill_type</span>
+ <span class='@fill_type ivar id'>@fill_type</span>
+<span class='end end kw'>end</span>
+</pre>
</td>
</tr>
</table>
@@ -370,8 +380,9 @@ pattern for cells.</p>
</p><div class="docstring">
<div class="discussion">
-
-<p>Serializes the fill</p>
+ <p>
+Serializes the fill
+</p>
</div>
@@ -390,8 +401,9 @@ pattern for cells.</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>
@@ -425,9 +437,10 @@ pattern for cells.</p>
<td>
<pre class="code"><span class="info file"># File 'lib/axlsx/stylesheet/fill.rb', line 23</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 fill'>fill</span> <span class='lbrace'>{</span> <span class='ivar'>@fill_type</span><span class='period'>.</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='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='fill identifier id'>fill</span> <span class='lbrace token'>{</span> <span class='@fill_type ivar id'>@fill_type</span><span class='dot token'>.</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='rbrace token'>}</span>
+<span class='end end kw'>end</span>
+</pre>
</td>
</tr>
</table>
@@ -438,9 +451,9 @@ pattern for cells.</p>
</div>
<div id="footer">
- Generated on Sun Nov 27 20:28:13 2011 by
+ Generated on Sun Nov 27 21:44:30 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>