asposecells.api
Class TextOverflowType

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

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

Field Detail

CLIP

const int CLIP
Pay attention to top and bottom barriers. Provide no indication that there is text which is not visible.

ELLIPSIS

const 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

const int OVERFLOW
Overflow the text and pay no attention to top and bottom barriers.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.