Functions for working with named parameters
ABBYY FlexiLayout Studio allows you to specify output parameters for a FlexiLayout. When applying this FlexiLayout, its output parameters will be passed to the FlexiLayout that will be applied next.
Note.Named parameters can also be passed from a main FlexiLayout to an additional FlexiLayout.
You can specify the output parameters in the Expression field in the properties dialog box of a block.
The table below describes the functions you can use to work with named parameters.
Definition | Description |
SetOutputParameterInt SetOutputParameterIntArray SetOutputParameterString SetOutputParameterStringArray SetOutputParameterRect SetOutputParameterRectArray |
Set an output named parameter. Note.You can also set an output named parameter in the FlexiLayout properties dialog box. |
NamedParameterIntExists NamedParameterIntArrayExists NamedParameterStringExists NamedParameterStringArrayExists NamedParameterRectExists NamedParameterRectArrayExists |
Check if an output named parameter exists. |
GetNamedParameterInt GetNamedParameterIntArray GetNamedParameterString GetNamedParameterStringArray GetNamedParameterRect GetNamedParameterRectArray |
Get a named parameter. Example |
12.04.2024 18:16:02