Sha256: 624eeace38fc99f94fa964892fabfd5d1e9dea57a0caf28b3417648787081aa2

Contents?: true

Size: 266 Bytes

Versions: 4

Compression:

Stored size: 266 Bytes

Contents

module OpenXml
  module DrawingML
    module Properties
      class BulletStyleCharacter < OpenXml::Properties::ComplexProperty
        namespace :a
        tag :buChar

        attribute :character, displays_as: :char, expects: :string

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