Partager via


Méthode ITextStrings::EncodeFunction (tom.h)

Encode un objet, en fonction d’un ensemble de chaînes d’arguments.

Syntaxe

HRESULT EncodeFunction(
  [in] long        Type,
  [in] long        Align,
  [in] long        Char,
  [in] long        Char1,
  [in] long        Char2,
  [in] long        Count,
  [in] long        TeXStyle,
  [in] long        cCol,
  [in] ITextRange2 *pRange
);

Paramètres

[in] Type

Type : long

Type d'objet. Consultez ITextRange2::GetInlineObject pour obtenir une table de définitions.

[in] Align

Type : long

Alignement de l'objet. Consultez ITextRange2::GetInlineObject pour obtenir une table de définitions.

[in] Char

Type : long

Caractère de l’objet.

[in] Char1

Type : long

Caractère de l’objet.

[in] Char2

Type : long

Caractère de l’objet.

[in] Count

Type : long

Nombre de chaînes (arguments) à concaténer.

[in] TeXStyle

Type : long

Style TeX.

[in] cCol

Type : long

Nombre de colonnes (tomArray uniquement).

[in] pRange

Type : ITextRange2*

Plage spécifiant qui pointe vers la mise en forme souhaitée.

Valeur retournée

Type : HRESULT

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

Remarques

Pour plus d’informations sur les arguments, consultez ITextRange2::GetInlineObject .

Configuration requise

   
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

ITextStrings