bool
FormatProperties
.
TextStacked
Stack Nary superscripts and subscripts above and below operators.
Example
=
Block
{
var
tabs
=
[1"];
Paragraph
(
null
,
tabs
) {
SpaceAfter
:
10pt;
TextStacked
:
true
;
"Stacked:"
;
Tab
;
Work
;
};
Paragraph
(
null
,
tabs
) {
"Not stacked:"
;
Tab
;
Work
;
}
};
//============================================================
Stacked:
W
=
Force
P
0
P
1
Not stacked:
W
=
Force
P
0
P
1