TTmFormatParamBase Class Reference
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.
Constructor & Destructor Documentation
TTmFormatParamBase()
IMPORT_C | TTmFormatParamBase | ( | ) | |
Construct a TTmFormatParamBase object. Set iWrapWidth, iMaxHeight and iMaxLines to 'infinity' (KMaxTInt), iFlags to 0 (wrapping off, no truncation with ellipsis, etc.), and iEllipsis to the ordinary ellipsis character, U+2026.
Member Functions Documentation
IsTruncatingWithEllipsis()
TBool
| IsTruncatingWithEllipsis | ( | ) | const [inline] |
Returns true if truncation with ellipsis is turned on.
IsWrapping()
TBool
| IsWrapping | ( | ) | const [inline] |
Returns true if wrapping is turned on.
LegalLineBreaksOnly()
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.
Member Enumerations Documentation
Enum anonymous
Enumerators
EWrap = 1 | |
EAtLeastMaxHeight = 2 | |
ETruncateWithEllipsis = 4 | |
ELegalLineBreaksOnly = 8 | |
Member Data Documentation
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.