Sha256: d9746eb72f97d707a63cfedbcb3f6959847ef791ab1c3346ba73acc74e10e01d
Contents?: true
Size: 270 Bytes
Versions: 2
Compression:
Stored size: 270 Bytes
Contents
module OpenXml module Pptx module Properties class DataTags < OpenXml::Properties::ComplexProperty namespace :p tag :tags 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/data_tags.rb |
openxml-pptx-0.2.0 | lib/openxml/pptx/properties/data_tags.rb |