IPXV_SearchEntryItem Interface

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_SearchEntryItem Interface}}
 
{{#customTitle:IPXV_SearchEntryItem Interface}}
{{ToWrite}}
+
{{#parentPage:PXV:PXV_Interfaces|IPXV_SearchEntryItem|interface}}
 
{{ToReview}}
 
{{ToReview}}
  
The interface of object of PDF-XChange Editor SDK.
+
This interface describes the entry of the current word (or parts of word). It tells where exactly the entry is situated (Ptr + Ranges) and optionally (if the (Op.Params["Options.Flags"] & PXV_SearchFlag_GetTextQuads) != 0) can hold the set of quads on the page for quick and easy result highlighting. The PXV_SearchFlag_GetTextQuads flag works for page text only and is ignored for the bookmarks and annotations, because it has no usage for them.
  
 
== Methods ==
 
== Methods ==
Line 28: Line 29:
 
|  
 
|  
 
|}
 
|}
 +
 +
== See Also ==
 +
[[PXV:IPXV_SearchEntry_Item|IPXV_SearchEntry::Item]]

Latest revision as of 02:34, 20 January 2017


This interface describes the entry of the current word (or parts of word). It tells where exactly the entry is situated (Ptr + Ranges) and optionally (if the (Op.Params["Options.Flags"] & PXV_SearchFlag_GetTextQuads) != 0) can hold the set of quads on the page for quick and easy result highlighting. The PXV_SearchFlag_GetTextQuads flag works for page text only and is ignored for the bookmarks and annotations, because it has no usage for them.

Methods

FillTextRangeQuads GetDispTextRange GetTextRange GetTextRangeQuads

Properties

ContextBookmark DispTextRangesCount Ptr TextRangesCount
DispText PropType

See Also

IPXV_SearchEntry::Item