|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.BaseSlide
com.aspose.slides.Slide
com.aspose.slides.MainMaster
public class MainMaster
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.BaseSlide |
---|
getParentPresentation |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public long getSlideId()
Slide
getSlideId
in interface ISlide
getSlideId
in class Slide
public void setSlideId(long val)
public java.util.ArrayList getSubFrames()
public Slide clone(Presentation pres)
pres
- the target presentation.
public java.lang.String getName()
Returns or sets the name of a master. Read/write string
.
getName
in interface ISlide
getName
in class Slide
public void setName(java.lang.String value)
Slide
setName
in interface ISlide
setName
in class Slide
value
- the name of a slide.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |