Sha256: b994c4523d03fa0305a2118f32c0b93c81c2c602daccc1ce38ae0aa4d0ac1339

Contents?: true

Size: 245 Bytes

Versions: 5

Compression:

Stored size: 245 Bytes

Contents

module OpenXml
  module Docx
    module Elements
      class EmbedSystemFonts < Element
        namespace :w

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

      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

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