PXC_ShowTextLineFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_ShowTextLineFlags Enumeration}}
 
{{#customTitle:PXC_ShowTextLineFlags Enumeration}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...

Revision as of 22:55, 20 April 2015


Specifies the ...

Syntax

enum PXC_ShowTextLineFlags
{
    STLF_Default = 0;
    STLF_Top = 0;
    STLF_Middle = 1;
    STLF_Baseline = 2;
    STLF_Bottom = 3;
    STLF_Position_Mask = 3;
    STLF_AllowSubstitution = 256;
};

Constants

STLF_Default
The ...
STLF_Top
The ...
STLF_Middle
The ...
STLF_Baseline
The ...
STLF_Bottom
The ...
STLF_Position_Mask
The ...
STLF_AllowSubstitution
The ...

See Also

See also ...