Location:
LineBreak.h
class MContingentLineBreaker;
Used to determine the line breaks around pictures and other characters with the CB (contingent line break) class in situations where this operation cannot leave.
Defined in MContingentLineBreaker
:
IsLegalBreakAfter()
, IsLegalBreakBefore()
virtual TBool IsLegalBreakBefore(TInt aTextPosition, TInt aPrecedingClass, TBool aHasSpaces)=0;
Determines if a break is legal before the picture at aTextPosition.
|
|
virtual TBool IsLegalBreakAfter(TInt aTextPosition, TInt aFollowingClass, TBool aHasSpaces)=0;
Determines if a break is legal after the picture at aTextPosition.
|
|