Sha256: 4cc7df9afb60ff12e921f6ff7f45e030c425935f7640ffbef0fe1dc4ff5d3020

Contents?: true

Size: 292 Bytes

Versions: 3

Compression:

Stored size: 292 Bytes

Contents

module OpenXml
  module Docx
    module Properties
      class Alignment < ValueProperty
        tag :jc

        def ok_values
          [:both, :center, :distribute, :end, :highKashida, :lowKashida, :mediumKashida, :numTab, :start, :thaiDistribute]
        end

      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
openxml-docx-0.9.0 lib/openxml/docx/properties/alignment.rb
openxml-docx-0.8.0 lib/openxml/docx/properties/alignment.rb
openxml-docx-0.8.0.beta1 lib/openxml/docx/properties/alignment.rb