IUIX_Layout::InsertNewSubContainer Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 5: Line 5:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT InsertNewSubContainer([in] IUIX_LayoutItem* pParentContainer, [in, optional] LONG nSubContainerStyle, [in, optional] SIZE* pSize, [in, optional] LONG nInsertBeforeChild, [in, optional] VARIANT_BOOL bHidden, [out, retval, optional] IUIX_LayoutItem** ppNewSubContainer);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT InsertNewSubContainer([in] IUIX_LayoutItem* pParentContainer, [in] SIZE* pSize, [in, optional] LONG nSubContainerStyle, [in, optional] LONG nInsertBeforeChild, [in, optional] VARIANT_BOOL bHidden, [out, retval, optional] IUIX_LayoutItem** ppNewSubContainer);</pre>
  
 
== Parameters ==
 
== Parameters ==
 
;''pParentContainer''
 
;''pParentContainer''
 
:[in]  Pointer to [[PXV:IUIX_LayoutItem|IUIX_LayoutItem]].
 
:[in]  Pointer to [[PXV:IUIX_LayoutItem|IUIX_LayoutItem]].
 +
;''pSize''
 +
:[in]  Pointer to SIZE.
 
;''nSubContainerStyle''
 
;''nSubContainerStyle''
 
:[in, optional]  Value of LONG.
 
:[in, optional]  Value of LONG.
;''pSize''
 
:[in, optional]  Pointer to SIZE.
 
 
;''nInsertBeforeChild''
 
;''nInsertBeforeChild''
 
:[in, optional]  Value of LONG.
 
:[in, optional]  Value of LONG.

Revision as of 23:13, 13 April 2015

The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT InsertNewSubContainer([in] IUIX_LayoutItem* pParentContainer, [in] SIZE* pSize, [in, optional] LONG nSubContainerStyle, [in, optional] LONG nInsertBeforeChild, [in, optional] VARIANT_BOOL bHidden, [out, retval, optional] IUIX_LayoutItem** ppNewSubContainer);

Parameters

pParentContainer
[in] Pointer to IUIX_LayoutItem.
pSize
[in] Pointer to SIZE.
nSubContainerStyle
[in, optional] Value of LONG.
nInsertBeforeChild
[in, optional] Value of LONG.
bHidden
[in, optional] Value of VARIANT_BOOL.
ppNewSubContainer
[out, retval, optional] Pointer to IUIX_LayoutItem.

Return Value

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

See Also

See also IUIX_Layout.