Sha256: 7f2796ab1280a223cdb3c4d140e588fdcd831eb350700f404287fe9df0e2226a

Contents?: true

Size: 217 Bytes

Versions: 49

Compression:

Stored size: 217 Bytes

Contents

# frozen_string_literal: true

module OoxmlParser
  # Fallback DOCX group element data
  class OldDocxGroupElement
    attr_accessor :type, :object

    def initialize(type = nil)
      @type = type
    end
  end
end

Version data entries

49 entries across 49 versions & 1 rubygems

Version Path
ooxml_parser-0.9.0 lib/ooxml_parser/common_parser/common_data/alternate_content/picture/group/old_docx_group_element.rb
ooxml_parser-0.8.1 lib/ooxml_parser/common_parser/common_data/alternate_content/picture/group/old_docx_group_element.rb
ooxml_parser-0.8.0 lib/ooxml_parser/common_parser/common_data/alternate_content/picture/group/old_docx_group_element.rb
ooxml_parser-0.7.2 lib/ooxml_parser/common_parser/common_data/alternate_content/picture/group/old_docx_group_element.rb
ooxml_parser-0.7.1 lib/ooxml_parser/common_parser/common_data/alternate_content/picture/group/old_docx_group_element.rb
ooxml_parser-0.7.0 lib/ooxml_parser/common_parser/common_data/alternate_content/picture/group/old_docx_group_element.rb
ooxml_parser-0.6.0 lib/ooxml_parser/common_parser/common_data/alternate_content/picture/group/old_docx_group_element.rb
ooxml_parser-0.5.1 lib/ooxml_parser/common_parser/common_data/alternate_content/picture/group/old_docx_group_element.rb
ooxml_parser-0.5.0 lib/ooxml_parser/common_parser/common_data/alternate_content/picture/group/old_docx_group_element.rb