Sha256: f3b6d63fbb1043c61b6f5d5c23e8109a4a61b1dbddd43db3ddb61846a30fb384

Contents?: true

Size: 285 Bytes

Versions: 3

Compression:

Stored size: 285 Bytes

Contents

# frozen_string_literal: true

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

        namespace :w
        tag :pStyle

        attribute :style_id, 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/style_property.rb
goldendocx-0.2.3 lib/goldendocx/components/properties/style_property.rb
goldendocx-0.2.2 lib/goldendocx/components/properties/style_property.rb