Sha256: 2c1e629fdbf19c7353572ab40d359494e9ae800149755fe0e6eddac159d09276
Contents?: true
Size: 278 Bytes
Versions: 2
Compression:
Stored size: 278 Bytes
Contents
module OpenXml module Pptx module Properties class CustomerData < OpenXml::Properties::ComplexProperty namespace :p tag :custData attribute :rid, displays_as: :id, namespace: :r, expects: :string, required: true 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/customer_data.rb |
openxml-pptx-0.2.0 | lib/openxml/pptx/properties/customer_data.rb |