<< Click to display table of contents >> TRVMathItemInfo.DisplayInline |
Switches between inline mode and display mode.
property DisplayInline: Boolean;
False: display mode, recommended for formulas inserted on separate lines
True: inline mode, recommended for formulas inserted in text.
Note: this property does not affect line breaks.
Use TRichViewEdit.SetCurrentItemExtraIntPropertyEx to change value of this property as an editing operation (rveipcDisplayInline).
Default value:
False