Sha256: af874375adfd86c48884ee40dfded0a659d60a881dffff206071f8ec40b59016

Contents?: true

Size: 335 Bytes

Versions: 3

Compression:

Stored size: 335 Bytes

Contents

# frozen_string_literal: true

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

        namespace :w
        tag :gridCol

        attribute :width, alias_name: :w, namespace: :w, default: Goldendocx::Tables::DEFAULT_CELL_DXA_WIDTH
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

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