Sha256: e83f5d04d6226a862b9811724b7bca0d879000af2421fa35acd21c98a77804fe
Contents?: true
Size: 332 Bytes
Versions: 3
Compression:
Stored size: 332 Bytes
Contents
# frozen_string_literal: true module Goldendocx module Tables module Properties class CellWidthProperty include Goldendocx::Element namespace :w tag :tcW attribute :width, namespace: :w, alias_name: :w attribute :type, namespace: :w, default: :auto end end end end
Version data entries
3 entries across 3 versions & 1 rubygems