Class MContingentLineBreakerL
class MContingentLineBreakerL;
Description
Used to determine the line breaks around pictures and other characters with the CB (contingent line break) class in situations
where this operation may leave.
Members
Defined in MContingentLineBreakerL
:
Member functions
IsLegalBreakBeforeL(TInt,TInt,TBool)
virtual TBool IsLegalBreakBeforeL(TInt aTextPosition, TInt aPrecedingClass, TBool aHasSpaces)=0;
Description
Determines if a break is legal before the picture at aTextPosition.
Parameters
Return value
TBool
|
ETrue if a line break is legal here.
|
|
IsLegalBreakAfterL(TInt,TInt,TBool)
virtual TBool IsLegalBreakAfterL(TInt aTextPosition, TInt aFollowingClass, TBool aHasSpaces)=0;
Description
Determines if a break is legal after the picture at aTextPosition.
Parameters
Return value
TBool
|
ETrue if a line break is legal here.
|
|