ThemedTableStyle Class
A themed table style.
Declaration
public class ThemedTableStyle extends TableStyle
Inherited Members
com.devexpress.system.JavaObject.clone()
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.memberwiseClone()
com.devexpress.system.JavaObject.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)
Inheritance
Object
JavaObject
OfficeObject
PresentationObject
TableStyle
ThemedTableStyle
ThemedTableStyle(TableStyleType type)
Initializes a new instance of the ThemedTableStyle class with specified settings.
Declaration
public ThemedTableStyle(TableStyleType type)
Parameters
| Name | Type | Description |
|---|---|---|
| type | TableStyleType | The table style type. |
Methods
deepClone() Method
Clones the current ThemedTableStyle instance.
Declaration
public ThemedTableStyle deepClone()
Returns
| Type | Description |
|---|---|
ThemedTableStyle |
The cloned |