rdoc/RubyXL/CellStyles.html in rubyXL-3.3.1 vs rdoc/RubyXL/CellStyles.html in rubyXL-3.3.2

- old
+ new

@@ -2,27 +2,24 @@ <html> <head> <meta charset="UTF-8"> -<title>class RubyXL::CellStyles - rubyXL 3.3.1</title> +<title>class RubyXL::CellStyles - rubyXL 3.3.2</title> -<link href="../fonts.css" rel="stylesheet"> -<link href="../rdoc.css" rel="stylesheet"> - <script type="text/javascript"> var rdoc_rel_prefix = "../"; </script> <script src="../js/jquery.js"></script> -<script src="../js/navigation.js"></script> -<script src="../js/search_index.js"></script> -<script src="../js/search.js"></script> -<script src="../js/searcher.js"></script> <script src="../js/darkfish.js"></script> +<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> @@ -65,21 +62,34 @@ </div> + <!-- Method Quickref --> +<div id="method-list-section" class="nav-section"> + <h3>Methods</h3> + + <ul class="link-list" role="directory"> + <li ><a href="#method-c-default">::default</a> + + </ul> +</div> + </div> </nav> <main role="main" aria-labelledby="class-RubyXL::CellStyles"> <h1 id="class-RubyXL::CellStyles" class="class"> class RubyXL::CellStyles </h1> <section class="description"> +<p><a +href="http://www.schemacentral.com/sc/ooxml/e-ssml_cellStyles-1.html">www.schemacentral.com/sc/ooxml/e-ssml_cellStyles-1.html</a></p> + </section> @@ -91,15 +101,56 @@ + <section id="public-class-5Buntitled-5D-method-details" class="method-section"> + <header> + <h3>Public Class Methods</h3> + </header> + + + <div id="method-c-default" class="method-detail "> + + <div class="method-heading"> + <span class="method-name">default</span><span + class="method-args">()</span> + + <span class="method-click-advice">click to toggle source</span> + + </div> + + + <div class="method-description"> + + + + + + + <div class="method-source-code" id="default-source"> + <pre><span class="ruby-comment"># File lib/rubyXL/objects/stylesheet.rb, line 97</span> +<span class="ruby-keyword">def</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">default</span> + <span class="ruby-keyword">self</span>.<span class="ruby-identifier">new</span>(<span class="ruby-value">:_</span> =<span class="ruby-operator">&gt;</span> [ <span class="ruby-constant">RubyXL</span><span class="ruby-operator">::</span><span class="ruby-constant">CellStyle</span>.<span class="ruby-identifier">new</span>(<span class="ruby-value">:builtin_id</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-value">0</span>, <span class="ruby-value">:name</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-string">&#39;Normal&#39;</span>, <span class="ruby-value">:xf_id</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-value">0</span>) ]) +<span class="ruby-keyword">end</span></pre> + </div> + + </div> + + + + + </div> + + + </section> + </section> </main> <footer id="validator-badges" role="contentinfo"> <p><a href="http://validator.w3.org/check/referer">Validate</a> - <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.2. - <p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>. + <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.0. + <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>. </footer>