Sha256: 67f84a1c5e4ab46d12afd3bee65d54b646eb38d1fa46215b40449df99d567d83

Contents?: true

Size: 403 Bytes

Versions: 3

Compression:

Stored size: 403 Bytes

Contents

# frozen_string_literal: true

module Goldendocx
  module Images
    module Properties
      class NonVisualPictureProperty
        include Goldendocx::Element

        namespace :pic
        tag :nvPicPr

        embeds_one :non_visual_drawing, class_name: 'Goldendocx::Images::Properties::NonVisualDrawingProperty',
                                        auto_build: true
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
goldendocx-0.3.0 lib/goldendocx/images/properties/non_visual_picture_property.rb
goldendocx-0.2.3 lib/goldendocx/images/properties/non_visual_picture_property.rb
goldendocx-0.2.2 lib/goldendocx/images/properties/non_visual_picture_property.rb