PXC_TextLineInfo Structure
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:PXC_TextLineInfo Structure}} | {{#customTitle:PXC_TextLineInfo Structure}} | ||
{{#parentPage:PXV:PXC_Structures|PXC_TextLineInfo|structure}} | {{#parentPage:PXV:PXC_Structures|PXC_TextLineInfo|structure}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | Specifies the | + | Specifies the text line information structure. |
== Syntax == | == Syntax == | ||
Line 23: | Line 22: | ||
== Members == | == Members == | ||
;Matrix | ;Matrix | ||
− | : Value of [[PXV:PXC_Matrix|PXC_Matrix]] | + | : Value of [[PXV:PXC_Matrix|PXC_Matrix]] containing the text matrix. |
;rcBBox | ;rcBBox | ||
− | : Value of [[PXV:PXC_RectF|PXC_RectF]] | + | : Value of [[PXV:PXC_RectF|PXC_RectF]] containing the line's bound box. |
;nFirstCharIndex | ;nFirstCharIndex | ||
− | : Value of ULONG | + | : Value of ULONG containing the index of the first character. |
;nCharsCount | ;nCharsCount | ||
− | : Value of ULONG | + | : Value of ULONG containing the number of characters in the line. |
;nFlags | ;nFlags | ||
− | : Value of ULONG | + | : Value of ULONG containing the [[PXV:PXC_TextLineFlags|text line flags]]. |
;nBlockIndex | ;nBlockIndex | ||
− | : Value of ULONG | + | : Value of ULONG containing the index of the block that this line belongs to. |
;nParaIndex | ;nParaIndex | ||
− | : Value of ULONG | + | : Value of ULONG containing the index of the paragraph in the block that this line belongs to. |
== See Also == | == See Also == | ||
[[PXV:IPXC_PageText_LineInfo|IPXC_PageText::LineInfo]] | [[PXV:IPXC_PageText_LineInfo|IPXC_PageText::LineInfo]] |
Latest revision as of 05:52, 25 October 2016
Specifies the text line information structure.
Syntax
struct PXC_TextLineInfo { PXC_Matrix Matrix; PXC_RectF rcBBox; ULONG nFirstCharIndex; ULONG nCharsCount; ULONG nFlags; ULONG nBlockIndex; ULONG nParaIndex; };
Members
- Matrix
- Value of PXC_Matrix containing the text matrix.
- rcBBox
- Value of PXC_RectF containing the line's bound box.
- nFirstCharIndex
- Value of ULONG containing the index of the first character.
- nCharsCount
- Value of ULONG containing the number of characters in the line.
- nFlags
- Value of ULONG containing the text line flags.
- nBlockIndex
- Value of ULONG containing the index of the block that this line belongs to.
- nParaIndex
- Value of ULONG containing the index of the paragraph in the block that this line belongs to.