module OpenXml module Docx module Properties class Kerning < PositiveIntegerProperty tag :kern end end end end