Sha256: 6ac42e5a22ebf274e15d862a0fcfe6dc492a31ac72be8573b162523427455658

Contents?: true

Size: 240 Bytes

Versions: 6

Compression:

Stored size: 240 Bytes

Contents

module OpenXml
  module Docx
    module Properties
      class MultiLevelType < ValueProperty
        tag :multiLevelType

        def ok_values
          %i(singleLevel multilevel hybridMultilevel)
        end

      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
openxml-docx-0.11.5 lib/openxml/docx/properties/multi_level_type.rb
openxml-docx-0.11.4 lib/openxml/docx/properties/multi_level_type.rb
openxml-docx-0.11.3 lib/openxml/docx/properties/multi_level_type.rb
openxml-docx-0.11.2 lib/openxml/docx/properties/multi_level_type.rb
openxml-docx-0.11.1 lib/openxml/docx/properties/multi_level_type.rb
openxml-docx-0.11.0 lib/openxml/docx/properties/multi_level_type.rb