LINE_DIRECTION enumeration

Specifies whether a line of text reads from left to right or from right to left in a call to ILineInfo::lineDirection.

Syntax

typedef enum _LINE_DIRECTION { 
  LINE_DIRECTION_RightToLeft  = 1,
  LINE_DIRECTION_LeftToRight  = 2
} LINE_DIRECTION;

Constants

  • LINE_DIRECTION_RightToLeft
    The line of text reads from right to left.

  • LINE_DIRECTION_LeftToRight
    The line of text reads from left to right.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl