PXC_TextSpacingMode 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:PXC_TextSpacingMode Enumeration}} | {{#customTitle:PXC_TextSpacingMode Enumeration}} | ||
− | {{#parentPage:PXV: | + | {{#parentPage:PXV:PXC_Enumerations|PXC_TextSpacingMode|enum}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 10: | Line 11: | ||
<pre class="brush:cpp;gutter:false">enum PXC_TextSpacingMode | <pre class="brush:cpp;gutter:false">enum PXC_TextSpacingMode | ||
{ | { | ||
− | TSPM_Original = 0 | + | TSPM_Original = 0, |
− | TSPM_Single = 1 | + | TSPM_Single = 1, |
− | TSPM_Proportional = 2 | + | TSPM_Proportional = 2, |
− | _TSPM_Last_ = 3 | + | _TSPM_Last_ = 3, |
}; | }; | ||
</pre> | </pre> | ||
Line 28: | Line 29: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_GetPageTextOptions_SpacingMode|IPXC_GetPageTextOptions::SpacingMode]] |
Latest revision as of 09:39, 23 May 2015
Specifies the ...
Syntax
enum PXC_TextSpacingMode { TSPM_Original = 0, TSPM_Single = 1, TSPM_Proportional = 2, _TSPM_Last_ = 3, };
Constants
- TSPM_Original
- The ...
- TSPM_Single
- The ...
- TSPM_Proportional
- The ...
- _TSPM_Last_
- The ...