PXV_StdFolderID Enumeration
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(18 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:PXV_StdFolderID Enumeration}} | {{#customTitle:PXV_StdFolderID Enumeration}} | ||
+ | {{#parentPage:PXV:PXV_Enumerations|PXV_StdFolderID|enum}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
− | + | Identifies special program folders. | |
== Syntax == | == Syntax == | ||
<pre class="brush:cpp;gutter:false">enum PXV_StdFolderID | <pre class="brush:cpp;gutter:false">enum PXV_StdFolderID | ||
{ | { | ||
− | PXV_StdFolder_Root = 0 | + | PXV_StdFolder_Root = 0, |
− | PXV_StdFolder_Preferences = 1 | + | PXV_StdFolder_Preferences = 1, |
− | PXV_StdFolder_BatchSequences = 2 | + | PXV_StdFolder_BatchSequences = 2, |
− | PXV_StdFolder_Documents = 3 | + | PXV_StdFolder_Documents = 3, |
− | PXV_StdFolder_JavaScripts = 4 | + | PXV_StdFolder_JavaScripts = 4, |
− | PXV_StdFolder_Stamps = 5 | + | PXV_StdFolder_Stamps = 5, |
− | PXV_StdFolder_Dictionaries = 6 | + | PXV_StdFolder_Dictionaries = 6, |
− | PXV_StdFolder_Languages = 7 | + | PXV_StdFolder_Languages = 7, |
− | PXV_StdFolder_Themes = 8 | + | PXV_StdFolder_Themes = 8, |
− | PXV_StdFolder_Plugins = 9 | + | PXV_StdFolder_Plugins = 9, |
− | PXV_StdFolder_Help = 10 | + | PXV_StdFolder_Help = 10, |
− | PXV_StdFolder_Temp = 11 | + | PXV_StdFolder_Temp = 11, |
− | PXV_StdFolder_Resource = 12 | + | PXV_StdFolder_Resource = 12, |
− | PXV_StdFolder_Update = 13 | + | PXV_StdFolder_Update = 13, |
− | PXV_StdFolder_XMPCustomDlg = 14 | + | PXV_StdFolder_XMPCustomDlg = 14, |
− | PXV_StdFolder_SearchProviderIcons = 15 | + | PXV_StdFolder_SearchProviderIcons = 15, |
− | PXV_StdFolder_Security = 16 | + | PXV_StdFolder_Security = 16, |
− | PXV_StdFolder_PortfolioNavigators = 17 | + | PXV_StdFolder_PortfolioNavigators = 17, |
− | PXV_StdFolder_Presets = 18 | + | PXV_StdFolder_Presets = 18, |
− | PXV_StdFolder_PluginsData = 19 | + | PXV_StdFolder_PluginsData = 19, |
− | PXV_StdFolder_OCRLanguages = 20 | + | PXV_StdFolder_OCRLanguages = 20, |
− | + | PXV_StdFolder_Snippets = 21, | |
+ | PXV_StdFolder_Common = 22, | ||
+ | PXV_StdFolder_EOCRLanguages = 23, | ||
}; | }; | ||
</pre> | </pre> | ||
Line 34: | Line 40: | ||
== Constants == | == Constants == | ||
;PXV_StdFolder_Root | ;PXV_StdFolder_Root | ||
− | : | + | :Identifies the program's main folder. |
+ | |||
;PXV_StdFolder_Preferences | ;PXV_StdFolder_Preferences | ||
− | : | + | :By default, identifies the folder: |
+ | ::<tt><Root>\Preferences\</tt> | ||
+ | :Not used for now. | ||
+ | |||
;PXV_StdFolder_BatchSequences | ;PXV_StdFolder_BatchSequences | ||
− | : | + | :By default identifies the folder, like: |
+ | ::<tt><Root>\BatchSequences\</tt> folder. | ||
+ | :Not used for now. | ||
+ | |||
;PXV_StdFolder_Documents | ;PXV_StdFolder_Documents | ||
− | : | + | :Identifies the standard user's personal '''Documents''' folder. By default: |
+ | ::<tt>c:\Users\<User>\Documents\</tt> | ||
+ | |||
;PXV_StdFolder_JavaScripts | ;PXV_StdFolder_JavaScripts | ||
− | : | + | :Identifies the folder containing start-up Java Scripts. By default: |
+ | ::<tt><Root>\JavaScripts\</tt> | ||
+ | |||
;PXV_StdFolder_Stamps | ;PXV_StdFolder_Stamps | ||
− | : | + | :Identifies the folder containing installed stamp-collections. By default: |
+ | ::<tt><Root>\Stamps\</tt> | ||
+ | |||
;PXV_StdFolder_Dictionaries | ;PXV_StdFolder_Dictionaries | ||
− | : | + | :Identifies the folder containing installed spell-check dictionaries. By default: |
+ | ::<tt><Root>\Dictionaries\</tt> | ||
+ | |||
;PXV_StdFolder_Languages | ;PXV_StdFolder_Languages | ||
− | : | + | :Identifies the folder containing supported languages for UI-localizations. By default: |
+ | ::<tt><Root>\Languages\</tt> | ||
+ | |||
;PXV_StdFolder_Themes | ;PXV_StdFolder_Themes | ||
− | : | + | :Identifies the folder containing additional UI-themes. By default: |
+ | ::<tt><Root>\Themes\</tt> | ||
+ | |||
;PXV_StdFolder_Plugins | ;PXV_StdFolder_Plugins | ||
− | : | + | :Identifies the folder containing installed plug-ins. By default: |
+ | ::<tt><Root>\Plugins.x86\</tt> - for 32-bit application | ||
+ | ::<tt><Root>\Plugins.x64\</tt> - for 64-bit application | ||
+ | |||
;PXV_StdFolder_Help | ;PXV_StdFolder_Help | ||
− | : | + | :Identifies the folder containing help files. By default: |
+ | ::<tt><Root>\Help\</tt> | ||
+ | |||
;PXV_StdFolder_Temp | ;PXV_StdFolder_Temp | ||
− | : | + | :Identifies the folder for temporary files. For example: |
+ | ::<tt>c:\Temp\PDFXEdit\</tt> | ||
+ | |||
;PXV_StdFolder_Resource | ;PXV_StdFolder_Resource | ||
− | : | + | :Identifies the folder additional resources. For example: |
+ | ::<tt>c:\Temp\PDFXEdit\</tt> | ||
+ | :Not used for now. | ||
+ | |||
;PXV_StdFolder_Update | ;PXV_StdFolder_Update | ||
− | : | + | :Identifies the folder for application updating. By default: |
+ | ::<tt><Root>\Update\</tt> | ||
+ | :Not used for now. | ||
+ | |||
;PXV_StdFolder_XMPCustomDlg | ;PXV_StdFolder_XMPCustomDlg | ||
− | : | + | :Identifies the folder that may contain the resources for extending/customizing the XMP-dialogs, in document preferences. By default: |
+ | ::<tt><Root>\XMP\Custom File Info Panels\</tt> | ||
+ | |||
;PXV_StdFolder_SearchProviderIcons | ;PXV_StdFolder_SearchProviderIcons | ||
− | : | + | :Identifies the folder that is used for caching the icons of online search-providers. By default: |
+ | ::<tt><Root>\SearchProviderIcons\</tt> | ||
+ | |||
;PXV_StdFolder_Security | ;PXV_StdFolder_Security | ||
− | : | + | :Identifies the folder the storage of additional security data. By default: |
+ | ::<tt><Root>\Security\</tt> | ||
+ | |||
;PXV_StdFolder_PortfolioNavigators | ;PXV_StdFolder_PortfolioNavigators | ||
− | : | + | :Identifies the folder containing additional portfolio navigators. By default: |
+ | ::<tt><Root>\Navigators\</tt> | ||
+ | |||
;PXV_StdFolder_Presets | ;PXV_StdFolder_Presets | ||
− | : | + | :Identifies the folder contain custom presets of settings. By default: |
+ | ::<tt><Root>\Presets\</tt> | ||
+ | :Not used for now. | ||
+ | |||
;PXV_StdFolder_PluginsData | ;PXV_StdFolder_PluginsData | ||
− | : | + | :Identifies the folder for the storage of additional data from plug-ins. By default: |
+ | ::<tt><Root>\PluginsData\</tt> | ||
+ | |||
;PXV_StdFolder_OCRLanguages | ;PXV_StdFolder_OCRLanguages | ||
+ | :Identifies the folder containing additional OCR-dictionaries. By default: | ||
+ | ::<tt><Root>\OCRLanguages\</tt> | ||
+ | ;PXV_StdFolder_Snippets | ||
+ | :The ... | ||
+ | ;PXV_StdFolder_Common | ||
:The ... | :The ... | ||
− | ; | + | ;PXV_StdFolder_EOCRLanguages |
:The ... | :The ... | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXV_Inst_GetStdFolder|IPXV_Inst::GetStdFolder]], [[PXV:IPXV_Inst_SetStdFolder|IPXV_Inst::SetStdFolder]] |
Latest revision as of 23:59, 8 May 2019
Identifies special program folders.
Syntax
enum PXV_StdFolderID { PXV_StdFolder_Root = 0, PXV_StdFolder_Preferences = 1, PXV_StdFolder_BatchSequences = 2, PXV_StdFolder_Documents = 3, PXV_StdFolder_JavaScripts = 4, PXV_StdFolder_Stamps = 5, PXV_StdFolder_Dictionaries = 6, PXV_StdFolder_Languages = 7, PXV_StdFolder_Themes = 8, PXV_StdFolder_Plugins = 9, PXV_StdFolder_Help = 10, PXV_StdFolder_Temp = 11, PXV_StdFolder_Resource = 12, PXV_StdFolder_Update = 13, PXV_StdFolder_XMPCustomDlg = 14, PXV_StdFolder_SearchProviderIcons = 15, PXV_StdFolder_Security = 16, PXV_StdFolder_PortfolioNavigators = 17, PXV_StdFolder_Presets = 18, PXV_StdFolder_PluginsData = 19, PXV_StdFolder_OCRLanguages = 20, PXV_StdFolder_Snippets = 21, PXV_StdFolder_Common = 22, PXV_StdFolder_EOCRLanguages = 23, };
Constants
- PXV_StdFolder_Root
- Identifies the program's main folder.
- PXV_StdFolder_Preferences
- By default, identifies the folder:
- <Root>\Preferences\
- Not used for now.
- PXV_StdFolder_BatchSequences
- By default identifies the folder, like:
- <Root>\BatchSequences\ folder.
- Not used for now.
- PXV_StdFolder_Documents
- Identifies the standard user's personal Documents folder. By default:
- c:\Users\<User>\Documents\
- PXV_StdFolder_JavaScripts
- Identifies the folder containing start-up Java Scripts. By default:
- <Root>\JavaScripts\
- PXV_StdFolder_Stamps
- Identifies the folder containing installed stamp-collections. By default:
- <Root>\Stamps\
- PXV_StdFolder_Dictionaries
- Identifies the folder containing installed spell-check dictionaries. By default:
- <Root>\Dictionaries\
- PXV_StdFolder_Languages
- Identifies the folder containing supported languages for UI-localizations. By default:
- <Root>\Languages\
- PXV_StdFolder_Themes
- Identifies the folder containing additional UI-themes. By default:
- <Root>\Themes\
- PXV_StdFolder_Plugins
- Identifies the folder containing installed plug-ins. By default:
- <Root>\Plugins.x86\ - for 32-bit application
- <Root>\Plugins.x64\ - for 64-bit application
- PXV_StdFolder_Help
- Identifies the folder containing help files. By default:
- <Root>\Help\
- PXV_StdFolder_Temp
- Identifies the folder for temporary files. For example:
- c:\Temp\PDFXEdit\
- PXV_StdFolder_Resource
- Identifies the folder additional resources. For example:
- c:\Temp\PDFXEdit\
- Not used for now.
- PXV_StdFolder_Update
- Identifies the folder for application updating. By default:
- <Root>\Update\
- Not used for now.
- PXV_StdFolder_XMPCustomDlg
- Identifies the folder that may contain the resources for extending/customizing the XMP-dialogs, in document preferences. By default:
- <Root>\XMP\Custom File Info Panels\
- PXV_StdFolder_SearchProviderIcons
- Identifies the folder that is used for caching the icons of online search-providers. By default:
- <Root>\SearchProviderIcons\
- PXV_StdFolder_Security
- Identifies the folder the storage of additional security data. By default:
- <Root>\Security\
- PXV_StdFolder_PortfolioNavigators
- Identifies the folder containing additional portfolio navigators. By default:
- <Root>\Navigators\
- PXV_StdFolder_Presets
- Identifies the folder contain custom presets of settings. By default:
- <Root>\Presets\
- Not used for now.
- PXV_StdFolder_PluginsData
- Identifies the folder for the storage of additional data from plug-ins. By default:
- <Root>\PluginsData\
- PXV_StdFolder_OCRLanguages
- Identifies the folder containing additional OCR-dictionaries. By default:
- <Root>\OCRLanguages\
- PXV_StdFolder_Snippets
- The ...
- PXV_StdFolder_Common
- The ...
- PXV_StdFolder_EOCRLanguages
- The ...