[]
        
(Showing Draft Content)

GC.Spread.Common.ITextFormat

Interface: ITextFormat

Spread.Common.ITextFormat

Table of contents

Properties

Properties

lineBreakingChar

Optional lineBreakingChar: string[]

Specifies the characters can split up two lines. Default is [" ", "-"].


lineBreakingForbidEnd

Optional lineBreakingForbidEnd: string[]

Specifies the characters that are not allowed at the end of a breaking line.


lineBreakingForbidStart

Optional lineBreakingForbidStart: string[]

Specifies the characters that are not allowed at the start of a breaking line.


lineBreakingStrategy

Optional lineBreakingStrategy: ILineBreakingStrategy

Specifies the function for word split.