PXC_DrawTextFlags Enumeration

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_DrawTextFlags Enumeration}}
 
{{#customTitle:PXC_DrawTextFlags Enumeration}}
 +
{{#parentPage:PXV:PXC|PXC_DrawTextFlags Enumeration|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 10:
 
<pre class="brush:cpp;gutter:false">enum PXC_DrawTextFlags
 
<pre class="brush:cpp;gutter:false">enum PXC_DrawTextFlags
 
{
 
{
     DTF_CalcSizeOnly = 1;
+
     DTF_CalcSizeOnly           = 1;
     DTF_SingleLine = 16;
+
     DTF_SingleLine             = 16;
     DTF_NoWordWrap = 32;
+
     DTF_NoWordWrap             = 32;
     DTF_AllowPartial = 64;
+
     DTF_AllowPartial           = 64;
     DTF_Left = 0;
+
     DTF_Left                   = 0;
     DTF_Center = 256;
+
     DTF_Center                 = 256;
     DTF_Right = 512;
+
     DTF_Right                 = 512;
     DTF_Justify = 1024;
+
     DTF_Justify               = 1024;
     DTF_JustifyAll = 2048;
+
     DTF_JustifyAll             = 2048;
     DTF_Top = 0;
+
     DTF_Top                   = 0;
     DTF_VCenter = 4096;
+
     DTF_VCenter               = 4096;
     DTF_Bottom = 8192;
+
     DTF_Bottom                 = 8192;
     DTF_AlignMask = 16128;
+
     DTF_AlignMask             = 16128;
     DTF_FirstPara = 65536;
+
     DTF_FirstPara             = 65536;
     DTF_LastPara = 131072;
+
     DTF_LastPara               = 131072;
     DTF_RichText = 1048576;
+
     DTF_RichText               = 1048576;
     DTF_Hyphenate = 2097152;
+
     DTF_Hyphenate             = 2097152;
     DTF_IgnoreSoftHyphens = 4194304;
+
     DTF_IgnoreSoftHyphens     = 4194304;
     DTF_IgnoreSoftReturns = 8388608;
+
     DTF_IgnoreSoftReturns     = 8388608;
     DTF_AddClip = 16777216;
+
     DTF_AddClip               = 16777216;
 
     DTF_NoBreakBeforeFirstPara = 33554432;
 
     DTF_NoBreakBeforeFirstPara = 33554432;
 
};
 
};

Revision as of 07:00, 23 April 2015


Specifies the ...

Syntax

enum PXC_DrawTextFlags
{
    DTF_CalcSizeOnly           = 1;
    DTF_SingleLine             = 16;
    DTF_NoWordWrap             = 32;
    DTF_AllowPartial           = 64;
    DTF_Left                   = 0;
    DTF_Center                 = 256;
    DTF_Right                  = 512;
    DTF_Justify                = 1024;
    DTF_JustifyAll             = 2048;
    DTF_Top                    = 0;
    DTF_VCenter                = 4096;
    DTF_Bottom                 = 8192;
    DTF_AlignMask              = 16128;
    DTF_FirstPara              = 65536;
    DTF_LastPara               = 131072;
    DTF_RichText               = 1048576;
    DTF_Hyphenate              = 2097152;
    DTF_IgnoreSoftHyphens      = 4194304;
    DTF_IgnoreSoftReturns      = 8388608;
    DTF_AddClip                = 16777216;
    DTF_NoBreakBeforeFirstPara = 33554432;
};

Constants

DTF_CalcSizeOnly
The ...
DTF_SingleLine
The ...
DTF_NoWordWrap
The ...
DTF_AllowPartial
The ...
DTF_Left
The ...
DTF_Center
The ...
DTF_Right
The ...
DTF_Justify
The ...
DTF_JustifyAll
The ...
DTF_Top
The ...
DTF_VCenter
The ...
DTF_Bottom
The ...
DTF_AlignMask
The ...
DTF_FirstPara
The ...
DTF_LastPara
The ...
DTF_RichText
The ...
DTF_Hyphenate
The ...
DTF_IgnoreSoftHyphens
The ...
DTF_IgnoreSoftReturns
The ...
DTF_AddClip
The ...
DTF_NoBreakBeforeFirstPara
The ...

See Also

See also ...