FormattedString.Based on the format description

Syntax:

New FormattedString(<Content>, <Font>, <TextColor>, <BackColor>, <Ref>)

Parameters:

<Content> (required)

Type: String; FormattedString; Picture; Array.
Content of the string.
If parameter has the Array type, then array elements must have the String, FormattedString or Picture type.
Resulting string is the concatenation of array elements.

<Font> (optional)

Type: Font.
Font of the string.

<TextColor> (optional)

Type: Color.
Color of the text string.

<BackColor> (optional)

Type: Color.
Background color of the string.

<Ref> (optional)

Type: String.
If parameter is set and is not an empty string, then the generated strings represents a hyperlink. Clicking on this hyperlink goes to the reference, specified in this parameter.

Description:

Creates a value based on the format description.

    

1C:Enterprise Developer's Community