public class WebBorderStyle
extends java.lang.Object
Remarks
Please refer to .NET SDK document for further information about System.Web.UI.WebControls namespace.| Constructor and Description |
|---|
WebBorderStyle()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
copyFrom(WebBorderStyle style)
Copies from another style object.
|
Color |
getBorderColor()
Gets the color of the border.
|
int |
getBorderStyle()
Gets the style of the border.
|
Unit |
getBorderWidth()
Gets the width of the border.
|
int |
hashCode()
Gets the hash code of this object.
|
void |
setBorderColor(Color value)
Sets the color of the border.
|
void |
setBorderStyle(int value)
Sets the style of the border.
|
void |
setBorderWidth(Unit value)
Sets the width of the border.
|
public int getBorderStyle()
See BorderStyle.
public void setBorderStyle(int value)
See BorderStyle.
public Color getBorderColor()
public void setBorderColor(Color value)
public Unit getBorderWidth()
public void setBorderWidth(Unit value)
public void copyFrom(WebBorderStyle style)
style - The style object to be copied.public int hashCode()
hashCode in class java.lang.ObjectSee Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.