Preparing search index...
The search index is not available
@regulaforensics/vp-frontend-document-components
@regulaforensics/vp-frontend-document-components
TextExt
Class TextExt
Contains all document text fields data with validity and cross-source compare checks
Export
Text
Implements
Text
Index
Constructors
constructor
Properties
available
Source
List
comparison
Status
field
List
status
validity
Status
Methods
get
Field
get
Field
By
Name
get
Field
Value
get
Field
Value
By
Name
Constructors
constructor
new
TextExt
(
origin
:
Text
)
:
TextExt
Parameters
origin
:
Text
Returns
TextExt
Properties
available
Source
List
availableSourceList
:
TextAvailableSource
[]
Memberof
Text
comparison
Status
comparisonStatus
:
CheckResult
Memberof
Text
field
List
fieldList
:
TextFieldExt
[]
Memberof
Text
status
status
:
CheckResult
Memberof
Text
validity
Status
validityStatus
:
CheckResult
Memberof
Text
Methods
get
Field
getField
(
type
:
TextFieldType
,
lcid
?:
number
)
:
undefined
|
TextFieldExt
Parameters
type
:
TextFieldType
Optional
lcid
:
number
Returns
undefined
|
TextFieldExt
get
Field
By
Name
getFieldByName
(
name
:
string
,
lcid
?:
number
)
:
undefined
|
TextFieldExt
Parameters
name
:
string
Optional
lcid
:
number
Returns
undefined
|
TextFieldExt
get
Field
Value
getFieldValue
(
type
:
TextFieldType
,
lcid
?:
number
)
:
undefined
|
string
Parameters
type
:
TextFieldType
Optional
lcid
:
number
Returns
undefined
|
string
get
Field
Value
By
Name
getFieldValueByName
(
name
:
string
,
lcid
?:
number
)
:
undefined
|
string
Parameters
name
:
string
Optional
lcid
:
number
Returns
undefined
|
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
available
Source
List
comparison
Status
field
List
status
validity
Status
Methods
get
Field
get
Field
By
Name
get
Field
Value
get
Field
Value
By
Name
@regulaforensics/vp-frontend-document-components
Loading...
Contains all document text fields data with validity and cross-source compare checks
Export
Text