Sha256: 90e9f8909f84a16ece38105e12502ce6c70d1e269e966430298d91aef2ba1b41

Contents?: true

Size: 312 Bytes

Versions: 14

Compression:

Stored size: 312 Bytes

Contents

module OpenXml
  module Docx
    module Properties
      class TableIndent < ComplexProperty
        tag :tblInd

        with_namespace :w do
          attribute :type, one_of: %i(auto dxa nil pct)
          attribute :width, expects: :positive_integer, displays_as: :w
        end

      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_indent.rb
openxml-docx-0.11.4 lib/openxml/docx/properties/table_indent.rb
openxml-docx-0.11.3 lib/openxml/docx/properties/table_indent.rb
openxml-docx-0.11.2 lib/openxml/docx/properties/table_indent.rb
openxml-docx-0.11.1 lib/openxml/docx/properties/table_indent.rb
openxml-docx-0.11.0 lib/openxml/docx/properties/table_indent.rb
openxml-docx-0.11.0.rc lib/openxml/docx/properties/table_indent.rb
openxml-docx-0.10.6 lib/openxml/docx/properties/table_indent.rb
openxml-docx-0.10.5 lib/openxml/docx/properties/table_indent.rb
openxml-docx-0.10.4 lib/openxml/docx/properties/table_indent.rb
openxml-docx-0.10.3 lib/openxml/docx/properties/table_indent.rb
openxml-docx-0.10.2 lib/openxml/docx/properties/table_indent.rb
openxml-docx-0.10.1 lib/openxml/docx/properties/table_indent.rb
openxml-docx-0.10.0 lib/openxml/docx/properties/table_indent.rb