Sha256: 295a1ca998fc881f8244a98652b3e40a38568bb2460462ec6b71e7fe5cbebe9d
Contents?: true
Size: 462 Bytes
Versions: 5
Compression:
Stored size: 462 Bytes
Contents
module OpenXml module Docx module Elements class WordProcessingShapesNvDrawingProperties < Container tag :cNvPr namespace :wps attribute :description, expects: :string, displays_as: :descr attribute :hidden, expects: :boolean attribute :id, expects: :positive_integer attribute :object_name, expects: :string, displays_as: :name attribute :title, expects: :string end end end end
Version data entries
5 entries across 5 versions & 1 rubygems