Sha256: e94de0d05cbb04ca82b1f3a8caf53a7ca6b40667e193a69088fae7d84cb5534e
Contents?: true
Size: 251 Bytes
Versions: 1
Compression:
Stored size: 251 Bytes
Contents
module OpenXml module Docx module Elements class EmbedSystemFonts < Element namespace :w with_namespace :w do attribute :value, expects: :true_or_false, displays_as: :val end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
openxml-docx-0.10.1 | lib/openxml/docx/elements/embed_system_fonts.rb |