ITextPara2::GetHangingPunctuation 方法 (tom.h)
取得是否要在段落對齊時,將標點符號停止回應。
語法
HRESULT GetHangingPunctuation(
[out, retval] long *pValue
);
參數
[out, retval] pValue
類型: long*
tomBool 值,可以是下列其中一項。
值 | 意義 |
---|---|
tomTrue | 右邊界上的停止標點符號。 |
tomFalse | 請勿在右邊界停止標點符號。 |
tomUndefined | HangingPunctuation 屬性未定義。 |
傳回值
類型: HRESULT
如果方法成功,則會傳回 NOERROR。 否則,它會傳回 HRESULT 錯誤碼。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 8 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2012 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | tom.h |
Dll | Msftedit.dll |