Method: PDF::Core::OutlineRoot#count
- Defined in:
- lib/pdf/core/outline_root.rb
#count ⇒ Integer
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
The total number of open items at all levels of the outline.
12 13 14 |
# File 'lib/pdf/core/outline_root.rb', line 12 def count @count end |