PXC_TextLineInfo Structure

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(5 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}}
{{ToWrite}}
+
{{#parentPage:PXV:PXC_Structures|PXC_TextLineInfo|structure}}
 
{{ToReview}}
 
{{ToReview}}
  
Specifies the ...
+
Specifies the text line information structure.
  
 
== Syntax ==
 
== Syntax ==
Line 10: 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 21: 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 ==
See also ...
+
[[PXV:IPXC_PageText_LineInfo|IPXC_PageText::LineInfo]]

Latest revision as of 06: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.

See Also

IPXC_PageText::LineInfo