Partager via


Méthode ITextDocument2 ::SetTypographyOptions (tom.h)

Spécifie les options de typographie du document.

Syntaxe

HRESULT SetTypographyOptions(
  [in] long Options,
  [in] long Mask
);

Paramètres

[in] Options

Type : long

Options de typographie à définir. Pour obtenir la liste des options possibles, consultez GetTypographyOptions.

[in] Mask

Type : long

Masque identifiant les options à définir. Par exemple, pour activer TO_ADVANCEDTYPOGRAPHY, appelez ITextDocument2 ::SetTypographyOptions (TO_ADVANCEDTYPOGRAPHY, TO_ADVANCEDTYPOGRAPHY).

Valeur retournée

Type : HRESULT

Si la méthode réussit, elle retourne NOERROR. Sinon, elle retourne un code d’erreur HRESULT.

Spécifications

Condition requise Valeur
Client minimal pris en charge Windows 8 [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2012 [applications de bureau uniquement]
Plateforme cible Windows
En-tête tom.h
DLL Msftedit.dll

Voir aussi

ITextDocument2

ITextDocument2 ::GetTypographyOptions