Click or drag to resize

ObjectProxySetText Method (String, TextFormat)

Sets the property "Text" from a string that has the given TextFormat

Namespace:  Articy.Api
Assembly:  QueryLayer (in QueryLayer.dll) Version: 1.0.0
Syntax
C#
public void SetText(
	string aText,
	TextFormat aFormat
)

Parameters

aText
Type: SystemString
The Text to set;
aFormat
Type: Articy.ApiTextFormat
The text format (Plain, HTML, BBCode)
See Also