public class WebStyle
extends java.lang.Object
| Constructor and Description |
|---|
WebStyle() |
| Modifier and Type | Method and Description |
|---|---|
Color |
getBackColor()
Gets the BackColor in the style
|
Color |
getBorderColor()
Gets the BorderColor in the style
|
int |
getBorderStyle()
Gets the BorderStyle in the style
|
Unit |
getBorderWidth()
Gets the BorderWidth in the style
|
java.lang.String |
getCssClass()
Gets the CssClass in the style
|
FontInfo |
getFont()
Gets the Font in the style
|
Color |
getForeColor()
Gets the ForeColor in the style
|
Unit |
getHeight()
Gets the Height in the style
|
Unit |
getWidth()
Gets the Width in the style
|
void |
setBackColor(Color value)
Sets the BackColor in the style
|
void |
setBorderColor(Color value)
Sets the BorderColor in the style
|
void |
setBorderStyle(int value)
Sets the BorderStyle in the style
|
void |
setBorderWidth(Unit value)
Sets the BorderWidth in the style
|
void |
setCssClass(java.lang.String value)
Sets the CssClass in the style
|
void |
setForeColor(Color value)
Sets the ForeColor in the style
|
void |
setHeight(Unit value)
Sets the Height in the style
|
void |
setWidth(Unit value)
Sets the Width in the style
|
public Unit getHeight()
public void setHeight(Unit value)
public Color getForeColor()
public void setForeColor(Color value)
public FontInfo getFont()
public java.lang.String getCssClass()
public void setCssClass(java.lang.String value)
public int getBorderStyle()
See BorderStyle.
public void setBorderStyle(int value)
See BorderStyle.
public Unit getBorderWidth()
public void setBorderWidth(Unit value)
public Color getBorderColor()
public void setBorderColor(Color value)
public Color getBackColor()
public void setBackColor(Color value)
public Unit getWidth()
public void setWidth(Unit value)
See 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.