PXC_TabStopLeaderType Enumeration
From PDF XChange PDF SDK
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_TabStopLeaderType Enumeration}} | {{#customTitle:PXC_TabStopLeaderType Enumeration}} | ||
+ | {{#parentPage:PXV:PXC_Enumerations|PXC_TabStopLeaderType|enum}} | ||
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 9: | Line 11: | ||
<pre class="brush:cpp;gutter:false">enum PXC_TabStopLeaderType | <pre class="brush:cpp;gutter:false">enum PXC_TabStopLeaderType | ||
{ | { | ||
− | TSLT_Space = 0 | + | TSLT_Space = 0, |
− | TSLT_Dots = 1 | + | TSLT_Dots = 1, |
− | TSLT_DashDots = 2 | + | TSLT_DashDots = 2, |
− | TSLT_Dash = 3 | + | TSLT_Dash = 3, |
− | TSLT_Solid = 4 | + | TSLT_Solid = 4, |
− | TSLT_Content = 5 | + | TSLT_Content = 5, |
}; | }; | ||
</pre> | </pre> | ||
Line 33: | Line 35: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_TabStopFormat_LeaderType|IPXC_TabStopFormat::LeaderType]] |
Latest revision as of 09:38, 23 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 ...