ITextRange::GetStoryType 方法 (tom.h)
取得範圍本文的類型。
語法
HRESULT GetStoryType(
long *pValue
);
參數
pValue
類型: long*
範圍本文的類型。 pValue 值可以是下列其中一個值。
劇本類型 | 值 | 劇本類型 | 值 |
---|---|---|---|
tomUnknownStory | 0 | tomEvenPagesHeaderStory | 6 |
tomMainTextStory | 1 | tomPrimaryHeaderStory | 7 |
tomFootnotesStory | 2 | tomEvenPagesFooterStory | 8 |
tomEndnotesStory | 3 | tomPrimaryFooterStory | 9 |
tomCommentsStory | 4 | tomFirstPageHeaderStory | 10 |
tomTextFrameStory | 5 | tomFirstPageFooterStory | 11 |
傳回值
類型: HRESULT
方法會傳回 HRESULT 值。 如果方法成功,則會傳回 S_OK。 如果 pValue 為 null,則方法會失敗,並傳回E_INVALIDARG。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2003 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | tom.h |
Dll | Msftedit.dll |
另請參閱
概念
參考