Class SlideAtomLayout

java.lang.Object
org.apache.poi.hslf.record.SlideAtomLayout

@Internal public class SlideAtomLayout extends Object
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

  • Constructor Details

    • SlideAtomLayout

      public SlideAtomLayout(byte[] data)
      Create a new Embedded SSlideLayoutAtom, from 12 bytes of data
  • Method Details