Skip to main content

Fill Class

A base class for presentation element fills.

Declaration

public abstract class Fill extends OfficeObject

Remarks

Fill is the base class for all fill types.

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

Fill()

Initializes a new instance of the Fill class.

Declaration

public Fill()

Methods

deepClone() Method

Returns a deep copy of this Fill instance.

Declaration

public Fill deepClone()

Returns

Type Description
Fill

A deep copy of this Fill.

getType() Method

Gets the fill type.

Declaration

public abstract FillType getType()

Returns

Type Description
FillType

The fill type.