|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Slide
com.aspose.slides.MainMaster
public final class MainMaster
Represents the main master slide in a presentation.
Field Summary | |
---|---|
protected PPTMainMaster |
m_master
|
Fields inherited from class com.aspose.slides.Slide |
---|
m_background, m_doc, m_drawing, m_notes, m_parent, m_pholders, m_satom, m_shapes, m_slide, m_SlideTransition, m_tags |
Constructor Summary | |
---|---|
protected |
MainMaster()
|
protected |
MainMaster(Presentation parent)
Creates new MainMaster - called by Presentation to create a slide from scratch. |
protected |
MainMaster(Presentation parent,
PPTMainMaster master)
Creates a PPTSlide representing the given Slide object. |
Method Summary | |
---|---|
protected Slide |
clone(Presentation pres)
|
java.lang.String |
getName()
Returns the name of a master. |
long |
getSlideId()
Returns the Id of a slide. |
protected java.util.ArrayList |
getSubFrames()
|
void |
setName(java.lang.String value)
Sets the name of a master. |
protected void |
setSlideId(long val)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected PPTMainMaster m_master
Constructor Detail |
---|
protected MainMaster()
protected MainMaster(Presentation parent)
parent
- Presentation object associated with the slide.protected MainMaster(Presentation parent, PPTMainMaster master) throws PptReadException
parent
- master
-
PptReadException
Method Detail |
---|
public long getSlideId()
getSlideId
in interface ISlide
getSlideId
in class Slide
protected void setSlideId(long val)
setSlideId
in class Slide
protected java.util.ArrayList getSubFrames()
getSubFrames
in class Slide
protected Slide clone(Presentation pres) throws java.io.IOException, PptReadException
clone
in class Slide
pres
- the target presentation.
java.io.IOException
PptReadException
public java.lang.String getName()
getName
in interface ISlide
getName
in class Slide
public void setName(java.lang.String value)
setName
in interface ISlide
setName
in class Slide
value
- the name of a master.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |