Location
The Location property specifies the location of the delimiter with respect to the components. The options are prefix (the delimiter appears before the component), postfix (the delimiter appears after the component), and infix (the delimiter appears between components).
The following table explains each option.
Property | Description | Example |
---|---|---|
Prefix | Before each component. Before each member of a component in a series. |
*a*a*b*c |
Postfix | After each component. After each member of a component in a series. |
a*a*b*c* |
Infix | Between components. Between members of a component in a series. |
a*a*b*c |