Sha256: 1cde2181a86b597a39fa233babdef602c59f74c5c28b3b403de7922c8bdbeb98
Contents?: true
Size: 286 Bytes
Versions: 14
Compression:
Stored size: 286 Bytes
Contents
module OpenXml module Docx module Properties class Alignment < ValueProperty tag :jc def ok_values %i(both center distribute end highKashida lowKashida mediumKashida numTab start thaiDistribute left right) end end end end end
Version data entries
14 entries across 14 versions & 1 rubygems