Enum FormattingInstruction
Denotes formatting instructions
[ModelRepresentationClass("https://github.com/NMFCode/NMF/AnyText#//FormattingInstruction")]
public enum FormattingInstruction
Fields
AvoidSpace = 3
Denotes that there should be a white space separating the current token from the next
ForbidSpace = 4
Denotes that there should be a white space separating the current token from the next. White spaces should fail the parser.
Indent = 1
Denotes that the indentation level should be increased after this token
Newline = 0
Denotes that the token should be followed by a line break
Unindent = 2
Denotes that the indentation level should be decreased after this token