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