Sha256: 19d4426c1f37da7ca812103a23da1c5d636db4c4460ce2fc8500a8a216fcf994
Contents?: true
Size: 478 Bytes
Versions: 5
Compression:
Stored size: 478 Bytes
Contents
module OpenXml module DrawingML module Elements class NonVisualDrawingProperties < OpenXml::Docx::Elements::Element namespace :pic tag :cNvPr attribute :description, expects: :string, displays_as: :descr attribute :hidden, expects: :boolean attribute :id, expects: :positive_integer attribute :picture_name, expects: :string, displays_as: :name attribute :title, expects: :string end end end end
Version data entries
5 entries across 5 versions & 1 rubygems