com.aspose.slides
Class MainMaster

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

public class MainMaster
extends Slide

Represents a main master in a presentation.


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

Method Detail

getSlideId

public long getSlideId()
Description copied from class: Slide
Returns the Id of a slide.

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

setSlideId

public void setSlideId(long val)

getSubFrames

public java.util.ArrayList getSubFrames()

clone

public Slide clone(Presentation pres)
Parameters:
pres - the target presentation.
Returns:
The new slide object.

getName

public java.lang.String getName()

Returns or sets the name of a master. Read/write string.

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

setName

public void setName(java.lang.String value)
Description copied from class: Slide
Sets the name of a slide.

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