Sha256: 62d367a7e6d97ff701de13d707034fdec8cf1a0d0b5fda094d45509add5480f6

Contents?: true

Size: 443 Bytes

Versions: 3

Compression:

Stored size: 443 Bytes

Contents

# frozen_string_literal: true

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

        namespace :wp
        tag :effectExtent

        attribute :left, alias_name: :l, default: 0
        attribute :right, alias_name: :r, default: 0
        attribute :top, alias_name: :t, default: 0
        attribute :bottom, alias_name: :b, default: 0
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

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