Sha256: 179fa0a2cc63f9a62712c4ec565250e30eeb25e6b72b1c1242fb6ce413b0e28a
Contents?: true
Size: 326 Bytes
Versions: 3
Compression:
Stored size: 326 Bytes
Contents
# frozen_string_literal: true module Goldendocx module Tables module Properties class RowProperty include Goldendocx::Element namespace :w tag :trPr embeds_one :height, class_name: 'Goldendocx::Tables::Properties::RowHeightProperty', auto_build: true end end end end
Version data entries
3 entries across 3 versions & 1 rubygems