IPXV_SearchEntry Interface

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(7 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_SearchEntry Interface}}
 
{{#customTitle:IPXV_SearchEntry Interface}}
 +
{{#parentPage:PXV:PXV_Interfaces|IPXV_SearchEntry|interface}}
 +
{{ToReview}}
  
The interface of object of PDF-XChange Editor SDK.
+
This interface represents an object that holds single search result. Generally, it holds a minimal set of entries that satisfy current search criteria. For example, if multiple words have been searched for, then the at least one [[PXV:IPXV_SearchEntry|IPXV_SearchEntry]] will be available in case of success. Each one of the found words will be presented as a separate [[PXV:IPXV_SearchEntryItem|IPXV_SearchEntryItem]].
  
 
== Properties ==
 
== Properties ==
{| style="width: 100%" class="wikitable sortable collapsible"
+
{| class="wikitable properties"
|-
+
! style="text-align: left" scope="col" width="15%" | Property
+
! style="text-align: center" scope="col" width="5%" | Access Type
+
! style="text-align: left" scope="col"  class="unsortable" | Description
+
 
|-
 
|-
 +
| [[PXV:IPXV_SearchEntry__NewEnum|_NewEnum]]
 
| [[PXV:IPXV_SearchEntry_Count|Count]]
 
| [[PXV:IPXV_SearchEntry_Count|Count]]
| style="text-align: center" | R
 
| .
 
|-
 
 
| [[PXV:IPXV_SearchEntry_Item|Item]]
 
| [[PXV:IPXV_SearchEntry_Item|Item]]
| style="text-align: center" | R
+
|  
| .
+
 
|}
 
|}
 +
 +
== See Also ==
 +
[[PXV:IPXV_SearchCallback_OnNewEntry|IPXV_SearchCallback::OnNewEntry]]

Latest revision as of 08:54, 19 January 2017


This interface represents an object that holds single search result. Generally, it holds a minimal set of entries that satisfy current search criteria. For example, if multiple words have been searched for, then the at least one IPXV_SearchEntry will be available in case of success. Each one of the found words will be presented as a separate IPXV_SearchEntryItem.

Properties

_NewEnum Count Item

See Also

IPXV_SearchCallback::OnNewEntry