Sha256: 97eb2cb6eab0b1ccf9eba5cc0028152eac6c9daf1923dd298e7b29d0c1dcc80f

Contents?: true

Size: 286 Bytes

Versions: 14

Compression:

Stored size: 286 Bytes

Contents

module OpenXml
  module Docx
    module Properties
      class TableRowHeight < ComplexProperty
        tag :trHeight

        attribute :hRule, one_of: %i(auto atLeast exact), namespace: :w
        attribute :val, expects: :positive_integer, namespace: :w

      end
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
openxml-docx-0.11.5 lib/openxml/docx/properties/table_row_height.rb
openxml-docx-0.11.4 lib/openxml/docx/properties/table_row_height.rb
openxml-docx-0.11.3 lib/openxml/docx/properties/table_row_height.rb
openxml-docx-0.11.2 lib/openxml/docx/properties/table_row_height.rb
openxml-docx-0.11.1 lib/openxml/docx/properties/table_row_height.rb
openxml-docx-0.11.0 lib/openxml/docx/properties/table_row_height.rb
openxml-docx-0.11.0.rc lib/openxml/docx/properties/table_row_height.rb
openxml-docx-0.10.6 lib/openxml/docx/properties/table_row_height.rb
openxml-docx-0.10.5 lib/openxml/docx/properties/table_row_height.rb
openxml-docx-0.10.4 lib/openxml/docx/properties/table_row_height.rb
openxml-docx-0.10.3 lib/openxml/docx/properties/table_row_height.rb
openxml-docx-0.10.2 lib/openxml/docx/properties/table_row_height.rb
openxml-docx-0.10.1 lib/openxml/docx/properties/table_row_height.rb
openxml-docx-0.10.0 lib/openxml/docx/properties/table_row_height.rb