# GC.Spread.Common.ITextFormat

## Content

# Interface: ITextFormat

[Spread](../modules/GC.Spread).[Common](../modules/GC.Spread.Common).ITextFormat

## Table of contents

### Properties

- [lineBreakingChar](GC.Spread.Common.ITextFormat#linebreakingchar)
- [lineBreakingForbidEnd](GC.Spread.Common.ITextFormat#linebreakingforbidend)
- [lineBreakingForbidStart](GC.Spread.Common.ITextFormat#linebreakingforbidstart)
- [lineBreakingStrategy](GC.Spread.Common.ITextFormat#linebreakingstrategy)

## Properties

### <a id="linebreakingchar" name="linebreakingchar"></a> lineBreakingChar

• `Optional` **lineBreakingChar**: `string`[]

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

___

### <a id="linebreakingforbidend" name="linebreakingforbidend"></a> lineBreakingForbidEnd

• `Optional` **lineBreakingForbidEnd**: `string`[]

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

___

### <a id="linebreakingforbidstart" name="linebreakingforbidstart"></a> lineBreakingForbidStart

• `Optional` **lineBreakingForbidStart**: `string`[]

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

___

### <a id="linebreakingstrategy" name="linebreakingstrategy"></a> lineBreakingStrategy

• `Optional` **lineBreakingStrategy**: [`ILineBreakingStrategy`](GC.Spread.Common.ILineBreakingStrategy)

Specifies the function for word split.
