3.31. Textboxes

Textboxes are simple objects whose only purpose is to create small reminders or documentation over the model. These objects can have their own font style per instance, which means, the user is free to create several objects with their own appearance (see below). The only exception is that the background color is tied to the global appearance settings.

Attribute Description
Font Configures the font style for the textbox. Users can specify the size (in pt), a text color, and styles like bold, italic, or underline.
Text Text that will be visible when the textbox is created. In order to simulate a multi-line textbox, you need to do manual line breaks.

Jan 14, 2022 at 12:22