Sha256: bec7edab946a28baae44d25b7b61a0e03d44c288a69b2bdd644227f41efc6301
Contents?: true
Size: 222 Bytes
Versions: 17
Compression:
Stored size: 222 Bytes
Contents
module OpenXml module Docx module Properties class VerticalTextAlignment < ValueProperty tag :vAlign def ok_values %i(both bottom center top) end end end end end
Version data entries
17 entries across 17 versions & 1 rubygems