ILayoutSlide — Aspose.Slides FOSS Java API Reference

ILayoutSlide — Represents a layout slide.

Package: org.aspose.slides.foss


Properties

PropertyTypeAccessDescription
masterSlideIMasterSlideRead/Write
layoutTypeSlideLayoutTypeRead/Write

Methods

MethodReturnsDescription
getMasterSlide()IMasterSlideReturns the master slide for this layout.
setMasterSlide(IMasterSlide value)voidSets the master slide for this layout.
getLayoutType()SlideLayoutTypeReturns the layout type of this slide.

See Also