Artifact.SetLinesAndState

Artifact.SetLinesAndState method

Set text and text properties of the artifact. Allows to specify multiple lines.

public void SetLinesAndState(string[] text, TextState textState)
ParameterTypeDescription
textString[]Array of text string.
textStateTextStateText properties.

See Also