Sha256: 93c9d7f6193d730d1f0b7696020142ff38506e04af706a96e28dd29a67d07539

Contents?: true

Size: 278 Bytes

Versions: 3

Compression:

Stored size: 278 Bytes

Contents

# frozen_string_literal: true

module Goldendocx
  module Components
    module Properties
      class AlignProperty
        include Goldendocx::Element

        namespace :w
        tag :jc

        attribute :align, alias_name: :val, namespace: :w
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
goldendocx-0.3.0 lib/goldendocx/components/properties/align_property.rb
goldendocx-0.2.3 lib/goldendocx/components/properties/align_property.rb
goldendocx-0.2.2 lib/goldendocx/components/properties/align_property.rb