Sha256: fc64e7828b6f8d8afa0183ba71204170d879db1051a9c99e9e0fa73b709de03d
Contents?: true
Size: 253 Bytes
Versions: 1
Compression:
Stored size: 253 Bytes
Contents
module OpenXml module Docx module Elements class EmbedTrueTypeFonts < 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_true_type_fonts.rb |