Partager via


Méthode ITextRow ::SetKeepTogether (tom.h)

Définit si cette ligne est autorisée à être rompue sur plusieurs pages.

Syntaxe

HRESULT SetKeepTogether(
  [in] long Value
);

Paramètres

[in] Value

Type : long

Valeur tomBool qui indique si cette ligne peut être rompue sur plusieurs pages.

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

ITextRow

ITextRow ::GetKeepTogether