com.aspose.cells

Class TextOverflowType

  • java.lang.Object
    • com.aspose.cells.TextOverflowType
public class TextOverflowType 
extends java.lang.Object

Utility class containing constants. Represents the way the text vertical or horizontal overflow.

Field Summary
static final intCLIP
Pay attention to top and bottom barriers. Provide no indication that there is text which is not visible.
static final intELLIPSIS
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 intOVERFLOW
Overflow the text and pay no attention to top and bottom barriers.
 

    • Field Detail

      • CLIP

        public static final int CLIP
        Pay attention to top and bottom barriers. Provide no indication that there is text which is not visible.
      • ELLIPSIS

        public 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.
      • OVERFLOW

        public static final int OVERFLOW
        Overflow the text and pay no attention to top and bottom barriers.