com.spire.presentation
Interface IMasterSlide


public interface IMasterSlide


Method Summary
 void applyTheme(SlideColorScheme scheme)
          Applies extra color scheme to a slide.
 void dispose()
          Dispose object and free resources.
 TextStyle getBodyStyle()
          Gets the style of a body text.
 java.util.HashMap<SchemeColor,ColorSchemeIndex> getColorMap()
          get color mapping
 ISlide[] getDependingSlides()
          Gets an array with all slides, which depend on this master slide.
 IMasterLayouts getLayouts()
          Returns the collection of layout slides.
 java.lang.String getName()
          Gets or sets the name of a slide.
 TextStyle getOtherStyle()
          Gets the style of an other text.
 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.
 TextStyle getTitleStyle()
          Gets the style of a title text.
 

Method Detail

getTheme

Theme getTheme()
Gets the slide's theme.

Returns:

getTitleStyle

TextStyle getTitleStyle()
Gets the style of a title text. Read-only .

Returns:

getBodyStyle

TextStyle getBodyStyle()
Gets the style of a body text. Read-only .

Returns:

getOtherStyle

TextStyle getOtherStyle()
Gets the style of an other text. Read-only .

Returns:

getShapes

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

Returns:

getName

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

Returns:

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:

getDependingSlides

ISlide[] getDependingSlides()
Gets an array with all slides, which depend on this master slide.

Returns:

applyTheme

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

Parameters:
scheme -

dispose

void dispose()
Dispose object and free resources.


getLayouts

IMasterLayouts getLayouts()
Returns the collection of layout slides. Returns the collection of layout slides.

Returns:

getColorMap

java.util.HashMap<SchemeColor,ColorSchemeIndex> getColorMap()
get color mapping

Returns: