ViewerStyleTemplate

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

public class ViewerStyleTemplate extends Control

ViewerStyleTemplate.

Constructors

ConstructorDescription
ViewerStyleTemplate()Default constructor.

Methods

MethodDescription
equals(Object arg0)
getActiveCellBgColor()Specifies the background color of the active cell.
getActiveCellColor()Specifies the color of the active cell.
getActiveHeaderBgColor()Specifies the background color of the active row/column header.
getActiveHeaderColor()Specifies the color of the active row/column header.
getActiveTabStyle()
getBottomTableStyle()
getClass()
getDefaultGridLineColor()
getFrameTableStyle()
getHeaderBarHeight()
getHeaderBarStyle()
getHeaderBarTableStyle()
getHeaderBarWidth()
getScrollBarArrowColor()
getScrollBarBaseColor()
getSelectCellBgColor()Specifies the background color of the selected cells in multi-select range.
getSelectCellColor()Specifies the color of the selected cells in multi-select range.
getStylesFromControl(MainWeb control)
getTabStyle()
getUniqueID()Gets the UniqueID in the Control
getViewTableStyle()
getVisible()Gets the Visible in the Control
hashCode()
loadPresetStyle(int presetStyle)Load a preset style.
notify()
notifyAll()
parseFromFile(String fileName)
parseFromString(String xmlStr)
persistToFile(String fileName)
persistToString()
setActiveCellBgColor(Color value)Specifies the background color of the active cell.
setActiveCellColor(Color value)Specifies the color of the active cell.
setActiveHeaderBgColor(Color value)Specifies the background color of the active row/column header.
setActiveHeaderColor(Color value)Specifies the color of the active row/column header.
setActiveTabStyle(GridTableItemStyle value)
setBottomTableStyle(GridTableStyle value)
setDefaultGridLineColor(Color value)
setFrameTableStyle(GridTableStyle value)
setHeaderBarHeight(Unit value)
setHeaderBarStyle(GridTableItemStyle value)
setHeaderBarTableStyle(GridTableStyle value)
setHeaderBarWidth(Unit value)
setScrollBarArrowColor(Color value)
setScrollBarBaseColor(Color value)
setSelectCellBgColor(Color value)Specifies the background color of the selected cells in multi-select range.
setSelectCellColor(Color value)Specifies the color of the selected cells in multi-select range.
setStylesForControl(MainWeb control)
setTabStyle(GridTableItemStyle value)
setViewTableStyle(GridTableStyle value)
setVisible(boolean value)Sets the Visible in the Control
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

ViewerStyleTemplate()

public ViewerStyleTemplate()

Default constructor.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getActiveCellBgColor()

public Color getActiveCellBgColor()

Specifies the background color of the active cell.

Returns: Color

getActiveCellColor()

public Color getActiveCellColor()

Specifies the color of the active cell.

Returns: Color

getActiveHeaderBgColor()

public Color getActiveHeaderBgColor()

Specifies the background color of the active row/column header.

Returns: Color

getActiveHeaderColor()

public Color getActiveHeaderColor()

Specifies the color of the active row/column header.

Returns: Color

getActiveTabStyle()

public GridTableItemStyle getActiveTabStyle()

Returns: GridTableItemStyle

getBottomTableStyle()

public GridTableStyle getBottomTableStyle()

Returns: GridTableStyle

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getDefaultGridLineColor()

public Color getDefaultGridLineColor()

Returns: Color

getFrameTableStyle()

public GridTableStyle getFrameTableStyle()

Returns: GridTableStyle

getHeaderBarHeight()

public Unit getHeaderBarHeight()

Returns: Unit

getHeaderBarStyle()

public GridTableItemStyle getHeaderBarStyle()

Returns: GridTableItemStyle

getHeaderBarTableStyle()

public GridTableStyle getHeaderBarTableStyle()

Returns: GridTableStyle

getHeaderBarWidth()

public Unit getHeaderBarWidth()

Returns: Unit

getScrollBarArrowColor()

public Color getScrollBarArrowColor()

Returns: Color

getScrollBarBaseColor()

public Color getScrollBarBaseColor()

Returns: Color

getSelectCellBgColor()

public Color getSelectCellBgColor()

Specifies the background color of the selected cells in multi-select range.

Returns: Color

getSelectCellColor()

public Color getSelectCellColor()

Specifies the color of the selected cells in multi-select range.

Returns: Color

getStylesFromControl(MainWeb control)

public void getStylesFromControl(MainWeb control)

Parameters:

ParameterTypeDescription
controlMainWeb

