PXC_DrawTextFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_DrawTextFlags Enumeration}}
 
{{#customTitle:PXC_DrawTextFlags Enumeration}}
{{#parentPage:PXV:PXC_Enumerations|PXC_DrawTextFlags Enumeration|enum}}
+
{{#parentPage:PXV:PXC_Enumerations|PXC_DrawTextFlags|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 78: Line 78:
 
;DTF_NoBreakBeforeFirstPara
 
;DTF_NoBreakBeforeFirstPara
 
:The ...
 
:The ...
 
== See Also ==
 
...
 

Latest revision as of 10:35, 23 May 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 ...