Class: RubyXL::ExternalLinksFile

Inherits:
OOXMLTopLevelObject show all
Includes:
RelationshipSupport
Defined in:
lib/rubyXL/objects/external_links.rb

Constant Summary collapse

CONTENT_TYPE =
'application/vnd.openxmlformats-officedocument.spreadsheetml.externalLink+xml'
REL_TYPE =
'http://schemas.openxmlformats.org/officeDocument/2006/relationships/externalLink'

Constants inherited from OOXMLTopLevelObject

OOXMLTopLevelObject::ROOT, OOXMLTopLevelObject::SAVE_ORDER

Instance Attribute Summary

Attributes included from RelationshipSupport

#generic_storage, #relationship_container

Attributes inherited from OOXMLTopLevelObject

#root

Attributes included from OOXMLObjectInstanceMethods

#local_namespaces

Instance Method Summary collapse

Methods included from RelationshipSupport

#attach_relationship, #collect_related_objects, included, #load_relationships, #related_objects, #store_relationship

Methods inherited from OOXMLTopLevelObject

#add_to_zip, #file_index, parse_file, set_namespaces

Methods included from OOXMLObjectInstanceMethods

#==, #before_write_xml, included, #index_in_collection, #initialize, #write_xml

Instance Method Details

#xlsx_pathObject



80
81
82
# File 'lib/rubyXL/objects/external_links.rb', line 80

def xlsx_path
  ROOT.join('xl', 'externalLinks', "externalLink#{file_index}.xml")
end