Sha256: aa184118ddc374e288538cf5a93007e3d72da75b16ef70793f2d30cbf4d96139

Contents?: true

Size: 159 Bytes

Versions: 2

Compression:

Stored size: 159 Bytes

Contents

module OoxmlParser
  class Bookmark
    attr_accessor :id, :name

    def initialize(id = nil, name = nil)
      @id = id
      @name = name
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ooxml_parser-0.1.2 lib/ooxml_parser/docx_parser/docx_data/document_structure/docx_paragraph/paragraph_style/bookmark.rb
ooxml_parser-0.1.1 lib/ooxml_parser/docx_parser/docx_data/document_structure/docx_paragraph/paragraph_style/bookmark.rb