IPXC_TextBlockInfo::ParaInfo Property

From PDF XChange PDF SDK
Revision as of 06:45, 25 October 2016 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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