Sablon.HTMLConverter.Hyperlink (sablon v0.4.4)

Copy Markdown View Source

An a element, rendered as an external hyperlink.

The link target becomes a relationship of the document part being rendered; only external URLs are supported.

Summary

Types

t()

@type t() :: %Sablon.HTMLConverter.Hyperlink{
  attributes: map(),
  runs: [struct()],
  target: binary()
}

Functions

children(hyperlink)

describe(hyperlink)

new(env, node, properties)

Converts an a element.

put_children(hyperlink, runs)

to_docx(hyperlink)