Overview | Methods | This Package | All Packages
Sets a boolean value indicating whether the rebar band begins a new row in the rebar control or whether it can continue a row started by another rebar band.
Syntax
public void setBandBreak( boolean value )
Parameters
value
Set to true if the rebar band begins a new row in the rebar control; set to false if the rebar band can continue a row started by another rebar band. The default value is true.
See Also getBandBreak