Click or drag to resize

ObjectProxyGetText Method (TextFormat)

Returns the object's property "Text" in the given format (Plain, HTML or BBCode)

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

Parameters

aFormat
Type: Articy.ApiTextFormat
The selected output format format

Return Value

Type: String
the value of the Text property
See Also