ITextFont2::SetMathZone-Methode (tom.h)
Legt fest, ob eine mathematische Zone aktiv ist.
Syntax
HRESULT SetMathZone(
[in] long Value
);
Parameter
[in] Value
Typ: long
Ein tomBool-Wert , der einer der folgenden Werte sein kann.
Wert | Bedeutung |
---|---|
tomTrue | Eine mathematische Zone ist aktiv. |
tomFalse | Eine mathematische Zone ist nicht aktiv. |
TomToggle | Schalten Sie die MathZone-Eigenschaft um. |
tomUndefined | Die MathZone-Eigenschaft ist nicht definiert. |
Rückgabewert
Typ: HRESULT
Wenn die Methode erfolgreich ist, wird NOERROR zurückgegeben. Andernfalls wird ein Fehlercode HRESULT zurückgegeben.
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Windows 8 [nur Desktop-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2012 [nur Desktop-Apps] |
Zielplattform | Windows |
Kopfzeile | tom.h |
DLL | Msftedit.dll |