This topic has not yet been rated - Rate this topic

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 [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Mshtml.h

IDL

Mshtml.idl

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.