class SiSU_XML_Format::FormatScroll

Public Class Methods

new(md,dob) click to toggle source
Calls superclass method SiSU_XML_Format::FormatTextObject::new
# File lib/sisu/xml_format.rb, line 296
def initialize(md,dob)
  super(md,dob)
end

Public Instance Methods

heading_body() click to toggle source
# File lib/sisu/xml_format.rb, line 299
def heading_body
  %{<p class="norm">#{@p_num.name}#{@headname}#{@dob.obj} </p>} +
  %{<p class="paranum"><font size="1" color="#777777">&nbsp;&nbsp;#{@dob.ocn}</font></p>\n}
end
heading_body0() click to toggle source
# File lib/sisu/xml_format.rb, line 303
def heading_body0
  %{<h1 class="norm">#{@p_num.name}#{@headname}#{@dob.obj}</h1>} +
  %{<p class="paranum"><font size="1" color="#777777">&nbsp;&nbsp;#{@dob.ocn}</font></p>\n}
end
heading_body1() click to toggle source
# File lib/sisu/xml_format.rb, line 307
def heading_body1
  %{<h2 class="norm">#{@p_num.name}#{@headname}#{@dob.obj}</h2>} +
  %{<p class="paranum"><font size="1" color="#777777">&nbsp;&nbsp;#{@dob.ocn}</font></p>\n}
end
heading_body2() click to toggle source
# File lib/sisu/xml_format.rb, line 311
def heading_body2
  %{<h3 class="norm">#{@p_num.name}#{@headname}#{@dob.obj}</h3>} +
  %{<p class="paranum"><font size="1" color="#777777">&nbsp;&nbsp;#{@dob.ocn}</font></p>\n}
end
heading_body3() click to toggle source
# File lib/sisu/xml_format.rb, line 315
def heading_body3
  %{<h4 class="norm">#{@p_num.name}#{@headname}#{@dob.obj}</h4>} +
  %{<p class="paranum"><font size="1" color="#777777">&nbsp;&nbsp;#{@dob.ocn}</font></p>\n}
end
heading_body4() click to toggle source
# File lib/sisu/xml_format.rb, line 319
def heading_body4
  %{<h5 class="norm">#{@p_num.name}#{@headname}#{@dob.obj}</h5>} +
  %{<p class="paranum"><font size="1" color="#777777">&nbsp;&nbsp;#{@dob.ocn}</font></p>\n}
end
heading_body5() click to toggle source
# File lib/sisu/xml_format.rb, line 323
def heading_body5
  %{<h6 class="norm">#{@p_num.name}#{@headname}#{@dob.obj}</h6>} +
  %{<p class="paranum"><font size="1" color="#777777">&nbsp;&nbsp;#{@dob.ocn}</font></p>\n}
end
heading_body6() click to toggle source
# File lib/sisu/xml_format.rb, line 327
def heading_body6
  %{<h7 class="norm">#{@p_num.name}#{@headname}#{@dob.obj}</h7>} +
  %{<p class="paranum"><font size="1" color="#777777">&nbsp;&nbsp;#{@dob.ocn}</font></p>\n}
end