LayoutSlide
Inheritance: java.lang.Object, com.aspose.slides.BaseSlide
All Implemented Interfaces: com.aspose.slides.ILayoutSlide
public final class LayoutSlide extends BaseSlide implements ILayoutSlide
Represents a layout slide.
Methods
Method | Description |
---|---|
getHeaderFooterManager() | Returns HeaderFooter manager of the layout slide. |
getPlaceholderManager() | Returns the placeholder manager of the layout slide. |
getMasterSlide() | Returns or sets the master slide for a layout. |
setMasterSlide(IMasterSlide value) | Returns or sets the master slide for a layout. |
remove() | Removes layout from presentation. |
getThemeManager() | Returns the overriding theme manager. |
getLayoutType() | Returns layout type of this layout slide. |
getDependingSlides() | Returns an array with all slides, which depend on this layout slide. |
hasDependingSlides() | Returns true if there exists at least one slide that depends on this layout slide. |
getShowMasterShapes() | Specifies if shapes on the master slide should be shown on slides or not. |
setShowMasterShapes(boolean value) | Specifies if shapes on the master slide should be shown on slides or not. |
getHeaderFooterManager()
public final ILayoutSlideHeaderFooterManager getHeaderFooterManager()
Returns HeaderFooter manager of the layout slide. Read-only ILayoutSlideHeaderFooterManager.
Returns: ILayoutSlideHeaderFooterManager
getPlaceholderManager()
public final ILayoutPlaceholderManager getPlaceholderManager()
Returns the placeholder manager of the layout slide. Read-only ILayoutPlaceholderManager.
Returns: ILayoutPlaceholderManager
getMasterSlide()
public final IMasterSlide getMasterSlide()
Returns or sets the master slide for a layout. Read/write IMasterSlide.
Returns: IMasterSlide
setMasterSlide(IMasterSlide value)
public final void setMasterSlide(IMasterSlide value)
Returns or sets the master slide for a layout. Read/write IMasterSlide.
Parameters:
Parameter | Type | Description |
---|---|---|
value | IMasterSlide |
remove()
public final void remove()
Removes layout from presentation.
getThemeManager()
public final IOverrideThemeManager getThemeManager()
Returns the overriding theme manager. Read-only IOverrideThemeManager.
Returns: IOverrideThemeManager
getLayoutType()
public final byte getLayoutType()
Returns layout type of this layout slide. Read-only SlideLayoutType.
Returns: byte
getDependingSlides()
public final ISlide[] getDependingSlides()
Returns an array with all slides, which depend on this layout slide.
Returns: com.aspose.slides.ISlide[] - Array of ISlide
hasDependingSlides()
public final boolean hasDependingSlides()
Returns true if there exists at least one slide that depends on this layout slide. Read-only boolean .
Returns: boolean
getShowMasterShapes()
public boolean getShowMasterShapes()
Specifies if shapes on the master slide should be shown on slides or not. Read/write boolean .
Returns: boolean
setShowMasterShapes(boolean value)
public void setShowMasterShapes(boolean value)
Specifies if shapes on the master slide should be shown on slides or not. Read/write boolean .
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |