API Reference > OdDb Classes > OdDbMText Class > OdDbMText Enumerations > OdDbMText::FlowDirection Enumeration
OdDbMText::FlowDirection Enumeration
Syntax
C++
enum FlowDirection { kLtoR = 1, kRtoL = 2, kTtoB = 3, kBtoT = 4, kByStyle = 5 };

DbMText.h

Members 
Description 
kLtoR = 1 
Left to Right 
kRtoL = 2 
Right to Left 
kTtoB = 3 
Top to Bottom 
kBtoT = 4 
Bottom to Top 
kByStyle = 5 
By Style 

This is record OdDbMText::FlowDirection.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.