Skip to main content

SlideBase Class

A base class for slides and slide masters.

Declaration

public abstract class SlideBase extends PresentationObject

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

SlideBase(String name)

Initializes a new instance of the SlideBase class with specified settings.

Declaration

public SlideBase(String name)

Parameters

Name Type Description
name String

The slide name.

Methods

deepClone() Method

Clones the current SlideBase instance.

Declaration

public SlideBase deepClone()

Returns

Type Description
SlideBase

The cloned SlideBase instance.

getActualDateTimePlaceholder() Method

Returns the date and time placeholder shape.

Declaration

public Shape getActualDateTimePlaceholder()

Returns

Type Description
Shape

The date and time shape.

getActualFooterPlaceholder() Method

Returns the footer placeholder shape.

Declaration

public Shape getActualFooterPlaceholder()

Returns

Type Description
Shape

The footer shape.

getActualNotesPlaceholder() Method

Returns the note placeholder shape.

Declaration

public Shape getActualNotesPlaceholder()

Returns

Type Description
Shape

The note placeholder shape.

getActualSlideNumberPlaceholder() Method

Returns the slide number shape.

Declaration

public Shape getActualSlideNumberPlaceholder()

Returns

Type Description
Shape

The slide number placeholder shape.

getBackground() Method

Returns the slide background.

Declaration

public SlideBackground getBackground()

Returns

Type Description
SlideBackground

The slide background.

getName() Method

Returns the name of the slide.

Declaration

public String getName()

Returns

Type Description
String

The slide name.

getShapes() Method

Returns the slide shapes.

Declaration

public IShapeCollection getShapes()

Returns

Type Description
IShapeCollection

A collection of ShapeBase objects.

setBackground(SlideBackground value) Method

Sets the slide background.

Declaration

public void setBackground(SlideBackground value)

Parameters

Name Type Description
value SlideBackground

The slide background.

setName(String value) Method

Sets the name of the slide.

Declaration

public void setName(String value)

Parameters

Name Type Description
value String

The slide name.