Returns the table break option of this table entity as an OdDb::TableBreakOption object.
breakOption() returns one 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–2020. Open Design Alliance. All rights reserved.
|