Sha256: ee204809ed1cefe78a5b18ac33a50532be7d7af22be7d55f9694cf115ff33e60

Contents?: true

Size: 266 Bytes

Versions: 6

Compression:

Stored size: 266 Bytes

Contents

module OpenXml
  module Docx
    module Elements
      class FontAlternateName < Element
        namespace :w
        tag :altName

        with_namespace :w do
          attribute :value, expects: :string, displays_as: :val
        end

      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

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