NotesSlide Class
A slide note.
Declaration
public class NotesSlide extends SlideElement
Remarks
Create a new NotesSlide object and pass it to the Slide.setNotes() method to add a note to the slide. The new note inherits its visual parameters from the NotesMaster object.
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
Constructors
NotesSlide() Constructor
Initializes a new instance of the NotesSlide class.
Declaration
public NotesSlide()
NotesSlide(String name) Constructor
Initializes a new instance of the NotesSlide class with specified settings.
Declaration
public NotesSlide(String name)
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | The slide name. |
Methods
deepClone() Method
Clones the current NotesSlide instance.
Declaration
public NotesSlide deepClone()
Returns
| Type | Description |
|---|---|
NotesSlide |
The cloned |
getActualHeaderPlaceholder() Method
Returns the header placeholder shape.
Declaration
public Shape getActualHeaderPlaceholder()
Returns
| Type | Description |
|---|---|
| Shape | The header shape. |
getTextArea() Method
Returns the note text box. Use it to specify note text and formatting.
Declaration
public TextArea getTextArea()
Returns
| Type | Description |
|---|---|
| TextArea | An object that contains text and formatting settings of a note text box. |