Sha256: 39f5c25716e9b7122076d02608196f2f3c565948fdbbe0eb84145efb300fc80c

Contents?: true

Size: 298 Bytes

Versions: 4

Compression:

Stored size: 298 Bytes

Contents

module OpenXml
  module DrawingML
    module Properties
      class TextBody < SimplePropertyContainerProperty
        include OpenXml::HasChildren
        namespace :a
        tag :txBody

        property :body_properties, required: true
        property :list_style

      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/text_body.rb
openxml-drawingml-0.3.0 lib/openxml/drawingml/properties/text_body.rb
openxml-drawingml-0.2.1 lib/openxml/drawingml/properties/text_body.rb
openxml-drawingml-0.2.0 lib/openxml/drawingml/properties/text_body.rb