com.aspose.slides
Class MainMaster

java.lang.Object
  extended by com.aspose.slides.Slide
      extended by com.aspose.slides.MainMaster
All Implemented Interfaces:
ISlide

public final class MainMaster
extends Slide

Represents the main master slide in a presentation.


Method Summary
 java.lang.String getName()
          Returns the name of a master.
 long getSlideId()
          Returns the Id of a slide.
 void setName(java.lang.String value)
          Sets the name of a master.
 
Methods inherited from class com.aspose.slides.Slide
addNotes, changeMaster, changeMaster, findShape, getBackground, getHeaderFooter, getLayout, getMasterId, getNotes, getParent, getPlaceholders, getShapes, getSlideComments, getSlidePosition, getSlideShowTransition, getTags, getThumbnail, getThumbnail, getThumbnail, getThumbnail, getThumbnail, getThumbnail, isFollowMasterBackground, isFollowMasterObjects, isFollowMasterScheme, isMasterSlide, saveToSVG, setFollowMasterBackground, setFollowMasterObjects, setFollowMasterScheme, setLayout, setMasterId, setSlidePosition
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSlideId

public long getSlideId()
Returns the Id of a slide.

Specified by:
getSlideId in interface ISlide
Overrides:
getSlideId in class Slide
Returns:
The slide Id.

getName

public java.lang.String getName()
Returns the name of a master.

Specified by:
getName in interface ISlide
Overrides:
getName in class Slide
Returns:
the name of a master.

setName

public void setName(java.lang.String value)
Sets the name of a master.

Specified by:
setName in interface ISlide
Overrides:
setName in class Slide
Parameters:
value - the name of a master.