PXC_DrawTextFlags Enumeration

From PDF XChange PDF SDK
Revision as of 22:53, 20 April 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


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 ...