Sha256: e27354c55403ec5eeb6221ccbcf337f40265c5dbe193a76b1b9b08e130d980cd
Contents?: true
Size: 394 Bytes
Versions: 2
Compression:
Stored size: 394 Bytes
Contents
module OpenXml module Pptx module Properties class HandoutMasterId < OpenXml::Properties::ComplexProperty include OpenXml::ContainsProperties namespace :p tag :handoutMasterId with_namespace :r do attribute :rid, displays_as: :id, expects: :string, required: true end property :extension_list 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/handout_master_id.rb |
openxml-pptx-0.2.0 | lib/openxml/pptx/properties/handout_master_id.rb |