LayoutSlide — Aspose.Slides FOSS Java API Reference

LayoutSlide — Represents a layout slide. Inherits from: BaseSlide, ILayoutSlide.

Package: org.aspose.slides.foss


Properties

PropertyTypeAccessDescription
masterSlideIMasterSlideRead/Write
layoutTypeSlideLayoutTypeRead/Write
presentationIPresentationRead/Write

Methods

MethodReturnsDescription
initInternal(IPresentation presentation, OpcPackage opcPackage, String partName, LayoutSlidePart layoutPart, Function<String, IMasterSlide> masterResolver)voidInternal initialization for a layout slide loaded from a package.
getMasterSlide()IMasterSlide
setMasterSlide(IMasterSlide value)void
getLayoutType()SlideLayoutType
setLayoutType(SlideLayoutType layoutType)voidSets the layout type (internal).
getPresentation()IPresentation

See Also