IPXV_DocumentView::GetPlacement Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_DocumentView::GetPlacement Method}}
 
{{#customTitle:IPXV_DocumentView::GetPlacement Method}}
{{#parentPage:PXV:IPXV_DocumentView|method}}
+
{{#parentPage:PXV:IPXV_DocumentView#Methods|GetPlacement|method}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Gets [[PXV:IUIX_LayoutItem|tab group]] that the [[PXV:IPXV_DocumentView|document view]] belongs to and tab index of the [[PXV:IPXV_DocumentView|document view]] in the [[PXV:IUIX_LayoutItem|tab group]].
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT GetPlacement([out] IUIX_LayoutItem** ppContainer, [out, defaultvalue(NULL)] LONG* pTabIndex);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT GetPlacement([out]                     IUIX_LayoutItem** pContainer,
 +
                    [out, defaultvalue(NULL)] LONG*             nTabIndex);</pre>
  
 
== Parameters ==
 
== Parameters ==
;''ppContainer''
+
;pContainer
:[out]  Pointer to [[PXV:IUIX_LayoutItem|IUIX_LayoutItem]].
+
:[out]  Pointer to [[PXV:IUIX_LayoutItem|IUIX_LayoutItem]] containing the tab group that the [[PXV:IPXV_DocumentView|document view]] belongs to.
;''pTabIndex''
+
;nTabIndex
:[out, defaultvalue(NULL)]  Pointer to LONG.
+
:[out, defaultvalue(NULL)]  Tab index of the [[PXV:IPXV_DocumentView|document view]] in the [[PXV:IUIX_LayoutItem|tab group]].
  
 
== Return Value ==
 
== Return Value ==
Line 20: Line 21:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_DocumentView|IPXV_DocumentView]].
+
[[PXV:IPXV_DocumentView|IPXV_DocumentView]]

Latest revision as of 03:54, 15 June 2015


Gets tab group that the document view belongs to and tab index of the document view in the tab group.

Syntax

HRESULT GetPlacement([out]                      IUIX_LayoutItem**  pContainer,
                     [out, defaultvalue(NULL)]  LONG*              nTabIndex);

Parameters

pContainer
[out] Pointer to IUIX_LayoutItem containing the tab group that the document view belongs to.
nTabIndex
[out, defaultvalue(NULL)] Tab index of the document view in the tab group.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXV_DocumentView