| class TTmFormatParamBase | 
WARNING: this Class is for internal use ONLY. Compatibility is not guaranteed in future releases. Formatting parameters used when formatting part of a layout object.
| Public Member Functions | |
|---|---|
| TTmFormatParamBase() | |
| TBool | IsTruncatingWithEllipsis() | 
| TBool | IsWrapping() | 
| TBool | LegalLineBreaksOnly() | 
| Public Member Enumerations | |
|---|---|
| enum | anonymous { EWrap = 1, EAtLeastMaxHeight = 2, ETruncateWithEllipsis = 4, ELegalLineBreaksOnly = 8 } | 
| Public Attributes | |
|---|---|
| TChar | iEllipsis | 
| TInt | iFlags | 
| TInt | iMaxHeight | 
| TInt | iMaxLines | 
| TInt | iWrapWidth | 
| TBool | IsTruncatingWithEllipsis | ( | ) | const [inline] | 
Returns true if truncation with ellipsis is turned on.
| TBool | LegalLineBreaksOnly | ( | ) | const [inline] | 
Returns true if line breaking must only occur at legal line breaks, even if the line cannot legally be broken at the desired wrap width.
| EWrap = 1 | |
| EAtLeastMaxHeight = 2 | |
| ETruncateWithEllipsis = 4 | |
| ELegalLineBreaksOnly = 8 |