com.acesoft.aceoffix.wordwriter
Class Border

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

public class Border
extends java.lang.Object

Border class represents the border object defined in Microsoft Word.

Version:
5.0
Author:
Acesoft Corporation

Method Summary
 void setBorderType(WdBorderType value)
          Sets the type of the border.
 void setLineColor(java.awt.Color value)
          Sets the color of the border.
 void setLineStyle(WdLineStyle value)
          Sets the style of the border.
 void setLineWidth(WdLineWidth value)
          Sets the width 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(WdBorderType value)
                   throws java.io.IOException
Sets the type of the border.

Throws:
java.io.IOException

setLineStyle

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

Throws:
java.io.IOException

setLineWidth

public void setLineWidth(WdLineWidth value)
                  throws java.io.IOException
Sets the width 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