iTextPara::GetAlignment 方法 (tom.h)
检索当前段落对齐方式值。
语法
HRESULT GetAlignment(
long *pValue
);
参数
pValue
类型: long*
段落对齐方式,可以是以下值之一。
tomAlignLeft
tomAlignCenter
tomAlignRight
tomAlignJustify
tomAlignInterWord
tomAlignNewspaper
tomAlignInterLetter
tomAlignScaled
返回值
类型: HRESULT
如果 ITextPara::GetAlignment 成功,则返回 S_OK。 如果方法失败,它将返回以下 COM 错误代码之一。 有关 COM 错误代码的详细信息,请参阅 COM 中的错误处理。
返回代码 | 说明 |
---|---|
|
含义 |
|
pValue 参数为 null。 |
|
段落格式对象附加到已删除的区域。 |
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows Vista [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2003 [仅限桌面应用] |
目标平台 | Windows |
标头 | tom.h |
DLL | Msftedit.dll |
请参阅
概念性
引用