Sha256: f1ddb6439381b507718f07a31481c305ca5a07365f25dd19ae14ffe18b48526f
Contents?: true
Size: 459 Bytes
Versions: 5
Compression:
Stored size: 459 Bytes
Contents
module OpenXml module Docx module Elements class WordProcessingDrawingObjectNvProperties < Element tag :docPr namespace :wp 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