Sha256: 889645ad48eddc62c84b5ee8dd1763352a0e41fef8495f9c6ff57e4284165f62

Contents?: true

Size: 239 Bytes

Versions: 3

Compression:

Stored size: 239 Bytes

Contents

module OpenXml
  module Docx
    module Elements
      class Symbol < Element
        tag :sym

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

      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
openxml-docx-0.9.0 lib/openxml/docx/elements/symbol.rb
openxml-docx-0.8.0 lib/openxml/docx/elements/symbol.rb
openxml-docx-0.8.0.beta1 lib/openxml/docx/elements/symbol.rb