Sha256: 33d169434ed753cb2f1f221fc07f0a7640960ece7f277cee8bb556ec2b2b6f42
Contents?: true
Size: 495 Bytes
Versions: 2
Compression:
Stored size: 495 Bytes
Contents
# frozen_string_literal: true module Goldendocx module Documents module Properties class DefaultStyleProperty include Goldendocx::Element namespace :w tag :docDefaults embeds_one :run_default, class_name: 'Goldendocx::Documents::Properties::RunDefaultStyleProperty', auto_build: true embeds_one :paragraph_default, class_name: 'Goldendocx::Documents::Properties::ParagraphDefaultStyleProperty', auto_build: true end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
goldendocx-0.3.0 | lib/goldendocx/documents/properties/default_style_property.rb |
goldendocx-0.2.3 | lib/goldendocx/documents/properties/default_style_property.rb |