Package | Description |
---|---|
org.apache.poi.xslf.usermodel |
Modifier and Type | Method and Description |
---|---|
XSLFSlideLayout |
XMLSlideShow.findLayout(java.lang.String name)
Scan the master slides for the first slide layout with the given name.
|
XSLFSlideLayout |
XSLFSlideMaster.getLayout(SlideLayout type)
Get the slide layout by type.
|
XSLFSlideLayout |
XSLFSlideMaster.getLayout(java.lang.String name)
Get the slide layout by name.
|
XSLFSlideLayout |
XSLFSlide.getMasterSheet() |
XSLFSlideLayout |
XSLFSlide.getSlideLayout() |
XSLFSlideLayout[] |
XSLFSlideMaster.getSlideLayouts() |
Modifier and Type | Method and Description |
---|---|
XSLFSlide |
XMLSlideShow.createSlide(XSLFSlideLayout layout)
Create a slide and initialize it from the specified layout.
|
protected void |
XSLFSlide.removeLayoutRelation(XSLFSlideLayout layout) |
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.