Sha256: da39e4d2045cff92e679b80abd299f7434a32e5a71997274bd8b2680daea169c

Contents?: true

Size: 468 Bytes

Versions: 1

Compression:

Stored size: 468 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: :true_or_false
        attribute :id, expects: :positive_integer
        attribute :object_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.1 lib/openxml/docx/elements/word_processing_shapes_nv_drawing_properties.rb