PXC_TextParaInfo Structure
From PDF XChange PDF SDK
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.