Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: FRMLAYDT.H

Class CLayoutData

class CLayoutData;

Description

Layout data: no longer used.

This class provides two enumerations which are used in the Text Views API.

Members

Defined in CLayoutData:
EFBaseLinePosition, EFBodyWidthForNoWrapping, EFDisambiguateEndOfLine, EFFontHeightIncreaseFactor, EFHeightForFormattingAllText, EFIndividualChars, EFLargeNumber, EFMinimumLineDescent, EFPrintMode, EFPrintPreviewMode, EFScreenMode, EFWholeLinesOnly, EFWholeTBoxesOnly, EFWysiwygMode, TFormatMode, anonymous, anonymous, anonymous


Member enumerations


Enum anonymous

n/a

Description

EFLargeNumber

EFFontHeightIncreaseFactor

EFMinimumLineDescent

EFBaseLinePosition


Enum anonymous

n/a

Description

EFHeightForFormattingAllText

EFBodyWidthForNoWrapping


Enum anonymous

n/a

Description

Flags used when converting between layout coordinates and document position.

See also:

EFIndividualChars

Count individual characters and don't treat the end of the line specially.

EFWholeLinesOnly

Only consider the beginnings and ends of whole lines. Only useful in XyToDocPos functions.

EFWholeTBoxesOnly

Only consider the beginnings and ends of whole TBoxs so as not to access the document. Only useful in XyToDocPos functions.

EFDisambiguateEndOfLine

Disambiguate the end position of a line from the start position of the next line. If both positions are the same, a position at the end of the line will be invalid, and the position before will be returned instead.


Enum TFormatMode

TFormatMode

Description

Format modes.

EFScreenMode

Dimensions stored in pixels with no mapping between format and image device.

EFPrintMode

Dimensions stored in twips with no mapping.

EFPrintPreviewMode

Dimensions stored in twips with partial mapping.

EFWysiwygMode

Dimensions stored in twips with full mapping.