ReferenceintComma

<intComma>

<intComma> is a Math Operator component which inserts commas into a large integer when rendering.

Attributes and Properties

Attributes for <intComma>
AttributeTypeValues
anchor = "…"point
draggable = "…"boolean"true" "false"
isLatex = "…"boolean"true" "false"
layer = "…"number
positionFromAnchor = "…"text"upperright" "upperleft" "lowerright" "lowerleft" "top" "bottom" "left" "right" "center"
Props for <intComma name="i">
PropertyType
$i.anchorpoint
$i.backgroundColortext
$i.characters[ text ]
$i.disabledboolean
$i.draggableboolean
$i.fixedboolean
$i.fixLocationboolean
$i.hiddenboolean
$i.isLatexboolean
$i.layernumber
$i.list[ text ]
$i.mathmath
$i.numbernumber
$i.numCharactersinteger
$i.numListItemsinteger
$i.numWordsinteger
$i.originalValueintComma
$i.positionFromAnchortext
$i.texttext
$i.textColortext
$i.textStyleDescriptiontext
$i.valueintComma
$i.words[ text ]

Example: basic use

The <intComma> component inserts commas for readability in large numbers.


Example: using named references - display only

Note that the <intComma> component must be enclosed around each individual reference in numerical computations. In addition, this component can only be used after computations are performed, during final rendering.