PXC_TextParaInfo Structure
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:PXC_TextParaInfo Structure}} | {{#customTitle:PXC_TextParaInfo Structure}} | ||
− | {{#parentPage:PXV: | + | {{#parentPage:PXV:PXC_Structures|PXC_TextParaInfo Structure|structure}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} |
Revision as of 22:31, 21 May 2015
Specifies the ...
Syntax
struct PXC_TextParaInfo { ULONG nFirstLineIndex; ULONG nLinesCount; PXC_TextJustification nTextAlign; PXC_RectF rcBBox; };
Members
- nFirstLineIndex
- Value of ULONG ...
- nLinesCount
- Value of ULONG ...
- nTextAlign
- Value of PXC_TextJustification ...
- rcBBox
- Value of PXC_RectF ...
See Also
...