com.businessobjects.rebean.wi
Interface ComplexBorder

All Superinterfaces:
Border

public interface ComplexBorder
extends Border

Warning: This interface is no longer functional from the SAP BusinessObjects 4.0 release onwards.

ComplexBorder interface represents the four (potentially) different borders for each side of an element.


Method Summary
 SimpleBorder getBottom()
          Returns the border at the bottom.
 SimpleBorder getLeft()
          Returns the border at the left.
 SimpleBorder getRight()
          Returns the border at the right.
 SimpleBorder getTop()
          Returns the border at the top.
 SimpleBorder toSimple()
          Turns this border into a simple border.
 

Method Detail

getTop

SimpleBorder getTop()
Returns the border at the top.

Returns:
the border at the top

getBottom

SimpleBorder getBottom()
Returns the border at the bottom.

Returns:
the border at the bottom

getLeft

SimpleBorder getLeft()
Returns the border at the left.

Returns:
the border at the left

getRight

SimpleBorder getRight()
Returns the border at the right.

Returns:
the border at the right

toSimple

SimpleBorder toSimple()
Turns this border into a simple border. The newly created object will contain the same attributes as the current top border.

Returns:
the new simple border