IPXC_TextBlockInfo::ParaInfo Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(5 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_TextBlockInfo::ParaInfo Property}}
 
{{#customTitle:IPXC_TextBlockInfo::ParaInfo Property}}
{{#parentPage:PXV:IPXC_TextBlockInfo#Properties|ParaInfo Property|property}}
+
{{#parentPage:PXV:IPXC_TextBlockInfo#Properties|ParaInfo|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{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,
 
<pre class="brush:cpp;gutter:false">HRESULT get_ParaInfo([in]          ULONG              nParaIndex,
                     [out, retval]  PXC_TextParaInfo*  pInfo);
+
                     [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 ==
[[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