Package org.apache.poi.hslf.record
Class SlideAtomLayout
java.lang.Object
org.apache.poi.hslf.record.SlideAtomLayout
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
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSlideAtomLayout
(byte[] data) Create a new Embedded SSlideLayoutAtom, from 12 bytes of data -
Method Summary
Modifier and TypeMethodDescriptionRetrieve the geometry typevoid
Set the geometry typevoid
writeOut
(OutputStream out) Write the contents of the record back, so it can be written to disk.
-
Constructor Details
-
SlideAtomLayout
public SlideAtomLayout(byte[] data) Create a new Embedded SSlideLayoutAtom, from 12 bytes of data
-
-
Method Details
-
getGeometryType
Retrieve the geometry type -
setGeometryType
Set the geometry type -
writeOut
Write the contents of the record back, so it can be written to disk. Skips the record header- Throws:
IOException
-