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

段落フォントの配置状態を取得します。

構文

HRESULT GetFontAlignment(
  [out, retval] long *pValue
);

パラメーター

[out, retval] pValue

型: long*

段落フォントの配置状態。 次のいずれかの値を指定できます。

フォントの配置の状態
tomFontAlignmentAuto (既定値)
tomFontAlignmentTop
tomFontAlignmentBaseline
tomFontAlignmentBottom
tomFontAlignmentCenter

戻り値

型: HRESULT

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

要件

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

関連項目

ITextPara2

ITextPara2::SetFontAlignment