Help Center

CTextDocument2.SetMathPropertiesmethod

Specifies the math properties to use for the document.

Windowsmethoddoc-orphan
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.

Syntax

FUNCTION SetMathProperties (BYVAL Options AS LONG, BYVAL Mask AS LONG) AS HRESULT

Parameters

NameDescription
OptionsThe math properties to set. For a list of possible properties, see the table below.
MaskThe math mask. For a list of possible masks, see the table below.

Return value

If the method succeeds, it returns NOERROR. Otherwise, it returns an HRESULT error code.

Description

Sets the math properties for the document.

Reference