Sha256: 9b4bc84122a5dd85772deea3d8b7c173797cb451445d493f7723600c3177fc71

Contents?: true

Size: 436 Bytes

Versions: 3

Compression:

Stored size: 436 Bytes

Contents

# frozen_string_literal: true

module Goldendocx
  module Tables
    module Properties
      class Property
        include Goldendocx::Element

        namespace :w
        tag :tblPr

        embeds_one :table_style, class_name: 'Goldendocx::Tables::Properties::StyleProperty', auto_build: true
        embeds_one :table_width, class_name: 'Goldendocx::Tables::Properties::WidthProperty', 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/tables/properties/property.rb
goldendocx-0.2.3 lib/goldendocx/tables/properties/property.rb
goldendocx-0.2.2 lib/goldendocx/tables/properties/property.rb