public class ResolvedLayout
extends java.lang.Object
implements java.lang.Cloneable
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
log |
RelationshipsPart |
relationships |
| Constructor and Description |
|---|
ResolvedLayout() |
| Modifier and Type | Method and Description |
|---|---|
protected ResolvedLayout |
clone() |
static GroupShape |
createEffectiveShapeTree(GroupShape shapeTree,
java.util.Map<java.lang.String,ShapeWrapper> placeholders)
Resolve references to Slide Layouts, Master etc,
in order to get the actual shapes we'll render.
|
CTBackground |
getBg() |
int |
getMasterNumber() |
GroupShape |
getShapeTree() |
static ResolvedLayout |
resolveSlideLayout(SlideLayoutPart slideLayoutPart)
Create a ResolvedLayout for a SlideLayoutPart.
|
static ResolvedLayout |
resolveSlideLayout(SlidePart slidePart)
Create a ResolvedLayout for a SlidePart.
|
void |
setBg(CTBackground bg) |
void |
setShapeTree(GroupShape shapeTree) |
protected static org.slf4j.Logger log
public RelationshipsPart relationships
public CTBackground getBg()
public void setBg(CTBackground bg)
bg - the bg to setpublic GroupShape getShapeTree()
public void setShapeTree(GroupShape shapeTree)
shapeTree - the shapeTree to setpublic int getMasterNumber()
public static ResolvedLayout resolveSlideLayout(SlideLayoutPart slideLayoutPart)
slideLayoutPart - public static ResolvedLayout resolveSlideLayout(SlidePart slidePart)
slideLayoutPart - public static GroupShape createEffectiveShapeTree(GroupShape shapeTree, java.util.Map<java.lang.String,ShapeWrapper> placeholders)
protected ResolvedLayout clone() throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedExceptionCopyright © 2007–2023. All rights reserved.