PXC_TextParaInfo Structure

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

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


Specifies the paragraph information structure.

Syntax

struct PXC_TextParaInfo
{
    ULONG                 nFirstLineIndex;
    ULONG                 nLinesCount;
    PXC_TextJustification nTextAlign;
    PXC_RectF             rcBBox;
};

Members

nFirstLineIndex
Value of ULONG containing the index of the first line of the paragraph.
nLinesCount
Value of ULONG containing the number of the lines that the paragraph has.
nTextAlign
Value of PXC_TextJustification containing the text align type.
rcBBox
Value of PXC_RectF containing the paragraph's bound box.

See Also

IPXC_TextBlockInfo::ParaInfo