Sha256: d83f4516db57f246cfaecc18dd2693d680c824e0d9b5ddf2138e289ebc1c1397

Contents?: true

Size: 354 Bytes

Versions: 2

Compression:

Stored size: 354 Bytes

Contents

module OpenXml
  module Pptx
    module Properties
      class TextStyles < SimplePropertyContainerProperty
        namespace :p
        tag :txStyles

        property :title, as: :text_style_title
        property :body, as: :text_style_body
        property :other, as: :text_style_other

        property :extension_list

      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
openxml-pptx-0.2.2 lib/openxml/pptx/properties/text_styles.rb
openxml-pptx-0.2.0 lib/openxml/pptx/properties/text_styles.rb