IPXC_TextBlockInfo::ParaInfo Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:IPXC_TextBlockInfo::ParaInfo Property}}
 
{{#customTitle:IPXC_TextBlockInfo::ParaInfo Property}}
 
{{#parentPage:PXV:IPXC_TextBlockInfo#Properties|ParaInfo|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 ==
Line 15: Line 14:
 
== 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