IUIX_Edit::ParaText Property
From PDF XChange PDF SDK
(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::ParaText Property}} | {{#customTitle:IUIX_Edit::ParaText Property}} | ||
− | {{#parentPage:PXV:IUIX_Edit|property}} | + | {{#parentPage:PXV:IUIX_Edit#Properties|ParaText|property}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Property '''ParaText''' of interface [[PXV:IUIX_Edit|IUIX_Edit]] returns Value of BSTR ... | Property '''ParaText''' of interface [[PXV:IUIX_Edit|IUIX_Edit]] returns Value of BSTR ... | ||
− | |||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_ParaText(LONG nParaIndex, [out, retval] BSTR* | + | <pre class="brush:cpp;gutter:false">HRESULT get_ParaText( LONG nParaIndex, |
+ | [out, retval] BSTR* sText); | ||
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;nParaIndex |
: Value of LONG. | : Value of LONG. | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_Edit|IUIX_Edit]] |
Latest revision as of 03:20, 15 June 2015
Property ParaText of interface IUIX_Edit returns Value of BSTR ...
Syntax
HRESULT get_ParaText( LONG nParaIndex, [out, retval] BSTR* sText);
Parameters
- nParaIndex
- Value of LONG.