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