getTabStyle()

public GridTableItemStyle getTabStyle()

Returns: GridTableItemStyle

getUniqueID()

public String getUniqueID()

Gets the UniqueID in the Control

Returns: java.lang.String

getViewTableStyle()

public GridTableStyle getViewTableStyle()

Returns: GridTableStyle

getVisible()

public boolean getVisible()

Gets the Visible in the Control

Returns: boolean

hashCode()

public native int hashCode()

Returns: int

loadPresetStyle(int presetStyle)

public void loadPresetStyle(int presetStyle)

Load a preset style.

Parameters:

ParameterTypeDescription
presetStyleintPresetStyle.

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

parseFromFile(String fileName)

public void parseFromFile(String fileName)

Parameters:

ParameterTypeDescription
fileNamejava.lang.String

parseFromString(String xmlStr)

public void parseFromString(String xmlStr)

Parameters:

ParameterTypeDescription
xmlStrjava.lang.String

persistToFile(String fileName)

public void persistToFile(String fileName)

Parameters:

ParameterTypeDescription
fileNamejava.lang.String

persistToString()

public String persistToString()

Returns: java.lang.String -

setActiveCellBgColor(Color value)

public void setActiveCellBgColor(Color value)

Specifies the background color of the active cell.

Parameters:

ParameterTypeDescription
valueColor

setActiveCellColor(Color value)

public void setActiveCellColor(Color value)

Specifies the color of the active cell.

Parameters:

ParameterTypeDescription
valueColor

setActiveHeaderBgColor(Color value)

public void setActiveHeaderBgColor(Color value)

Specifies the background color of the active row/column header.

Parameters:

ParameterTypeDescription
valueColor

setActiveHeaderColor(Color value)

public void setActiveHeaderColor(Color value)

Specifies the color of the active row/column header.

Parameters:

ParameterTypeDescription
valueColor

setActiveTabStyle(GridTableItemStyle value)

public void setActiveTabStyle(GridTableItemStyle value)

Parameters:

ParameterTypeDescription
valueGridTableItemStyle

setBottomTableStyle(GridTableStyle value)

public void setBottomTableStyle(GridTableStyle value)

Parameters:

ParameterTypeDescription
valueGridTableStyle

setDefaultGridLineColor(Color value)

public void setDefaultGridLineColor(Color value)

Parameters:

ParameterTypeDescription
valueColor

setFrameTableStyle(GridTableStyle value)

public void setFrameTableStyle(GridTableStyle value)

Parameters:

ParameterTypeDescription
valueGridTableStyle

setHeaderBarHeight(Unit value)

public void setHeaderBarHeight(Unit value)

Parameters:

ParameterTypeDescription
valueUnit

setHeaderBarStyle(GridTableItemStyle value)

public void setHeaderBarStyle(GridTableItemStyle value)

Parameters:

ParameterTypeDescription
valueGridTableItemStyle

setHeaderBarTableStyle(GridTableStyle value)

public void setHeaderBarTableStyle(GridTableStyle value)

Parameters:

ParameterTypeDescription
valueGridTableStyle

setHeaderBarWidth(Unit value)

public void setHeaderBarWidth(Unit value)

Parameters:

ParameterTypeDescription
valueUnit

setScrollBarArrowColor(Color value)

public void setScrollBarArrowColor(Color value)

Parameters:

ParameterTypeDescription
valueColor

setScrollBarBaseColor(Color value)

public void setScrollBarBaseColor(Color value)

Parameters:

ParameterTypeDescription
valueColor

setSelectCellBgColor(Color value)

public void setSelectCellBgColor(Color value)

Specifies the background color of the selected cells in multi-select range.

Parameters:

ParameterTypeDescription
valueColor

setSelectCellColor(Color value)

public void setSelectCellColor(Color value)

Specifies the color of the selected cells in multi-select range.

Parameters:

ParameterTypeDescription
valueColor

setStylesForControl(MainWeb control)

public void setStylesForControl(MainWeb control)

Parameters:

ParameterTypeDescription
controlMainWeb

setTabStyle(GridTableItemStyle value)

public void setTabStyle(GridTableItemStyle value)

Parameters:

ParameterTypeDescription
valueGridTableItemStyle

setViewTableStyle(GridTableStyle value)

public void setViewTableStyle(GridTableStyle value)

Parameters:

ParameterTypeDescription
valueGridTableStyle

setVisible(boolean value)

public void setVisible(boolean value)

Sets the Visible in the Control

Parameters:

ParameterTypeDescription
valueboolean

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