java.lang.Object
com.aspose.cells.TextOverflowType
public class TextOverflowType
| Field Summary | ||
|---|---|---|
static final int | CLIP | |
| Pay attention to top and bottom barriers. Provide no indication that there is text which is not visible. | ||
static final int | ELLIPSIS | |
| Pay attention to top and bottom barriers. Use an ellipsis to denote that there is text which is not visible. Only for vertical overflow. | ||
static final int | OVERFLOW | |
| Overflow the text and pay no attention to top and bottom barriers. | ||
| Field Detail |
|---|
CLIP | |
public static final int CLIP | |
ELLIPSIS | |
public static final int ELLIPSIS | |
OVERFLOW | |
public static final int OVERFLOW | |