@Internal public class SlideAtomLayout extends Object implements GenericRecord
This might eventually merged with the XSLF counterpart
| Modifier and Type | Class and Description |
|---|---|
static class |
SlideAtomLayout.SlideLayoutType |
| Constructor and Description |
|---|
SlideAtomLayout(byte[] data)
Create a new Embedded SSlideLayoutAtom, from 12 bytes of data
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Supplier<?>> |
getGenericProperties() |
SlideAtomLayout.SlideLayoutType |
getGeometryType()
Retrieve the geometry type
|
void |
setGeometryType(SlideAtomLayout.SlideLayoutType geom)
Set the geometry type
|
void |
writeOut(OutputStream out)
Write the contents of the record back, so it can be written
to disk.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetGenericChildren, getGenericRecordTypepublic SlideAtomLayout(byte[] data)
public SlideAtomLayout.SlideLayoutType getGeometryType()
public void setGeometryType(SlideAtomLayout.SlideLayoutType geom)
public void writeOut(OutputStream out) throws IOException
IOExceptionpublic Map<String,Supplier<?>> getGenericProperties()
getGenericProperties in interface GenericRecord