IUIX_Layout::WrapAllChildrenByNewSubContainer Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_Layout::WrapAllChildrenByNewSubContainer Method}} | {{#customTitle:IUIX_Layout::WrapAllChildrenByNewSubContainer Method}} | ||
− | {{#parentPage:PXV:IUIX_Layout|WrapAllChildrenByNewSubContainer | + | {{#parentPage:PXV:IUIX_Layout#Methods|WrapAllChildrenByNewSubContainer|method}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 10: | Line 11: | ||
<pre class="brush:cpp;gutter:false">HRESULT WrapAllChildrenByNewSubContainer([in] IUIX_LayoutItem* pSrcContainer, | <pre class="brush:cpp;gutter:false">HRESULT WrapAllChildrenByNewSubContainer([in] IUIX_LayoutItem* pSrcContainer, | ||
[in] LONG nNewSubContainerStyle, | [in] LONG nNewSubContainerStyle, | ||
− | [out, retval, defaultvalue(NULL)] IUIX_LayoutItem** | + | [out, retval, defaultvalue(NULL)] IUIX_LayoutItem** pNewSubContainer);</pre> |
== Parameters == | == Parameters == | ||
Line 17: | Line 18: | ||
;nNewSubContainerStyle | ;nNewSubContainerStyle | ||
:[in] Value of LONG. | :[in] Value of LONG. | ||
− | ; | + | ;pNewSubContainer |
:[out, retval, defaultvalue(NULL)] Pointer to [[PXV:IUIX_LayoutItem|IUIX_LayoutItem]]. | :[out, retval, defaultvalue(NULL)] Pointer to [[PXV:IUIX_LayoutItem|IUIX_LayoutItem]]. | ||
Line 24: | Line 25: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_Layout|IUIX_Layout]] |
Latest revision as of 03:26, 15 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT WrapAllChildrenByNewSubContainer([in] IUIX_LayoutItem* pSrcContainer, [in] LONG nNewSubContainerStyle, [out, retval, defaultvalue(NULL)] IUIX_LayoutItem** pNewSubContainer);
Parameters
- pSrcContainer
- [in] Pointer to IUIX_LayoutItem.
- nNewSubContainerStyle
- [in] Value of LONG.
- pNewSubContainer
- [out, retval, defaultvalue(NULL)] Pointer to IUIX_LayoutItem.
Return Value
Returns S_OK if operation was successful or error code in other cases.