Sha256: 81d73d78f8636a1415ba26a6570827294817e89f5b8ed523a609cd05a0cdcccc

Contents?: true

Size: 417 Bytes

Versions: 3

Compression:

Stored size: 417 Bytes

Contents

# frozen_string_literal: true

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

        namespace :w
        tag :trHeight

        attribute :height, alias_name: :val, namespace: :w, default: Goldendocx::Tables::DEFAULT_CELL_DXA_HEIGHT
        attribute :rule, alias_name: :hRule, namespace: :w, default: :atLeast
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

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