[]
• Optional lineBreakingChar: string[]
Specifies the characters can split up two lines. Default is [" ", "-"].
• Optional lineBreakingForbidEnd: string[]
Specifies the characters that are not allowed at the end of a breaking line.
• Optional lineBreakingForbidStart: string[]
Specifies the characters that are not allowed at the start of a breaking line.
• Optional lineBreakingStrategy: ILineBreakingStrategy
Specifies the function for word split.