com.acesoft.aceoffix
Class ExcelResBorder

java.lang.Object
  extended by com.acesoft.aceoffix.ExcelResBorder

public class ExcelResBorder
extends java.lang.Object

Draws a border around a TableRange object or draws the full-grid lines of a TableRange object.

Version:
3.0
Author:
Acesoft Corporation

Method Summary
 XLSBorderType getBorderType()
          Gets the type of the border.
 java.awt.Color getLineColor()
          Gets the color of the border line.
 XLSBorderLineStyle getLineStyle()
          Gets the style of the border line.
 XLSBorderWeight getWeight()
          Gets the weight of the border.
 void setBorderType(XLSBorderType value)
          Sets the type of the border.
 void setLineColor(java.awt.Color value)
          Sets the color of the border line.
 void setLineStyle(XLSBorderLineStyle value)
          Sets the style of the border line.
 void setWeight(XLSBorderWeight 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

getBorderType

public XLSBorderType getBorderType()
                            throws java.io.IOException
Gets the type of the border.

Throws:
java.io.IOException

setBorderType

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

Throws:
java.io.IOException

getLineStyle

public XLSBorderLineStyle getLineStyle()
                                throws java.io.IOException
Gets the style of the border line.

Throws:
java.io.IOException

setLineStyle

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

Throws:
java.io.IOException

getWeight

public XLSBorderWeight getWeight()
                          throws java.io.IOException
Gets the weight of the border.

Throws:
java.io.IOException

setWeight

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

Throws:
java.io.IOException

getLineColor

public java.awt.Color getLineColor()
                            throws java.io.IOException
Gets the color of the border line.

Throws:
java.io.IOException

setLineColor

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

Throws:
java.io.IOException