Sha256: c3af1bde0fe4d49dad11ccf9c4f85aabca11f170b573c88c315d8100019a7eb7

Contents?: true

Size: 616 Bytes

Versions: 3

Compression:

Stored size: 616 Bytes

Contents

# frozen_string_literal: true

module Goldendocx
  module Components
    module Properties
      class Run
        include Goldendocx::Element

        namespace :w
        tag :r

        embeds_one :property, class_name: 'Goldendocx::Components::Properties::RunProperty', auto_build: false

        embeds_one :text, class_name: 'Goldendocx::Components::Properties::Textual', auto_build: false
        embeds_one :shape, class_name: 'Goldendocx::Images::Shape', auto_build: false
        embeds_one :drawing, class_name: 'Goldendocx::Components::Properties::Drawing', auto_build: false
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
goldendocx-0.3.0 lib/goldendocx/components/properties/run.rb
goldendocx-0.2.3 lib/goldendocx/components/properties/run.rb
goldendocx-0.2.2 lib/goldendocx/components/properties/run.rb