IUIX_Obj::LI Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Obj::LI Property}}
 
{{#customTitle:IUIX_Obj::LI Property}}
 +
{{#parentPage:PXV:IUIX_Obj#Properties|LI|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
Property '''LI''' of interface [[PXV:IUIX_Obj|IUIX_Obj]] returns  Pointer to [[PXV:IUIX_LayoutItem|IUIX_LayoutItem]] ...
+
Property '''pLI''' of interface [[PXV:IUIX_Obj|IUIX_Obj]] returns  Pointer to [[PXV:IUIX_LayoutItem|IUIX_LayoutItem]] ...
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_LI([out, retval] IUIX_LayoutItem** ppLI);
+
<pre class="brush:cpp;gutter:false">HRESULT get_LI([out, retval] IUIX_LayoutItem** pLI);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_Obj|IUIX_Obj]].
+
[[PXV:IUIX_Obj|IUIX_Obj]]

Latest revision as of 04:32, 15 June 2015


Property pLI of interface IUIX_Obj returns Pointer to IUIX_LayoutItem ...

Syntax

HRESULT get_LI([out, retval]  IUIX_LayoutItem**  pLI);

See Also

IUIX_Obj