API Reference > OdDb Classes > OdDbMText Class > OdDbMText Methods > OdDbMText::horizontalMode Method
OdDbMText::horizontalMode Method
Syntax
C++
OdDb::TextHorzMode horizontalMode() const;

Returns the horizontal mode of this MText entity (used for DXF 71).

horizontalMode returns one of the following: 

 

Name 
Value 
OdDb::kTextLeft 
OdDb::kTextCenter 
OdDb::kTextRight 
OdDb::kTextAlign 
OdDb::kTextMid 
OdDb::kTextFit 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.