module OpenXml
  module DrawingML
    module Properties
      class LineJoinBevel < SimpleBooleanProperty
        namespace :a
        tag :bevel

      end
    end
  end
end