setTextRunValue

fun setTextRunValue(name: String, textValue: String)

Set the text value for a text run named name to textValue.

Throws

If the text run does not exist.


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

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

Throws

If the text run does not exist.