Inline formatting flags for a RichTextObject.
RichTextObject
@type t() :: %Spatio.Model.TextAnnotations{ bold: boolean(), code: boolean(), color: String.t() | nil, italic: boolean(), strikethrough: boolean(), underline: boolean() }