IUIX_Edit::ParaTextLen Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Edit::ParaTextLen Property}}
 
{{#customTitle:IUIX_Edit::ParaTextLen Property}}
{{#parentPage:PXV:IUIX_Edit|property}}
+
{{#parentPage:PXV:IUIX_Edit#Properties|ParaTextLen|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
  
 
Property '''ParaTextLen''' of interface [[PXV:IUIX_Edit|IUIX_Edit]] returns  Value of LONG ...
 
Property '''ParaTextLen''' of interface [[PXV:IUIX_Edit|IUIX_Edit]] returns  Value of LONG ...
 
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_ParaTextLen(LONG nParaIndex, [out, retval] LONG* pTextLen);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ParaTextLen(               LONG   nParaIndex,
 +
                        [out, retval] LONG* nTextLen);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nParaIndex''
+
;nParaIndex
 
: Value of LONG.
 
: Value of LONG.
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_Edit|IUIX_Edit]].
+
[[PXV:IUIX_Edit|IUIX_Edit]]

Latest revision as of 04:21, 15 June 2015


Property ParaTextLen of interface IUIX_Edit returns Value of LONG ...

Syntax

HRESULT get_ParaTextLen(               LONG   nParaIndex,
                        [out, retval]  LONG*  nTextLen);

Parameters

nParaIndex
Value of LONG.

See Also

IUIX_Edit