PXC_ShowTextLineFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_ShowTextLineFlags Enumeration}}
 
{{#customTitle:PXC_ShowTextLineFlags Enumeration}}
{{#parentPage:PXV:PXC|PXC_ShowTextLineFlags Enumeration|enum}}
+
{{#parentPage:PXV:PXC_Enumerations|PXC_ShowTextLineFlags|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 10: Line 11:
 
<pre class="brush:cpp;gutter:false">enum PXC_ShowTextLineFlags
 
<pre class="brush:cpp;gutter:false">enum PXC_ShowTextLineFlags
 
{
 
{
     STLF_Default           = 0;
+
     STLF_Default           = 0,
     STLF_Top               = 0;
+
     STLF_Top               = 0,
     STLF_Middle           = 1;
+
     STLF_Middle             = 1,
     STLF_Baseline         = 2;
+
     STLF_Baseline           = 2,
     STLF_Bottom           = 3;
+
     STLF_Bottom             = 3,
     STLF_Position_Mask     = 3;
+
     STLF_Position_Mask     = 3,
     STLF_AllowSubstitution = 256;
+
     STLF_AllowSubstitution = 256,
 +
    STLF_KeepTrailingSpaces = 512,
 
};
 
};
 
</pre>
 
</pre>
Line 35: Line 37:
 
;STLF_AllowSubstitution
 
;STLF_AllowSubstitution
 
:The ...
 
:The ...
 
+
;STLF_KeepTrailingSpaces
== See Also ==
+
:The ...
See also ...
+

Latest revision as of 08:17, 25 March 2020


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,
    STLF_KeepTrailingSpaces = 512,
};

Constants

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