Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <BidiText.h>

Enum TBidiPanic

TBidiPanic

Description

This enumeration holds the possible panic codes that may be raised by the BidiText API on detecting an unrecoverable error.

EBidiPanic_RunArrayNull

The call to RRunInfoArray::OpenL() has not been made prior to this call to TBidiText::SetText(const TDesC &,RRunInfoArray &)

EBidiPanic_InvalidMaxline

Maximum number of lines that the text will need to be split into is invalid i.e less than zero or negative.

EBidiPanic_InvalidReservedMaxLength

Maximum number of characters are invalid i.e less than zero or negative.

EBidiPanic_InvalidWrappingWidth

Maximum width of the text in pixels is invalid i.e zero or negative.

EBidiPanic_InvalidLineGap

Number of empty pixels between two lines of text are invalid i.e zero or negative.

EBidiPanic_InvalidVisualOrderedTextLength

Text length for display is invalid i.e zero or negative.

EBidiPanic_InvalidLineNumber

Line number to retrieve is invalid i.e zero or negative.