insertAll

abstract fun insertAll(index: Int, elements: List<TextElement>)(source)

Inserts all elements at the specified index. WARNING: Caller must adjust subsequent indices manually.

Parameters

index

position to insert at

elements

elements to insert

Throws