com.spire.presentation
Interface INoteMasterSlide


public interface INoteMasterSlide


Method Summary
 void applyTheme(SlideColorScheme scheme)
          Applies extra color scheme to a slide.
 void dispose()
          Dispose object and free resources.
 java.lang.String getName()
          Gets the name of a slide.
 java.lang.Object getParent()
          Reference to Parent object.
 Presentation getPresentation()
           
 ShapeCollection getShapes()
          Gets the shapes of a slide.
 SlideBackground getSlideBackground()
          Gets slide's background.
 long getSlideID()
          Gets the ID of a slide.
 SlideShowTransition getSlideShowTransition()
          Gets the Transition object which contains information about how the specified slide advances during a slide show.
 TagCollection getTagsList()
          Gets the slide's tags collection.
 Theme getTheme()
          Gets the slide's theme.
 TimeLine getTimeline()
          Gets animation timeline object.
 void setName(java.lang.String value)
          Sets the name of a slide.
 

Method Detail

getTheme

Theme getTheme()
Gets the slide's theme.

Returns:

getShapes

ShapeCollection getShapes()
Gets the shapes of a slide. Read-only .

Returns:

getName

java.lang.String getName()
Gets the name of a slide. Read/write .

Returns:

setName

void setName(java.lang.String value)
Sets the name of a slide. Read/write .


getSlideID

long getSlideID()
Gets the ID of a slide. Read-only .

Returns:

getTagsList

TagCollection getTagsList()
Gets the slide's tags collection. Read-only .

Returns:

getTimeline

TimeLine getTimeline()
Gets animation timeline object. Read-only .

Returns:

getSlideShowTransition

SlideShowTransition getSlideShowTransition()
Gets the Transition object which contains information about how the specified slide advances during a slide show. Read-only .

Returns:

getSlideBackground

SlideBackground getSlideBackground()
Gets slide's background. Read only .

Returns:

getPresentation

Presentation getPresentation()

getParent

java.lang.Object getParent()
Reference to Parent object. Read-only.

Returns:

applyTheme

void applyTheme(SlideColorScheme scheme)
Applies extra color scheme to a slide.

Parameters:
scheme -

dispose

void dispose()
Dispose object and free resources.