require "openxml/drawingml/properties/paragraph_properties"

module OpenXml
  module DrawingML
    module Properties
      class Level1ParagraphProperties < ParagraphProperties
        namespace :a
        tag :lvl1pPr

      end
    end
  end
end