Sha256: 3bb4469fbaf4e16cd4c277a9ac6d1658642d0e1a51149e097148d79b25ae81d7

Contents?: true

Size: 382 Bytes

Versions: 3

Compression:

Stored size: 382 Bytes

Contents

# frozen_string_literal: true

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

        namespace :w
        tag :tblW

        attribute :width, alias_name: :w, namespace: :w, default: Goldendocx::Tables::DEFAULT_TABLE_DXA_WIDTH
        attribute :type, namespace: :w, default: :dxa
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
goldendocx-0.3.0 lib/goldendocx/tables/properties/width_property.rb
goldendocx-0.2.3 lib/goldendocx/tables/properties/width_property.rb
goldendocx-0.2.2 lib/goldendocx/tables/properties/width_property.rb