Sha256: bfb05b0ec9a61104f2800ce99c060cec2a9589d81ba44093e18bf096b8e87fdb
Contents?: true
Size: 506 Bytes
Versions: 7
Compression:
Stored size: 506 Bytes
Contents
module OpenXml module Docx module Elements class EmbedBoldItalic < OpenXml::Docx::Element namespace :w with_namespace :w do attribute :font_key, displays_as: :fontKey, matches: /\{[0-9A-F]{8}\-[0-9A-F]{4}\-[0-9A-F]{4}\-[0-9A-F]{4}\-[0-9A-F]{12}\}/ # Regex taken from spec section 22.9.2.4 attribute :subsetted, expects: :boolean end attribute :relationship_id, expects: :string, displays_as: :id, namespace: :r end end end end
Version data entries
7 entries across 7 versions & 1 rubygems