| Package | qnx.fuse.ui.text |
| Class | public class TextTruncationMode |
| Inheritance | TextTruncationMode Object |
See also
| Constant | Defined 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 | ||
| CLIP | Constant |
public static const CLIP:String = clipSpecifies that no truncation should occur.
| TRUNCATE_TAIL | Constant |
public static const TRUNCATE_TAIL:String = truncate_tailTruncates the end of the text if it does not fit in the space provided. "..." will be added to the visible end of the text.