public final class LayoutSlide extends BaseSlide implements ILayoutSlide
Represents a layout slide.
| Modifier and Type | Method and Description |
|---|---|
ISlide[] |
getDependingSlides()
Returns an array with all slides, which depend on this layout slide.
|
ILayoutSlideHeaderFooterManager |
getHeaderFooterManager()
Returns HeaderFooter manager of the layout slide.
|
byte |
getLayoutType()
Returns layout type of this layout slide.
|
IMasterSlide |
getMasterSlide()
Returns or sets the master slide for a layout.
|
ILayoutPlaceholderManager |
getPlaceholderManager()
Returns the placeholder manager of the layout slide.
|
boolean |
getShowMasterShapes()
Specifies if shapes on the master slide should be shown on slides or not.
|
IOverrideThemeManager |
getThemeManager()
Returns the overriding theme manager.
|
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.
|
void |
setShowMasterShapes(boolean value)
Specifies if shapes on the master slide should be shown on slides or not.
|
createThemeEffective, equals, findShapeByAltText, getBackground, getControls, getCustomData, getHyperlinkQueries, getName, getParent_Immediate, getPresentation, getShapes, getSlide, getSlideId, getSlideShowTransition, getTimeline, joinPortionsWithSameFormatting, joinPortionsWithSameFormatting, setNameequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, findShapeByAltText, getBackground, getControls, getCustomData, getHyperlinkQueries, getName, getShapes, getSlideId, getSlideShowTransition, getTimeline, joinPortionsWithSameFormatting, setNamecreateThemeEffectivegetSlidegetPresentationpublic final ILayoutSlideHeaderFooterManager getHeaderFooterManager()
Returns HeaderFooter manager of the layout slide.
Read-only ILayoutSlideHeaderFooterManager.
getHeaderFooterManager in interface ILayoutSlidepublic final ILayoutPlaceholderManager getPlaceholderManager()
Returns the placeholder manager of the layout slide.
Read-only ILayoutPlaceholderManager.
getPlaceholderManager in interface ILayoutSlidepublic final IMasterSlide getMasterSlide()
Returns or sets the master slide for a layout.
Read/write IMasterSlide.
getMasterSlide in interface ILayoutSlidepublic final void setMasterSlide(IMasterSlide value)
Returns or sets the master slide for a layout.
Read/write IMasterSlide.
setMasterSlide in interface ILayoutSlidepublic final void remove()
Removes layout from presentation.
remove in interface ILayoutSlidePptxEditException - Thrown if layout is already removed from presentation or if layout is used in presentation (its
HasDependingSlides property is true).
public final IOverrideThemeManager getThemeManager()
Returns the overriding theme manager.
Read-only IOverrideThemeManager.
getThemeManager in interface IOverrideThemeablepublic final byte getLayoutType()
Returns layout type of this layout slide.
Read-only SlideLayoutType.
getLayoutType in interface ILayoutSlidepublic final ISlide[] getDependingSlides()
Returns an array with all slides, which depend on this layout slide.
getDependingSlides in interface ILayoutSlideISlidepublic final boolean hasDependingSlides()
Returns true if there exists at least one slide that depends on this layout slide.
Read-only boolean.
hasDependingSlides in interface ILayoutSlidepublic boolean getShowMasterShapes()
Specifies if shapes on the master slide should be shown on slides or not.
Read/write boolean.
getShowMasterShapes in interface IBaseSlidegetShowMasterShapes in class BaseSlidepublic void setShowMasterShapes(boolean value)
Specifies if shapes on the master slide should be shown on slides or not.
Read/write boolean.
setShowMasterShapes in interface IBaseSlidesetShowMasterShapes in class BaseSlideCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.