Sha256: 9400be6419453774b303b58579c826e96cce0423e8c0c18b5f045eb1d37f0679
Contents?: true
Size: 661 Bytes
Versions: 2
Compression:
Stored size: 661 Bytes
Contents
# frozen_string_literal: true module Goldendocx module Components module Properties class RunProperty include Goldendocx::Element namespace :w tag :rPr embeds_one :color, class_name: 'Goldendocx::Components::Properties::ColorProperty', auto_build: false embeds_one :bold, class_name: 'Goldendocx::Components::Properties::BoldProperty', auto_build: false embeds_one :language, class_name: 'Goldendocx::Components::Properties::LanguageProperty', auto_build: false embeds_one :font, class_name: 'Goldendocx::Components::Properties::FontProperty', auto_build: false end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
goldendocx-0.3.0 | lib/goldendocx/components/properties/run_property.rb |
goldendocx-0.2.3 | lib/goldendocx/components/properties/run_property.rb |