Partager via


Méthode ITextPara2::GetProperty (tom.h)

Obtient la valeur de la propriété spécifiée.

Syntaxe

HRESULT GetProperty(
  [in]  long Type,
  [out] long *pValue
);

Paramètres

[in] Type

Type : long

ID de la valeur de la propriété à récupérer.

[out] pValue

Type : long*

Valeur de la propriété.

Valeur retournée

Type : HRESULT

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

Remarques

La propriété tomParaPropMathAlign définit l’alignement mathématique des paragraphes mathématiques d’un paragraphe de texte. Il peut avoir l’une des valeurs suivantes.

tomMathParaAlignDefault
tomMathParaAlignCenterGroup
tomMathParaAlignCenter
tomMathParaAlignLeft
tomMathParaAlignRight

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

ITextPara2

ITextPara2::SetProperty