bad.robot.excel.style
Class Border

java.lang.Object
  extended by bad.robot.excel.style.Border

public class Border
extends Object


Method Summary
static Border border(TopBorder top, RightBorder right, BottomBorder bottom, LeftBorder left)
           
 BottomBorder getBottom()
           
 LeftBorder getLeft()
           
 RightBorder getRight()
           
 TopBorder getTop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

border

public static Border border(TopBorder top,
                            RightBorder right,
                            BottomBorder bottom,
                            LeftBorder left)

getBottom

public BottomBorder getBottom()

getTop

public TopBorder getTop()

getLeft

public LeftBorder getLeft()

getRight

public RightBorder getRight()


Copyright © 2013. All Rights Reserved.