|
Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Unit xomXMP
Description
Overview
Classes, Interfaces, Objects and Records
Functions and Procedures
procedure InitializeXMPModel (XMPModel: TXMPModel; ACheckDefaultFile: Boolean = True); |
function FormatRationalToDecimal(const AStr: WideString; const AFormat: WideString = '%d.%s'; APrecision: Integer = 10): WideString; |
function FormatRationalNormalized(const AStr: WideString; const AFormat: WideString = '%d.%d'; APrecision: Integer = 10; ATolerance: Double = 0): WideString; |
function FormatNumberString(const AStr: WideString; const AFormat: WideString = '%d'): WideString; |
Types
Constants
Variables
Description
Functions and Procedures
procedure InitializeXMPModel (XMPModel: TXMPModel; ACheckDefaultFile: Boolean = True); |
|
|
function FormatRationalToDecimal(const AStr: WideString; const AFormat: WideString = '%d.%s'; APrecision: Integer = 10): WideString; |
|
|
function FormatRationalNormalized(const AStr: WideString; const AFormat: WideString = '%d.%d'; APrecision: Integer = 10; ATolerance: Double = 0): WideString; |
|
|
function FormatNumberString(const AStr: WideString; const AFormat: WideString = '%d'): WideString; |
|
|
Types
TTifToXMPUpdateState = (...); |
Values
|
TXMPCompareMethod = (...); |
Values
-
xcmIntersect
-
xcmDifference
|
TMetaSchemaItemOccurenceOperator = (...); |
Values
-
mivoEquals
-
mivoNotEquals
-
mivoLessThen
-
mivoGreaterThan
-
mivoLessThenOrEqual
-
mivoGreaterThanOrEqual
-
mivoContains
-
mivoNotContains
-
mivoStartsWith
-
mivoNotStartsWith
-
mivoEndsWith
-
mivoNotEndsWith
-
mivoIsEmpty
-
mivoIsNotEmpty
|
TMetaSchemaItemType = (...); |
Values
|
Constants
ParserVersion = '3.1.2.1'; |
|
|
Variables
AllowFileNameAsTitle: Boolean; |
|
|
AllowXMPWriting: Boolean; |
|
switch to allow to set the filename as the title (default=True)
|
MetaSchemaModelFile: WideString; |
|
set to true (default) if you want to allow IDimager to write XMP to (sidecar) files
|
MetaSchemaEditFile: WideString; |
|
|
EditorSchemaFolder: WideString; |
|
the folder containing pre-defined Editor Schemas
|
LocalEditorSchemaFolder: WideString; |
|
the folder containing user-defined Editor Schemas
|
Generated by PasDoc 0.15.0.
|