ITextPara2::GetProperty メソッド (tom.h)

指定されたプロパティの値を取得します。

構文

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

パラメーター

[in] Type

型: long

取得するプロパティ値の ID。

[out] pValue

型: long*

プロパティ値。

戻り値

型: HRESULT

メソッドが成功すると、 NOERROR が返されます。 そうでない場合は、HRESULT エラー コードを返します。

解説

tomParaPropMathAlign プロパティは、テキスト 段落内の数式段落の数式の配置を設定します。 次のいずれかの値を指定できます。

tomMathParaAlignDefault
tomMathParaAlignCenterGroup
tomMathParaAlignCenter
tomMathParaAlignLeft
tomMathParaAlignRight

要件

   
サポートされている最小のクライアント Windows 8 [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows Server 2012 [デスクトップ アプリのみ]
対象プラットフォーム Windows
ヘッダー tom.h
[DLL] Msftedit.dll

関連項目

ITextPara2

ITextPara2::SetProperty