UIX_TabStopLeaderType Enumeration

From PDF XChange PDF SDK
Revision as of 07:17, 20 March 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Specifies the ...

Syntax

enum UIX_TabStopLeaderType
{
    UIX_TSLT_Space = 0;
    UIX_TSLT_Dots = 1;
    UIX_TSLT_DashDots = 2;
    UIX_TSLT_Dash = 3;
    UIX_TSLT_Solid = 4;
    UIX_TSLT_Content = 5;
};

Constants

UIX_TSLT_Space
The ...
UIX_TSLT_Dots
The ...
UIX_TSLT_DashDots
The ...
UIX_TSLT_Dash
The ...
UIX_TSLT_Solid
The ...
UIX_TSLT_Content
The ...

See Also

See also ...