Sablon.HTMLConverter.Table (sablon v0.4.3)

Copy Markdown View Source

A w:tbl element.

A caption child is converted separately and rendered as a paragraph either above or below the table, depending on the caption-side style.

Summary

Types

t()

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

Functions

children(table)

describe(table)

new(env, node, properties)

Converts a table element.

properties()

The w:tblPr properties a table accepts.

put_children(table, children)

to_docx(table)