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

Instance Method Details

#slide_layouts_filesArray<String>

Returns list of slide layouts files.

Returns:

  • (Array<String>)

    list of slide layouts files



7
8
9
# File 'lib/ooxml_parser/pptx_parser/presentation/slide_layouts_helper.rb', line 7

def slide_layouts_files
  Dir["#{root_object.unpacked_folder}ppt/slideLayouts/*.xml"]
end