IUIX_Edit::ParaTextLen Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_Edit::ParaTextLen Property}} | {{#customTitle:IUIX_Edit::ParaTextLen Property}} | ||
− | {{#parentPage:PXV:IUIX_Edit|property}} | + | {{#parentPage:PXV:IUIX_Edit|ParaTextLen Property|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* pTextLen); | ||
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;nParaIndex |
: Value of LONG. | : Value of LONG. | ||
== See Also == | == See Also == | ||
See also [[PXV:IUIX_Edit|IUIX_Edit]]. | See also [[PXV:IUIX_Edit|IUIX_Edit]]. |
Revision as of 05:42, 23 April 2015
Property ParaTextLen of interface IUIX_Edit returns Value of LONG ...
Syntax
HRESULT get_ParaTextLen( LONG nParaIndex, [out, retval] LONG* pTextLen);
Parameters
- nParaIndex
- Value of LONG.
See Also
See also IUIX_Edit.