Sha256: cfb52d7126b3dad358596348bb35fc37f5ec012c9077afb9b0f0d49ff2e9ee06
Contents?: true
Size: 288 Bytes
Versions: 2
Compression:
Stored size: 288 Bytes
Contents
require "openxml/pptx/properties/slide_master_id" module OpenXml module Pptx module Properties class SlideMasterIdList < OpenXml::Properties::ContainerProperty namespace :p tag :sldMasterIdLst child_class :slide_master_id end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
openxml-pptx-0.2.2 | lib/openxml/pptx/properties/slide_master_id_list.rb |
openxml-pptx-0.2.0 | lib/openxml/pptx/properties/slide_master_id_list.rb |