: text_part
Display multiple segments of text. DCL Text Tile
This text tile is used together with the concatenation and paragraph tiles to display several segments of text.
Valid Attribute
: text_part {
label = "string";
}
Example
: concatenation {
text_part {label = "This";}
text_part {label = " is";}
text_part {label = " text.";}
}
Related DCL Tiles