| Constructor and Description |
|---|
SlideBuilder(PresentationDocument doc)
SlideBuilder constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Slide |
getSlideInstance(DrawPageElement pageElement)
Get a presentation slide instance by an instance of
DrawPageElement. |
public SlideBuilder(PresentationDocument doc)
PresentationDocument constructor. The end user
isn't allowed to call it directly, otherwise an IllegalStateException will be
thrown.doc - the owner PresentationDocument.IllegalStateException - if new SlideBuilder out of owner PresentationDocument
constructor, this exception will be thrown.public Slide getSlideInstance(DrawPageElement pageElement)
DrawPageElement.pageElement - an instance of DrawPageElementSlide that can represent pageElementCopyright © 2010–2018 Apache Software Foundation; Copyright © 2018–2020 The Document Foundation. All rights reserved.