Module: OoxmlParser::SlideLayoutsHelper
- Included in:
- Presentation
- Defined in:
- lib/ooxml_parser/pptx_parser/presentation/slide_layouts_helper.rb
Overview
method to help to work with SlideLayouts
Instance Method Summary collapse
-
#slide_layouts_files ⇒ Array<String>
List of slide layouts files.
Instance Method Details
#slide_layouts_files ⇒ Array<String>
Returns list of slide layouts files.
7 8 9 |
# File 'lib/ooxml_parser/pptx_parser/presentation/slide_layouts_helper.rb', line 7 def Dir["#{root_object.unpacked_folder}ppt/slideLayouts/*.xml"] end |