WebTableStyle

Inheritance: java.lang.Object, com.aspose.gridweb.WebStyle

public class WebTableStyle extends WebStyle

Represent the WebTableStyle class, internal use only.

Constructors

ConstructorDescription
WebTableStyle()

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valueColor

setBackImageUrl(String value)

public void setBackImageUrl(String value)

Sets the BackImageUrl in the style

Parameters:

ParameterTypeDescription
valuejava.lang.String

setBorderColor(Color value)

public void setBorderColor(Color value)

Sets the BorderColor in the style

Parameters:

ParameterTypeDescription
valueColor

setBorderStyle(int value)

public void setBorderStyle(int value)

Sets the BorderStyle in the style

See BorderStyle.

Parameters:

ParameterTypeDescription
valueint

setBorderWidth(Unit value)

public void setBorderWidth(Unit value)

Sets the BorderWidth in the style

Parameters:

ParameterTypeDescription
valueUnit

setCellPadding(int value)

public void setCellPadding(int value)

Sets the CellPadding in the style

Parameters:

ParameterTypeDescription
valueint

setCellSpacing(int value)

public void setCellSpacing(int value)

Sets the CellSpacing in the style

Parameters:

ParameterTypeDescription
valueint

setCssClass(String value)

public void setCssClass(String value)

Sets the CssClass in the style

Parameters:

ParameterTypeDescription
valuejava.lang.String

setForeColor(Color value)

public void setForeColor(Color value)

Sets the ForeColor in the style

Parameters:

ParameterTypeDescription
valueColor

setGridLines(int value)

public void setGridLines(int value)

Sets the GridLines in the style

See GridLines.

Parameters:

ParameterTypeDescription
valueint

setHeight(Unit value)

public void setHeight(Unit value)

Sets the Height in the style

Parameters:

ParameterTypeDescription
valueUnit

setHorizontalAlign(int value)

public void setHorizontalAlign(int value)

Sets the HorizontalAlign in the style

See HorizontalAlign.

Parameters:

ParameterTypeDescription
valueint

setWidth(Unit value)

public void setWidth(Unit value)

Sets the Width in the style

Parameters:

ParameterTypeDescription
valueUnit

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int