# File lib/pdf/writer.rb, line 688
688:   def add_outline_item(label, title = label)
689:     PDF::Writer::Object::Outline.new(self, label, title)
690:   end