require "openxml/drawingml/properties/paragraph_properties" module OpenXml module DrawingML module Properties class Level3ParagraphProperties < ParagraphProperties namespace :a tag :lvl3pPr end end end end