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