Class ResolvedLayout

java.lang.Object
org.pptx4j.model.ResolvedLayout
All Implemented Interfaces:
java.lang.Cloneable

public class ResolvedLayout
extends java.lang.Object
implements java.lang.Cloneable
The idea of this class is that it provides an effective slide layout. It can either represent: - a slide layout (resolved so that no further reference to the slide master is required), or - a slide (resolved so that no further reference to a slide layout is required) It doesn't say anything about text fonts/styles, since these are handled in TextStyles.
Author:
jharrop