OutputString constructor
OutputString(
- int id,
- List<
Macro> macros, - int width,
- int height,
- IsobusColor backgroundColor,
- FontAttributes fontAttributes,
- OutputStringOptions outputStringOptions,
- StringVariable stringVariable,
- Alignment justification,
- int length,
- String value,
Implementation
OutputString(
int id,
List<Macro> macros,
this.width,
this.height,
this.backgroundColor,
this.fontAttributes,
this.outputStringOptions,
this.stringVariable,
this.justification,
this.length,
this.value)
: super(id, IsobusObjectType.outputString, macros);