ReqActionGraphHelper.addTextStyle Method [AX 2012]

Adds a new text style to a container.

Syntax

protected void addTextStyle(
    str _textStyleId, 
    str _fontWeight, 
    real _fontSize, 
    str _fontColor)

Run On

Called

Parameters

  • _textStyleId
    Type: str
    The ID of the text style.
  • _fontWeight
    Type: str
    The font weight.
  • _fontSize
    Type: real
    The font size.
  • _fontColor
    Type: str
    The font color as a HEX string.

See Also

Reference

ReqActionGraphHelper Class