|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.acesoft.aceoffix.ExcelResBorder
public class ExcelResBorder
Draws a border around a TableRange object or draws the full-grid lines of a TableRange object.
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 |
---|
public XLSBorderType getBorderType() throws java.io.IOException
java.io.IOException
public void setBorderType(XLSBorderType value) throws java.io.IOException
java.io.IOException
public XLSBorderLineStyle getLineStyle() throws java.io.IOException
java.io.IOException
public void setLineStyle(XLSBorderLineStyle value) throws java.io.IOException
java.io.IOException
public XLSBorderWeight getWeight() throws java.io.IOException
java.io.IOException
public void setWeight(XLSBorderWeight value) throws java.io.IOException
java.io.IOException
public java.awt.Color getLineColor() throws java.io.IOException
java.io.IOException
public void setLineColor(java.awt.Color value) throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |