Sha256: 5c8a1e05fd5deccfc374306959d9dfc1980fd29c4310aaa462592e1e0e347e7c

Contents?: true

Size: 260 Bytes

Versions: 7

Compression:

Stored size: 260 Bytes

Contents

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

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

      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
openxml-docx-0.11.5 lib/openxml/docx/elements/embed_system_fonts.rb
openxml-docx-0.11.4 lib/openxml/docx/elements/embed_system_fonts.rb
openxml-docx-0.11.3 lib/openxml/docx/elements/embed_system_fonts.rb
openxml-docx-0.11.2 lib/openxml/docx/elements/embed_system_fonts.rb
openxml-docx-0.11.1 lib/openxml/docx/elements/embed_system_fonts.rb
openxml-docx-0.11.0 lib/openxml/docx/elements/embed_system_fonts.rb
openxml-docx-0.11.0.rc lib/openxml/docx/elements/embed_system_fonts.rb