Package | com.adobe.xmp.manifest |
Class | public class XMPPreferences |
.../Application Data/Adobe/XMP/File Info/2.0/work/FileInfoPrefs.xml
Access the preferences using the XMPManifestManager
.
Property | Defined by | ||
---|---|---|---|
cancelConfirmation : Boolean = false When true, the cancel confirmation prompt is shown
when the File Info dialog is canceled.
| XMPPreferences | ||
currentLocale : String Current locale used.
| XMPPreferences | ||
fiPrefFileExisting : Boolean = false Runtime only flag that defines whether a working manifest file is existing.
| XMPPreferences | ||
ignoreLocales : String = "ar-.*|he-.*"
A regular expression for locales to ignore.
| XMPPreferences | ||
importOptions : String Options last used to import an XMP Packet from the file system or to
apply a template.
| XMPPreferences | ||
includeIntProperties : Boolean = false When true, application internal properties are respected by
Append and Apply Template (advanced setting)
| XMPPreferences | ||
logLevel : int = 0.0 The lowest log level to show in the log panel.
| XMPPreferences | ||
logMaxEntries : int = 500 The maximum number of log entries.
| XMPPreferences | ||
logShowPanel : Boolean = false When true, the log panel is shown
| XMPPreferences | ||
topmostPanel : String = "null" Remembers the name (from the manifest) of the last visible panel,
before the dialog has been closed
| XMPPreferences |
cancelConfirmation | property |
public var cancelConfirmation:Boolean = false
When true, the cancel confirmation prompt is shown when the File Info dialog is canceled.
currentLocale | property |
public var currentLocale:String
Current locale used. Some strings are only reloaded when the locale changes
fiPrefFileExisting | property |
public var fiPrefFileExisting:Boolean = false
Runtime only flag that defines whether a working manifest file is existing.
ignoreLocales | property |
public var ignoreLocales:String = "ar-.*|he-.*"
A regular expression for locales to ignore. Used internally for unsupported languages. If a requested locale matches this expression, localization is not performed.
importOptions | property |
public var importOptions:String
Options last used to import an XMP Packet from the file system or to apply a template. One of:
includeIntProperties | property |
public var includeIntProperties:Boolean = false
When true, application internal properties are respected by Append and Apply Template (advanced setting)
logLevel | property |
public var logLevel:int = 0.0
The lowest log level to show in the log panel.
logMaxEntries | property |
public var logMaxEntries:int = 500
The maximum number of log entries. Newest ones are kept
logShowPanel | property |
public var logShowPanel:Boolean = false
When true, the log panel is shown
topmostPanel | property |
public var topmostPanel:String = "null"
Remembers the name (from the manifest) of the last visible panel, before the dialog has been closed