rdoc/RubyXL/NumberFormats.html in rubyXL-3.4.16 vs rdoc/RubyXL/NumberFormats.html in rubyXL-3.4.17
- old
+ new
@@ -2,11 +2,11 @@
<html>
<head>
<meta charset="UTF-8">
-<title>class RubyXL::NumberFormats - rubyXL 3.4.16</title>
+<title>class RubyXL::NumberFormats - rubyXL 3.4.17</title>
<script type="text/javascript">
var rdoc_rel_prefix = "../";
var index_rel_prefix = "../";
</script>
@@ -19,12 +19,10 @@
<link href="../css/fonts.css" rel="stylesheet">
<link href="../css/rdoc.css" rel="stylesheet">
-
-
<body id="top" role="document" class="class">
<nav role="navigation">
<div id="project-navigation">
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
<h2>
@@ -57,28 +55,26 @@
<div id="class-metadata">
- <div id="parent-class-section" class="nav-section">
+
+<div id="parent-class-section" class="nav-section">
<h3>Parent</h3>
-
<p class="link"><a href="OOXMLContainerObject.html">RubyXL::OOXMLContainerObject</a>
-
</div>
- <!-- Method Quickref -->
+
+<!-- Method Quickref -->
<div id="method-list-section" class="nav-section">
<h3>Methods</h3>
<ul class="link-list" role="directory">
-
<li ><a href="#method-i-find_by_format_id">#find_by_format_id</a>
-
</ul>
</div>
</div>
</nav>
@@ -92,82 +88,58 @@
<p><a href="http://www.datypic.com/sc/ooxml/e-ssml_numFmts-1.html">www.datypic.com/sc/ooxml/e-ssml_numFmts-1.html</a></p>
</section>
-
<section id="5Buntitled-5D" class="documentation-section">
-
-
-
<section class="constants-list">
<header>
<h3>Constants</h3>
</header>
<dl>
-
<dt id="DEFAULT_NUMBER_FORMATS">DEFAULT_NUMBER_FORMATS
-
<dd><p><a href="https://support.office.com/en-us/article/5026bbd6-04bc-48cd-bf33-80f18b4eae68">support.office.com/en-us/article/5026bbd6-04bc-48cd-bf33-80f18b4eae68</a></p>
-
-
</dl>
</section>
-
-
-
+
<section id="public-instance-5Buntitled-5D-method-details" class="method-section">
<header>
<h3>Public Instance Methods</h3>
</header>
-
<div id="method-i-find_by_format_id" class="method-detail ">
-
<div class="method-heading">
<span class="method-name">find_by_format_id</span><span
class="method-args">(format_id)</span>
-
<span class="method-click-advice">click to toggle source</span>
-
</div>
-
<div class="method-description">
-
-
-
-
<div class="method-source-code" id="find_by_format_id-source">
<pre><span class="ruby-comment"># File lib/rubyXL/objects/stylesheet.rb, line 63</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">find_by_format_id</span>(<span class="ruby-identifier">format_id</span>)
<span class="ruby-keyword">self</span>.<span class="ruby-identifier">find</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">fmt</span><span class="ruby-operator">|</span> <span class="ruby-identifier">fmt</span>.<span class="ruby-identifier">num_fmt_id</span> <span class="ruby-operator">==</span> <span class="ruby-identifier">format_id</span> }
<span class="ruby-keyword">end</span></pre>
</div>
-
</div>
-
-
</div>
-
</section>
-
- </section>
+ </section>
</main>
<footer id="validator-badges" role="contentinfo">
<p><a href="https://validator.w3.org/check/referer">Validate</a>
- <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.1.
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.3.0.
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
</footer>