Packageqnx.ui.text
Classpublic class TextTruncationMode
InheritanceTextTruncationMode Inheritance Object

Provides values for setting the truncationMode of components.

See also

qnx.ui.buttons.LabelButton.truncationMode
qnx.ui.text.Label.truncationMode


Public Constants
 ConstantDefined By
  CLIP : String = clip
[static] Specifies that no truncation should occur.
TextTruncationMode
  TRUNCATE_TAIL : String = truncate_tail
[static] Truncates the end of the text if it does not fit in the space provided.
TextTruncationMode
Constant Detail
CLIPConstant
public static const CLIP:String = clip

Specifies that no truncation should occur.

TRUNCATE_TAILConstant 
public static const TRUNCATE_TAIL:String = truncate_tail

Truncates the end of the text if it does not fit in the space provided. "..." will be added to the visible end of the text.