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