Sha256: 5afd4c429e96decbe2d228f98cac3399ccf57a9a34c28929b92e5abb13b0963d
Contents?: true
Size: 462 Bytes
Versions: 4
Compression:
Stored size: 462 Bytes
Contents
module OpenXml module DrawingML module Elements class NonVisualDrawingProperties < OpenXml::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
4 entries across 4 versions & 1 rubygems