Help Center

CTextRange2.Linearizemethod

Translates the built-up math, ruby, and other inline objects in this range to linearized form.

Windowsmethoddocumented

Syntax

FUNCTION Linearize (BYVAL Flags AS LONG) AS HRESULT

Parameters

NameDescription
FlagsA combination of the following flags: tomMathAlphabetics, tomMathBuildDownOutermost, tomMathBuildUpArgOrZone, tomMathRemoveOutermost, tomPlain, tomTeX.

Description

Translates the built-up math, ruby, and other inline objects in this range to linearized form.

If the method succeeds, it returns S_OK. If the method fails, it returns the following COM error code.

Reference

  • Defined in AfxNova/CTextRange2.inc:1055
  • Documented in Windows/WIndows Controls/RichEdit/CTextRange2 Class.md
  • Topic: CTextRange2 Class