IPXC_TextBlockInfo::ParaInfo Property

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

Latest revision as of 06:45, 25 October 2016


Property ParaInfo of interface IPXC_TextBlockInfo returns Value of PXC_TextParaInfo containing the information about the paragraph.

Syntax

HRESULT get_ParaInfo([in]           ULONG              nParaIndex,
                     [out, retval]  PXC_TextParaInfo*  stInfo);

Parameters

nParaIndex
[in] Value of ULONG containing the index of the paragraph in the block.

See Also

IPXC_TextBlockInfo