: concatenation
Concatenate one or more text_part tiles. DCL Text Tile
This text tile joins one or more text strings together. The strings are defined in the text_part tile, which places no margins around the text; however, a margin does exist around the entire concatenation.
NOTE By contrast, the paragraph cluster tile stacks text vertically.
Valid Attributes
none
Example
: concatenation {
text_part {label = "This";}
text_part {label = " is";}
text_part {label = " text.";}
}
Related DCL Tiles