Method: Axlsx::App#initialize
- Defined in:
- lib/axlsx/doc_props/app.rb
#initialize(options = {}) ⇒ App
Creates an App object
Options Hash (options):
- template (String)
- manager (String)
- pages (Integer)
- words (Integer)
- characters (Integer)
- presentation_format (String)
- lines (Integer)
- paragraphs (Integer)
- slides (Integer)
- notes (Integer)
- total_time (Integer)
- hidden_slides (Integer)
- m_m_clips (Integer)
- scale_crop (Boolean)
- links_up_to_date (Boolean)
- characters_with_spaces (Integer)
- share_doc (Boolean)
- hyperlink_base (String)
- hyperlinks_changed (String)
- application (String)
- app_version (String)
- doc_security (Integer)
39 40 41 |
# File 'lib/axlsx/doc_props/app.rb', line 39 def initialize(options={}) parse_options options end |