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