Sablon.HTMLConverter.TableRow (sablon v0.4.4)

Copy Markdown View Source

A w:tr element.

Summary

Types

t()

@type t() :: %Sablon.HTMLConverter.TableRow{
  attributes: map(),
  children: [struct()],
  properties: Sablon.HTMLConverter.NodeProperties.t() | nil
}

Functions

children(table_row)

describe(row)

new(env, node, properties)

Converts a tr element.

properties()

The w:trPr properties a table row accepts.

put_children(row, children)

to_docx(row)