Sha256: 901dbc00633c5b5b5bcec115e80bfb9b5b41f85348f9dce9c22ded21144cae36

Contents?: true

Size: 284 Bytes

Versions: 7

Compression:

Stored size: 284 Bytes

Contents

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

        with_namespace :w do
          attribute :font, expects: :string
          attribute :character, expects: :hex_digit_4, displays_as: :char
        end

      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
openxml-docx-0.10.6 lib/openxml/docx/elements/symbol.rb
openxml-docx-0.10.5 lib/openxml/docx/elements/symbol.rb
openxml-docx-0.10.4 lib/openxml/docx/elements/symbol.rb
openxml-docx-0.10.3 lib/openxml/docx/elements/symbol.rb
openxml-docx-0.10.2 lib/openxml/docx/elements/symbol.rb
openxml-docx-0.10.1 lib/openxml/docx/elements/symbol.rb
openxml-docx-0.10.0 lib/openxml/docx/elements/symbol.rb