ITextFont2::GetAutospaceAlpha-Methode (tom.h)
Ruft den ostasiatischen Zustand "Autospace Alphabetics" ab.
Syntax
HRESULT GetAutospaceAlpha(
[out, retval] long *pValue
);
Parameter
[out, retval] pValue
Typ: long*
Ein tomBool-Wert , der einer der folgenden Sein kann.
Wert | Bedeutung |
---|---|
tomTrue | Verwenden Sie die Alphabetik des ostasiatischen Autospaces. |
tomFalse | Verwenden Sie keine ostasiatischen Autospace-Alphabete. |
tomUndefined | Die AutospaceAlpha-Eigenschaft ist nicht definiert. |
Rückgabewert
Typ: HRESULT
Wenn die Methode erfolgreich ist, gibt sie NOERROR zurück. Andernfalls wird ein Fehlercode HRESULT zurückgegeben.
Anforderungen
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 |