"lineSpacing"

Allows to read or write the line spacing.

Synopsis

setValue(string shape, "lineSpacing", int spacing);

getValue(string shape, "lineSpacing", int &spacing);

shape.lineSpacing(int spacing);

Parameter

Parameter Description
shape Name of the object
spacing line spacing

Description

The attribute allows to get or set the line spacing of the primitive text.

Example

Sets the line spacing inside of the Initialize script of the primitive text.

main()
{
  this.lineSpacing(2);
}

Assignment

Primitive text