PXC_FontPolicy Enumeration
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
+ | {{#customTitle:PXC_FontPolicy Enumeration}} | ||
+ | {{#parentPage:PXV:PXC_Enumerations|PXC_FontPolicy|enum}} | ||
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
+ | |||
+ | Specifies the ... | ||
+ | |||
+ | == Syntax == | ||
+ | <pre class="brush:cpp;gutter:false">enum PXC_FontPolicy | ||
+ | { | ||
+ | FontPolicy_Auto = 0, | ||
+ | FontPolicy_Never = 1, | ||
+ | FontPolicy_RequiredOnly = 2, | ||
+ | FontPolicy_Always = 3, | ||
+ | }; | ||
+ | </pre> | ||
+ | |||
+ | == Constants == | ||
+ | ;FontPolicy_Auto | ||
+ | :The ... | ||
+ | ;FontPolicy_Never | ||
+ | :The ... | ||
+ | ;FontPolicy_RequiredOnly | ||
+ | :The ... | ||
+ | ;FontPolicy_Always | ||
+ | :The ... | ||
+ | |||
+ | == See Also == | ||
+ | [[PXV:IPXC_Document_SetDefaultFontPolicy|IPXC_Document::SetDefaultFontPolicy]], [[PXV:IPXC_Document_SetFontPolicy|IPXC_Document::SetFontPolicy]] |
Latest revision as of 00:34, 20 October 2015
Specifies the ...
Syntax
enum PXC_FontPolicy { FontPolicy_Auto = 0, FontPolicy_Never = 1, FontPolicy_RequiredOnly = 2, FontPolicy_Always = 3, };
Constants
- FontPolicy_Auto
- The ...
- FontPolicy_Never
- The ...
- FontPolicy_RequiredOnly
- The ...
- FontPolicy_Always
- The ...
See Also
IPXC_Document::SetDefaultFontPolicy, IPXC_Document::SetFontPolicy