TableStyle Class
Specifies the base class for table styles.
Declaration
public abstract class TableStyle extends PresentationObject
Remarks
// Apply the 'LightStyle1Accent4' style.
table.setStyle(new ThemedTableStyle(TableStyleType.LIGHT_STYLE_1_ACCENT_4));
Refer to the following help topic for additional information: Apply Table Style.
Inherited Members
com.devexpress.system.JavaObject.clone()
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.initFields()
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
Methods
deepClone() Method
Clones the current TableStyle instance.
Declaration
public TableStyle deepClone()
Returns
| Type | Description |
|---|---|
TableStyle |
The cloned |
getType() Method
Returns the table style type.
Declaration
public TableStyleType getType()
Returns
| Type | Description |
|---|---|
| TableStyleType | The table style type. |