NLdoc.Conversion.Reader.Docx.AST.Relationship (NLdoc.Conversion.Reader.Docx v1.1.2)

View Source

This module defines a struct that represents a relationship in a Word document as found in files like word/_rels/document.xml.

Summary

Types

t()

@type t() :: %NLdoc.Conversion.Reader.Docx.AST.Relationship{
  id: String.t(),
  target: String.t(),
  target_mode: String.t() | nil,
  type: String.t()
}