Sha256: 74eda9e81c5ccf227a7566efa88bfbfead5fe887bc5adeda2e80a01f4beff85b

Contents?: true

Size: 294 Bytes

Versions: 6

Compression:

Stored size: 294 Bytes

Contents

module OpenXml
  module Docx
    module Properties
      class LevelAlignment < ValueProperty
        tag :lvlJc

        def ok_values
          %i(both center distribute end highKashida lowKashida mediumKashida numTab start thaiDistribute left right)
        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/level_alignment.rb
openxml-docx-0.11.4 lib/openxml/docx/properties/level_alignment.rb
openxml-docx-0.11.3 lib/openxml/docx/properties/level_alignment.rb
openxml-docx-0.11.2 lib/openxml/docx/properties/level_alignment.rb
openxml-docx-0.11.1 lib/openxml/docx/properties/level_alignment.rb
openxml-docx-0.11.0 lib/openxml/docx/properties/level_alignment.rb