API Documentation > Classes > Interface IpfcDetailVariantText
Interface IpfcDetailVariantText
Description
This interface represents a variant text element set in a symbol instance.
Property Summary
Property
as String
The variable text in the symbol definition (without the boundary "\" characters).
Property
as String
The text to use in place of the variable text in a symbol instance placement.
Method Summary
Function
CCpfcDetailVariantText.Create (inPrompt as String, inValue as String) as IpfcDetailVariantText
Creates a data object describing the replacement of variable text in a symbol definition.
Property Detail
Property
Prompt
as String
The variable text in the symbol definition (without the boundary "\" characters).
Property
Value
as String
The text to use in place of the variable text in a symbol instance placement.
Method Detail
Function
CCpfcDetailVariantText.Create
(inPrompt as String, inValue as String) as IpfcDetailVariantText
Creates a data object describing the replacement of variable text in a symbol definition.
Parameters:
inPrompt
The variable text in the symbol definition (without the boundary "\" characters).
inValue
The text to use in place of the variable text in a symbol instance placement.
Returns:
The created data object.
Was this helpful?