class RubyXL::DrawingFile
Constants
- CONTENT_TYPE
- REL_TYPE
Public Instance Methods
attach_relationship(rid, rf)
click to toggle source
# File lib/rubyXL/objects/storage.rb, line 37 def attach_relationship(rid, rf) case rf when RubyXL::ChartFile then store_relationship(rf) # TODO when RubyXL::BinaryImageFile then store_relationship(rf) # TODO else store_relationship(rf, :unknown) end end