.. include:: headings.inc .. _EllipsizeMode: ========================================================================================================================================== |phoenix_title| **EllipsizeMode** ========================================================================================================================================== The `EllipsizeMode` enumeration provides the following values: ================================================================================ ================================================================================ **Description** **Value** ================================================================================ ================================================================================ ``ELLIPSIZE_NONE`` Don't ellipsize the text at all. ``ELLIPSIZE_START`` Put the ellipsis at the start of the string, if the string needs ellipsization. ``ELLIPSIZE_MIDDLE`` Put the ellipsis in the middle of the string, if the string needs ellipsization. ``ELLIPSIZE_END`` Put the ellipsis at the end of the string, if the string needs ellipsization. ================================================================================ ================================================================================ |