Class SlideAtomLayout

java.lang.Object
org.apache.poi.hslf.record.SlideAtomLayout
All Implemented Interfaces:
GenericRecord

@Internal public class SlideAtomLayout extends Object implements GenericRecord
Holds the geometry of the Slide, and the ID of the placeholders on the slide. Embedded inside a SlideAtom is a SlideAtomLayout, without the usual record header. Since it's a fixed size and tied to the SlideAtom, we'll hold it here.

This might eventually merged with the XSLF counterpart