PXC_TextParaInfo Structure

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(3 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|PXC_TextParaInfo Structure|structure}}
+
{{#parentPage:PXV:PXC_Structures|PXC_TextParaInfo|structure}}
{{ToWrite}}
+
 
{{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 06: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.

See Also

IPXC_TextBlockInfo::ParaInfo