Package org.apache.poi.hslf.record
Class SlideAtomLayout
java.lang.Object
org.apache.poi.hslf.record.SlideAtomLayout
- All Implemented Interfaces:
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
-
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 typevoidSet the geometry typevoidwriteOut(OutputStream out) Write the contents of the record back, so it can be written to disk.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren, getGenericRecordType
-
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
-
getGenericProperties
- Specified by:
getGenericPropertiesin interfaceGenericRecord
-