PXC_TextParaInfo Structure

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_TextParaInfo Structure}}
 
{{#customTitle:PXC_TextParaInfo Structure}}
 +
{{#parentPage:PXV:PXC|PXC_TextParaInfo Structure|structure}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 10:
 
<pre class="brush:cpp;gutter:false">struct PXC_TextParaInfo
 
<pre class="brush:cpp;gutter:false">struct PXC_TextParaInfo
 
{
 
{
     ULONG nFirstLineIndex;
+
     ULONG                 nFirstLineIndex;
     ULONG nLinesCount;
+
     ULONG                 nLinesCount;
 
     PXC_TextJustification nTextAlign;
 
     PXC_TextJustification nTextAlign;
     PXC_RectF rcBBox;
+
     PXC_RectF             rcBBox;
 
};
 
};
 
</pre>
 
</pre>

Revision as of 07:02, 23 April 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

See also ...