PXC_TabStopLeaderType Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_TabStopLeaderType Enumeration}}
 
{{#customTitle:PXC_TabStopLeaderType Enumeration}}
{{#parentPage:PXV:PXC|PXC_TabStopLeaderType Enumeration|enum}}
+
{{#parentPage:PXV:PXC_Enumerations|PXC_TabStopLeaderType Enumeration|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}

Revision as of 23:31, 21 May 2015


Specifies the ...

Syntax

enum PXC_TabStopLeaderType
{
    TSLT_Space    = 0,
    TSLT_Dots     = 1,
    TSLT_DashDots = 2,
    TSLT_Dash     = 3,
    TSLT_Solid    = 4,
    TSLT_Content  = 5,
};

Constants

TSLT_Space
The ...
TSLT_Dots
The ...
TSLT_DashDots
The ...
TSLT_Dash
The ...
TSLT_Solid
The ...
TSLT_Content
The ...

See Also

...