Sha256: 49bcb619c5e32b8f372c826ab4da9fe48c20a03666b19d146266e442cff9b6d7

Contents?: true

Size: 337 Bytes

Versions: 1

Compression:

Stored size: 337 Bytes

Contents

module RubyXL

  # Eventually, the entire code for Worksheet will be moved here. One small step at a time!

  # http://www.schemacentral.com/sc/ooxml/e-ssml_legacyDrawing-1.html
  class LegacyDrawing < OOXMLObject
    define_attribute(:'r:id',            :string, :required => true)
    define_element_name 'legacyDrawing'
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubyXL-git-ref-6002046-2.0.0 lib/rubyXL/objects/worksheet.rb