API Reference > Structs, Records, Enums > OdDbMTextIndent Structure
OdDbMTextIndent Structure
Syntax
C++
struct OdDbMTextIndent { double paragraphInd; double firstLineInd; OdGeDoubleArray tabs; };

DbMText.h

This struct is used by OdDbMText::getParagraphsIndent() to return indentation and tab data. Corresponding C++ library: TD_Db

 
Name 
Description 
 
 
 
Name 
Description 
 
First line indent. 
 
Subsequent line indent. 
 
tabs 
Tab settings. 
Copyright © 2002–2021. Open Design Alliance. All rights reserved.