UIX_TabStopLeaderType Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:UIX_TabStopLeaderType Enumeration}} | {{#customTitle:UIX_TabStopLeaderType Enumeration}} | ||
− | {{#parentPage:PXV: | + | {{#parentPage:PXV:UIX_Enumerations|UIX_TabStopLeaderType|enum}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 10: | Line 11: | ||
<pre class="brush:cpp;gutter:false">enum UIX_TabStopLeaderType | <pre class="brush:cpp;gutter:false">enum UIX_TabStopLeaderType | ||
{ | { | ||
− | UIX_TSLT_Space = 0 | + | UIX_TSLT_Space = 0, |
− | UIX_TSLT_Dots = 1 | + | UIX_TSLT_Dots = 1, |
− | UIX_TSLT_DashDots = 2 | + | UIX_TSLT_DashDots = 2, |
− | UIX_TSLT_Dash = 3 | + | UIX_TSLT_Dash = 3, |
− | UIX_TSLT_Solid = 4 | + | UIX_TSLT_Solid = 4, |
− | UIX_TSLT_Content = 5 | + | UIX_TSLT_Content = 5, |
}; | }; | ||
</pre> | </pre> | ||
Line 34: | Line 35: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_TabStopFormat_LeaderType|IUIX_TabStopFormat::LeaderType]] |
Latest revision as of 09:44, 23 May 2015
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 ...