IPXC_PageText::LineInfo Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(8 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_PageText::LineInfo Property}}
 
{{#customTitle:IPXC_PageText::LineInfo Property}}
{{#parentPage:PXV:IPXC_PageText|property}}
+
{{#parentPage:PXV:IPXC_PageText#Properties|LineInfo|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''LineInfo''' of interface [[PXV:IPXC_PageText|IPXC_PageText]] returns  Value of [[PXV:PXC_TextLineInfo|PXC_TextLineInfo]] ...
+
Property '''LineInfo''' of interface [[PXV:IPXC_PageText|IPXC_PageText]] returns  Value of [[PXV:PXC_TextLineInfo|PXC_TextLineInfo]] containing the text line information.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_LineInfo([in] ULONG nLineIndex, [out, retval] PXC_TextLineInfo* pInfo);
+
<pre class="brush:cpp;gutter:false">HRESULT get_LineInfo([in]           ULONG             nLineIndex,
 +
                    [out, retval] PXC_TextLineInfo* stInfo);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nLineIndex''
+
;nLineIndex
:[in]  Value of ULONG.
+
:[in]  Value of ULONG containing the index of the line.
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_PageText|IPXC_PageText]].
+
[[PXV:IPXC_PageText|IPXC_PageText]]

Latest revision as of 06:49, 25 October 2016


Property LineInfo of interface IPXC_PageText returns Value of PXC_TextLineInfo containing the text line information.

Syntax

HRESULT get_LineInfo([in]           ULONG              nLineIndex,
                     [out, retval]  PXC_TextLineInfo*  stInfo);

Parameters

nLineIndex
[in] Value of ULONG containing the index of the line.

See Also

IPXC_PageText