░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/var/www/canvas/vendor/bundle/ruby/3.1.0/gems/prawn-2.4.0/manual/outline
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: outline.rb
# frozen_string_literal: true # Examples for defining the document outline. require_relative '../example_helper' Prawn::ManualBuilder::Example.generate('outline.pdf', page_size: 'FOLIO') do package 'outline' do |p| p.section 'Basics' do |s| s.example 'sections_and_pages', eval_source: false end p.section 'Adding nodes later' do |s| s.example 'add_subsection_to', eval_source: false s.example 'insert_section_after', eval_source: false end p.intro do prose <<-TEXT The outline of a PDF document is the table of contents tab you see to the right or left of your PDF viewer. The examples include: TEXT list( 'How to define sections and pages', 'How to insert sections and/or pages to a previously defined outline '\ 'structure' ) end end end
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 add_subsection_to.rb
RB
2 KB
2023-09-24 03:48
EDIT
📄 insert_section_after.rb
RB
1.3 KB
2023-09-24 03:48
EDIT
📄 outline.rb
RB
866 B
2023-09-24 03:48
EDIT
📄 sections_and_pages.rb
RB
2.3 KB
2023-09-24 03:48
EDIT