Sha256: 3b4d554dcc330e5af1ed93ba6fa7ebe6d6c07df57aaa08360ca46db922b275e3
Contents?: true
Size: 247 Bytes
Versions: 2
Compression:
Stored size: 247 Bytes
Contents
module OpenXml module Pptx module Properties class FontReference < OpenXml::Properties::ComplexProperty with_namespace :r do attribute :rid, displays_as: :id, expects: :string end 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/font_reference.rb |
openxml-pptx-0.2.0 | lib/openxml/pptx/properties/font_reference.rb |