PXC_TextParaInfo Structure
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:PXC_TextParaInfo Structure}} | {{#customTitle:PXC_TextParaInfo Structure}} | ||
− | {{#parentPage:PXV:PXC_Structures|PXC_TextParaInfo | + | {{#parentPage:PXV:PXC_Structures|PXC_TextParaInfo|structure}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | Specifies the | + | Specifies the paragraph information structure. |
== Syntax == | == Syntax == | ||
Line 20: | Line 19: | ||
== Members == | == Members == | ||
;nFirstLineIndex | ;nFirstLineIndex | ||
− | : Value of ULONG | + | : Value of ULONG containing the index of the first line of the paragraph. |
;nLinesCount | ;nLinesCount | ||
− | : Value of ULONG | + | : Value of ULONG containing the number of the lines that the paragraph has. |
;nTextAlign | ;nTextAlign | ||
− | : Value of [[PXV:PXC_TextJustification|PXC_TextJustification]] | + | : Value of [[PXV:PXC_TextJustification|PXC_TextJustification]] containing the text align type. |
;rcBBox | ;rcBBox | ||
− | : Value of [[PXV:PXC_RectF|PXC_RectF]] | + | : Value of [[PXV:PXC_RectF|PXC_RectF]] containing the paragraph's bound box. |
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_TextBlockInfo_ParaInfo|IPXC_TextBlockInfo::ParaInfo]] |
Latest revision as of 05:47, 25 October 2016
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.