C++
double breakHeight( int nIndex ) const;
Description
Returns the break height of the specified table when table breaking is enabled.
Parameters
Parameters | Description |
---|---|
nIndex | Input table index. It should be more than or equal to 0 and less than the number of multiple tables, when the table breaks. |