InterfaceItem_CCPrintableLine Model

Nullable
Text : string

The text to be printed

Nullable
Format : Flags

The formatting flags to be applied to the line eg (B)Bold, (DW)Double Width, (DH)Double Height, (U)Underline

Example
{
  "Text": "string value",
  "Format": 1
}