Sha256: 24999c703afe075224a9fae573ae7d7a4488bed5a46be10b556c3632d7e6a9e3

Contents?: true

Size: 467 Bytes

Versions: 1

Compression:

Stored size: 467 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: :true_or_false
        attribute :id, expects: :positive_integer
        attribute :property_name, expects: :string, displays_as: :name
        attribute :title, expects: :string

      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
openxml-docx-0.10.0 lib/openxml/docx/elements/word_processing_drawing_object_nv_properties.rb