WebTableStyle
Inheritance: java.lang.Object, com.aspose.gridweb.WebStyle
public class WebTableStyle extends WebStyle
Represent the WebTableStyle class, internal use only.
Constructors
Constructor | Description |
---|---|
WebTableStyle() |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getBackColor() | Gets the BackColor in the style |
getBackImageUrl() | Gets the BackImageUrl in the style |
getBorderColor() | Gets the BorderColor in the style |
getBorderStyle() | Gets the BorderStyle in the style |
getBorderWidth() | Gets the BorderWidth in the style |
getCellPadding() | Gets the CellPadding in the style |
getCellSpacing() | Gets the CellSpacing in the style |
getClass() | |
getCssClass() | Gets the CssClass in the style |
getFont() | Gets the Font in the style |
getForeColor() | Gets the ForeColor in the style |
getGridLines() | Gets the GridLines in the style |
getHeight() | Gets the Height in the style |
getHorizontalAlign() | Gets the HorizontalAlign in the style |
getWidth() | Gets the Width in the style |
hashCode() | |
notify() | |
notifyAll() | |
setBackColor(Color value) | Sets the BackColor in the style |
setBackImageUrl(String value) | Sets the BackImageUrl in the style |
setBorderColor(Color value) | Sets the BorderColor in the style |
setBorderStyle(int value) | Sets the BorderStyle in the style |
setBorderWidth(Unit value) | Sets the BorderWidth in the style |
setCellPadding(int value) | Sets the CellPadding in the style |
setCellSpacing(int value) | Sets the CellSpacing in the style |
setCssClass(String value) | Sets the CssClass in the style |
setForeColor(Color value) | Sets the ForeColor in the style |
setGridLines(int value) | Sets the GridLines in the style |
setHeight(Unit value) | Sets the Height in the style |
setHorizontalAlign(int value) | Sets the HorizontalAlign in the style |
setWidth(Unit value) | Sets the Width in the style |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
WebTableStyle()
public WebTableStyle()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getBackColor()
public Color getBackColor()
Gets the BackColor in the style
Returns: Color
getBackImageUrl()
public String getBackImageUrl()
Gets the BackImageUrl in the style
Returns: java.lang.String
getBorderColor()
public Color getBorderColor()
Gets the BorderColor in the style
Returns: Color
getBorderStyle()
public int getBorderStyle()
Gets the BorderStyle in the style
See BorderStyle.
Returns: int
getBorderWidth()
public Unit getBorderWidth()
Gets the BorderWidth in the style
Returns: Unit
getCellPadding()
public int getCellPadding()
Gets the CellPadding in the style
Returns: int
getCellSpacing()
public int getCellSpacing()
Gets the CellSpacing in the style
Returns: int
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getCssClass()
public String getCssClass()
Gets the CssClass in the style
Returns: java.lang.String
getFont()
public FontInfo getFont()
Gets the Font in the style
Returns: FontInfo
getForeColor()
public Color getForeColor()
Gets the ForeColor in the style
Returns: Color
getGridLines()
public int getGridLines()
Gets the GridLines in the style
See GridLines.
Returns: int
getHeight()
public Unit getHeight()
Gets the Height in the style
Returns: Unit
getHorizontalAlign()
public int getHorizontalAlign()
Gets the HorizontalAlign in the style
See HorizontalAlign.
Returns: int
getWidth()
public Unit getWidth()
Gets the Width in the style
Returns: Unit
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setBackColor(Color value)
public void setBackColor(Color value)
Sets the BackColor in the style
Parameters:
Parameter | Type | Description |
---|---|---|
value | Color |
setBackImageUrl(String value)
public void setBackImageUrl(String value)
Sets the BackImageUrl in the style
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setBorderColor(Color value)
public void setBorderColor(Color value)
Sets the BorderColor in the style
Parameters:
Parameter | Type | Description |
---|---|---|
value | Color |
setBorderStyle(int value)
public void setBorderStyle(int value)
Sets the BorderStyle in the style
See BorderStyle.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setBorderWidth(Unit value)
public void setBorderWidth(Unit value)
Sets the BorderWidth in the style
Parameters:
Parameter | Type | Description |
---|---|---|
value | Unit |
setCellPadding(int value)
public void setCellPadding(int value)
Sets the CellPadding in the style
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setCellSpacing(int value)
public void setCellSpacing(int value)
Sets the CellSpacing in the style
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setCssClass(String value)
public void setCssClass(String value)
Sets the CssClass in the style
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setForeColor(Color value)
public void setForeColor(Color value)
Sets the ForeColor in the style
Parameters:
Parameter | Type | Description |
---|---|---|
value | Color |
setGridLines(int value)
public void setGridLines(int value)
Sets the GridLines in the style
See GridLines.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setHeight(Unit value)
public void setHeight(Unit value)
Sets the Height in the style
Parameters:
Parameter | Type | Description |
---|---|---|
value | Unit |
setHorizontalAlign(int value)
public void setHorizontalAlign(int value)
Sets the HorizontalAlign in the style
See HorizontalAlign.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setWidth(Unit value)
public void setWidth(Unit value)
Sets the Width in the style
Parameters:
Parameter | Type | Description |
---|---|---|
value | Unit |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |