Sha256: d073a4ba041cf37a2df230a17ac89e652a51e973b89f2348263a744d9d1d5fb7

Contents?: true

Size: 212 Bytes

Versions: 14

Compression:

Stored size: 212 Bytes

Contents

module OpenXml
  module Docx
    module Properties
      class TableLayout < ComplexProperty
        tag :tblLayout

        attribute :type, one_of: %i(autofit fixed), 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_layout.rb
openxml-docx-0.11.4 lib/openxml/docx/properties/table_layout.rb
openxml-docx-0.11.3 lib/openxml/docx/properties/table_layout.rb
openxml-docx-0.11.2 lib/openxml/docx/properties/table_layout.rb
openxml-docx-0.11.1 lib/openxml/docx/properties/table_layout.rb
openxml-docx-0.11.0 lib/openxml/docx/properties/table_layout.rb
openxml-docx-0.11.0.rc lib/openxml/docx/properties/table_layout.rb
openxml-docx-0.10.6 lib/openxml/docx/properties/table_layout.rb
openxml-docx-0.10.5 lib/openxml/docx/properties/table_layout.rb
openxml-docx-0.10.4 lib/openxml/docx/properties/table_layout.rb
openxml-docx-0.10.3 lib/openxml/docx/properties/table_layout.rb
openxml-docx-0.10.2 lib/openxml/docx/properties/table_layout.rb
openxml-docx-0.10.1 lib/openxml/docx/properties/table_layout.rb
openxml-docx-0.10.0 lib/openxml/docx/properties/table_layout.rb