getDataFormatAs Method

See Also            Applies To

Returns a string that indicates whether data supplied to the object is rendered as text or HTML.

Syntax

object.getDataFormatAs()

Parameters

object

A Label script object.

Remarks

If "LBL_TEXT" is returned, the data is processed as text. If "LBL_HTML " is returned, the data is processed as HTML.

To specify if the data is rendered as text of HTML, use the setDataFormatAs method.