Sha256: 312337e73180e04246b79bdcdf20ea9388a47fd4146bdfad7393802268b8a32b
Contents?: true
Size: 434 Bytes
Versions: 3
Compression:
Stored size: 434 Bytes
Contents
# frozen_string_literal: true module Goldendocx module Components module Properties class Property include Goldendocx::Element namespace :w tag :pPr embeds_one :style, class_name: 'Goldendocx::Components::Properties::StyleProperty', auto_build: true embeds_one :align, class_name: 'Goldendocx::Components::Properties::AlignProperty', auto_build: true end end end end
Version data entries
3 entries across 3 versions & 1 rubygems