BusinessCardFieldComponent Object (IBusinessCardFieldComponent Interface)
This object provides access to a single component of a business card field. A field component is a part of the field value. For example, a field which contains personal name may consist of the first and last name.
Properties
Name | Type | Description |
---|---|---|
Application | Engine, read-only | Returns the Engine object. |
Type | BusinessCardFieldComponentTypeEnum, read-only | Specifies the type of the field component. |
Value | String, read-only | Specifies the value of the field component. |
Methods
Name | Description |
---|---|
GetCharParams | Provides access to the parameters of a single character in the field component. |
Related objects
Output parameter
This object is the output parameter of the FindComponent method of the BusinessCardField object.
See also
7/3/2024 8:50:25 AM