|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILayoutSlide
Method Summary | |
---|---|
ISlide[] |
getDependingSlides()
Returns an array with all slides, which depend on this layout slide. |
byte |
getLayoutType()
Returns layout type of this layout slide. |
IMasterSlide |
getMasterSlide()
Returns or sets the master slide for a layout. |
boolean |
hasDependingSlides()
Returns true if there exists at least one slide that depends on this layout slide. |
void |
remove()
Removes layout from presentation. |
void |
setMasterSlide(IMasterSlide value)
Returns or sets the master slide for a layout. |
Methods inherited from interface com.aspose.slides.IBaseSlide |
---|
findShapeByAltText, getBackground, getControls, getCustomData, getHyperlinkQueries, getName, getShapes, getSlideId, getSlideShowTransition, getTimeline, joinPortionsWithSameFormatting, setName |
Methods inherited from interface com.aspose.slides.IOverrideThemeable |
---|
getThemeManager |
Methods inherited from interface com.aspose.slides.IThemeable |
---|
createThemeEffective |
Methods inherited from interface com.aspose.slides.ISlideComponent |
---|
getSlide |
Methods inherited from interface com.aspose.slides.IPresentationComponent |
---|
getPresentation |
Method Detail |
---|
IMasterSlide getMasterSlide()
Returns or sets the master slide for a layout.
Read/write IMasterSlide
.
void setMasterSlide(IMasterSlide value)
Returns or sets the master slide for a layout.
Read/write IMasterSlide
.
byte getLayoutType()
Returns layout type of this layout slide.
Read-only SlideLayoutType
.
boolean hasDependingSlides()
Returns true if there exists at least one slide that depends on this layout slide.
Read-only boolean
.
ISlide[] getDependingSlides()
Returns an array with all slides, which depend on this layout slide.
void remove()
Removes layout from presentation.
PptxEditException
- Thrown if layout is already removed from presentation or if layout is used in presentation (its
HasDependingSlides property is true).
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |