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

DbMText.h

Members 
Description 
double paragraphInd; 
Subsequent line indent. 
double firstLineInd; 
First line indent. 
OdGeDoubleArray tabs; 
Tab settings. 

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

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