Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate

com.aspose.pdf.elements
Class BorderInfo

java.lang.Object
  extended bycom.aspose.pdf.elements.BorderInfo
All Implemented Interfaces:
java.lang.Cloneable

public class BorderInfo
extends java.lang.Object
implements java.lang.Cloneable

Encapsulates the border info for the Table, Row and Cell.


Constructor Summary
BorderInfo()
          Initialize a new instance of the BorderInfo class.
 
Method Summary
 java.lang.Object clone()
           
 BorderStyle getBottom()
          Gets a BorderStyle object that indicates bottom of the border.
 BorderStyle getLeft()
          Gets a BorderStyle object that indicates left of the border.
 BorderStyle getRight()
          Gets BorderStyle object that indicates right of the border.
 BorderStyle getTop()
          Gets a BorderStyle object that indicates the top border.
 void setBottom(BorderStyle bottom)
          Sets a BorderStyle object that indicates bottom of the border.
 void setLeft(BorderStyle left)
          Sets a BorderStyle object that indicates left of the border.
 void setRight(BorderStyle right)
          Sets a BorderStyle object that indicates right of the border.
 void setTop(BorderStyle top)
          Sets a BorderStyle object that indicates the top border.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BorderInfo

public BorderInfo()
Initialize a new instance of the BorderInfo class.

Method Detail

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Throws:
java.lang.CloneNotSupportedException
See Also:
java.lang.Object#clone()

getBottom

public BorderStyle getBottom()
Gets a BorderStyle object that indicates bottom of the border.


setBottom

public void setBottom(BorderStyle bottom)
Sets a BorderStyle object that indicates bottom of the border.


getLeft

public BorderStyle getLeft()
Gets a BorderStyle object that indicates left of the border.


setLeft

public void setLeft(BorderStyle left)
Sets a BorderStyle object that indicates left of the border.


getRight

public BorderStyle getRight()
Gets BorderStyle object that indicates right of the border.


setRight

public void setRight(BorderStyle right)
Sets a BorderStyle object that indicates right of the border.


getTop

public BorderStyle getTop()
Gets a BorderStyle object that indicates the top border.


setTop

public void setTop(BorderStyle top)
Sets a BorderStyle object that indicates the top border.