Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbTable::setBreakOption Method
Syntax
C++
void setBreakOption(OdDb::TableBreakOption option);

Sets the table break option of this table entity. 

 

Parameters
Description
option
[in] Table break option.

option should be a combination of one or more of the following: 

 

Name
Value
Description
OdDb::kTableBreakNone
0
No table break.
OdDb::kTableBreakEnableBreaking
0x01
Enable table breaking.
OdDb::kTableBreakRepeatTopLabels
0x02
Repeat top labels in all tables.
OdDb::kTableBreakRepeatBottomLabels
0x04
Repeat bottom labels in all tables.
OdDb::kTableBreakAllowManualPositions
0x08
Allow manual position for each sub-table.
OdDb::kTableBreakAllowManualHeights
0x10
Allow manual height for each sub-table.
Copyright © 2002-2022. Open Design Alliance All rights reserved.