Sha256: acdc0cf772b969a4c5ed10a69ac318b5b2ccff89b1bcf2eca4f2514ecfb6f119

Contents?: true

Size: 283 Bytes

Versions: 3

Compression:

Stored size: 283 Bytes

Contents

# frozen_string_literal: true

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

        namespace :w
        tag :tblStyle

        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/tables/properties/style_property.rb
goldendocx-0.2.3 lib/goldendocx/tables/properties/style_property.rb
goldendocx-0.2.2 lib/goldendocx/tables/properties/style_property.rb