TextElementList

constructor(elements: List<TextElement>)(source)

Creates a wrapper around the given list. The list is NOT copied, mutations affect the original.

Parameters

elements

the list to wrap

Throws