setTextRunValue

fun setTextRunValue(textRunName: String, textValue: String)

Set the text value for a text run named textRunName to textValue on the active artboard.

Throws

if the text run does not exist.


fun setTextRunValue(textRunName: String, textValue: String, path: String)

Set the text value for a text run named textRunName to textValue on the nested artboard represented at path.

Throws

if the text run does not exist.