Sha256: fe3d7385f5f5d418764e2c0c94eb3feae18e9ae607bf156dc1772f23d743e73a

Contents?: true

Size: 282 Bytes

Versions: 3

Compression:

Stored size: 282 Bytes

Contents

# frozen_string_literal: true

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

        namespace :w
        tag :gridSpan

        attribute :span, alias_name: :val, namespace: :w
      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_span_property.rb
goldendocx-0.2.3 lib/goldendocx/tables/properties/grid_span_property.rb
goldendocx-0.2.2 lib/goldendocx/tables/properties/grid_span_property.rb