![]() |
||
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.BorderStyle
Encapsulates info about border such as width, line style, color.
Constructor Summary | |
BorderStyle()
Initialize a new instance of the BorderStyle class. |
Method Summary | |
java.lang.Object |
clone()
|
boolean |
equals(java.lang.Object arg0)
|
Color |
getColor()
Gets a Color object that indicates the color of the BorderStyle. |
java.lang.String |
getLineStyle()
Gets line stype that indicates the line style of the BorderStyle. |
float |
getWidth()
Gets line width that indicates the line width of the BorderStyle. |
void |
setColor(Color m_color)
Sets a Color object that indicates the color of the BorderStyle. |
void |
setLineStyle(java.lang.String style)
Sets line stype that indicates the line style of the BorderStyle. |
void |
setWidth(float m_width)
Sets line width that indicates the line width of the BorderStyle. |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BorderStyle()
Method Detail |
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
java.lang.Object#clone()
public Color getColor()
public void setColor(Color m_color)
public java.lang.String getLineStyle()
LineStyleType
public void setLineStyle(java.lang.String style)
LineStyleType
public float getWidth()
public void setWidth(float m_width)
public boolean equals(java.lang.Object arg0)
Object.equals(java.lang.Object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |