|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.acesoft.aceoffix.excelwriter.Border
public class Border
Border class represents the border object defined in Excel.
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 |
---|
public void setBorderType(XlBorderType value) throws java.io.IOException
java.io.IOException
public void setLineStyle(XlBorderLineStyle value) throws java.io.IOException
java.io.IOException
public void setWeight(XlBorderWeight value) 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 |