ITextPara2::GetEffects 메서드(tom.h)
단락 서식 효과를 가져옵니다.
구문
HRESULT GetEffects(
[out] long *pValue,
[out] long *pMask
);
매개 변수
[out] pValue
형식: long*
단락 효과입니다. 이 값은 다음 플래그의 조합일 수 있습니다.
tomParaEffectRTL
tomParaEffectKeep
tomParaEffectKeepNext
tomParaEffectPageBreakBefore
tomParaEffectNoLineNumber
tomParaEffectNoWidowControl
tomParaEffectDoNotHyphen
tomParaEffectSideBySide
tomParaEffectCollapsed
tomParaEffectOutlineLevel
tomParaEffectBox
tomParaEffectTableRowDelimiter
tomParaEffectTable
[out] pMask
형식: long*
범위에 대한 플래그의 차이입니다. 값 1은 해당 효과가 범위에서 동일하다는 것을 나타냅니다. 삽입 지점의 경우 정의된 모든 효과에 대해 값이 1과 같습니다.
반환 값
형식: HRESULT
메서드가 성공하면 NOERROR를 반환합니다. 그러지 않으면 HRESULT 오류 코드를 반환합니다.
설명
tomTable 플래그가 설정된 경우 ITextRange2::GetTable 메서드를 사용하여 더 많은 테이블 속성을 가져올 수 있습니다.
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 | Windows 8 [데스크톱 앱만 해당] |
지원되는 최소 서버 | Windows Server 2012 [데스크톱 앱만 해당] |
대상 플랫폼 | Windows |
헤더 | tom.h |
DLL | Msftedit.dll |