summaryrefslogtreecommitdiffhomepage
path: root/doc/Axlsx/GraphicFrame.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Axlsx/GraphicFrame.html')
-rw-r--r--doc/Axlsx/GraphicFrame.html42
1 files changed, 21 insertions, 21 deletions
diff --git a/doc/Axlsx/GraphicFrame.html b/doc/Axlsx/GraphicFrame.html
index 6a3d3052..e9c4d8bc 100644
--- a/doc/Axlsx/GraphicFrame.html
+++ b/doc/Axlsx/GraphicFrame.html
@@ -326,14 +326,14 @@ Creates a new GraphicFrame object
<pre class="lines">
+22
+23
24
25
-26
-27
-28</pre>
+26</pre>
</td>
<td>
- <pre class="code"><span class="info file"># File 'lib/axlsx/drawing/graphic_frame.rb', line 24</span>
+ <pre class="code"><span class="info file"># File 'lib/axlsx/drawing/graphic_frame.rb', line 22</span>
<span class='def def kw'>def</span> <span class='initialize identifier id'>initialize</span><span class='lparen token'>(</span><span class='anchor identifier id'>anchor</span><span class='comma token'>,</span> <span class='chart_type identifier id'>chart_type</span><span class='comma token'>,</span> <span class='options identifier id'>options</span><span class='rparen token'>)</span>
<span class='DataTypeValidator constant id'>DataTypeValidator</span><span class='dot token'>.</span><span class='validate identifier id'>validate</span> <span class='string val'>&quot;Drawing.chart_type&quot;</span><span class='comma token'>,</span> <span class='Chart constant id'>Chart</span><span class='comma token'>,</span> <span class='chart_type identifier id'>chart_type</span>
@@ -392,12 +392,12 @@ A anchor that holds this frame
<pre class="lines">
-15
-16
-17</pre>
+13
+14
+15</pre>
</td>
<td>
- <pre class="code"><span class="info file"># File 'lib/axlsx/drawing/graphic_frame.rb', line 15</span>
+ <pre class="code"><span class="info file"># File 'lib/axlsx/drawing/graphic_frame.rb', line 13</span>
<span class='def def kw'>def</span> <span class='anchor identifier id'>anchor</span>
<span class='@anchor ivar id'>@anchor</span>
@@ -449,12 +449,12 @@ A reference to the chart object associated with this frame
<pre class="lines">
-11
-12
-13</pre>
+9
+10
+11</pre>
</td>
<td>
- <pre class="code"><span class="info file"># File 'lib/axlsx/drawing/graphic_frame.rb', line 11</span>
+ <pre class="code"><span class="info file"># File 'lib/axlsx/drawing/graphic_frame.rb', line 9</span>
<span class='def def kw'>def</span> <span class='chart identifier id'>chart</span>
<span class='@chart ivar id'>@chart</span>
@@ -506,12 +506,12 @@ The relationship id for this graphic
<pre class="lines">
-19
-20
-21</pre>
+17
+18
+19</pre>
</td>
<td>
- <pre class="code"><span class="info file"># File 'lib/axlsx/drawing/graphic_frame.rb', line 19</span>
+ <pre class="code"><span class="info file"># File 'lib/axlsx/drawing/graphic_frame.rb', line 17</span>
<span class='def def kw'>def</span> <span class='rId identifier id'>rId</span>
<span class='dstring node'>&quot;rId#{@anchor.index+1}&quot;</span>
@@ -588,6 +588,8 @@ The document builder instance this objects xml will be added to.
<pre class="lines">
+35
+36
37
38
39
@@ -603,12 +605,10 @@ The document builder instance this objects xml will be added to.
49
50
51
-52
-53
-54</pre>
+52</pre>
</td>
<td>
- <pre class="code"><span class="info file"># File 'lib/axlsx/drawing/graphic_frame.rb', line 37</span>
+ <pre class="code"><span class="info file"># File 'lib/axlsx/drawing/graphic_frame.rb', line 35</span>
<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'>'xdr:graphicFrame'</span><span class='rparen token'>)</span> <span class='lbrace token'>{</span>
@@ -639,7 +639,7 @@ The document builder instance this objects xml will be added to.
</div>
<div id="footer">
- Generated on Wed Nov 23 12:36:30 2011 by
+ Generated on Wed Nov 23 21:44:37 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.8.7).
</div>