|
||||||||||
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. |
|
BorderInfo(int borderSide)
Initialize a new instance of the BorderInfo class. |
|
BorderInfo(int borderSide,
float borderWidth)
Initialize a new instance of the BorderInfo class. |
|
BorderInfo(int borderSide,
float borderWidth,
Color borderColor)
Initialize a new instance of the BorderInfo class. |
Method Summary | |
java.lang.Object |
clone()
|
GraphInfo |
getBottom()
Gets a GraphInfo object that indicates bottom of the border. |
GraphInfo |
getLeft()
Gets a GraphInfo object that indicates left of the border. |
GraphInfo |
getRight()
Gets GraphInfo object that indicates right of the border. |
GraphInfo |
getTop()
Gets a GraphInfo object that indicates the top border. |
void |
setBottom(GraphInfo bottom)
Sets a GraphInfo object that indicates bottom of the border. |
void |
setLeft(GraphInfo left)
Sets a GraphInfo object that indicates left of the border. |
void |
setRight(GraphInfo right)
Sets a GraphInfo object that indicates right of the border. |
void |
setTop(GraphInfo top)
Sets a GraphInfo 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()
public BorderInfo(int borderSide)
borderSide
- The BorderSide that Indicates the border sides info. public BorderInfo(int borderSide, float borderWidth)
borderSide
- Indicates the border sides info. For example: (int)(BorderSide.Left | BorderSide.Top).borderWidth
- The width of the border.public BorderInfo(int borderSide, float borderWidth, Color borderColor)
borderSide
- Indicates the border sides info. For example: (int)(BorderSide.Left | BorderSide.Top).borderWidth
- The width of the border.borderColor
- The border color.Method Detail |
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
java.lang.Object#clone()
public GraphInfo getBottom()
public void setBottom(GraphInfo bottom) throws AsposeBaseException
AsposeBaseException
public GraphInfo getLeft()
public void setLeft(GraphInfo left) throws AsposeBaseException
AsposeBaseException
public GraphInfo getRight()
public void setRight(GraphInfo right) throws AsposeCloneNotSupportedException
AsposeCloneNotSupportedException
public GraphInfo getTop()
public void setTop(GraphInfo top) throws AsposeBaseException
AsposeBaseException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |