![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.pdf.elements.BorderInfo
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 |
public BorderInfo()
Method Detail |
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
java.lang.Object#clone()
public BorderStyle getBottom()
public void setBottom(BorderStyle bottom)
public BorderStyle getLeft()
public void setLeft(BorderStyle left)
public BorderStyle getRight()
public void setRight(BorderStyle right)
public BorderStyle getTop()
public void setTop(BorderStyle top)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |