Sha256: 9c84d8bf1878cbbddd8a8c0d5a87393901fecd4a7bee8a354f2ce541435a9f42

Contents?: true

Size: 356 Bytes

Versions: 3

Compression:

Stored size: 356 Bytes

Contents

# frozen_string_literal: true

module Goldendocx
  module Tables
    module Properties
      class ShadingProperty
        include Goldendocx::Element

        namespace :w
        tag :shd

        attribute :value, alias_name: :val, namespace: :w
        attribute :color, namespace: :w
        attribute :fill, namespace: :w
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
goldendocx-0.3.0 lib/goldendocx/tables/properties/shading_property.rb
goldendocx-0.2.3 lib/goldendocx/tables/properties/shading_property.rb
goldendocx-0.2.2 lib/goldendocx/tables/properties/shading_property.rb