Sha256: ded7a4108b1c58e9b4d18082f3b11e58e6d11edcca855adf8437f065129faa1a
Contents?: true
Size: 290 Bytes
Versions: 3
Compression:
Stored size: 290 Bytes
Contents
# frozen_string_literal: true module Goldendocx module Tables class HeaderRow < Row include Goldendocx::Element namespace :w tag :tr embeds_one :header_row, class_name: 'Goldendocx::Tables::Properties::HeaderRowProperty', auto_build: true end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
goldendocx-0.3.0 | lib/goldendocx/tables/header_row.rb |
goldendocx-0.2.3 | lib/goldendocx/tables/header_row.rb |
goldendocx-0.2.2 | lib/goldendocx/tables/header_row.rb |