Sha256: 8bbbd29d84b21e59a8a9fe978bc745aceef73993af14239c55a6adf31a476b9d

Contents?: true

Size: 248 Bytes

Versions: 4

Compression:

Stored size: 248 Bytes

Contents

require "openxml/drawingml/properties/paragraph_properties"

module OpenXml
  module DrawingML
    module Properties
      class DefaultParagraphProperties < ParagraphProperties
        namespace :a
        tag :defPPr

      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
openxml-drawingml-0.3.1 lib/openxml/drawingml/properties/default_paragraph_properties.rb
openxml-drawingml-0.3.0 lib/openxml/drawingml/properties/default_paragraph_properties.rb
openxml-drawingml-0.2.1 lib/openxml/drawingml/properties/default_paragraph_properties.rb
openxml-drawingml-0.2.0 lib/openxml/drawingml/properties/default_paragraph_properties.rb