Location:
LineBreak.h
class MContingentLineBreakerL;
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.
Defined in MContingentLineBreakerL
:
IsLegalBreakAfterL()
, IsLegalBreakBeforeL()
virtual TBool IsLegalBreakBeforeL(TInt aTextPosition, TInt aPrecedingClass, TBool aHasSpaces)=0;
Determines if a break is legal before the picture at aTextPosition.
|
|
virtual TBool IsLegalBreakAfterL(TInt aTextPosition, TInt aFollowingClass, TBool aHasSpaces)=0;
Determines if a break is legal after the picture at aTextPosition.
|
|