Package ch.rabanti.nanoxlsx4j.lowLevel
Class Packer.Relationship
java.lang.Object
ch.rabanti.nanoxlsx4j.lowLevel.Packer.Relationship
- Enclosing class:
- Packer
Nested class representing a relationship (MSXML)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addRelationshipEntry
(String target, String type) Adds a relationship entry to the relationship
-
Method Details
-
addRelationshipEntry
Adds a relationship entry to the relationship- Parameters:
target
- Target of the entrytype
- Type of the entry
-