rrtf 1.0.0 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +5 -5
- data/CHANGELOG.md +17 -0
- data/README.md +29 -0
- data/documentation/RRTF.html +5 -5
- data/documentation/RRTF/AnonymousStyle.html +2 -2
- data/documentation/RRTF/BorderFormatting.html +48 -48
- data/documentation/RRTF/BorderStyle.html +1 -1
- data/documentation/RRTF/CharacterFormatting.html +1 -1
- data/documentation/RRTF/CharacterStyle.html +1 -1
- data/documentation/RRTF/Colour.html +1 -1
- data/documentation/RRTF/ColourTable.html +1 -1
- data/documentation/RRTF/CommandNode.html +333 -93
- data/documentation/RRTF/ContainerNode.html +1 -1
- data/documentation/RRTF/Converters.html +1 -1
- data/documentation/RRTF/Converters/HTML.html +1 -1
- data/documentation/RRTF/Converters/HTML/Helpers.html +1 -1
- data/documentation/RRTF/Converters/HTML/Node.html +1 -1
- data/documentation/RRTF/Converters/HTML/NodeSet.html +1 -1
- data/documentation/RRTF/Document.html +2 -2
- data/documentation/RRTF/DocumentFormatting.html +48 -48
- data/documentation/RRTF/DocumentProperties.html +8 -3
- data/documentation/RRTF/Font.html +1 -1
- data/documentation/RRTF/FontTable.html +1 -1
- data/documentation/RRTF/FooterNode.html +2 -2
- data/documentation/RRTF/GeometryNode.html +2 -2
- data/documentation/RRTF/GeometryProperties.html +9 -9
- data/documentation/RRTF/HeaderNode.html +2 -2
- data/documentation/RRTF/ImageNode.html +64 -61
- data/documentation/RRTF/Information.html +1 -1
- data/documentation/RRTF/LinkNode.html +2 -2
- data/documentation/RRTF/ListLevel.html +1 -1
- data/documentation/RRTF/ListLevelNode.html +2 -2
- data/documentation/RRTF/ListMarker.html +1 -1
- data/documentation/RRTF/ListNode.html +2 -2
- data/documentation/RRTF/ListTable.html +1 -1
- data/documentation/RRTF/ListTemplate.html +1 -1
- data/documentation/RRTF/ListTextNode.html +2 -2
- data/documentation/RRTF/Node.html +1 -1
- data/documentation/RRTF/Page.html +1 -1
- data/documentation/RRTF/Page/Margin.html +1 -1
- data/documentation/RRTF/Page/Size.html +1 -1
- data/documentation/RRTF/PageFormatting.html +184 -195
- data/documentation/RRTF/ParagraphFormatting.html +75 -48
- data/documentation/RRTF/ParagraphNode.html +2 -2
- data/documentation/RRTF/ParagraphStyle.html +1 -1
- data/documentation/RRTF/PositionFormatting.html +48 -48
- data/documentation/RRTF/PositionStyle.html +1 -1
- data/documentation/RRTF/Properties.html +1 -1
- data/documentation/RRTF/RTFError.html +1 -1
- data/documentation/RRTF/SectionFormatting.html +750 -0
- data/documentation/RRTF/SectionNode.html +383 -0
- data/documentation/RRTF/SectionStyle.html +830 -0
- data/documentation/RRTF/ShadingFormatting.html +48 -48
- data/documentation/RRTF/ShadingStyle.html +1 -1
- data/documentation/RRTF/Style.html +2 -2
- data/documentation/RRTF/Stylesheet.html +1 -1
- data/documentation/RRTF/TabStyle.html +698 -0
- data/documentation/RRTF/TableCellNode.html +2 -2
- data/documentation/RRTF/TableNode.html +1 -1
- data/documentation/RRTF/TableRowNode.html +1 -1
- data/documentation/RRTF/TextNode.html +1 -1
- data/documentation/RRTF/Utilities.html +1 -1
- data/documentation/_index.html +33 -5
- data/documentation/class_list.html +1 -1
- data/documentation/file.README.html +32 -1
- data/documentation/index.html +32 -1
- data/documentation/method_list.html +499 -355
- data/documentation/top-level-namespace.html +1 -1
- data/examples/08.rtf +2 -2
- data/examples/09.rtf +9 -13
- data/examples/09_shapes.rb +2 -1
- data/examples/11.rtf +19 -0
- data/examples/11_sections.rb +11 -0
- data/examples/12.rtf +19 -0
- data/examples/12_tabs.rb +21 -0
- data/lib/rrtf/formatting.rb +155 -22
- data/lib/rrtf/node.rb +1 -0
- data/lib/rrtf/node/command_node.rb +38 -4
- data/lib/rrtf/node/image_node.rb +26 -32
- data/lib/rrtf/node/section_node.rb +21 -0
- data/lib/rrtf/properties/geometry_properties.rb +4 -4
- data/lib/rrtf/style.rb +2 -0
- data/lib/rrtf/style/section_style.rb +66 -0
- data/lib/rrtf/style/tab_style.rb +55 -0
- data/lib/rrtf/version.rb +1 -1
- data/rrtf.gemspec +4 -4
- metadata +30 -20
@@ -698,7 +698,7 @@ its use in table cells.
|
|
698
698
|
|
699
699
|
|
700
700
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="CommandNode.html" title="RRTF::CommandNode (class)">CommandNode</a></span></h3>
|
701
|
-
<p class="inherited"><span class='object_link'><a href="CommandNode.html#<<-instance_method" title="RRTF::CommandNode#<< (method)">#<<</a></span>, <span class='object_link'><a href="CommandNode.html#apply-instance_method" title="RRTF::CommandNode#apply (method)">#apply</a></span>, <span class='object_link'><a href="CommandNode.html#footnote-instance_method" title="RRTF::CommandNode#footnote (method)">#footnote</a></span>, <span class='object_link'><a href="CommandNode.html#geometry-instance_method" title="RRTF::CommandNode#geometry (method)">#geometry</a></span>, <span class='object_link'><a href="CommandNode.html#image-instance_method" title="RRTF::CommandNode#image (method)">#image</a></span>, <span class='object_link'><a href="CommandNode.html#line_break-instance_method" title="RRTF::CommandNode#line_break (method)">#line_break</a></span>, <span class='object_link'><a href="CommandNode.html#link-instance_method" title="RRTF::CommandNode#link (method)">#link</a></span>, <span class='object_link'><a href="CommandNode.html#list-instance_method" title="RRTF::CommandNode#list (method)">#list</a></span></p>
|
701
|
+
<p class="inherited"><span class='object_link'><a href="CommandNode.html#<<-instance_method" title="RRTF::CommandNode#<< (method)">#<<</a></span>, <span class='object_link'><a href="CommandNode.html#apply-instance_method" title="RRTF::CommandNode#apply (method)">#apply</a></span>, <span class='object_link'><a href="CommandNode.html#column_break-instance_method" title="RRTF::CommandNode#column_break (method)">#column_break</a></span>, <span class='object_link'><a href="CommandNode.html#footnote-instance_method" title="RRTF::CommandNode#footnote (method)">#footnote</a></span>, <span class='object_link'><a href="CommandNode.html#geometry-instance_method" title="RRTF::CommandNode#geometry (method)">#geometry</a></span>, <span class='object_link'><a href="CommandNode.html#image-instance_method" title="RRTF::CommandNode#image (method)">#image</a></span>, <span class='object_link'><a href="CommandNode.html#line_break-instance_method" title="RRTF::CommandNode#line_break (method)">#line_break</a></span>, <span class='object_link'><a href="CommandNode.html#link-instance_method" title="RRTF::CommandNode#link (method)">#link</a></span>, <span class='object_link'><a href="CommandNode.html#list-instance_method" title="RRTF::CommandNode#list (method)">#list</a></span>, <span class='object_link'><a href="CommandNode.html#section-instance_method" title="RRTF::CommandNode#section (method)">#section</a></span>, <span class='object_link'><a href="CommandNode.html#tab-instance_method" title="RRTF::CommandNode#tab (method)">#tab</a></span></p>
|
702
702
|
|
703
703
|
|
704
704
|
|
@@ -1694,7 +1694,7 @@ Negative values are ignored and a value of 0 switches the border off.
|
|
1694
1694
|
</div>
|
1695
1695
|
|
1696
1696
|
<div id="footer">
|
1697
|
-
Generated on
|
1697
|
+
Generated on Wed Aug 2 23:05:18 2017 by
|
1698
1698
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1699
1699
|
0.9.9 (ruby-2.3.3).
|
1700
1700
|
</div>
|
@@ -1015,7 +1015,7 @@ class to forbid addition of further nodes.
|
|
1015
1015
|
</div>
|
1016
1016
|
|
1017
1017
|
<div id="footer">
|
1018
|
-
Generated on
|
1018
|
+
Generated on Wed Aug 2 23:05:17 2017 by
|
1019
1019
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1020
1020
|
0.9.9 (ruby-2.3.3).
|
1021
1021
|
</div>
|
@@ -665,7 +665,7 @@ Set to nil to switch shading off.
|
|
665
665
|
</div>
|
666
666
|
|
667
667
|
<div id="footer">
|
668
|
-
Generated on
|
668
|
+
Generated on Wed Aug 2 23:05:18 2017 by
|
669
669
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
670
670
|
0.9.9 (ruby-2.3.3).
|
671
671
|
</div>
|
@@ -590,7 +590,7 @@ escapes any special sequences that appear in the text.
|
|
590
590
|
</div>
|
591
591
|
|
592
592
|
<div id="footer">
|
593
|
-
Generated on
|
593
|
+
Generated on Wed Aug 2 23:05:17 2017 by
|
594
594
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
595
595
|
0.9.9 (ruby-2.3.3).
|
596
596
|
</div>
|
@@ -1011,7 +1011,7 @@ modification).
|
|
1011
1011
|
</div>
|
1012
1012
|
|
1013
1013
|
<div id="footer">
|
1014
|
-
Generated on
|
1014
|
+
Generated on Wed Aug 2 23:05:16 2017 by
|
1015
1015
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1016
1016
|
0.9.9 (ruby-2.3.3).
|
1017
1017
|
</div>
|
data/documentation/_index.html
CHANGED
@@ -388,16 +388,16 @@
|
|
388
388
|
<ul>
|
389
389
|
|
390
390
|
<li>
|
391
|
-
<span class='object_link'><a href="RRTF/
|
391
|
+
<span class='object_link'><a href="RRTF/Node.html" title="RRTF::Node (class)">Node</a></span>
|
392
392
|
|
393
|
-
<small>(RRTF
|
393
|
+
<small>(RRTF)</small>
|
394
394
|
|
395
395
|
</li>
|
396
396
|
|
397
397
|
<li>
|
398
|
-
<span class='object_link'><a href="RRTF/Node.html" title="RRTF::Node (class)">Node</a></span>
|
398
|
+
<span class='object_link'><a href="RRTF/Converters/HTML/Node.html" title="RRTF::Converters::HTML::Node (class)">Node</a></span>
|
399
399
|
|
400
|
-
<small>(RRTF)</small>
|
400
|
+
<small>(RRTF::Converters::HTML)</small>
|
401
401
|
|
402
402
|
</li>
|
403
403
|
|
@@ -500,6 +500,27 @@
|
|
500
500
|
<li class="letter">S</li>
|
501
501
|
<ul>
|
502
502
|
|
503
|
+
<li>
|
504
|
+
<span class='object_link'><a href="RRTF/SectionFormatting.html" title="RRTF::SectionFormatting (module)">SectionFormatting</a></span>
|
505
|
+
|
506
|
+
<small>(RRTF)</small>
|
507
|
+
|
508
|
+
</li>
|
509
|
+
|
510
|
+
<li>
|
511
|
+
<span class='object_link'><a href="RRTF/SectionNode.html" title="RRTF::SectionNode (class)">SectionNode</a></span>
|
512
|
+
|
513
|
+
<small>(RRTF)</small>
|
514
|
+
|
515
|
+
</li>
|
516
|
+
|
517
|
+
<li>
|
518
|
+
<span class='object_link'><a href="RRTF/SectionStyle.html" title="RRTF::SectionStyle (class)">SectionStyle</a></span>
|
519
|
+
|
520
|
+
<small>(RRTF)</small>
|
521
|
+
|
522
|
+
</li>
|
523
|
+
|
503
524
|
<li>
|
504
525
|
<span class='object_link'><a href="RRTF/ShadingFormatting.html" title="RRTF::ShadingFormatting (module)">ShadingFormatting</a></span>
|
505
526
|
|
@@ -543,6 +564,13 @@
|
|
543
564
|
<li class="letter">T</li>
|
544
565
|
<ul>
|
545
566
|
|
567
|
+
<li>
|
568
|
+
<span class='object_link'><a href="RRTF/TabStyle.html" title="RRTF::TabStyle (class)">TabStyle</a></span>
|
569
|
+
|
570
|
+
<small>(RRTF)</small>
|
571
|
+
|
572
|
+
</li>
|
573
|
+
|
546
574
|
<li>
|
547
575
|
<span class='object_link'><a href="RRTF/TableCellNode.html" title="RRTF::TableCellNode (class)">TableCellNode</a></span>
|
548
576
|
|
@@ -601,7 +629,7 @@
|
|
601
629
|
</div>
|
602
630
|
|
603
631
|
<div id="footer">
|
604
|
-
Generated on
|
632
|
+
Generated on Wed Aug 2 23:05:13 2017 by
|
605
633
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
606
634
|
0.9.9 (ruby-2.3.3).
|
607
635
|
</div>
|
@@ -43,7 +43,7 @@
|
|
43
43
|
|
44
44
|
<ul id="full_list" class="class">
|
45
45
|
<li id="object_" class="odd"><div class="item" style="padding-left:30px"><span class='object_link'><a href="top-level-namespace.html" title="Top Level Namespace (root)">Top Level Namespace</a></span></div></li>
|
46
|
-
RRTFTop Level Namespace
|
46
|
+
RRTFTop Level Namespace
|
47
47
|
|
48
48
|
</ul>
|
49
49
|
</div>
|
@@ -93,6 +93,12 @@ BMP images.
|
|
93
93
|
</li><li>
|
94
94
|
<p><strong>Stylesheets</strong>: Define paragraph and character styles,
|
95
95
|
enabling the end user to easily modify the look of RTF documents.</p>
|
96
|
+
</li><li>
|
97
|
+
<p><strong>Sections</strong>: Add sections to a document with custom page and
|
98
|
+
column formatting.</p>
|
99
|
+
</li><li>
|
100
|
+
<p><strong>Tabs</strong>: Define tab stops with optional leaders for
|
101
|
+
paragraphs.</p>
|
96
102
|
</li></ul>
|
97
103
|
|
98
104
|
<p>The gem was created with reference to the <a
|
@@ -301,6 +307,31 @@ you are likely expendable among the crew."
|
|
301
307
|
<span class='kw'>end</span>
|
302
308
|
</code></pre>
|
303
309
|
|
310
|
+
<h4 id="label-Sections">Sections</h4>
|
311
|
+
|
312
|
+
<pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_rtf'>rtf</span><span class='period'>.</span><span class='id identifier rubyid_paragraph'>paragraph</span> <span class='op'><<</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>Redshirt Pocket Guide</span><span class='tstring_end'>"</span></span>
|
313
|
+
<span class='comment'># start a new section with the prescribed styling
|
314
|
+
</span><span class='id identifier rubyid_rtf'>rtf</span><span class='period'>.</span><span class='id identifier rubyid_section'>section</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>columns</span><span class='tstring_end'>"</span></span> <span class='op'>=></span> <span class='int'>2</span><span class='rparen'>)</span>
|
315
|
+
<span class='id identifier rubyid_rtf'>rtf</span><span class='period'>.</span><span class='id identifier rubyid_paragraph'>paragraph</span> <span class='op'><<</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>Section Text</span><span class='tstring_end'>"</span></span>
|
316
|
+
</code></pre>
|
317
|
+
|
318
|
+
<h4 id="label-Tabs">Tabs</h4>
|
319
|
+
|
320
|
+
<pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_rtf'>rtf</span><span class='period'>.</span><span class='id identifier rubyid_paragraph'>paragraph</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>tabs</span><span class='tstring_end'>"</span></span> <span class='op'>=></span> <span class='lbrace'>{</span>
|
321
|
+
<span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>leader</span><span class='tstring_end'>"</span></span> <span class='op'>=></span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>DOT</span><span class='tstring_end'>"</span></span><span class='comma'>,</span>
|
322
|
+
<span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>type</span><span class='tstring_end'>"</span></span> <span class='op'>=></span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>FLUSH_RIGHT</span><span class='tstring_end'>"</span></span><span class='comma'>,</span>
|
323
|
+
<span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>position</span><span class='tstring_end'>"</span></span> <span class='op'>=></span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>2in</span><span class='tstring_end'>"</span></span>
|
324
|
+
<span class='rbrace'>}</span><span class='rparen'>)</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_p'>p</span><span class='op'>|</span>
|
325
|
+
<span class='id identifier rubyid_p'>p</span> <span class='op'><<</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>Engineers</span><span class='tstring_end'>"</span></span>
|
326
|
+
<span class='id identifier rubyid_p'>p</span><span class='period'>.</span><span class='id identifier rubyid_tab'>tab</span>
|
327
|
+
<span class='id identifier rubyid_p'>p</span> <span class='op'><<</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>10</span><span class='tstring_end'>"</span></span>
|
328
|
+
<span class='id identifier rubyid_p'>p</span><span class='period'>.</span><span class='id identifier rubyid_line_break'>line_break</span>
|
329
|
+
<span class='id identifier rubyid_p'>p</span> <span class='op'><<</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>Redshirts</span><span class='tstring_end'>"</span></span>
|
330
|
+
<span class='id identifier rubyid_p'>p</span><span class='period'>.</span><span class='id identifier rubyid_tab'>tab</span>
|
331
|
+
<span class='id identifier rubyid_p'>p</span> <span class='op'><<</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>100</span><span class='tstring_end'>"</span></span>
|
332
|
+
<span class='kw'>end</span>
|
333
|
+
</code></pre>
|
334
|
+
|
304
335
|
<h2 id="label-TODO">TODO</h2>
|
305
336
|
<ul><li>
|
306
337
|
<p>Develop rspec examples to replace the unit tests for the classes in the
|
@@ -344,7 +375,7 @@ the MIT License.
|
|
344
375
|
</div></div>
|
345
376
|
|
346
377
|
<div id="footer">
|
347
|
-
Generated on
|
378
|
+
Generated on Wed Aug 2 23:05:14 2017 by
|
348
379
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
349
380
|
0.9.9 (ruby-2.3.3).
|
350
381
|
</div>
|
data/documentation/index.html
CHANGED
@@ -93,6 +93,12 @@ BMP images.
|
|
93
93
|
</li><li>
|
94
94
|
<p><strong>Stylesheets</strong>: Define paragraph and character styles,
|
95
95
|
enabling the end user to easily modify the look of RTF documents.</p>
|
96
|
+
</li><li>
|
97
|
+
<p><strong>Sections</strong>: Add sections to a document with custom page and
|
98
|
+
column formatting.</p>
|
99
|
+
</li><li>
|
100
|
+
<p><strong>Tabs</strong>: Define tab stops with optional leaders for
|
101
|
+
paragraphs.</p>
|
96
102
|
</li></ul>
|
97
103
|
|
98
104
|
<p>The gem was created with reference to the <a
|
@@ -301,6 +307,31 @@ you are likely expendable among the crew."
|
|
301
307
|
<span class='kw'>end</span>
|
302
308
|
</code></pre>
|
303
309
|
|
310
|
+
<h4 id="label-Sections">Sections</h4>
|
311
|
+
|
312
|
+
<pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_rtf'>rtf</span><span class='period'>.</span><span class='id identifier rubyid_paragraph'>paragraph</span> <span class='op'><<</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>Redshirt Pocket Guide</span><span class='tstring_end'>"</span></span>
|
313
|
+
<span class='comment'># start a new section with the prescribed styling
|
314
|
+
</span><span class='id identifier rubyid_rtf'>rtf</span><span class='period'>.</span><span class='id identifier rubyid_section'>section</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>columns</span><span class='tstring_end'>"</span></span> <span class='op'>=></span> <span class='int'>2</span><span class='rparen'>)</span>
|
315
|
+
<span class='id identifier rubyid_rtf'>rtf</span><span class='period'>.</span><span class='id identifier rubyid_paragraph'>paragraph</span> <span class='op'><<</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>Section Text</span><span class='tstring_end'>"</span></span>
|
316
|
+
</code></pre>
|
317
|
+
|
318
|
+
<h4 id="label-Tabs">Tabs</h4>
|
319
|
+
|
320
|
+
<pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_rtf'>rtf</span><span class='period'>.</span><span class='id identifier rubyid_paragraph'>paragraph</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>tabs</span><span class='tstring_end'>"</span></span> <span class='op'>=></span> <span class='lbrace'>{</span>
|
321
|
+
<span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>leader</span><span class='tstring_end'>"</span></span> <span class='op'>=></span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>DOT</span><span class='tstring_end'>"</span></span><span class='comma'>,</span>
|
322
|
+
<span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>type</span><span class='tstring_end'>"</span></span> <span class='op'>=></span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>FLUSH_RIGHT</span><span class='tstring_end'>"</span></span><span class='comma'>,</span>
|
323
|
+
<span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>position</span><span class='tstring_end'>"</span></span> <span class='op'>=></span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>2in</span><span class='tstring_end'>"</span></span>
|
324
|
+
<span class='rbrace'>}</span><span class='rparen'>)</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_p'>p</span><span class='op'>|</span>
|
325
|
+
<span class='id identifier rubyid_p'>p</span> <span class='op'><<</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>Engineers</span><span class='tstring_end'>"</span></span>
|
326
|
+
<span class='id identifier rubyid_p'>p</span><span class='period'>.</span><span class='id identifier rubyid_tab'>tab</span>
|
327
|
+
<span class='id identifier rubyid_p'>p</span> <span class='op'><<</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>10</span><span class='tstring_end'>"</span></span>
|
328
|
+
<span class='id identifier rubyid_p'>p</span><span class='period'>.</span><span class='id identifier rubyid_line_break'>line_break</span>
|
329
|
+
<span class='id identifier rubyid_p'>p</span> <span class='op'><<</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>Redshirts</span><span class='tstring_end'>"</span></span>
|
330
|
+
<span class='id identifier rubyid_p'>p</span><span class='period'>.</span><span class='id identifier rubyid_tab'>tab</span>
|
331
|
+
<span class='id identifier rubyid_p'>p</span> <span class='op'><<</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>100</span><span class='tstring_end'>"</span></span>
|
332
|
+
<span class='kw'>end</span>
|
333
|
+
</code></pre>
|
334
|
+
|
304
335
|
<h2 id="label-TODO">TODO</h2>
|
305
336
|
<ul><li>
|
306
337
|
<p>Develop rspec examples to replace the unit tests for the classes in the
|
@@ -344,7 +375,7 @@ the MIT License.
|
|
344
375
|
</div></div>
|
345
376
|
|
346
377
|
<div id="footer">
|
347
|
-
Generated on
|
378
|
+
Generated on Wed Aug 2 23:05:14 2017 by
|
348
379
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
349
380
|
0.9.9 (ruby-2.3.3).
|
350
381
|
</div>
|
@@ -62,32 +62,32 @@
|
|
62
62
|
|
63
63
|
<li class="odd ">
|
64
64
|
<div class="item">
|
65
|
-
<span class='object_link'><a href="RRTF/
|
66
|
-
<small>RRTF::
|
65
|
+
<span class='object_link'><a href="RRTF/Font.html#==-instance_method" title="RRTF::Font#== (method)">#==</a></span>
|
66
|
+
<small>RRTF::Font</small>
|
67
67
|
</div>
|
68
68
|
</li>
|
69
69
|
|
70
70
|
|
71
71
|
<li class="even ">
|
72
72
|
<div class="item">
|
73
|
-
<span class='object_link'><a href="RRTF/
|
74
|
-
<small>RRTF::
|
73
|
+
<span class='object_link'><a href="RRTF/Page/Margin.html#==-instance_method" title="RRTF::Page::Margin#== (method)">#==</a></span>
|
74
|
+
<small>RRTF::Page::Margin</small>
|
75
75
|
</div>
|
76
76
|
</li>
|
77
77
|
|
78
78
|
|
79
79
|
<li class="odd ">
|
80
80
|
<div class="item">
|
81
|
-
<span class='object_link'><a href="RRTF/
|
82
|
-
<small>RRTF::
|
81
|
+
<span class='object_link'><a href="RRTF/Page/Size.html#==-instance_method" title="RRTF::Page::Size#== (method)">#==</a></span>
|
82
|
+
<small>RRTF::Page::Size</small>
|
83
83
|
</div>
|
84
84
|
</li>
|
85
85
|
|
86
86
|
|
87
87
|
<li class="even ">
|
88
88
|
<div class="item">
|
89
|
-
<span class='object_link'><a href="RRTF/
|
90
|
-
<small>RRTF::
|
89
|
+
<span class='object_link'><a href="RRTF/Colour.html#==-instance_method" title="RRTF::Colour#== (method)">#==</a></span>
|
90
|
+
<small>RRTF::Colour</small>
|
91
91
|
</div>
|
92
92
|
</li>
|
93
93
|
|
@@ -102,16 +102,16 @@
|
|
102
102
|
|
103
103
|
<li class="even ">
|
104
104
|
<div class="item">
|
105
|
-
<span class='object_link'><a href="RRTF/
|
106
|
-
<small>RRTF::
|
105
|
+
<span class='object_link'><a href="RRTF/ColourTable.html#[]-instance_method" title="RRTF::ColourTable#[] (method)">#[]</a></span>
|
106
|
+
<small>RRTF::ColourTable</small>
|
107
107
|
</div>
|
108
108
|
</li>
|
109
109
|
|
110
110
|
|
111
111
|
<li class="odd ">
|
112
112
|
<div class="item">
|
113
|
-
<span class='object_link'><a href="RRTF/
|
114
|
-
<small>RRTF::
|
113
|
+
<span class='object_link'><a href="RRTF/FontTable.html#[]-instance_method" title="RRTF::FontTable#[] (method)">#[]</a></span>
|
114
|
+
<small>RRTF::FontTable</small>
|
115
115
|
</div>
|
116
116
|
</li>
|
117
117
|
|
@@ -213,14 +213,6 @@
|
|
213
213
|
|
214
214
|
|
215
215
|
<li class="even ">
|
216
|
-
<div class="item">
|
217
|
-
<span class='object_link'><a href="RRTF/PageFormatting.html#body_height-instance_method" title="RRTF::PageFormatting#body_height (method)">#body_height</a></span>
|
218
|
-
<small>RRTF::PageFormatting</small>
|
219
|
-
</div>
|
220
|
-
</li>
|
221
|
-
|
222
|
-
|
223
|
-
<li class="odd ">
|
224
216
|
<div class="item">
|
225
217
|
<span class='object_link'><a href="RRTF/Document.html#body_width-instance_method" title="RRTF::Document#body_width (method)">#body_width</a></span>
|
226
218
|
<small>RRTF::Document</small>
|
@@ -228,14 +220,6 @@
|
|
228
220
|
</li>
|
229
221
|
|
230
222
|
|
231
|
-
<li class="even ">
|
232
|
-
<div class="item">
|
233
|
-
<span class='object_link'><a href="RRTF/PageFormatting.html#body_width-instance_method" title="RRTF::PageFormatting#body_width (method)">#body_width</a></span>
|
234
|
-
<small>RRTF::PageFormatting</small>
|
235
|
-
</div>
|
236
|
-
</li>
|
237
|
-
|
238
|
-
|
239
223
|
<li class="odd ">
|
240
224
|
<div class="item">
|
241
225
|
<span class='object_link'><a href="RRTF/ImageNode.html#border-instance_method" title="RRTF::ImageNode#border (method)">#border</a></span>
|
@@ -357,6 +341,14 @@
|
|
357
341
|
|
358
342
|
|
359
343
|
<li class="even ">
|
344
|
+
<div class="item">
|
345
|
+
<span class='object_link'><a href="RRTF/CommandNode.html#column_break-instance_method" title="RRTF::CommandNode#column_break (method)">#column_break</a></span>
|
346
|
+
<small>RRTF::CommandNode</small>
|
347
|
+
</div>
|
348
|
+
</li>
|
349
|
+
|
350
|
+
|
351
|
+
<li class="odd ">
|
360
352
|
<div class="item">
|
361
353
|
<span class='object_link'><a href="RRTF/TableNode.html#column_shading_colour-instance_method" title="RRTF::TableNode#column_shading_colour (method)">#column_shading_colour</a></span>
|
362
354
|
<small>RRTF::TableNode</small>
|
@@ -364,7 +356,7 @@
|
|
364
356
|
</li>
|
365
357
|
|
366
358
|
|
367
|
-
<li class="
|
359
|
+
<li class="even ">
|
368
360
|
<div class="item">
|
369
361
|
<span class='object_link'><a href="RRTF/TableNode.html#columns-instance_method" title="RRTF::TableNode#columns (method)">#columns</a></span>
|
370
362
|
<small>RRTF::TableNode</small>
|
@@ -372,7 +364,7 @@
|
|
372
364
|
</li>
|
373
365
|
|
374
366
|
|
375
|
-
<li class="
|
367
|
+
<li class="odd ">
|
376
368
|
<div class="item">
|
377
369
|
<span class='object_link'><a href="RRTF/Information.html#comments-instance_method" title="RRTF::Information#comments (method)">#comments</a></span>
|
378
370
|
<small>RRTF::Information</small>
|
@@ -380,7 +372,7 @@
|
|
380
372
|
</li>
|
381
373
|
|
382
374
|
|
383
|
-
<li class="
|
375
|
+
<li class="even ">
|
384
376
|
<div class="item">
|
385
377
|
<span class='object_link'><a href="RRTF/Information.html#company-instance_method" title="RRTF::Information#company (method)">#company</a></span>
|
386
378
|
<small>RRTF::Information</small>
|
@@ -388,7 +380,7 @@
|
|
388
380
|
</li>
|
389
381
|
|
390
382
|
|
391
|
-
<li class="
|
383
|
+
<li class="odd ">
|
392
384
|
<div class="item">
|
393
385
|
<span class='object_link'><a href="RRTF/Utilities.html#constantize-class_method" title="RRTF::Utilities.constantize (method)">constantize</a></span>
|
394
386
|
<small>RRTF::Utilities</small>
|
@@ -396,7 +388,7 @@
|
|
396
388
|
</li>
|
397
389
|
|
398
390
|
|
399
|
-
<li class="
|
391
|
+
<li class="even ">
|
400
392
|
<div class="item">
|
401
393
|
<span class='object_link'><a href="RRTF/Information.html#created-instance_method" title="RRTF::Information#created (method)">#created</a></span>
|
402
394
|
<small>RRTF::Information</small>
|
@@ -404,7 +396,7 @@
|
|
404
396
|
</li>
|
405
397
|
|
406
398
|
|
407
|
-
<li class="
|
399
|
+
<li class="odd ">
|
408
400
|
<div class="item">
|
409
401
|
<span class='object_link'><a href="RRTF/Document.html#default_font-instance_method" title="RRTF::Document#default_font (method)">#default_font</a></span>
|
410
402
|
<small>RRTF::Document</small>
|
@@ -412,7 +404,7 @@
|
|
412
404
|
</li>
|
413
405
|
|
414
406
|
|
415
|
-
<li class="
|
407
|
+
<li class="even ">
|
416
408
|
<div class="item">
|
417
409
|
<span class='object_link'><a href="RRTF/Document.html#default_font=-instance_method" title="RRTF::Document#default_font= (method)">#default_font=</a></span>
|
418
410
|
<small>RRTF::Document</small>
|
@@ -420,7 +412,7 @@
|
|
420
412
|
</li>
|
421
413
|
|
422
414
|
|
423
|
-
<li class="
|
415
|
+
<li class="odd ">
|
424
416
|
<div class="item">
|
425
417
|
<span class='object_link'><a href="RRTF/ImageNode.html#displayed_height-instance_method" title="RRTF::ImageNode#displayed_height (method)">#displayed_height</a></span>
|
426
418
|
<small>RRTF::ImageNode</small>
|
@@ -428,7 +420,7 @@
|
|
428
420
|
</li>
|
429
421
|
|
430
422
|
|
431
|
-
<li class="
|
423
|
+
<li class="even ">
|
432
424
|
<div class="item">
|
433
425
|
<span class='object_link'><a href="RRTF/ImageNode.html#displayed_width-instance_method" title="RRTF::ImageNode#displayed_width (method)">#displayed_width</a></span>
|
434
426
|
<small>RRTF::ImageNode</small>
|
@@ -436,7 +428,7 @@
|
|
436
428
|
</li>
|
437
429
|
|
438
430
|
|
439
|
-
<li class="
|
431
|
+
<li class="odd ">
|
440
432
|
<div class="item">
|
441
433
|
<span class='object_link'><a href="RRTF/Stylesheet.html#document-instance_method" title="RRTF::Stylesheet#document (method)">#document</a></span>
|
442
434
|
<small>RRTF::Stylesheet</small>
|
@@ -444,7 +436,7 @@
|
|
444
436
|
</li>
|
445
437
|
|
446
438
|
|
447
|
-
<li class="
|
439
|
+
<li class="even ">
|
448
440
|
<div class="item">
|
449
441
|
<span class='object_link'><a href="RRTF/DocumentFormatting.html#document_formatting_to_rtf-instance_method" title="RRTF::DocumentFormatting#document_formatting_to_rtf (method)">#document_formatting_to_rtf</a></span>
|
450
442
|
<small>RRTF::DocumentFormatting</small>
|
@@ -452,7 +444,7 @@
|
|
452
444
|
</li>
|
453
445
|
|
454
446
|
|
455
|
-
<li class="
|
447
|
+
<li class="odd ">
|
456
448
|
<div class="item">
|
457
449
|
<span class='object_link'><a href="RRTF/ColourTable.html#each-instance_method" title="RRTF::ColourTable#each (method)">#each</a></span>
|
458
450
|
<small>RRTF::ColourTable</small>
|
@@ -460,7 +452,7 @@
|
|
460
452
|
</li>
|
461
453
|
|
462
454
|
|
463
|
-
<li class="
|
455
|
+
<li class="even ">
|
464
456
|
<div class="item">
|
465
457
|
<span class='object_link'><a href="RRTF/FontTable.html#each-instance_method" title="RRTF::FontTable#each (method)">#each</a></span>
|
466
458
|
<small>RRTF::FontTable</small>
|
@@ -468,7 +460,7 @@
|
|
468
460
|
</li>
|
469
461
|
|
470
462
|
|
471
|
-
<li class="
|
463
|
+
<li class="odd ">
|
472
464
|
<div class="item">
|
473
465
|
<span class='object_link'><a href="RRTF/ContainerNode.html#each-instance_method" title="RRTF::ContainerNode#each (method)">#each</a></span>
|
474
466
|
<small>RRTF::ContainerNode</small>
|
@@ -476,7 +468,7 @@
|
|
476
468
|
</li>
|
477
469
|
|
478
470
|
|
479
|
-
<li class="
|
471
|
+
<li class="even ">
|
480
472
|
<div class="item">
|
481
473
|
<span class='object_link'><a href="RRTF/Font.html#family-instance_method" title="RRTF::Font#family (method)">#family</a></span>
|
482
474
|
<small>RRTF::Font</small>
|
@@ -484,7 +476,7 @@
|
|
484
476
|
</li>
|
485
477
|
|
486
478
|
|
487
|
-
<li class="
|
479
|
+
<li class="odd ">
|
488
480
|
<div class="item">
|
489
481
|
<span class='object_link'><a href="RRTF/RTFError.html#fire-class_method" title="RRTF::RTFError.fire (method)">fire</a></span>
|
490
482
|
<small>RRTF::RTFError</small>
|
@@ -492,7 +484,7 @@
|
|
492
484
|
</li>
|
493
485
|
|
494
486
|
|
495
|
-
<li class="
|
487
|
+
<li class="even ">
|
496
488
|
<div class="item">
|
497
489
|
<span class='object_link'><a href="RRTF/ContainerNode.html#first-instance_method" title="RRTF::ContainerNode#first (method)">#first</a></span>
|
498
490
|
<small>RRTF::ContainerNode</small>
|
@@ -500,7 +492,7 @@
|
|
500
492
|
</li>
|
501
493
|
|
502
494
|
|
503
|
-
<li class="
|
495
|
+
<li class="odd ">
|
504
496
|
<div class="item">
|
505
497
|
<span class='object_link'><a href="RRTF/Converters/HTML/Helpers.html#font-instance_method" title="RRTF::Converters::HTML::Helpers#font (method)">#font</a></span>
|
506
498
|
<small>RRTF::Converters::HTML::Helpers</small>
|
@@ -508,7 +500,7 @@
|
|
508
500
|
</li>
|
509
501
|
|
510
502
|
|
511
|
-
<li class="
|
503
|
+
<li class="even ">
|
512
504
|
<div class="item">
|
513
505
|
<span class='object_link'><a href="RRTF/Document.html#fonts-instance_method" title="RRTF::Document#fonts (method)">#fonts</a></span>
|
514
506
|
<small>RRTF::Document</small>
|
@@ -516,7 +508,7 @@
|
|
516
508
|
</li>
|
517
509
|
|
518
510
|
|
519
|
-
<li class="
|
511
|
+
<li class="odd ">
|
520
512
|
<div class="item">
|
521
513
|
<span class='object_link'><a href="RRTF/Document.html#footer-instance_method" title="RRTF::Document#footer (method)">#footer</a></span>
|
522
514
|
<small>RRTF::Document</small>
|
@@ -524,7 +516,7 @@
|
|
524
516
|
</li>
|
525
517
|
|
526
518
|
|
527
|
-
<li class="
|
519
|
+
<li class="even ">
|
528
520
|
<div class="item">
|
529
521
|
<span class='object_link'><a href="RRTF/Document.html#footer=-instance_method" title="RRTF::Document#footer= (method)">#footer=</a></span>
|
530
522
|
<small>RRTF::Document</small>
|
@@ -532,15 +524,15 @@
|
|
532
524
|
</li>
|
533
525
|
|
534
526
|
|
535
|
-
<li class="
|
527
|
+
<li class="odd ">
|
536
528
|
<div class="item">
|
537
|
-
<span class='object_link'><a href="RRTF/
|
538
|
-
<small>RRTF::
|
529
|
+
<span class='object_link'><a href="RRTF/FooterNode.html#footnote-instance_method" title="RRTF::FooterNode#footnote (method)">#footnote</a></span>
|
530
|
+
<small>RRTF::FooterNode</small>
|
539
531
|
</div>
|
540
532
|
</li>
|
541
533
|
|
542
534
|
|
543
|
-
<li class="
|
535
|
+
<li class="even ">
|
544
536
|
<div class="item">
|
545
537
|
<span class='object_link'><a href="RRTF/CommandNode.html#footnote-instance_method" title="RRTF::CommandNode#footnote (method)">#footnote</a></span>
|
546
538
|
<small>RRTF::CommandNode</small>
|
@@ -548,42 +540,50 @@
|
|
548
540
|
</li>
|
549
541
|
|
550
542
|
|
543
|
+
<li class="odd ">
|
544
|
+
<div class="item">
|
545
|
+
<span class='object_link'><a href="RRTF/HeaderNode.html#footnote-instance_method" title="RRTF::HeaderNode#footnote (method)">#footnote</a></span>
|
546
|
+
<small>RRTF::HeaderNode</small>
|
547
|
+
</div>
|
548
|
+
</li>
|
549
|
+
|
550
|
+
|
551
551
|
<li class="even ">
|
552
552
|
<div class="item">
|
553
|
-
<span class='object_link'><a href="RRTF/
|
554
|
-
<small>RRTF::
|
553
|
+
<span class='object_link'><a href="RRTF/Font.html#from_string-class_method" title="RRTF::Font.from_string (method)">from_string</a></span>
|
554
|
+
<small>RRTF::Font</small>
|
555
555
|
</div>
|
556
556
|
</li>
|
557
557
|
|
558
558
|
|
559
559
|
<li class="odd ">
|
560
560
|
<div class="item">
|
561
|
-
<span class='object_link'><a href="RRTF/
|
562
|
-
<small>RRTF::
|
561
|
+
<span class='object_link'><a href="RRTF/Colour.html#from_string-class_method" title="RRTF::Colour.from_string (method)">from_string</a></span>
|
562
|
+
<small>RRTF::Colour</small>
|
563
563
|
</div>
|
564
564
|
</li>
|
565
565
|
|
566
566
|
|
567
567
|
<li class="even ">
|
568
568
|
<div class="item">
|
569
|
-
<span class='object_link'><a href="RRTF/Page/
|
570
|
-
<small>RRTF::Page::
|
569
|
+
<span class='object_link'><a href="RRTF/Page/Size.html#from_string-class_method" title="RRTF::Page::Size.from_string (method)">from_string</a></span>
|
570
|
+
<small>RRTF::Page::Size</small>
|
571
571
|
</div>
|
572
572
|
</li>
|
573
573
|
|
574
574
|
|
575
575
|
<li class="odd ">
|
576
576
|
<div class="item">
|
577
|
-
<span class='object_link'><a href="RRTF/
|
578
|
-
<small>RRTF::
|
577
|
+
<span class='object_link'><a href="RRTF/Page/Margin.html#from_string-class_method" title="RRTF::Page::Margin.from_string (method)">from_string</a></span>
|
578
|
+
<small>RRTF::Page::Margin</small>
|
579
579
|
</div>
|
580
580
|
</li>
|
581
581
|
|
582
582
|
|
583
583
|
<li class="even ">
|
584
584
|
<div class="item">
|
585
|
-
<span class='object_link'><a href="RRTF/
|
586
|
-
<small>RRTF::
|
585
|
+
<span class='object_link'><a href="RRTF/GeometryNode.html#geometry-instance_method" title="RRTF::GeometryNode#geometry (method)">#geometry</a></span>
|
586
|
+
<small>RRTF::GeometryNode</small>
|
587
587
|
</div>
|
588
588
|
</li>
|
589
589
|
|
@@ -598,39 +598,39 @@
|
|
598
598
|
|
599
599
|
<li class="even ">
|
600
600
|
<div class="item">
|
601
|
-
<span class='object_link'><a href="RRTF/
|
602
|
-
<small>RRTF::
|
601
|
+
<span class='object_link'><a href="RRTF/Document.html#get_id-instance_method" title="RRTF::Document#get_id (method)">#get_id</a></span>
|
602
|
+
<small>RRTF::Document</small>
|
603
603
|
</div>
|
604
604
|
</li>
|
605
605
|
|
606
606
|
|
607
607
|
<li class="odd ">
|
608
608
|
<div class="item">
|
609
|
-
<span class='object_link'><a href="RRTF/
|
610
|
-
<small>RRTF::
|
609
|
+
<span class='object_link'><a href="RRTF/Colour.html#green-instance_method" title="RRTF::Colour#green (method)">#green</a></span>
|
610
|
+
<small>RRTF::Colour</small>
|
611
611
|
</div>
|
612
612
|
</li>
|
613
613
|
|
614
614
|
|
615
615
|
<li class="even ">
|
616
616
|
<div class="item">
|
617
|
-
<span class='object_link'><a href="RRTF/
|
618
|
-
<small>RRTF::
|
617
|
+
<span class='object_link'><a href="RRTF/Style.html#handle-instance_method" title="RRTF::Style#handle (method)">#handle</a></span>
|
618
|
+
<small>RRTF::Style</small>
|
619
619
|
</div>
|
620
620
|
</li>
|
621
621
|
|
622
622
|
|
623
623
|
<li class="odd ">
|
624
624
|
<div class="item">
|
625
|
-
<span class='object_link'><a href="RRTF/
|
626
|
-
<small>RRTF::
|
625
|
+
<span class='object_link'><a href="RRTF/Document.html#header-instance_method" title="RRTF::Document#header (method)">#header</a></span>
|
626
|
+
<small>RRTF::Document</small>
|
627
627
|
</div>
|
628
628
|
</li>
|
629
629
|
|
630
630
|
|
631
631
|
<li class="even ">
|
632
632
|
<div class="item">
|
633
|
-
<span class='object_link'><a href="RRTF/Document.html#header
|
633
|
+
<span class='object_link'><a href="RRTF/Document.html#header=-instance_method" title="RRTF::Document#header= (method)">#header=</a></span>
|
634
634
|
<small>RRTF::Document</small>
|
635
635
|
</div>
|
636
636
|
</li>
|
@@ -638,8 +638,8 @@
|
|
638
638
|
|
639
639
|
<li class="odd ">
|
640
640
|
<div class="item">
|
641
|
-
<span class='object_link'><a href="RRTF/
|
642
|
-
<small>RRTF::
|
641
|
+
<span class='object_link'><a href="RRTF/ImageNode.html#height-instance_method" title="RRTF::ImageNode#height (method)">#height</a></span>
|
642
|
+
<small>RRTF::ImageNode</small>
|
643
643
|
</div>
|
644
644
|
</li>
|
645
645
|
|
@@ -654,64 +654,64 @@
|
|
654
654
|
|
655
655
|
<li class="odd ">
|
656
656
|
<div class="item">
|
657
|
-
<span class='object_link'><a href="RRTF/
|
658
|
-
<small>RRTF::
|
657
|
+
<span class='object_link'><a href="RRTF/Style.html#hidden-instance_method" title="RRTF::Style#hidden (method)">#hidden</a></span>
|
658
|
+
<small>RRTF::Style</small>
|
659
659
|
</div>
|
660
660
|
</li>
|
661
661
|
|
662
662
|
|
663
663
|
<li class="even ">
|
664
664
|
<div class="item">
|
665
|
-
<span class='object_link'><a href="RRTF/
|
666
|
-
<small>RRTF::
|
665
|
+
<span class='object_link'><a href="RRTF/ListLevel.html#id-instance_method" title="RRTF::ListLevel#id (method)">#id</a></span>
|
666
|
+
<small>RRTF::ListLevel</small>
|
667
667
|
</div>
|
668
668
|
</li>
|
669
669
|
|
670
670
|
|
671
671
|
<li class="odd ">
|
672
672
|
<div class="item">
|
673
|
-
<span class='object_link'><a href="RRTF/
|
674
|
-
<small>RRTF::
|
673
|
+
<span class='object_link'><a href="RRTF/ListTemplate.html#id-instance_method" title="RRTF::ListTemplate#id (method)">#id</a></span>
|
674
|
+
<small>RRTF::ListTemplate</small>
|
675
675
|
</div>
|
676
676
|
</li>
|
677
677
|
|
678
678
|
|
679
679
|
<li class="even ">
|
680
680
|
<div class="item">
|
681
|
-
<span class='object_link'><a href="RRTF/
|
682
|
-
<small>RRTF::
|
681
|
+
<span class='object_link'><a href="RRTF/CommandNode.html#image-instance_method" title="RRTF::CommandNode#image (method)">#image</a></span>
|
682
|
+
<small>RRTF::CommandNode</small>
|
683
683
|
</div>
|
684
684
|
</li>
|
685
685
|
|
686
686
|
|
687
687
|
<li class="odd ">
|
688
688
|
<div class="item">
|
689
|
-
<span class='object_link'><a href="RRTF/
|
690
|
-
<small>RRTF::
|
689
|
+
<span class='object_link'><a href="RRTF/BorderFormatting.html#included-class_method" title="RRTF::BorderFormatting.included (method)">included</a></span>
|
690
|
+
<small>RRTF::BorderFormatting</small>
|
691
691
|
</div>
|
692
692
|
</li>
|
693
693
|
|
694
694
|
|
695
695
|
<li class="even ">
|
696
696
|
<div class="item">
|
697
|
-
<span class='object_link'><a href="RRTF/
|
698
|
-
<small>RRTF::
|
697
|
+
<span class='object_link'><a href="RRTF/CharacterFormatting.html#included-class_method" title="RRTF::CharacterFormatting.included (method)">included</a></span>
|
698
|
+
<small>RRTF::CharacterFormatting</small>
|
699
699
|
</div>
|
700
700
|
</li>
|
701
701
|
|
702
702
|
|
703
703
|
<li class="odd ">
|
704
704
|
<div class="item">
|
705
|
-
<span class='object_link'><a href="RRTF/
|
706
|
-
<small>RRTF::
|
705
|
+
<span class='object_link'><a href="RRTF/ParagraphFormatting.html#included-class_method" title="RRTF::ParagraphFormatting.included (method)">included</a></span>
|
706
|
+
<small>RRTF::ParagraphFormatting</small>
|
707
707
|
</div>
|
708
708
|
</li>
|
709
709
|
|
710
710
|
|
711
711
|
<li class="even ">
|
712
712
|
<div class="item">
|
713
|
-
<span class='object_link'><a href="RRTF/
|
714
|
-
<small>RRTF::
|
713
|
+
<span class='object_link'><a href="RRTF/PositionFormatting.html#included-class_method" title="RRTF::PositionFormatting.included (method)">included</a></span>
|
714
|
+
<small>RRTF::PositionFormatting</small>
|
715
715
|
</div>
|
716
716
|
</li>
|
717
717
|
|
@@ -726,16 +726,16 @@
|
|
726
726
|
|
727
727
|
<li class="even ">
|
728
728
|
<div class="item">
|
729
|
-
<span class='object_link'><a href="RRTF/
|
730
|
-
<small>RRTF::
|
729
|
+
<span class='object_link'><a href="RRTF/DocumentFormatting.html#included-class_method" title="RRTF::DocumentFormatting.included (method)">included</a></span>
|
730
|
+
<small>RRTF::DocumentFormatting</small>
|
731
731
|
</div>
|
732
732
|
</li>
|
733
733
|
|
734
734
|
|
735
735
|
<li class="odd ">
|
736
736
|
<div class="item">
|
737
|
-
<span class='object_link'><a href="RRTF/
|
738
|
-
<small>RRTF::
|
737
|
+
<span class='object_link'><a href="RRTF/SectionFormatting.html#included-class_method" title="RRTF::SectionFormatting.included (method)">included</a></span>
|
738
|
+
<small>RRTF::SectionFormatting</small>
|
739
739
|
</div>
|
740
740
|
</li>
|
741
741
|
|
@@ -758,16 +758,16 @@
|
|
758
758
|
|
759
759
|
<li class="even ">
|
760
760
|
<div class="item">
|
761
|
-
<span class='object_link'><a href="RRTF/
|
762
|
-
<small>RRTF::
|
761
|
+
<span class='object_link'><a href="RRTF/FontTable.html#index-instance_method" title="RRTF::FontTable#index (method)">#index</a></span>
|
762
|
+
<small>RRTF::FontTable</small>
|
763
763
|
</div>
|
764
764
|
</li>
|
765
765
|
|
766
766
|
|
767
767
|
<li class="odd ">
|
768
768
|
<div class="item">
|
769
|
-
<span class='object_link'><a href="RRTF/
|
770
|
-
<small>RRTF::
|
769
|
+
<span class='object_link'><a href="RRTF/ColourTable.html#index-instance_method" title="RRTF::ColourTable#index (method)">#index</a></span>
|
770
|
+
<small>RRTF::ColourTable</small>
|
771
771
|
</div>
|
772
772
|
</li>
|
773
773
|
|
@@ -782,248 +782,248 @@
|
|
782
782
|
|
783
783
|
<li class="odd ">
|
784
784
|
<div class="item">
|
785
|
-
<span class='object_link'><a href="RRTF/
|
786
|
-
<small>RRTF::
|
785
|
+
<span class='object_link'><a href="RRTF/AnonymousStyle.html#initialize-instance_method" title="RRTF::AnonymousStyle#initialize (method)">#initialize</a></span>
|
786
|
+
<small>RRTF::AnonymousStyle</small>
|
787
787
|
</div>
|
788
788
|
</li>
|
789
789
|
|
790
790
|
|
791
791
|
<li class="even ">
|
792
792
|
<div class="item">
|
793
|
-
<span class='object_link'><a href="RRTF/
|
794
|
-
<small>RRTF::
|
793
|
+
<span class='object_link'><a href="RRTF/DocumentProperties.html#initialize-instance_method" title="RRTF::DocumentProperties#initialize (method)">#initialize</a></span>
|
794
|
+
<small>RRTF::DocumentProperties</small>
|
795
795
|
</div>
|
796
796
|
</li>
|
797
797
|
|
798
798
|
|
799
799
|
<li class="odd ">
|
800
800
|
<div class="item">
|
801
|
-
<span class='object_link'><a href="RRTF/
|
802
|
-
<small>RRTF::
|
801
|
+
<span class='object_link'><a href="RRTF/PositionStyle.html#initialize-instance_method" title="RRTF::PositionStyle#initialize (method)">#initialize</a></span>
|
802
|
+
<small>RRTF::PositionStyle</small>
|
803
803
|
</div>
|
804
804
|
</li>
|
805
805
|
|
806
806
|
|
807
807
|
<li class="even ">
|
808
808
|
<div class="item">
|
809
|
-
<span class='object_link'><a href="RRTF/
|
810
|
-
<small>RRTF::
|
809
|
+
<span class='object_link'><a href="RRTF/ListTemplate.html#initialize-instance_method" title="RRTF::ListTemplate#initialize (method)">#initialize</a></span>
|
810
|
+
<small>RRTF::ListTemplate</small>
|
811
811
|
</div>
|
812
812
|
</li>
|
813
813
|
|
814
814
|
|
815
815
|
<li class="odd ">
|
816
816
|
<div class="item">
|
817
|
-
<span class='object_link'><a href="RRTF/
|
818
|
-
<small>RRTF::
|
817
|
+
<span class='object_link'><a href="RRTF/Node.html#initialize-instance_method" title="RRTF::Node#initialize (method)">#initialize</a></span>
|
818
|
+
<small>RRTF::Node</small>
|
819
819
|
</div>
|
820
820
|
</li>
|
821
821
|
|
822
822
|
|
823
823
|
<li class="even ">
|
824
824
|
<div class="item">
|
825
|
-
<span class='object_link'><a href="RRTF/
|
826
|
-
<small>RRTF::
|
825
|
+
<span class='object_link'><a href="RRTF/LinkNode.html#initialize-instance_method" title="RRTF::LinkNode#initialize (method)">#initialize</a></span>
|
826
|
+
<small>RRTF::LinkNode</small>
|
827
827
|
</div>
|
828
828
|
</li>
|
829
829
|
|
830
830
|
|
831
831
|
<li class="odd ">
|
832
832
|
<div class="item">
|
833
|
-
<span class='object_link'><a href="RRTF/
|
834
|
-
<small>RRTF::
|
833
|
+
<span class='object_link'><a href="RRTF/Font.html#initialize-instance_method" title="RRTF::Font#initialize (method)">#initialize</a></span>
|
834
|
+
<small>RRTF::Font</small>
|
835
835
|
</div>
|
836
836
|
</li>
|
837
837
|
|
838
838
|
|
839
839
|
<li class="even ">
|
840
840
|
<div class="item">
|
841
|
-
<span class='object_link'><a href="RRTF/
|
842
|
-
<small>RRTF::
|
841
|
+
<span class='object_link'><a href="RRTF/GeometryProperties.html#initialize-instance_method" title="RRTF::GeometryProperties#initialize (method)">#initialize</a></span>
|
842
|
+
<small>RRTF::GeometryProperties</small>
|
843
843
|
</div>
|
844
844
|
</li>
|
845
845
|
|
846
846
|
|
847
847
|
<li class="odd ">
|
848
848
|
<div class="item">
|
849
|
-
<span class='object_link'><a href="RRTF/
|
850
|
-
<small>RRTF::
|
849
|
+
<span class='object_link'><a href="RRTF/ListLevel.html#initialize-instance_method" title="RRTF::ListLevel#initialize (method)">#initialize</a></span>
|
850
|
+
<small>RRTF::ListLevel</small>
|
851
851
|
</div>
|
852
852
|
</li>
|
853
853
|
|
854
854
|
|
855
855
|
<li class="even ">
|
856
856
|
<div class="item">
|
857
|
-
<span class='object_link'><a href="RRTF/
|
858
|
-
<small>RRTF::
|
857
|
+
<span class='object_link'><a href="RRTF/ColourTable.html#initialize-instance_method" title="RRTF::ColourTable#initialize (method)">#initialize</a></span>
|
858
|
+
<small>RRTF::ColourTable</small>
|
859
859
|
</div>
|
860
860
|
</li>
|
861
861
|
|
862
862
|
|
863
863
|
<li class="odd ">
|
864
864
|
<div class="item">
|
865
|
-
<span class='object_link'><a href="RRTF/
|
866
|
-
<small>RRTF::
|
865
|
+
<span class='object_link'><a href="RRTF/ParagraphStyle.html#initialize-instance_method" title="RRTF::ParagraphStyle#initialize (method)">#initialize</a></span>
|
866
|
+
<small>RRTF::ParagraphStyle</small>
|
867
867
|
</div>
|
868
868
|
</li>
|
869
869
|
|
870
870
|
|
871
871
|
<li class="even ">
|
872
872
|
<div class="item">
|
873
|
-
<span class='object_link'><a href="RRTF/
|
874
|
-
<small>RRTF::
|
873
|
+
<span class='object_link'><a href="RRTF/CharacterStyle.html#initialize-instance_method" title="RRTF::CharacterStyle#initialize (method)">#initialize</a></span>
|
874
|
+
<small>RRTF::CharacterStyle</small>
|
875
875
|
</div>
|
876
876
|
</li>
|
877
877
|
|
878
878
|
|
879
879
|
<li class="odd ">
|
880
880
|
<div class="item">
|
881
|
-
<span class='object_link'><a href="RRTF/
|
882
|
-
<small>RRTF::
|
881
|
+
<span class='object_link'><a href="RRTF/ListTable.html#initialize-instance_method" title="RRTF::ListTable#initialize (method)">#initialize</a></span>
|
882
|
+
<small>RRTF::ListTable</small>
|
883
883
|
</div>
|
884
884
|
</li>
|
885
885
|
|
886
886
|
|
887
887
|
<li class="even ">
|
888
888
|
<div class="item">
|
889
|
-
<span class='object_link'><a href="RRTF/
|
890
|
-
<small>RRTF::
|
889
|
+
<span class='object_link'><a href="RRTF/CommandNode.html#initialize-instance_method" title="RRTF::CommandNode#initialize (method)">#initialize</a></span>
|
890
|
+
<small>RRTF::CommandNode</small>
|
891
891
|
</div>
|
892
892
|
</li>
|
893
893
|
|
894
894
|
|
895
895
|
<li class="odd ">
|
896
896
|
<div class="item">
|
897
|
-
<span class='object_link'><a href="RRTF/
|
898
|
-
<small>RRTF::
|
897
|
+
<span class='object_link'><a href="RRTF/HeaderNode.html#initialize-instance_method" title="RRTF::HeaderNode#initialize (method)">#initialize</a></span>
|
898
|
+
<small>RRTF::HeaderNode</small>
|
899
899
|
</div>
|
900
900
|
</li>
|
901
901
|
|
902
902
|
|
903
903
|
<li class="even ">
|
904
904
|
<div class="item">
|
905
|
-
<span class='object_link'><a href="RRTF/
|
906
|
-
<small>RRTF::
|
905
|
+
<span class='object_link'><a href="RRTF/Page/Size.html#initialize-instance_method" title="RRTF::Page::Size#initialize (method)">#initialize</a></span>
|
906
|
+
<small>RRTF::Page::Size</small>
|
907
907
|
</div>
|
908
908
|
</li>
|
909
909
|
|
910
910
|
|
911
911
|
<li class="odd ">
|
912
912
|
<div class="item">
|
913
|
-
<span class='object_link'><a href="RRTF/
|
914
|
-
<small>RRTF::
|
913
|
+
<span class='object_link'><a href="RRTF/FooterNode.html#initialize-instance_method" title="RRTF::FooterNode#initialize (method)">#initialize</a></span>
|
914
|
+
<small>RRTF::FooterNode</small>
|
915
915
|
</div>
|
916
916
|
</li>
|
917
917
|
|
918
918
|
|
919
919
|
<li class="even ">
|
920
920
|
<div class="item">
|
921
|
-
<span class='object_link'><a href="RRTF/
|
922
|
-
<small>RRTF::
|
921
|
+
<span class='object_link'><a href="RRTF/TabStyle.html#initialize-instance_method" title="RRTF::TabStyle#initialize (method)">#initialize</a></span>
|
922
|
+
<small>RRTF::TabStyle</small>
|
923
923
|
</div>
|
924
924
|
</li>
|
925
925
|
|
926
926
|
|
927
927
|
<li class="odd ">
|
928
928
|
<div class="item">
|
929
|
-
<span class='object_link'><a href="RRTF/
|
930
|
-
<small>RRTF::
|
929
|
+
<span class='object_link'><a href="RRTF/Converters/HTML/Node.html#initialize-instance_method" title="RRTF::Converters::HTML::Node#initialize (method)">#initialize</a></span>
|
930
|
+
<small>RRTF::Converters::HTML::Node</small>
|
931
931
|
</div>
|
932
932
|
</li>
|
933
933
|
|
934
934
|
|
935
935
|
<li class="even ">
|
936
936
|
<div class="item">
|
937
|
-
<span class='object_link'><a href="RRTF/
|
938
|
-
<small>RRTF::
|
937
|
+
<span class='object_link'><a href="RRTF/ListMarker.html#initialize-instance_method" title="RRTF::ListMarker#initialize (method)">#initialize</a></span>
|
938
|
+
<small>RRTF::ListMarker</small>
|
939
939
|
</div>
|
940
940
|
</li>
|
941
941
|
|
942
942
|
|
943
943
|
<li class="odd ">
|
944
944
|
<div class="item">
|
945
|
-
<span class='object_link'><a href="RRTF/
|
946
|
-
<small>RRTF::
|
945
|
+
<span class='object_link'><a href="RRTF/Style.html#initialize-instance_method" title="RRTF::Style#initialize (method)">#initialize</a></span>
|
946
|
+
<small>RRTF::Style</small>
|
947
947
|
</div>
|
948
948
|
</li>
|
949
949
|
|
950
950
|
|
951
951
|
<li class="even ">
|
952
952
|
<div class="item">
|
953
|
-
<span class='object_link'><a href="RRTF/
|
954
|
-
<small>RRTF::
|
953
|
+
<span class='object_link'><a href="RRTF/TableNode.html#initialize-instance_method" title="RRTF::TableNode#initialize (method)">#initialize</a></span>
|
954
|
+
<small>RRTF::TableNode</small>
|
955
955
|
</div>
|
956
956
|
</li>
|
957
957
|
|
958
958
|
|
959
959
|
<li class="odd ">
|
960
960
|
<div class="item">
|
961
|
-
<span class='object_link'><a href="RRTF/
|
962
|
-
<small>RRTF::
|
961
|
+
<span class='object_link'><a href="RRTF/ImageNode.html#initialize-instance_method" title="RRTF::ImageNode#initialize (method)">#initialize</a></span>
|
962
|
+
<small>RRTF::ImageNode</small>
|
963
963
|
</div>
|
964
964
|
</li>
|
965
965
|
|
966
966
|
|
967
967
|
<li class="even ">
|
968
968
|
<div class="item">
|
969
|
-
<span class='object_link'><a href="RRTF/
|
970
|
-
<small>RRTF::
|
969
|
+
<span class='object_link'><a href="RRTF/TableCellNode.html#initialize-instance_method" title="RRTF::TableCellNode#initialize (method)">#initialize</a></span>
|
970
|
+
<small>RRTF::TableCellNode</small>
|
971
971
|
</div>
|
972
972
|
</li>
|
973
973
|
|
974
974
|
|
975
975
|
<li class="odd ">
|
976
976
|
<div class="item">
|
977
|
-
<span class='object_link'><a href="RRTF/
|
978
|
-
<small>RRTF::
|
977
|
+
<span class='object_link'><a href="RRTF/ListNode.html#initialize-instance_method" title="RRTF::ListNode#initialize (method)">#initialize</a></span>
|
978
|
+
<small>RRTF::ListNode</small>
|
979
979
|
</div>
|
980
980
|
</li>
|
981
981
|
|
982
982
|
|
983
983
|
<li class="even ">
|
984
984
|
<div class="item">
|
985
|
-
<span class='object_link'><a href="RRTF/
|
986
|
-
<small>RRTF::
|
985
|
+
<span class='object_link'><a href="RRTF/TextNode.html#initialize-instance_method" title="RRTF::TextNode#initialize (method)">#initialize</a></span>
|
986
|
+
<small>RRTF::TextNode</small>
|
987
987
|
</div>
|
988
988
|
</li>
|
989
989
|
|
990
990
|
|
991
991
|
<li class="odd ">
|
992
992
|
<div class="item">
|
993
|
-
<span class='object_link'><a href="RRTF/
|
994
|
-
<small>RRTF::
|
993
|
+
<span class='object_link'><a href="RRTF/ListLevelNode.html#initialize-instance_method" title="RRTF::ListLevelNode#initialize (method)">#initialize</a></span>
|
994
|
+
<small>RRTF::ListLevelNode</small>
|
995
995
|
</div>
|
996
996
|
</li>
|
997
997
|
|
998
998
|
|
999
999
|
<li class="even ">
|
1000
1000
|
<div class="item">
|
1001
|
-
<span class='object_link'><a href="RRTF/
|
1002
|
-
<small>RRTF::
|
1001
|
+
<span class='object_link'><a href="RRTF/ShadingStyle.html#initialize-instance_method" title="RRTF::ShadingStyle#initialize (method)">#initialize</a></span>
|
1002
|
+
<small>RRTF::ShadingStyle</small>
|
1003
1003
|
</div>
|
1004
1004
|
</li>
|
1005
1005
|
|
1006
1006
|
|
1007
1007
|
<li class="odd ">
|
1008
1008
|
<div class="item">
|
1009
|
-
<span class='object_link'><a href="RRTF/
|
1010
|
-
<small>RRTF::
|
1009
|
+
<span class='object_link'><a href="RRTF/SectionStyle.html#initialize-instance_method" title="RRTF::SectionStyle#initialize (method)">#initialize</a></span>
|
1010
|
+
<small>RRTF::SectionStyle</small>
|
1011
1011
|
</div>
|
1012
1012
|
</li>
|
1013
1013
|
|
1014
1014
|
|
1015
1015
|
<li class="even ">
|
1016
1016
|
<div class="item">
|
1017
|
-
<span class='object_link'><a href="RRTF/
|
1018
|
-
<small>RRTF::
|
1017
|
+
<span class='object_link'><a href="RRTF/Document.html#initialize-instance_method" title="RRTF::Document#initialize (method)">#initialize</a></span>
|
1018
|
+
<small>RRTF::Document</small>
|
1019
1019
|
</div>
|
1020
1020
|
</li>
|
1021
1021
|
|
1022
1022
|
|
1023
1023
|
<li class="odd ">
|
1024
1024
|
<div class="item">
|
1025
|
-
<span class='object_link'><a href="RRTF/
|
1026
|
-
<small>RRTF::
|
1025
|
+
<span class='object_link'><a href="RRTF/Stylesheet.html#initialize-instance_method" title="RRTF::Stylesheet#initialize (method)">#initialize</a></span>
|
1026
|
+
<small>RRTF::Stylesheet</small>
|
1027
1027
|
</div>
|
1028
1028
|
</li>
|
1029
1029
|
|
@@ -1038,8 +1038,8 @@
|
|
1038
1038
|
|
1039
1039
|
<li class="odd ">
|
1040
1040
|
<div class="item">
|
1041
|
-
<span class='object_link'><a href="RRTF/
|
1042
|
-
<small>RRTF::
|
1041
|
+
<span class='object_link'><a href="RRTF/Colour.html#initialize-instance_method" title="RRTF::Colour#initialize (method)">#initialize</a></span>
|
1042
|
+
<small>RRTF::Colour</small>
|
1043
1043
|
</div>
|
1044
1044
|
</li>
|
1045
1045
|
|
@@ -1054,40 +1054,56 @@
|
|
1054
1054
|
|
1055
1055
|
<li class="odd ">
|
1056
1056
|
<div class="item">
|
1057
|
-
<span class='object_link'><a href="RRTF/
|
1058
|
-
<small>RRTF::
|
1057
|
+
<span class='object_link'><a href="RRTF/ListTextNode.html#initialize-instance_method" title="RRTF::ListTextNode#initialize (method)">#initialize</a></span>
|
1058
|
+
<small>RRTF::ListTextNode</small>
|
1059
1059
|
</div>
|
1060
1060
|
</li>
|
1061
1061
|
|
1062
1062
|
|
1063
1063
|
<li class="even ">
|
1064
1064
|
<div class="item">
|
1065
|
-
<span class='object_link'><a href="RRTF/
|
1066
|
-
<small>RRTF::
|
1065
|
+
<span class='object_link'><a href="RRTF/FontTable.html#initialize-instance_method" title="RRTF::FontTable#initialize (method)">#initialize</a></span>
|
1066
|
+
<small>RRTF::FontTable</small>
|
1067
1067
|
</div>
|
1068
1068
|
</li>
|
1069
1069
|
|
1070
1070
|
|
1071
1071
|
<li class="odd ">
|
1072
1072
|
<div class="item">
|
1073
|
-
<span class='object_link'><a href="RRTF/
|
1074
|
-
<small>RRTF::
|
1073
|
+
<span class='object_link'><a href="RRTF/Converters/HTML.html#initialize-instance_method" title="RRTF::Converters::HTML#initialize (method)">#initialize</a></span>
|
1074
|
+
<small>RRTF::Converters::HTML</small>
|
1075
1075
|
</div>
|
1076
1076
|
</li>
|
1077
1077
|
|
1078
1078
|
|
1079
1079
|
<li class="even ">
|
1080
1080
|
<div class="item">
|
1081
|
-
<span class='object_link'><a href="RRTF/
|
1082
|
-
<small>RRTF::
|
1081
|
+
<span class='object_link'><a href="RRTF/ContainerNode.html#initialize-instance_method" title="RRTF::ContainerNode#initialize (method)">#initialize</a></span>
|
1082
|
+
<small>RRTF::ContainerNode</small>
|
1083
1083
|
</div>
|
1084
1084
|
</li>
|
1085
1085
|
|
1086
1086
|
|
1087
1087
|
<li class="odd ">
|
1088
1088
|
<div class="item">
|
1089
|
-
<span class='object_link'><a href="RRTF/
|
1090
|
-
<small>RRTF::
|
1089
|
+
<span class='object_link'><a href="RRTF/Information.html#initialize-instance_method" title="RRTF::Information#initialize (method)">#initialize</a></span>
|
1090
|
+
<small>RRTF::Information</small>
|
1091
|
+
</div>
|
1092
|
+
</li>
|
1093
|
+
|
1094
|
+
|
1095
|
+
<li class="even ">
|
1096
|
+
<div class="item">
|
1097
|
+
<span class='object_link'><a href="RRTF/BorderStyle.html#initialize-instance_method" title="RRTF::BorderStyle#initialize (method)">#initialize</a></span>
|
1098
|
+
<small>RRTF::BorderStyle</small>
|
1099
|
+
</div>
|
1100
|
+
</li>
|
1101
|
+
|
1102
|
+
|
1103
|
+
<li class="odd ">
|
1104
|
+
<div class="item">
|
1105
|
+
<span class='object_link'><a href="RRTF/Converters/HTML/NodeSet.html#initialize-instance_method" title="RRTF::Converters::HTML::NodeSet#initialize (method)">#initialize</a></span>
|
1106
|
+
<small>RRTF::Converters::HTML::NodeSet</small>
|
1091
1107
|
</div>
|
1092
1108
|
</li>
|
1093
1109
|
|
@@ -1102,21 +1118,29 @@
|
|
1102
1118
|
|
1103
1119
|
<li class="odd ">
|
1104
1120
|
<div class="item">
|
1105
|
-
<span class='object_link'><a href="RRTF/
|
1106
|
-
<small>RRTF::
|
1121
|
+
<span class='object_link'><a href="RRTF/SectionNode.html#initialize-instance_method" title="RRTF::SectionNode#initialize (method)">#initialize</a></span>
|
1122
|
+
<small>RRTF::SectionNode</small>
|
1107
1123
|
</div>
|
1108
1124
|
</li>
|
1109
1125
|
|
1110
1126
|
|
1111
1127
|
<li class="even ">
|
1112
1128
|
<div class="item">
|
1113
|
-
<span class='object_link'><a href="RRTF/
|
1114
|
-
<small>RRTF::
|
1129
|
+
<span class='object_link'><a href="RRTF/Page/Margin.html#initialize-instance_method" title="RRTF::Page::Margin#initialize (method)">#initialize</a></span>
|
1130
|
+
<small>RRTF::Page::Margin</small>
|
1115
1131
|
</div>
|
1116
1132
|
</li>
|
1117
1133
|
|
1118
1134
|
|
1119
1135
|
<li class="odd ">
|
1136
|
+
<div class="item">
|
1137
|
+
<span class='object_link'><a href="RRTF/RTFError.html#initialize-instance_method" title="RRTF::RTFError#initialize (method)">#initialize</a></span>
|
1138
|
+
<small>RRTF::RTFError</small>
|
1139
|
+
</div>
|
1140
|
+
</li>
|
1141
|
+
|
1142
|
+
|
1143
|
+
<li class="even ">
|
1120
1144
|
<div class="item">
|
1121
1145
|
<span class='object_link'><a href="RRTF/BorderFormatting.html#initialize_border_formatting-instance_method" title="RRTF::BorderFormatting#initialize_border_formatting (method)">#initialize_border_formatting</a></span>
|
1122
1146
|
<small>RRTF::BorderFormatting</small>
|
@@ -1124,7 +1148,7 @@
|
|
1124
1148
|
</li>
|
1125
1149
|
|
1126
1150
|
|
1127
|
-
<li class="
|
1151
|
+
<li class="odd ">
|
1128
1152
|
<div class="item">
|
1129
1153
|
<span class='object_link'><a href="RRTF/CharacterFormatting.html#initialize_character_formatting-instance_method" title="RRTF::CharacterFormatting#initialize_character_formatting (method)">#initialize_character_formatting</a></span>
|
1130
1154
|
<small>RRTF::CharacterFormatting</small>
|
@@ -1132,7 +1156,7 @@
|
|
1132
1156
|
</li>
|
1133
1157
|
|
1134
1158
|
|
1135
|
-
<li class="
|
1159
|
+
<li class="even ">
|
1136
1160
|
<div class="item">
|
1137
1161
|
<span class='object_link'><a href="RRTF/DocumentFormatting.html#initialize_document_formatting-instance_method" title="RRTF::DocumentFormatting#initialize_document_formatting (method)">#initialize_document_formatting</a></span>
|
1138
1162
|
<small>RRTF::DocumentFormatting</small>
|
@@ -1140,7 +1164,7 @@
|
|
1140
1164
|
</li>
|
1141
1165
|
|
1142
1166
|
|
1143
|
-
<li class="
|
1167
|
+
<li class="odd ">
|
1144
1168
|
<div class="item">
|
1145
1169
|
<span class='object_link'><a href="RRTF/PageFormatting.html#initialize_page_formatting-instance_method" title="RRTF::PageFormatting#initialize_page_formatting (method)">#initialize_page_formatting</a></span>
|
1146
1170
|
<small>RRTF::PageFormatting</small>
|
@@ -1148,7 +1172,7 @@
|
|
1148
1172
|
</li>
|
1149
1173
|
|
1150
1174
|
|
1151
|
-
<li class="
|
1175
|
+
<li class="even ">
|
1152
1176
|
<div class="item">
|
1153
1177
|
<span class='object_link'><a href="RRTF/ParagraphFormatting.html#initialize_paragraph_formatting-instance_method" title="RRTF::ParagraphFormatting#initialize_paragraph_formatting (method)">#initialize_paragraph_formatting</a></span>
|
1154
1178
|
<small>RRTF::ParagraphFormatting</small>
|
@@ -1156,7 +1180,7 @@
|
|
1156
1180
|
</li>
|
1157
1181
|
|
1158
1182
|
|
1159
|
-
<li class="
|
1183
|
+
<li class="odd ">
|
1160
1184
|
<div class="item">
|
1161
1185
|
<span class='object_link'><a href="RRTF/PositionFormatting.html#initialize_position_formatting-instance_method" title="RRTF::PositionFormatting#initialize_position_formatting (method)">#initialize_position_formatting</a></span>
|
1162
1186
|
<small>RRTF::PositionFormatting</small>
|
@@ -1164,6 +1188,14 @@
|
|
1164
1188
|
</li>
|
1165
1189
|
|
1166
1190
|
|
1191
|
+
<li class="even ">
|
1192
|
+
<div class="item">
|
1193
|
+
<span class='object_link'><a href="RRTF/SectionFormatting.html#initialize_section_formatting-instance_method" title="RRTF::SectionFormatting#initialize_section_formatting (method)">#initialize_section_formatting</a></span>
|
1194
|
+
<small>RRTF::SectionFormatting</small>
|
1195
|
+
</div>
|
1196
|
+
</li>
|
1197
|
+
|
1198
|
+
|
1167
1199
|
<li class="odd ">
|
1168
1200
|
<div class="item">
|
1169
1201
|
<span class='object_link'><a href="RRTF/ShadingFormatting.html#initialize_shading_formatting-instance_method" title="RRTF::ShadingFormatting#initialize_shading_formatting (method)">#initialize_shading_formatting</a></span>
|
@@ -1230,23 +1262,23 @@
|
|
1230
1262
|
|
1231
1263
|
<li class="odd ">
|
1232
1264
|
<div class="item">
|
1233
|
-
<span class='object_link'><a href="RRTF/
|
1234
|
-
<small>RRTF::
|
1265
|
+
<span class='object_link'><a href="RRTF/TabStyle.html#leader-instance_method" title="RRTF::TabStyle#leader (method)">#leader</a></span>
|
1266
|
+
<small>RRTF::TabStyle</small>
|
1235
1267
|
</div>
|
1236
1268
|
</li>
|
1237
1269
|
|
1238
1270
|
|
1239
1271
|
<li class="even ">
|
1240
1272
|
<div class="item">
|
1241
|
-
<span class='object_link'><a href="RRTF/
|
1242
|
-
<small>RRTF::
|
1273
|
+
<span class='object_link'><a href="RRTF/Page/Margin.html#left-instance_method" title="RRTF::Page::Margin#left (method)">#left</a></span>
|
1274
|
+
<small>RRTF::Page::Margin</small>
|
1243
1275
|
</div>
|
1244
1276
|
</li>
|
1245
1277
|
|
1246
1278
|
|
1247
1279
|
<li class="odd ">
|
1248
1280
|
<div class="item">
|
1249
|
-
<span class='object_link'><a href="RRTF/TableCellNode.html#left_border_width
|
1281
|
+
<span class='object_link'><a href="RRTF/TableCellNode.html#left_border_width-instance_method" title="RRTF::TableCellNode#left_border_width (method)">#left_border_width</a></span>
|
1250
1282
|
<small>RRTF::TableCellNode</small>
|
1251
1283
|
</div>
|
1252
1284
|
</li>
|
@@ -1254,16 +1286,16 @@
|
|
1254
1286
|
|
1255
1287
|
<li class="even ">
|
1256
1288
|
<div class="item">
|
1257
|
-
<span class='object_link'><a href="RRTF/
|
1258
|
-
<small>RRTF::
|
1289
|
+
<span class='object_link'><a href="RRTF/TableCellNode.html#left_border_width=-instance_method" title="RRTF::TableCellNode#left_border_width= (method)">#left_border_width=</a></span>
|
1290
|
+
<small>RRTF::TableCellNode</small>
|
1259
1291
|
</div>
|
1260
1292
|
</li>
|
1261
1293
|
|
1262
1294
|
|
1263
1295
|
<li class="odd ">
|
1264
1296
|
<div class="item">
|
1265
|
-
<span class='object_link'><a href="RRTF/
|
1266
|
-
<small>RRTF::
|
1297
|
+
<span class='object_link'><a href="RRTF/TableRowNode.html#length-instance_method" title="RRTF::TableRowNode#length (method)">#length</a></span>
|
1298
|
+
<small>RRTF::TableRowNode</small>
|
1267
1299
|
</div>
|
1268
1300
|
</li>
|
1269
1301
|
|
@@ -1278,23 +1310,23 @@
|
|
1278
1310
|
|
1279
1311
|
<li class="odd ">
|
1280
1312
|
<div class="item">
|
1281
|
-
<span class='object_link'><a href="RRTF/
|
1282
|
-
<small>RRTF::
|
1313
|
+
<span class='object_link'><a href="RRTF/ListLevel.html#level-instance_method" title="RRTF::ListLevel#level (method)">#level</a></span>
|
1314
|
+
<small>RRTF::ListLevel</small>
|
1283
1315
|
</div>
|
1284
1316
|
</li>
|
1285
1317
|
|
1286
1318
|
|
1287
1319
|
<li class="even ">
|
1288
1320
|
<div class="item">
|
1289
|
-
<span class='object_link'><a href="RRTF/
|
1290
|
-
<small>RRTF::
|
1321
|
+
<span class='object_link'><a href="RRTF/ListTemplate.html#level_for-instance_method" title="RRTF::ListTemplate#level_for (method)">#level_for</a></span>
|
1322
|
+
<small>RRTF::ListTemplate</small>
|
1291
1323
|
</div>
|
1292
1324
|
</li>
|
1293
1325
|
|
1294
1326
|
|
1295
1327
|
<li class="odd ">
|
1296
1328
|
<div class="item">
|
1297
|
-
<span class='object_link'><a href="RRTF/CommandNode.html#
|
1329
|
+
<span class='object_link'><a href="RRTF/CommandNode.html#line_break-instance_method" title="RRTF::CommandNode#line_break (method)">#line_break</a></span>
|
1298
1330
|
<small>RRTF::CommandNode</small>
|
1299
1331
|
</div>
|
1300
1332
|
</li>
|
@@ -1302,39 +1334,39 @@
|
|
1302
1334
|
|
1303
1335
|
<li class="even ">
|
1304
1336
|
<div class="item">
|
1305
|
-
<span class='object_link'><a href="RRTF/
|
1306
|
-
<small>RRTF::
|
1337
|
+
<span class='object_link'><a href="RRTF/CommandNode.html#link-instance_method" title="RRTF::CommandNode#link (method)">#link</a></span>
|
1338
|
+
<small>RRTF::CommandNode</small>
|
1307
1339
|
</div>
|
1308
1340
|
</li>
|
1309
1341
|
|
1310
1342
|
|
1311
1343
|
<li class="odd ">
|
1312
1344
|
<div class="item">
|
1313
|
-
<span class='object_link'><a href="RRTF/
|
1314
|
-
<small>RRTF::
|
1345
|
+
<span class='object_link'><a href="RRTF/CommandNode.html#list-instance_method" title="RRTF::CommandNode#list (method)">#list</a></span>
|
1346
|
+
<small>RRTF::CommandNode</small>
|
1315
1347
|
</div>
|
1316
1348
|
</li>
|
1317
1349
|
|
1318
1350
|
|
1319
1351
|
<li class="even ">
|
1320
1352
|
<div class="item">
|
1321
|
-
<span class='object_link'><a href="RRTF/
|
1322
|
-
<small>RRTF::
|
1353
|
+
<span class='object_link'><a href="RRTF/ListLevelNode.html#list-instance_method" title="RRTF::ListLevelNode#list (method)">#list</a></span>
|
1354
|
+
<small>RRTF::ListLevelNode</small>
|
1323
1355
|
</div>
|
1324
1356
|
</li>
|
1325
1357
|
|
1326
1358
|
|
1327
1359
|
<li class="odd ">
|
1328
1360
|
<div class="item">
|
1329
|
-
<span class='object_link'><a href="RRTF/
|
1330
|
-
<small>RRTF::
|
1361
|
+
<span class='object_link'><a href="RRTF/ListNode.html#list-instance_method" title="RRTF::ListNode#list (method)">#list</a></span>
|
1362
|
+
<small>RRTF::ListNode</small>
|
1331
1363
|
</div>
|
1332
1364
|
</li>
|
1333
1365
|
|
1334
1366
|
|
1335
1367
|
<li class="even ">
|
1336
1368
|
<div class="item">
|
1337
|
-
<span class='object_link'><a href="RRTF/Document.html#
|
1369
|
+
<span class='object_link'><a href="RRTF/Document.html#lists-instance_method" title="RRTF::Document#lists (method)">#lists</a></span>
|
1338
1370
|
<small>RRTF::Document</small>
|
1339
1371
|
</div>
|
1340
1372
|
</li>
|
@@ -1342,24 +1374,24 @@
|
|
1342
1374
|
|
1343
1375
|
<li class="odd ">
|
1344
1376
|
<div class="item">
|
1345
|
-
<span class='object_link'><a href="RRTF/
|
1346
|
-
<small>RRTF::
|
1377
|
+
<span class='object_link'><a href="RRTF/Document.html#load_stylesheet-instance_method" title="RRTF::Document#load_stylesheet (method)">#load_stylesheet</a></span>
|
1378
|
+
<small>RRTF::Document</small>
|
1347
1379
|
</div>
|
1348
1380
|
</li>
|
1349
1381
|
|
1350
1382
|
|
1351
1383
|
<li class="even ">
|
1352
1384
|
<div class="item">
|
1353
|
-
<span class='object_link'><a href="RRTF/
|
1354
|
-
<small>RRTF::
|
1385
|
+
<span class='object_link'><a href="RRTF/ListLevel.html#marker-instance_method" title="RRTF::ListLevel#marker (method)">#marker</a></span>
|
1386
|
+
<small>RRTF::ListLevel</small>
|
1355
1387
|
</div>
|
1356
1388
|
</li>
|
1357
1389
|
|
1358
1390
|
|
1359
1391
|
<li class="odd ">
|
1360
1392
|
<div class="item">
|
1361
|
-
<span class='object_link'><a href="RRTF/
|
1362
|
-
<small>RRTF::
|
1393
|
+
<span class='object_link'><a href="RRTF/Font.html#name-instance_method" title="RRTF::Font#name (method)">#name</a></span>
|
1394
|
+
<small>RRTF::Font</small>
|
1363
1395
|
</div>
|
1364
1396
|
</li>
|
1365
1397
|
|
@@ -1373,6 +1405,14 @@
|
|
1373
1405
|
|
1374
1406
|
|
1375
1407
|
<li class="odd ">
|
1408
|
+
<div class="item">
|
1409
|
+
<span class='object_link'><a href="RRTF/ListMarker.html#name-instance_method" title="RRTF::ListMarker#name (method)">#name</a></span>
|
1410
|
+
<small>RRTF::ListMarker</small>
|
1411
|
+
</div>
|
1412
|
+
</li>
|
1413
|
+
|
1414
|
+
|
1415
|
+
<li class="even ">
|
1376
1416
|
<div class="item">
|
1377
1417
|
<span class='object_link'><a href="RRTF/ListTable.html#new_template-instance_method" title="RRTF::ListTable#new_template (method)">#new_template</a></span>
|
1378
1418
|
<small>RRTF::ListTable</small>
|
@@ -1380,7 +1420,7 @@
|
|
1380
1420
|
</li>
|
1381
1421
|
|
1382
1422
|
|
1383
|
-
<li class="
|
1423
|
+
<li class="odd ">
|
1384
1424
|
<div class="item">
|
1385
1425
|
<span class='object_link'><a href="RRTF/Node.html#next_node-instance_method" title="RRTF::Node#next_node (method)">#next_node</a></span>
|
1386
1426
|
<small>RRTF::Node</small>
|
@@ -1388,7 +1428,7 @@
|
|
1388
1428
|
</li>
|
1389
1429
|
|
1390
1430
|
|
1391
|
-
<li class="
|
1431
|
+
<li class="even ">
|
1392
1432
|
<div class="item">
|
1393
1433
|
<span class='object_link'><a href="RRTF/Style.html#next_style_handle-instance_method" title="RRTF::Style#next_style_handle (method)">#next_style_handle</a></span>
|
1394
1434
|
<small>RRTF::Style</small>
|
@@ -1396,7 +1436,7 @@
|
|
1396
1436
|
</li>
|
1397
1437
|
|
1398
1438
|
|
1399
|
-
<li class="
|
1439
|
+
<li class="odd ">
|
1400
1440
|
<div class="item">
|
1401
1441
|
<span class='object_link'><a href="RRTF/Utilities.html#num2pt-class_method" title="RRTF::Utilities.num2pt (method)">num2pt</a></span>
|
1402
1442
|
<small>RRTF::Utilities</small>
|
@@ -1404,7 +1444,7 @@
|
|
1404
1444
|
</li>
|
1405
1445
|
|
1406
1446
|
|
1407
|
-
<li class="
|
1447
|
+
<li class="even ">
|
1408
1448
|
<div class="item">
|
1409
1449
|
<span class='object_link'><a href="RRTF/ListMarker.html#number_type-instance_method" title="RRTF::ListMarker#number_type (method)">#number_type</a></span>
|
1410
1450
|
<small>RRTF::ListMarker</small>
|
@@ -1412,7 +1452,7 @@
|
|
1412
1452
|
</li>
|
1413
1453
|
|
1414
1454
|
|
1415
|
-
<li class="
|
1455
|
+
<li class="odd ">
|
1416
1456
|
<div class="item">
|
1417
1457
|
<span class='object_link'><a href="RRTF/Document.html#page_break-instance_method" title="RRTF::Document#page_break (method)">#page_break</a></span>
|
1418
1458
|
<small>RRTF::Document</small>
|
@@ -1420,7 +1460,7 @@
|
|
1420
1460
|
</li>
|
1421
1461
|
|
1422
1462
|
|
1423
|
-
<li class="
|
1463
|
+
<li class="even ">
|
1424
1464
|
<div class="item">
|
1425
1465
|
<span class='object_link'><a href="RRTF/PageFormatting.html#page_formatting_to_rtf-instance_method" title="RRTF::PageFormatting#page_formatting_to_rtf (method)">#page_formatting_to_rtf</a></span>
|
1426
1466
|
<small>RRTF::PageFormatting</small>
|
@@ -1428,7 +1468,7 @@
|
|
1428
1468
|
</li>
|
1429
1469
|
|
1430
1470
|
|
1431
|
-
<li class="
|
1471
|
+
<li class="odd ">
|
1432
1472
|
<div class="item">
|
1433
1473
|
<span class='object_link'><a href="RRTF/Document.html#paper-instance_method" title="RRTF::Document#paper (method)">#paper</a></span>
|
1434
1474
|
<small>RRTF::Document</small>
|
@@ -1436,23 +1476,23 @@
|
|
1436
1476
|
</li>
|
1437
1477
|
|
1438
1478
|
|
1439
|
-
<li class="
|
1479
|
+
<li class="even ">
|
1440
1480
|
<div class="item">
|
1441
|
-
<span class='object_link'><a href="RRTF/
|
1442
|
-
<small>RRTF::
|
1481
|
+
<span class='object_link'><a href="RRTF/TableCellNode.html#paragraph-instance_method" title="RRTF::TableCellNode#paragraph (method)">#paragraph</a></span>
|
1482
|
+
<small>RRTF::TableCellNode</small>
|
1443
1483
|
</div>
|
1444
1484
|
</li>
|
1445
1485
|
|
1446
1486
|
|
1447
|
-
<li class="
|
1487
|
+
<li class="odd ">
|
1448
1488
|
<div class="item">
|
1449
|
-
<span class='object_link'><a href="RRTF/
|
1450
|
-
<small>RRTF::
|
1489
|
+
<span class='object_link'><a href="RRTF/CommandNode.html#paragraph-instance_method" title="RRTF::CommandNode#paragraph (method)">#paragraph</a></span>
|
1490
|
+
<small>RRTF::CommandNode</small>
|
1451
1491
|
</div>
|
1452
1492
|
</li>
|
1453
1493
|
|
1454
1494
|
|
1455
|
-
<li class="
|
1495
|
+
<li class="even ">
|
1456
1496
|
<div class="item">
|
1457
1497
|
<span class='object_link'><a href="RRTF/ParagraphFormatting.html#paragraph_formatting_to_rtf-instance_method" title="RRTF::ParagraphFormatting#paragraph_formatting_to_rtf (method)">#paragraph_formatting_to_rtf</a></span>
|
1458
1498
|
<small>RRTF::ParagraphFormatting</small>
|
@@ -1460,7 +1500,7 @@
|
|
1460
1500
|
</li>
|
1461
1501
|
|
1462
1502
|
|
1463
|
-
<li class="
|
1503
|
+
<li class="odd ">
|
1464
1504
|
<div class="item">
|
1465
1505
|
<span class='object_link'><a href="RRTF/Node.html#parent-instance_method" title="RRTF::Node#parent (method)">#parent</a></span>
|
1466
1506
|
<small>RRTF::Node</small>
|
@@ -1468,7 +1508,7 @@
|
|
1468
1508
|
</li>
|
1469
1509
|
|
1470
1510
|
|
1471
|
-
<li class="
|
1511
|
+
<li class="even ">
|
1472
1512
|
<div class="item">
|
1473
1513
|
<span class='object_link'><a href="RRTF/TableRowNode.html#parent=-instance_method" title="RRTF::TableRowNode#parent= (method)">#parent=</a></span>
|
1474
1514
|
<small>RRTF::TableRowNode</small>
|
@@ -1476,7 +1516,7 @@
|
|
1476
1516
|
</li>
|
1477
1517
|
|
1478
1518
|
|
1479
|
-
<li class="
|
1519
|
+
<li class="odd ">
|
1480
1520
|
<div class="item">
|
1481
1521
|
<span class='object_link'><a href="RRTF/Document.html#parent=-instance_method" title="RRTF::Document#parent= (method)">#parent=</a></span>
|
1482
1522
|
<small>RRTF::Document</small>
|
@@ -1484,7 +1524,7 @@
|
|
1484
1524
|
</li>
|
1485
1525
|
|
1486
1526
|
|
1487
|
-
<li class="
|
1527
|
+
<li class="even ">
|
1488
1528
|
<div class="item">
|
1489
1529
|
<span class='object_link'><a href="RRTF/TableCellNode.html#parent=-instance_method" title="RRTF::TableCellNode#parent= (method)">#parent=</a></span>
|
1490
1530
|
<small>RRTF::TableCellNode</small>
|
@@ -1492,7 +1532,7 @@
|
|
1492
1532
|
</li>
|
1493
1533
|
|
1494
1534
|
|
1495
|
-
<li class="
|
1535
|
+
<li class="odd ">
|
1496
1536
|
<div class="item">
|
1497
1537
|
<span class='object_link'><a href="RRTF/ImageNode.html#parse_border_array-class_method" title="RRTF::ImageNode.parse_border_array (method)">parse_border_array</a></span>
|
1498
1538
|
<small>RRTF::ImageNode</small>
|
@@ -1500,7 +1540,7 @@
|
|
1500
1540
|
</li>
|
1501
1541
|
|
1502
1542
|
|
1503
|
-
<li class="
|
1543
|
+
<li class="even ">
|
1504
1544
|
<div class="item">
|
1505
1545
|
<span class='object_link'><a href="RRTF/Page/Size.html#parse_string-class_method" title="RRTF::Page::Size.parse_string (method)">parse_string</a></span>
|
1506
1546
|
<small>RRTF::Page::Size</small>
|
@@ -1508,7 +1548,7 @@
|
|
1508
1548
|
</li>
|
1509
1549
|
|
1510
1550
|
|
1511
|
-
<li class="
|
1551
|
+
<li class="odd ">
|
1512
1552
|
<div class="item">
|
1513
1553
|
<span class='object_link'><a href="RRTF/Page/Margin.html#parse_string-class_method" title="RRTF::Page::Margin.parse_string (method)">parse_string</a></span>
|
1514
1554
|
<small>RRTF::Page::Margin</small>
|
@@ -1516,7 +1556,7 @@
|
|
1516
1556
|
</li>
|
1517
1557
|
|
1518
1558
|
|
1519
|
-
<li class="
|
1559
|
+
<li class="even ">
|
1520
1560
|
<div class="item">
|
1521
1561
|
<span class='object_link'><a href="RRTF/Utilities.html#parse_string_with_units-class_method" title="RRTF::Utilities.parse_string_with_units (method)">parse_string_with_units</a></span>
|
1522
1562
|
<small>RRTF::Utilities</small>
|
@@ -1524,6 +1564,14 @@
|
|
1524
1564
|
</li>
|
1525
1565
|
|
1526
1566
|
|
1567
|
+
<li class="odd ">
|
1568
|
+
<div class="item">
|
1569
|
+
<span class='object_link'><a href="RRTF/TabStyle.html#position-instance_method" title="RRTF::TabStyle#position (method)">#position</a></span>
|
1570
|
+
<small>RRTF::TabStyle</small>
|
1571
|
+
</div>
|
1572
|
+
</li>
|
1573
|
+
|
1574
|
+
|
1527
1575
|
<li class="even ">
|
1528
1576
|
<div class="item">
|
1529
1577
|
<span class='object_link'><a href="RRTF/PositionFormatting.html#position_formatting_to_rtf-instance_method" title="RRTF::PositionFormatting#position_formatting_to_rtf (method)">#position_formatting_to_rtf</a></span>
|
@@ -1549,6 +1597,14 @@
|
|
1549
1597
|
|
1550
1598
|
|
1551
1599
|
<li class="odd ">
|
1600
|
+
<div class="item">
|
1601
|
+
<span class='object_link'><a href="RRTF/CharacterStyle.html#prefix-instance_method" title="RRTF::CharacterStyle#prefix (method)">#prefix</a></span>
|
1602
|
+
<small>RRTF::CharacterStyle</small>
|
1603
|
+
</div>
|
1604
|
+
</li>
|
1605
|
+
|
1606
|
+
|
1607
|
+
<li class="even ">
|
1552
1608
|
<div class="item">
|
1553
1609
|
<span class='object_link'><a href="RRTF/AnonymousStyle.html#prefix-instance_method" title="RRTF::AnonymousStyle#prefix (method)">#prefix</a></span>
|
1554
1610
|
<small>RRTF::AnonymousStyle</small>
|
@@ -1556,34 +1612,42 @@
|
|
1556
1612
|
</li>
|
1557
1613
|
|
1558
1614
|
|
1615
|
+
<li class="odd ">
|
1616
|
+
<div class="item">
|
1617
|
+
<span class='object_link'><a href="RRTF/PositionStyle.html#prefix-instance_method" title="RRTF::PositionStyle#prefix (method)">#prefix</a></span>
|
1618
|
+
<small>RRTF::PositionStyle</small>
|
1619
|
+
</div>
|
1620
|
+
</li>
|
1621
|
+
|
1622
|
+
|
1559
1623
|
<li class="even ">
|
1560
1624
|
<div class="item">
|
1561
|
-
<span class='object_link'><a href="RRTF/
|
1562
|
-
<small>RRTF::
|
1625
|
+
<span class='object_link'><a href="RRTF/TabStyle.html#prefix-instance_method" title="RRTF::TabStyle#prefix (method)">#prefix</a></span>
|
1626
|
+
<small>RRTF::TabStyle</small>
|
1563
1627
|
</div>
|
1564
1628
|
</li>
|
1565
1629
|
|
1566
1630
|
|
1567
1631
|
<li class="odd ">
|
1568
1632
|
<div class="item">
|
1569
|
-
<span class='object_link'><a href="RRTF/
|
1570
|
-
<small>RRTF::
|
1633
|
+
<span class='object_link'><a href="RRTF/CommandNode.html#prefix-instance_method" title="RRTF::CommandNode#prefix (method)">#prefix</a></span>
|
1634
|
+
<small>RRTF::CommandNode</small>
|
1571
1635
|
</div>
|
1572
1636
|
</li>
|
1573
1637
|
|
1574
1638
|
|
1575
1639
|
<li class="even ">
|
1576
1640
|
<div class="item">
|
1577
|
-
<span class='object_link'><a href="RRTF/
|
1578
|
-
<small>RRTF::
|
1641
|
+
<span class='object_link'><a href="RRTF/ShadingStyle.html#prefix-instance_method" title="RRTF::ShadingStyle#prefix (method)">#prefix</a></span>
|
1642
|
+
<small>RRTF::ShadingStyle</small>
|
1579
1643
|
</div>
|
1580
1644
|
</li>
|
1581
1645
|
|
1582
1646
|
|
1583
1647
|
<li class="odd ">
|
1584
1648
|
<div class="item">
|
1585
|
-
<span class='object_link'><a href="RRTF/
|
1586
|
-
<small>RRTF::
|
1649
|
+
<span class='object_link'><a href="RRTF/SectionStyle.html#prefix-instance_method" title="RRTF::SectionStyle#prefix (method)">#prefix</a></span>
|
1650
|
+
<small>RRTF::SectionStyle</small>
|
1587
1651
|
</div>
|
1588
1652
|
</li>
|
1589
1653
|
|
@@ -1614,16 +1678,16 @@
|
|
1614
1678
|
|
1615
1679
|
<li class="odd ">
|
1616
1680
|
<div class="item">
|
1617
|
-
<span class='object_link'><a href="RRTF/
|
1618
|
-
<small>RRTF::
|
1681
|
+
<span class='object_link'><a href="RRTF/GeometryNode.html#properties-instance_method" title="RRTF::GeometryNode#properties (method)">#properties</a></span>
|
1682
|
+
<small>RRTF::GeometryNode</small>
|
1619
1683
|
</div>
|
1620
1684
|
</li>
|
1621
1685
|
|
1622
1686
|
|
1623
1687
|
<li class="even ">
|
1624
1688
|
<div class="item">
|
1625
|
-
<span class='object_link'><a href="RRTF/
|
1626
|
-
<small>RRTF::
|
1689
|
+
<span class='object_link'><a href="RRTF/Document.html#properties-instance_method" title="RRTF::Document#properties (method)">#properties</a></span>
|
1690
|
+
<small>RRTF::Document</small>
|
1627
1691
|
</div>
|
1628
1692
|
</li>
|
1629
1693
|
|
@@ -1702,64 +1766,96 @@
|
|
1702
1766
|
|
1703
1767
|
<li class="even ">
|
1704
1768
|
<div class="item">
|
1705
|
-
<span class='object_link'><a href="RRTF/TableNode.html#row_shading_colour-instance_method" title="RRTF::TableNode#row_shading_colour (method)">#row_shading_colour</a></span>
|
1706
|
-
<small>RRTF::TableNode</small>
|
1769
|
+
<span class='object_link'><a href="RRTF/TableNode.html#row_shading_colour-instance_method" title="RRTF::TableNode#row_shading_colour (method)">#row_shading_colour</a></span>
|
1770
|
+
<small>RRTF::TableNode</small>
|
1771
|
+
</div>
|
1772
|
+
</li>
|
1773
|
+
|
1774
|
+
|
1775
|
+
<li class="odd ">
|
1776
|
+
<div class="item">
|
1777
|
+
<span class='object_link'><a href="RRTF/TableNode.html#rows-instance_method" title="RRTF::TableNode#rows (method)">#rows</a></span>
|
1778
|
+
<small>RRTF::TableNode</small>
|
1779
|
+
</div>
|
1780
|
+
</li>
|
1781
|
+
|
1782
|
+
|
1783
|
+
<li class="even ">
|
1784
|
+
<div class="item">
|
1785
|
+
<span class='object_link'><a href="RRTF/PositionStyle.html#rtf_formatting-instance_method" title="RRTF::PositionStyle#rtf_formatting (method)">#rtf_formatting</a></span>
|
1786
|
+
<small>RRTF::PositionStyle</small>
|
1787
|
+
</div>
|
1788
|
+
</li>
|
1789
|
+
|
1790
|
+
|
1791
|
+
<li class="odd ">
|
1792
|
+
<div class="item">
|
1793
|
+
<span class='object_link'><a href="RRTF/BorderStyle.html#rtf_formatting-instance_method" title="RRTF::BorderStyle#rtf_formatting (method)">#rtf_formatting</a></span>
|
1794
|
+
<small>RRTF::BorderStyle</small>
|
1795
|
+
</div>
|
1796
|
+
</li>
|
1797
|
+
|
1798
|
+
|
1799
|
+
<li class="even ">
|
1800
|
+
<div class="item">
|
1801
|
+
<span class='object_link'><a href="RRTF/ParagraphStyle.html#rtf_formatting-instance_method" title="RRTF::ParagraphStyle#rtf_formatting (method)">#rtf_formatting</a></span>
|
1802
|
+
<small>RRTF::ParagraphStyle</small>
|
1707
1803
|
</div>
|
1708
1804
|
</li>
|
1709
1805
|
|
1710
1806
|
|
1711
1807
|
<li class="odd ">
|
1712
1808
|
<div class="item">
|
1713
|
-
<span class='object_link'><a href="RRTF/
|
1714
|
-
<small>RRTF::
|
1809
|
+
<span class='object_link'><a href="RRTF/CharacterStyle.html#rtf_formatting-instance_method" title="RRTF::CharacterStyle#rtf_formatting (method)">#rtf_formatting</a></span>
|
1810
|
+
<small>RRTF::CharacterStyle</small>
|
1715
1811
|
</div>
|
1716
1812
|
</li>
|
1717
1813
|
|
1718
1814
|
|
1719
1815
|
<li class="even ">
|
1720
1816
|
<div class="item">
|
1721
|
-
<span class='object_link'><a href="RRTF/
|
1722
|
-
<small>RRTF::
|
1817
|
+
<span class='object_link'><a href="RRTF/SectionStyle.html#rtf_formatting-instance_method" title="RRTF::SectionStyle#rtf_formatting (method)">#rtf_formatting</a></span>
|
1818
|
+
<small>RRTF::SectionStyle</small>
|
1723
1819
|
</div>
|
1724
1820
|
</li>
|
1725
1821
|
|
1726
1822
|
|
1727
1823
|
<li class="odd ">
|
1728
1824
|
<div class="item">
|
1729
|
-
<span class='object_link'><a href="RRTF/
|
1730
|
-
<small>RRTF::
|
1825
|
+
<span class='object_link'><a href="RRTF/TabStyle.html#rtf_formatting-instance_method" title="RRTF::TabStyle#rtf_formatting (method)">#rtf_formatting</a></span>
|
1826
|
+
<small>RRTF::TabStyle</small>
|
1731
1827
|
</div>
|
1732
1828
|
</li>
|
1733
1829
|
|
1734
1830
|
|
1735
1831
|
<li class="even ">
|
1736
1832
|
<div class="item">
|
1737
|
-
<span class='object_link'><a href="RRTF/
|
1738
|
-
<small>RRTF::
|
1833
|
+
<span class='object_link'><a href="RRTF/ShadingStyle.html#rtf_formatting-instance_method" title="RRTF::ShadingStyle#rtf_formatting (method)">#rtf_formatting</a></span>
|
1834
|
+
<small>RRTF::ShadingStyle</small>
|
1739
1835
|
</div>
|
1740
1836
|
</li>
|
1741
1837
|
|
1742
1838
|
|
1743
1839
|
<li class="odd ">
|
1744
1840
|
<div class="item">
|
1745
|
-
<span class='object_link'><a href="RRTF/
|
1746
|
-
<small>RRTF::
|
1841
|
+
<span class='object_link'><a href="RRTF/AnonymousStyle.html#rtf_formatting-instance_method" title="RRTF::AnonymousStyle#rtf_formatting (method)">#rtf_formatting</a></span>
|
1842
|
+
<small>RRTF::AnonymousStyle</small>
|
1747
1843
|
</div>
|
1748
1844
|
</li>
|
1749
1845
|
|
1750
1846
|
|
1751
1847
|
<li class="even ">
|
1752
1848
|
<div class="item">
|
1753
|
-
<span class='object_link'><a href="RRTF/
|
1754
|
-
<small>RRTF::
|
1849
|
+
<span class='object_link'><a href="RRTF/CommandNode.html#section-instance_method" title="RRTF::CommandNode#section (method)">#section</a></span>
|
1850
|
+
<small>RRTF::CommandNode</small>
|
1755
1851
|
</div>
|
1756
1852
|
</li>
|
1757
1853
|
|
1758
1854
|
|
1759
1855
|
<li class="odd ">
|
1760
1856
|
<div class="item">
|
1761
|
-
<span class='object_link'><a href="RRTF/
|
1762
|
-
<small>RRTF::
|
1857
|
+
<span class='object_link'><a href="RRTF/SectionFormatting.html#section_formatting_to_rtf-instance_method" title="RRTF::SectionFormatting#section_formatting_to_rtf (method)">#section_formatting_to_rtf</a></span>
|
1858
|
+
<small>RRTF::SectionFormatting</small>
|
1763
1859
|
</div>
|
1764
1860
|
</li>
|
1765
1861
|
|
@@ -1814,16 +1910,16 @@
|
|
1814
1910
|
|
1815
1911
|
<li class="even ">
|
1816
1912
|
<div class="item">
|
1817
|
-
<span class='object_link'><a href="RRTF/
|
1818
|
-
<small>RRTF::
|
1913
|
+
<span class='object_link'><a href="RRTF/SectionFormatting.html#set_section_formatting_from_hashmap-instance_method" title="RRTF::SectionFormatting#set_section_formatting_from_hashmap (method)">#set_section_formatting_from_hashmap</a></span>
|
1914
|
+
<small>RRTF::SectionFormatting</small>
|
1819
1915
|
</div>
|
1820
1916
|
</li>
|
1821
1917
|
|
1822
1918
|
|
1823
1919
|
<li class="odd ">
|
1824
1920
|
<div class="item">
|
1825
|
-
<span class='object_link'><a href="RRTF/
|
1826
|
-
<small>RRTF::
|
1921
|
+
<span class='object_link'><a href="RRTF/ShadingFormatting.html#set_shading_formatting_from_hashmap-instance_method" title="RRTF::ShadingFormatting#set_shading_formatting_from_hashmap (method)">#set_shading_formatting_from_hashmap</a></span>
|
1922
|
+
<small>RRTF::ShadingFormatting</small>
|
1827
1923
|
</div>
|
1828
1924
|
</li>
|
1829
1925
|
|
@@ -1838,24 +1934,24 @@
|
|
1838
1934
|
|
1839
1935
|
<li class="odd ">
|
1840
1936
|
<div class="item">
|
1841
|
-
<span class='object_link'><a href="RRTF/
|
1842
|
-
<small>RRTF::
|
1937
|
+
<span class='object_link'><a href="RRTF/TableNode.html#shading_colour-instance_method" title="RRTF::TableNode#shading_colour (method)">#shading_colour</a></span>
|
1938
|
+
<small>RRTF::TableNode</small>
|
1843
1939
|
</div>
|
1844
1940
|
</li>
|
1845
1941
|
|
1846
1942
|
|
1847
1943
|
<li class="even ">
|
1848
1944
|
<div class="item">
|
1849
|
-
<span class='object_link'><a href="RRTF/
|
1850
|
-
<small>RRTF::
|
1945
|
+
<span class='object_link'><a href="RRTF/TableRowNode.html#shading_colour=-instance_method" title="RRTF::TableRowNode#shading_colour= (method)">#shading_colour=</a></span>
|
1946
|
+
<small>RRTF::TableRowNode</small>
|
1851
1947
|
</div>
|
1852
1948
|
</li>
|
1853
1949
|
|
1854
1950
|
|
1855
1951
|
<li class="odd ">
|
1856
1952
|
<div class="item">
|
1857
|
-
<span class='object_link'><a href="RRTF/
|
1858
|
-
<small>RRTF::
|
1953
|
+
<span class='object_link'><a href="RRTF/ShadingFormatting.html#shading_formatting_to_rtf-instance_method" title="RRTF::ShadingFormatting#shading_formatting_to_rtf (method)">#shading_formatting_to_rtf</a></span>
|
1954
|
+
<small>RRTF::ShadingFormatting</small>
|
1859
1955
|
</div>
|
1860
1956
|
</li>
|
1861
1957
|
|
@@ -1869,6 +1965,14 @@
|
|
1869
1965
|
|
1870
1966
|
|
1871
1967
|
<li class="odd ">
|
1968
|
+
<div class="item">
|
1969
|
+
<span class='object_link'><a href="RRTF/ColourTable.html#size-instance_method" title="RRTF::ColourTable#size (method)">#size</a></span>
|
1970
|
+
<small>RRTF::ColourTable</small>
|
1971
|
+
</div>
|
1972
|
+
</li>
|
1973
|
+
|
1974
|
+
|
1975
|
+
<li class="even ">
|
1872
1976
|
<div class="item">
|
1873
1977
|
<span class='object_link'><a href="RRTF/FontTable.html#size-instance_method" title="RRTF::FontTable#size (method)">#size</a></span>
|
1874
1978
|
<small>RRTF::FontTable</small>
|
@@ -1876,7 +1980,7 @@
|
|
1876
1980
|
</li>
|
1877
1981
|
|
1878
1982
|
|
1879
|
-
<li class="
|
1983
|
+
<li class="odd ">
|
1880
1984
|
<div class="item">
|
1881
1985
|
<span class='object_link'><a href="RRTF/ImageNode.html#sizing_mode-instance_method" title="RRTF::ImageNode#sizing_mode (method)">#sizing_mode</a></span>
|
1882
1986
|
<small>RRTF::ImageNode</small>
|
@@ -1884,7 +1988,7 @@
|
|
1884
1988
|
</li>
|
1885
1989
|
|
1886
1990
|
|
1887
|
-
<li class="
|
1991
|
+
<li class="even ">
|
1888
1992
|
<div class="item">
|
1889
1993
|
<span class='object_link'><a href="RRTF/CommandNode.html#split-instance_method" title="RRTF::CommandNode#split (method)">#split</a></span>
|
1890
1994
|
<small>RRTF::CommandNode</small>
|
@@ -1892,7 +1996,7 @@
|
|
1892
1996
|
</li>
|
1893
1997
|
|
1894
1998
|
|
1895
|
-
<li class="
|
1999
|
+
<li class="odd ">
|
1896
2000
|
<div class="item">
|
1897
2001
|
<span class='object_link'><a href="RRTF/ContainerNode.html#store-instance_method" title="RRTF::ContainerNode#store (method)">#store</a></span>
|
1898
2002
|
<small>RRTF::ContainerNode</small>
|
@@ -1900,6 +2004,14 @@
|
|
1900
2004
|
</li>
|
1901
2005
|
|
1902
2006
|
|
2007
|
+
<li class="even ">
|
2008
|
+
<div class="item">
|
2009
|
+
<span class='object_link'><a href="RRTF/SectionNode.html#store-instance_method" title="RRTF::SectionNode#store (method)">#store</a></span>
|
2010
|
+
<small>RRTF::SectionNode</small>
|
2011
|
+
</div>
|
2012
|
+
</li>
|
2013
|
+
|
2014
|
+
|
1903
2015
|
<li class="odd ">
|
1904
2016
|
<div class="item">
|
1905
2017
|
<span class='object_link'><a href="RRTF/TableNode.html#store-instance_method" title="RRTF::TableNode#store (method)">#store</a></span>
|
@@ -1910,16 +2022,16 @@
|
|
1910
2022
|
|
1911
2023
|
<li class="even ">
|
1912
2024
|
<div class="item">
|
1913
|
-
<span class='object_link'><a href="RRTF/
|
1914
|
-
<small>RRTF::
|
2025
|
+
<span class='object_link'><a href="RRTF/Converters/HTML/Helpers.html#style-instance_method" title="RRTF::Converters::HTML::Helpers#style (method)">#style</a></span>
|
2026
|
+
<small>RRTF::Converters::HTML::Helpers</small>
|
1915
2027
|
</div>
|
1916
2028
|
</li>
|
1917
2029
|
|
1918
2030
|
|
1919
2031
|
<li class="odd ">
|
1920
2032
|
<div class="item">
|
1921
|
-
<span class='object_link'><a href="RRTF/
|
1922
|
-
<small>RRTF::
|
2033
|
+
<span class='object_link'><a href="RRTF/TableCellNode.html#style-instance_method" title="RRTF::TableCellNode#style (method)">#style</a></span>
|
2034
|
+
<small>RRTF::TableCellNode</small>
|
1923
2035
|
</div>
|
1924
2036
|
</li>
|
1925
2037
|
|
@@ -1957,6 +2069,14 @@
|
|
1957
2069
|
|
1958
2070
|
|
1959
2071
|
<li class="even ">
|
2072
|
+
<div class="item">
|
2073
|
+
<span class='object_link'><a href="RRTF/CommandNode.html#tab-instance_method" title="RRTF::CommandNode#tab (method)">#tab</a></span>
|
2074
|
+
<small>RRTF::CommandNode</small>
|
2075
|
+
</div>
|
2076
|
+
</li>
|
2077
|
+
|
2078
|
+
|
2079
|
+
<li class="odd ">
|
1960
2080
|
<div class="item">
|
1961
2081
|
<span class='object_link'><a href="RRTF/TableCellNode.html#table-instance_method" title="RRTF::TableCellNode#table (method)">#table</a></span>
|
1962
2082
|
<small>RRTF::TableCellNode</small>
|
@@ -1964,7 +2084,7 @@
|
|
1964
2084
|
</li>
|
1965
2085
|
|
1966
2086
|
|
1967
|
-
<li class="
|
2087
|
+
<li class="even ">
|
1968
2088
|
<div class="item">
|
1969
2089
|
<span class='object_link'><a href="RRTF/CommandNode.html#table-instance_method" title="RRTF::CommandNode#table (method)">#table</a></span>
|
1970
2090
|
<small>RRTF::CommandNode</small>
|
@@ -1972,7 +2092,7 @@
|
|
1972
2092
|
</li>
|
1973
2093
|
|
1974
2094
|
|
1975
|
-
<li class="
|
2095
|
+
<li class="odd ">
|
1976
2096
|
<div class="item">
|
1977
2097
|
<span class='object_link'><a href="RRTF/ListLevel.html#tabs-instance_method" title="RRTF::ListLevel#tabs (method)">#tabs</a></span>
|
1978
2098
|
<small>RRTF::ListLevel</small>
|
@@ -1980,6 +2100,14 @@
|
|
1980
2100
|
</li>
|
1981
2101
|
|
1982
2102
|
|
2103
|
+
<li class="even ">
|
2104
|
+
<div class="item">
|
2105
|
+
<span class='object_link'><a href="RRTF/PageFormatting.html#target-instance_method" title="RRTF::PageFormatting#target (method)">#target</a></span>
|
2106
|
+
<small>RRTF::PageFormatting</small>
|
2107
|
+
</div>
|
2108
|
+
</li>
|
2109
|
+
|
2110
|
+
|
1983
2111
|
<li class="odd ">
|
1984
2112
|
<div class="item">
|
1985
2113
|
<span class='object_link'><a href="RRTF/ListMarker.html#template_format-instance_method" title="RRTF::ListMarker#template_format (method)">#template_format</a></span>
|
@@ -2022,64 +2150,64 @@
|
|
2022
2150
|
|
2023
2151
|
<li class="even ">
|
2024
2152
|
<div class="item">
|
2025
|
-
<span class='object_link'><a href="RRTF/
|
2026
|
-
<small>RRTF::
|
2153
|
+
<span class='object_link'><a href="RRTF/Converters/HTML/Node.html#to_rtf-instance_method" title="RRTF::Converters::HTML::Node#to_rtf (method)">#to_rtf</a></span>
|
2154
|
+
<small>RRTF::Converters::HTML::Node</small>
|
2027
2155
|
</div>
|
2028
2156
|
</li>
|
2029
2157
|
|
2030
2158
|
|
2031
2159
|
<li class="odd ">
|
2032
2160
|
<div class="item">
|
2033
|
-
<span class='object_link'><a href="RRTF/
|
2034
|
-
<small>RRTF::
|
2161
|
+
<span class='object_link'><a href="RRTF/Information.html#to_rtf-instance_method" title="RRTF::Information#to_rtf (method)">#to_rtf</a></span>
|
2162
|
+
<small>RRTF::Information</small>
|
2035
2163
|
</div>
|
2036
2164
|
</li>
|
2037
2165
|
|
2038
2166
|
|
2039
2167
|
<li class="even ">
|
2040
2168
|
<div class="item">
|
2041
|
-
<span class='object_link'><a href="RRTF/
|
2042
|
-
<small>RRTF::
|
2169
|
+
<span class='object_link'><a href="RRTF/GeometryNode.html#to_rtf-instance_method" title="RRTF::GeometryNode#to_rtf (method)">#to_rtf</a></span>
|
2170
|
+
<small>RRTF::GeometryNode</small>
|
2043
2171
|
</div>
|
2044
2172
|
</li>
|
2045
2173
|
|
2046
2174
|
|
2047
2175
|
<li class="odd ">
|
2048
2176
|
<div class="item">
|
2049
|
-
<span class='object_link'><a href="RRTF/
|
2050
|
-
<small>RRTF::
|
2177
|
+
<span class='object_link'><a href="RRTF/FontTable.html#to_rtf-instance_method" title="RRTF::FontTable#to_rtf (method)">#to_rtf</a></span>
|
2178
|
+
<small>RRTF::FontTable</small>
|
2051
2179
|
</div>
|
2052
2180
|
</li>
|
2053
2181
|
|
2054
2182
|
|
2055
2183
|
<li class="even ">
|
2056
2184
|
<div class="item">
|
2057
|
-
<span class='object_link'><a href="RRTF/
|
2058
|
-
<small>RRTF::
|
2185
|
+
<span class='object_link'><a href="RRTF/ContainerNode.html#to_rtf-instance_method" title="RRTF::ContainerNode#to_rtf (method)">#to_rtf</a></span>
|
2186
|
+
<small>RRTF::ContainerNode</small>
|
2059
2187
|
</div>
|
2060
2188
|
</li>
|
2061
2189
|
|
2062
2190
|
|
2063
2191
|
<li class="odd ">
|
2064
2192
|
<div class="item">
|
2065
|
-
<span class='object_link'><a href="RRTF/
|
2066
|
-
<small>RRTF::
|
2193
|
+
<span class='object_link'><a href="RRTF/Stylesheet.html#to_rtf-instance_method" title="RRTF::Stylesheet#to_rtf (method)">#to_rtf</a></span>
|
2194
|
+
<small>RRTF::Stylesheet</small>
|
2067
2195
|
</div>
|
2068
2196
|
</li>
|
2069
2197
|
|
2070
2198
|
|
2071
2199
|
<li class="even ">
|
2072
2200
|
<div class="item">
|
2073
|
-
<span class='object_link'><a href="RRTF/
|
2074
|
-
<small>RRTF::
|
2201
|
+
<span class='object_link'><a href="RRTF/Colour.html#to_rtf-instance_method" title="RRTF::Colour#to_rtf (method)">#to_rtf</a></span>
|
2202
|
+
<small>RRTF::Colour</small>
|
2075
2203
|
</div>
|
2076
2204
|
</li>
|
2077
2205
|
|
2078
2206
|
|
2079
2207
|
<li class="odd ">
|
2080
2208
|
<div class="item">
|
2081
|
-
<span class='object_link'><a href="RRTF/
|
2082
|
-
<small>RRTF::
|
2209
|
+
<span class='object_link'><a href="RRTF/Font.html#to_rtf-instance_method" title="RRTF::Font#to_rtf (method)">#to_rtf</a></span>
|
2210
|
+
<small>RRTF::Font</small>
|
2083
2211
|
</div>
|
2084
2212
|
</li>
|
2085
2213
|
|
@@ -2094,168 +2222,168 @@
|
|
2094
2222
|
|
2095
2223
|
<li class="odd ">
|
2096
2224
|
<div class="item">
|
2097
|
-
<span class='object_link'><a href="RRTF/
|
2098
|
-
<small>RRTF::
|
2225
|
+
<span class='object_link'><a href="RRTF/SectionStyle.html#to_rtf-instance_method" title="RRTF::SectionStyle#to_rtf (method)">#to_rtf</a></span>
|
2226
|
+
<small>RRTF::SectionStyle</small>
|
2099
2227
|
</div>
|
2100
2228
|
</li>
|
2101
2229
|
|
2102
2230
|
|
2103
2231
|
<li class="even ">
|
2104
2232
|
<div class="item">
|
2105
|
-
<span class='object_link'><a href="RRTF/
|
2106
|
-
<small>RRTF::
|
2233
|
+
<span class='object_link'><a href="RRTF/CommandNode.html#to_rtf-instance_method" title="RRTF::CommandNode#to_rtf (method)">#to_rtf</a></span>
|
2234
|
+
<small>RRTF::CommandNode</small>
|
2107
2235
|
</div>
|
2108
2236
|
</li>
|
2109
2237
|
|
2110
2238
|
|
2111
2239
|
<li class="odd ">
|
2112
2240
|
<div class="item">
|
2113
|
-
<span class='object_link'><a href="RRTF/
|
2114
|
-
<small>RRTF::
|
2241
|
+
<span class='object_link'><a href="RRTF/GeometryProperties.html#to_rtf-instance_method" title="RRTF::GeometryProperties#to_rtf (method)">#to_rtf</a></span>
|
2242
|
+
<small>RRTF::GeometryProperties</small>
|
2115
2243
|
</div>
|
2116
2244
|
</li>
|
2117
2245
|
|
2118
2246
|
|
2119
2247
|
<li class="even ">
|
2120
2248
|
<div class="item">
|
2121
|
-
<span class='object_link'><a href="RRTF/
|
2122
|
-
<small>RRTF::
|
2249
|
+
<span class='object_link'><a href="RRTF/Document.html#to_rtf-instance_method" title="RRTF::Document#to_rtf (method)">#to_rtf</a></span>
|
2250
|
+
<small>RRTF::Document</small>
|
2123
2251
|
</div>
|
2124
2252
|
</li>
|
2125
2253
|
|
2126
2254
|
|
2127
2255
|
<li class="odd ">
|
2128
2256
|
<div class="item">
|
2129
|
-
<span class='object_link'><a href="RRTF/
|
2130
|
-
<small>RRTF::
|
2257
|
+
<span class='object_link'><a href="RRTF/TableNode.html#to_rtf-instance_method" title="RRTF::TableNode#to_rtf (method)">#to_rtf</a></span>
|
2258
|
+
<small>RRTF::TableNode</small>
|
2131
2259
|
</div>
|
2132
2260
|
</li>
|
2133
2261
|
|
2134
2262
|
|
2135
2263
|
<li class="even ">
|
2136
2264
|
<div class="item">
|
2137
|
-
<span class='object_link'><a href="RRTF/
|
2138
|
-
<small>RRTF::
|
2265
|
+
<span class='object_link'><a href="RRTF/ListTable.html#to_rtf-instance_method" title="RRTF::ListTable#to_rtf (method)">#to_rtf</a></span>
|
2266
|
+
<small>RRTF::ListTable</small>
|
2139
2267
|
</div>
|
2140
2268
|
</li>
|
2141
2269
|
|
2142
2270
|
|
2143
2271
|
<li class="odd ">
|
2144
2272
|
<div class="item">
|
2145
|
-
<span class='object_link'><a href="RRTF/
|
2146
|
-
<small>RRTF::
|
2273
|
+
<span class='object_link'><a href="RRTF/DocumentProperties.html#to_rtf-instance_method" title="RRTF::DocumentProperties#to_rtf (method)">#to_rtf</a></span>
|
2274
|
+
<small>RRTF::DocumentProperties</small>
|
2147
2275
|
</div>
|
2148
2276
|
</li>
|
2149
2277
|
|
2150
2278
|
|
2151
2279
|
<li class="even ">
|
2152
2280
|
<div class="item">
|
2153
|
-
<span class='object_link'><a href="RRTF/
|
2154
|
-
<small>RRTF::
|
2281
|
+
<span class='object_link'><a href="RRTF/Style.html#to_rtf-instance_method" title="RRTF::Style#to_rtf (method)">#to_rtf</a></span>
|
2282
|
+
<small>RRTF::Style</small>
|
2155
2283
|
</div>
|
2156
2284
|
</li>
|
2157
2285
|
|
2158
2286
|
|
2159
2287
|
<li class="odd ">
|
2160
2288
|
<div class="item">
|
2161
|
-
<span class='object_link'><a href="RRTF/
|
2162
|
-
<small>RRTF::
|
2289
|
+
<span class='object_link'><a href="RRTF/ImageNode.html#to_rtf-instance_method" title="RRTF::ImageNode#to_rtf (method)">#to_rtf</a></span>
|
2290
|
+
<small>RRTF::ImageNode</small>
|
2163
2291
|
</div>
|
2164
2292
|
</li>
|
2165
2293
|
|
2166
2294
|
|
2167
2295
|
<li class="even ">
|
2168
2296
|
<div class="item">
|
2169
|
-
<span class='object_link'><a href="RRTF/
|
2170
|
-
<small>RRTF::
|
2297
|
+
<span class='object_link'><a href="RRTF/TableCellNode.html#to_rtf-instance_method" title="RRTF::TableCellNode#to_rtf (method)">#to_rtf</a></span>
|
2298
|
+
<small>RRTF::TableCellNode</small>
|
2171
2299
|
</div>
|
2172
2300
|
</li>
|
2173
2301
|
|
2174
2302
|
|
2175
2303
|
<li class="odd ">
|
2176
2304
|
<div class="item">
|
2177
|
-
<span class='object_link'><a href="RRTF/
|
2178
|
-
<small>RRTF::
|
2305
|
+
<span class='object_link'><a href="RRTF/ColourTable.html#to_rtf-instance_method" title="RRTF::ColourTable#to_rtf (method)">#to_rtf</a></span>
|
2306
|
+
<small>RRTF::ColourTable</small>
|
2179
2307
|
</div>
|
2180
2308
|
</li>
|
2181
2309
|
|
2182
2310
|
|
2183
2311
|
<li class="even ">
|
2184
2312
|
<div class="item">
|
2185
|
-
<span class='object_link'><a href="RRTF/
|
2186
|
-
<small>RRTF::
|
2313
|
+
<span class='object_link'><a href="RRTF/Properties.html#to_rtf-instance_method" title="RRTF::Properties#to_rtf (method)">#to_rtf</a></span>
|
2314
|
+
<small>RRTF::Properties</small>
|
2187
2315
|
</div>
|
2188
2316
|
</li>
|
2189
2317
|
|
2190
2318
|
|
2191
2319
|
<li class="odd ">
|
2192
2320
|
<div class="item">
|
2193
|
-
<span class='object_link'><a href="RRTF/
|
2194
|
-
<small>RRTF::
|
2321
|
+
<span class='object_link'><a href="RRTF/ListLevel.html#to_rtf-instance_method" title="RRTF::ListLevel#to_rtf (method)">#to_rtf</a></span>
|
2322
|
+
<small>RRTF::ListLevel</small>
|
2195
2323
|
</div>
|
2196
2324
|
</li>
|
2197
2325
|
|
2198
2326
|
|
2199
2327
|
<li class="even ">
|
2200
2328
|
<div class="item">
|
2201
|
-
<span class='object_link'><a href="RRTF/
|
2202
|
-
<small>RRTF::
|
2329
|
+
<span class='object_link'><a href="RRTF/Converters/HTML/NodeSet.html#to_rtf-instance_method" title="RRTF::Converters::HTML::NodeSet#to_rtf (method)">#to_rtf</a></span>
|
2330
|
+
<small>RRTF::Converters::HTML::NodeSet</small>
|
2203
2331
|
</div>
|
2204
2332
|
</li>
|
2205
2333
|
|
2206
2334
|
|
2207
2335
|
<li class="odd ">
|
2208
2336
|
<div class="item">
|
2209
|
-
<span class='object_link'><a href="RRTF/
|
2210
|
-
<small>RRTF::
|
2337
|
+
<span class='object_link'><a href="RRTF/ListTemplate.html#to_rtf-instance_method" title="RRTF::ListTemplate#to_rtf (method)">#to_rtf</a></span>
|
2338
|
+
<small>RRTF::ListTemplate</small>
|
2211
2339
|
</div>
|
2212
2340
|
</li>
|
2213
2341
|
|
2214
2342
|
|
2215
2343
|
<li class="even ">
|
2216
2344
|
<div class="item">
|
2217
|
-
<span class='object_link'><a href="RRTF/
|
2218
|
-
<small>RRTF::
|
2345
|
+
<span class='object_link'><a href="RRTF/CharacterStyle.html#to_rtf-instance_method" title="RRTF::CharacterStyle#to_rtf (method)">#to_rtf</a></span>
|
2346
|
+
<small>RRTF::CharacterStyle</small>
|
2219
2347
|
</div>
|
2220
2348
|
</li>
|
2221
2349
|
|
2222
2350
|
|
2223
2351
|
<li class="odd ">
|
2224
2352
|
<div class="item">
|
2225
|
-
<span class='object_link'><a href="RRTF/
|
2226
|
-
<small>RRTF::
|
2353
|
+
<span class='object_link'><a href="RRTF/Converters/HTML.html#to_rtf-instance_method" title="RRTF::Converters::HTML#to_rtf (method)">#to_rtf</a></span>
|
2354
|
+
<small>RRTF::Converters::HTML</small>
|
2227
2355
|
</div>
|
2228
2356
|
</li>
|
2229
2357
|
|
2230
2358
|
|
2231
2359
|
<li class="even ">
|
2232
2360
|
<div class="item">
|
2233
|
-
<span class='object_link'><a href="RRTF/
|
2234
|
-
<small>RRTF::
|
2361
|
+
<span class='object_link'><a href="RRTF/TextNode.html#to_rtf-instance_method" title="RRTF::TextNode#to_rtf (method)">#to_rtf</a></span>
|
2362
|
+
<small>RRTF::TextNode</small>
|
2235
2363
|
</div>
|
2236
2364
|
</li>
|
2237
2365
|
|
2238
2366
|
|
2239
2367
|
<li class="odd ">
|
2240
2368
|
<div class="item">
|
2241
|
-
<span class='object_link'><a href="RRTF/
|
2242
|
-
<small>RRTF::
|
2369
|
+
<span class='object_link'><a href="RRTF/ParagraphStyle.html#to_rtf-instance_method" title="RRTF::ParagraphStyle#to_rtf (method)">#to_rtf</a></span>
|
2370
|
+
<small>RRTF::ParagraphStyle</small>
|
2243
2371
|
</div>
|
2244
2372
|
</li>
|
2245
2373
|
|
2246
2374
|
|
2247
2375
|
<li class="even ">
|
2248
2376
|
<div class="item">
|
2249
|
-
<span class='object_link'><a href="RRTF/
|
2250
|
-
<small>RRTF::
|
2377
|
+
<span class='object_link'><a href="RRTF/Converters/HTML.html#to_rtf_document-instance_method" title="RRTF::Converters::HTML#to_rtf_document (method)">#to_rtf_document</a></span>
|
2378
|
+
<small>RRTF::Converters::HTML</small>
|
2251
2379
|
</div>
|
2252
2380
|
</li>
|
2253
2381
|
|
2254
2382
|
|
2255
2383
|
<li class="odd ">
|
2256
2384
|
<div class="item">
|
2257
|
-
<span class='object_link'><a href="RRTF/
|
2258
|
-
<small>RRTF::
|
2385
|
+
<span class='object_link'><a href="RRTF/FontTable.html#to_s-instance_method" title="RRTF::FontTable#to_s (method)">#to_s</a></span>
|
2386
|
+
<small>RRTF::FontTable</small>
|
2259
2387
|
</div>
|
2260
2388
|
</li>
|
2261
2389
|
|
@@ -2278,13 +2406,21 @@
|
|
2278
2406
|
|
2279
2407
|
<li class="even ">
|
2280
2408
|
<div class="item">
|
2281
|
-
<span class='object_link'><a href="RRTF/
|
2282
|
-
<small>RRTF::
|
2409
|
+
<span class='object_link'><a href="RRTF/Information.html#to_s-instance_method" title="RRTF::Information#to_s (method)">#to_s</a></span>
|
2410
|
+
<small>RRTF::Information</small>
|
2283
2411
|
</div>
|
2284
2412
|
</li>
|
2285
2413
|
|
2286
2414
|
|
2287
2415
|
<li class="odd ">
|
2416
|
+
<div class="item">
|
2417
|
+
<span class='object_link'><a href="RRTF/Colour.html#to_s-instance_method" title="RRTF::Colour#to_s (method)">#to_s</a></span>
|
2418
|
+
<small>RRTF::Colour</small>
|
2419
|
+
</div>
|
2420
|
+
</li>
|
2421
|
+
|
2422
|
+
|
2423
|
+
<li class="even ">
|
2288
2424
|
<div class="item">
|
2289
2425
|
<span class='object_link'><a href="RRTF/Page/Margin.html#top-instance_method" title="RRTF::Page::Margin#top (method)">#top</a></span>
|
2290
2426
|
<small>RRTF::Page::Margin</small>
|
@@ -2292,7 +2428,7 @@
|
|
2292
2428
|
</li>
|
2293
2429
|
|
2294
2430
|
|
2295
|
-
<li class="
|
2431
|
+
<li class="odd ">
|
2296
2432
|
<div class="item">
|
2297
2433
|
<span class='object_link'><a href="RRTF/TableCellNode.html#top_border_width-instance_method" title="RRTF::TableCellNode#top_border_width (method)">#top_border_width</a></span>
|
2298
2434
|
<small>RRTF::TableCellNode</small>
|
@@ -2300,7 +2436,7 @@
|
|
2300
2436
|
</li>
|
2301
2437
|
|
2302
2438
|
|
2303
|
-
<li class="
|
2439
|
+
<li class="even ">
|
2304
2440
|
<div class="item">
|
2305
2441
|
<span class='object_link'><a href="RRTF/TableCellNode.html#top_border_width=-instance_method" title="RRTF::TableCellNode#top_border_width= (method)">#top_border_width=</a></span>
|
2306
2442
|
<small>RRTF::TableCellNode</small>
|
@@ -2308,15 +2444,15 @@
|
|
2308
2444
|
</li>
|
2309
2445
|
|
2310
2446
|
|
2311
|
-
<li class="
|
2447
|
+
<li class="odd ">
|
2312
2448
|
<div class="item">
|
2313
|
-
<span class='object_link'><a href="RRTF/
|
2314
|
-
<small>RRTF::
|
2449
|
+
<span class='object_link'><a href="RRTF/TabStyle.html#type-instance_method" title="RRTF::TabStyle#type (method)">#type</a></span>
|
2450
|
+
<small>RRTF::TabStyle</small>
|
2315
2451
|
</div>
|
2316
2452
|
</li>
|
2317
2453
|
|
2318
2454
|
|
2319
|
-
<li class="
|
2455
|
+
<li class="even ">
|
2320
2456
|
<div class="item">
|
2321
2457
|
<span class='object_link'><a href="RRTF/ImageNode.html#type-instance_method" title="RRTF::ImageNode#type (method)">#type</a></span>
|
2322
2458
|
<small>RRTF::ImageNode</small>
|
@@ -2324,10 +2460,18 @@
|
|
2324
2460
|
</li>
|
2325
2461
|
|
2326
2462
|
|
2463
|
+
<li class="odd ">
|
2464
|
+
<div class="item">
|
2465
|
+
<span class='object_link'><a href="RRTF/FooterNode.html#type-instance_method" title="RRTF::FooterNode#type (method)">#type</a></span>
|
2466
|
+
<small>RRTF::FooterNode</small>
|
2467
|
+
</div>
|
2468
|
+
</li>
|
2469
|
+
|
2470
|
+
|
2327
2471
|
<li class="even ">
|
2328
2472
|
<div class="item">
|
2329
|
-
<span class='object_link'><a href="RRTF/
|
2330
|
-
<small>RRTF::
|
2473
|
+
<span class='object_link'><a href="RRTF/ListLevel.html#type-instance_method" title="RRTF::ListLevel#type (method)">#type</a></span>
|
2474
|
+
<small>RRTF::ListLevel</small>
|
2331
2475
|
</div>
|
2332
2476
|
</li>
|
2333
2477
|
|
@@ -2342,8 +2486,8 @@
|
|
2342
2486
|
|
2343
2487
|
<li class="even ">
|
2344
2488
|
<div class="item">
|
2345
|
-
<span class='object_link'><a href="RRTF/
|
2346
|
-
<small>RRTF::
|
2489
|
+
<span class='object_link'><a href="RRTF/ListMarker.html#type-instance_method" title="RRTF::ListMarker#type (method)">#type</a></span>
|
2490
|
+
<small>RRTF::ListMarker</small>
|
2347
2491
|
</div>
|
2348
2492
|
</li>
|
2349
2493
|
|
@@ -2406,24 +2550,24 @@
|
|
2406
2550
|
|
2407
2551
|
<li class="even ">
|
2408
2552
|
<div class="item">
|
2409
|
-
<span class='object_link'><a href="RRTF/
|
2410
|
-
<small>RRTF::
|
2553
|
+
<span class='object_link'><a href="RRTF/TableCellNode.html#width-instance_method" title="RRTF::TableCellNode#width (method)">#width</a></span>
|
2554
|
+
<small>RRTF::TableCellNode</small>
|
2411
2555
|
</div>
|
2412
2556
|
</li>
|
2413
2557
|
|
2414
2558
|
|
2415
2559
|
<li class="odd ">
|
2416
2560
|
<div class="item">
|
2417
|
-
<span class='object_link'><a href="RRTF/
|
2418
|
-
<small>RRTF::
|
2561
|
+
<span class='object_link'><a href="RRTF/Page/Size.html#width-instance_method" title="RRTF::Page::Size#width (method)">#width</a></span>
|
2562
|
+
<small>RRTF::Page::Size</small>
|
2419
2563
|
</div>
|
2420
2564
|
</li>
|
2421
2565
|
|
2422
2566
|
|
2423
2567
|
<li class="even ">
|
2424
2568
|
<div class="item">
|
2425
|
-
<span class='object_link'><a href="RRTF/
|
2426
|
-
<small>RRTF::
|
2569
|
+
<span class='object_link'><a href="RRTF/ImageNode.html#width-instance_method" title="RRTF::ImageNode#width (method)">#width</a></span>
|
2570
|
+
<small>RRTF::ImageNode</small>
|
2427
2571
|
</div>
|
2428
2572
|
</li>
|
2429
2573
|
|