[]
        
(Showing Draft Content)

GrapeCity.Drawing.TextOverflowType

TextOverflowType Enum

Specifies the overflow setting for a text frame.

Namespace: GrapeCity.Drawing
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public enum TextOverflowType
Public Enum TextOverflowType

Fields

Name Description
Clip

Hide text that does not fit in the text frame.

Ellipsis

Display text with ellipsis if the text overflow the text frame.

Overflow

Allow text to overflow the text frame.