PXC_TextLineInfo Structure
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
(6 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:PXC_TextLineInfo Structure}} | {{#customTitle:PXC_TextLineInfo Structure}} | ||
+ | {{#parentPage:PXV:PXC_Structures|PXC_TextLineInfo|structure}} | ||
+ | {{ToReview}} | ||
− | Specifies the | + | Specifies the text line information structure. |
== Syntax == | == Syntax == | ||
Line 8: | Line 11: | ||
{ | { | ||
PXC_Matrix Matrix; | PXC_Matrix Matrix; | ||
− | PXC_RectF rcBBox; | + | PXC_RectF rcBBox; |
− | ULONG nFirstCharIndex; | + | ULONG nFirstCharIndex; |
− | ULONG nCharsCount; | + | ULONG nCharsCount; |
− | ULONG nFlags; | + | ULONG nFlags; |
− | ULONG nBlockIndex; | + | ULONG nBlockIndex; |
− | ULONG nParaIndex; | + | ULONG nParaIndex; |
}; | }; | ||
</pre> | </pre> | ||
Line 19: | 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]] |
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.