com.acesoft.aceoffix.excelwriter
Class Border

java.lang.Object
  extended by com.acesoft.aceoffix.excelwriter.Border

public class Border
extends java.lang.Object

Border class represents the border object defined in Excel.

Version:
5.0
Author:
Acesoft Corporation

Method Summary
 void setBorderType(XlBorderType value)
          Sets the type of the border.
 void setLineColor(java.awt.Color value)
          Sets the color of the border.
 void setLineStyle(XlBorderLineStyle value)
          Sets the style of the border.
 void setWeight(XlBorderWeight value)
          Sets the weight of the border.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setBorderType

public void setBorderType(XlBorderType value)
                   throws java.io.IOException
Sets the type of the border.

Throws:
java.io.IOException

setLineStyle

public void setLineStyle(XlBorderLineStyle value)
                  throws java.io.IOException
Sets the style of the border.

Throws:
java.io.IOException

setWeight

public void setWeight(XlBorderWeight value)
               throws java.io.IOException
Sets the weight of the border.

Throws:
java.io.IOException

setLineColor

public void setLineColor(java.awt.Color value)
                  throws java.io.IOException
Sets the color of the border.

Throws:
java.io.IOException