iTextPara2::GetProperty 方法 (tom.h)
取得指定的屬性值。
語法
HRESULT GetProperty(
[in] long Type,
[out] long *pValue
);
參數
[in] Type
類型: long
要擷取之屬性值的識別碼。
[out] pValue
類型: long*
屬性值。
傳回值
類型: HRESULT
如果方法成功,它會傳回 NOERROR。 否則,它會傳回 HRESULT 錯誤碼。
備註
tomParaPropMathAlign屬性會設定文欄位落中數學段落的數學對齊方式。 它可以有下列其中一個值。
- tomMathParaAlignDefault
- tomMathParaAlignCenterGroup
- tomMathParaAlignCenter
- tomMathParaAlignLeft
- tomMathParaAlignRight
規格需求
最低支援的用戶端 | Windows 8 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2012 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | tom.h |
Dll | Msftedit.dll |